| Commit message (Expand) | Author | Age | Files | Lines |
* | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 1 | -3/+3 |
* | simplify | Lukas Wirth | 2021-05-26 | 1 | -1/+5 |
* | Merge #8945 | bors[bot] | 2021-05-23 | 1 | -3/+6 |
|\ |
|
| * | Get rid of field_type again | Florian Diebold | 2021-05-23 | 1 | -2/+5 |
| * | Record method call substs and use them in call info | Florian Diebold | 2021-05-23 | 1 | -1/+1 |
* | | Correctly resolve crate name in use paths when import shadows itself | Lukas Tobias Wirth | 2021-05-23 | 1 | -1/+10 |
|/ |
|
* | Reuse database in LowerCtx | Jonas Schievink | 2021-05-06 | 1 | -3/+2 |
* | Don't store call-site text offsets in hygiene info | Jonas Schievink | 2021-05-06 | 1 | -3/+4 |
* | hir_ty: Expand macros at type position | cynecx | 2021-04-17 | 1 | -3/+6 |
* | Remove Ty::substs{_mut} | Florian Diebold | 2021-04-07 | 1 | -3/+3 |
* | infer: remove `record_pat_field_resolutions` field | Jonas Schievink | 2021-04-06 | 1 | -4/+8 |
* | infer: remove `record_field_resolutions` field | Jonas Schievink | 2021-04-06 | 1 | -6/+9 |
* | Add Interner parameter to Binders::substitute | Florian Diebold | 2021-04-05 | 1 | -2/+2 |
* | Binders::subst -> substitute | Florian Diebold | 2021-04-05 | 1 | -1/+1 |
* | Resolve associated types with type anchors | Lukas Wirth | 2021-04-01 | 1 | -10/+19 |
* | Resolve associated types | Lukas Wirth | 2021-04-01 | 1 | -2/+17 |
* | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -1/+1 |
* | Rename Substs -> Substitution | Florian Diebold | 2021-03-16 | 1 | -2/+2 |
* | Simplify source maps for fields | Aleksey Kladov | 2021-03-15 | 1 | -21/+3 |
* | Goto definition works for `S { a: }` case | Aleksey Kladov | 2021-03-15 | 1 | -3/+22 |
* | Remove useless code_model indirection | Aleksey Kladov | 2021-03-08 | 1 | -3/+2 |
* | Inline TypeCtor into Ty | Lukas Wirth | 2021-02-28 | 1 | -11/+5 |
* | Wrap `BuiltinType` in code model | Jonas Schievink | 2021-02-11 | 1 | -4/+5 |
* | Resolve TupleStructPat in SourceAnalyzer::resolve_path | Lukas Wirth | 2021-02-10 | 1 | -6/+11 |
* | Prefer ValueNS when resolving hir path for PathExpressions | Lukas Wirth | 2021-01-29 | 1 | -14/+31 |
* | Classify function calls as functions when shadowed by types | Lukas Wirth | 2021-01-28 | 1 | -2/+6 |
* | Add ConstParams to the HIR | Lukas Wirth | 2021-01-01 | 1 | -0/+1 |
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 1 | -9/+9 |
* | Improve code structure | Aleksey Kladov | 2020-12-11 | 1 | -1/+1 |
* | Rename record_field_pat to record_pat_field | Pavan Kumar Sunkara | 2020-09-10 | 1 | -2/+2 |
* | Don't expose hir::Path out of hir | Aleksey Kladov | 2020-08-15 | 1 | -3/+3 |
* | Rename ra_hir -> hir | Aleksey Kladov | 2020-08-13 | 1 | -0/+534 |