aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty
Commit message (Expand)AuthorAgeFilesLines
* Rename `CrateDefMap` to `DefMap`Jonas Schievink2021-01-181-3/+3
* Merge #7291bors[bot]2021-01-181-2/+2
|\
| * Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-151-2/+2
* | :arrow_up: arenaAleksey Kladov2021-01-171-1/+1
* | Merge #7276bors[bot]2021-01-173-3/+3
|\ \
| * | Remove map module from la-arena public APIAramis Razzaghipour2021-01-153-3/+3
* | | Merge #7304bors[bot]2021-01-171-1/+1
|\ \ \ | |_|/ |/| |
| * | Depend on local copy of la-arena instead of crates.io’sAramis Razzaghipour2021-01-171-1/+1
| |/
* / Add support for yiled keywordDaiki Ihara2021-01-151-0/+7
|/
* prepare to publish el libro de arenaAleksey Kladov2021-01-145-5/+5
* Render Fn* trait objects and impl types as rust doesLukas Wirth2021-01-133-29/+94
* Fixed typos in local bindingsVincent Esche2021-01-092-5/+5
* Fixed typos in code commentsVincent Esche2021-01-091-2/+2
* Merge #7145bors[bot]2021-01-081-0/+31
|\
| * Proper handling $crate Take 2Edwin Cheng2021-01-071-0/+31
* | cargo fmtPhil Ellison2021-01-071-6/+9
* | Add fix to wrap return expression in SomePhil Ellison2021-01-072-12/+25
* | Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-1/+1
* | Rename expr -> tail_exprAleksey Kladov2021-01-051-1/+1
* | Update crateskjeremy2021-01-041-3/+3
* | Impl hovering for TypeParamsLukas Wirth2021-01-041-1/+1
* | Upgrade expect-test to 1.1Jesse Bakker2021-01-031-1/+1
|/
* Revert "Proper handling $crate and local_inner_macros"Jonas Schievink2021-01-031-31/+0
* Fixed nested eager macro bugEdwin Cheng2021-01-031-0/+46
* Merge #7133bors[bot]2021-01-021-0/+31
|\
| * Introduce HygieneFrames for proper token hygineeEdwin Cheng2021-01-021-0/+31
* | Merge #7134bors[bot]2021-01-021-0/+18
|\ \
| * | Fix infer error of macro invocation in array exprEdwin Cheng2021-01-021-0/+18
| |/
* | Don't emit arg count diagnostics for method calls with unknown receiverFlorian Diebold2021-01-012-1/+29
* | Merge #7080bors[bot]2021-01-014-5/+34
|\ \ | |/ |/|
| * Add ConstParams to the ide layerLukas Wirth2021-01-011-1/+0
| * Add ConstParams to the HIRLukas Wirth2021-01-014-5/+35
* | Update crateskjeremy2020-12-301-1/+1
* | Allow spurious warning from rust-lang/rust#80501Laurențiu Nicola2020-12-301-0/+2
|/
* Merge #7021bors[bot]2020-12-241-4/+4
|\
| * Track labels in the HIRLukas Wirth2020-12-241-4/+4
* | Merge #7020bors[bot]2020-12-234-6/+45
|\ \
| * | Implement const block inferenceLukas Wirth2020-12-232-5/+10
| * | Implement const pat inferenceLukas Wirth2020-12-232-1/+35
| |/
* / Bump chalkLaurențiu Nicola2020-12-232-5/+12
|/
* Higher-ranked trait bounds for where clausesLukas Wirth2020-12-172-12/+15
* decl_check: don't pass `db` around so oftenJonas Schievink2020-12-172-58/+60
* Make macro def krate mandatoryJonas Schievink2020-12-151-0/+6
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-1/+0
* Add regression testEdwin Cheng2020-12-151-0/+24
* Add test for #6852Florian Diebold2020-12-131-0/+37
* Merge #6852bors[bot]2020-12-132-2/+13
|\
| * Ignore lifetime params in substitutionsLukas Wirth2020-12-132-2/+13
* | Merge #6845bors[bot]2020-12-121-1/+9
|\ \ | |/ |/|
| * Don't HirDisplay unknown types when displaying for sourceLukas Wirth2020-12-121-1/+9