| Commit message (Expand) | Author | Age | Files | Lines |
* | Add highlighting of items from other crates | Aramis Razzaghipour | 2021-05-24 | 1 | -0/+17 |
* | Give ‘unsafe’ semantic token modifier to unsafe traits | Aramis Razzaghipour | 2021-05-23 | 1 | -0/+4 |
* | Paper over #8931 a bit more | Florian Diebold | 2021-05-23 | 1 | -2/+3 |
* | Add test for #8931 and better checking | Florian Diebold | 2021-05-23 | 1 | -2/+2 |
* | Add more docs | Aleksey Kladov | 2021-05-22 | 2 | -3/+10 |
* | Rework obligation handling | Florian Diebold | 2021-05-21 | 1 | -4/+6 |
* | Fix HIR expecting errors to unify with anything | Florian Diebold | 2021-05-21 | 1 | -6/+3 |
* | Fix compilation of hir and ide crates | Florian Diebold | 2021-05-21 | 1 | -2/+2 |
* | Simplify eager macro representation | Jonas Schievink | 2021-05-19 | 1 | -2/+2 |
* | Merge #8813 | bors[bot] | 2021-05-16 | 1 | -1/+4 |
|\ |
|
| * | Address final feedback | Jade | 2021-05-16 | 1 | -1/+1 |
| * | Add more tests, refactor array lengths/consteval work | Jade | 2021-05-14 | 1 | -1/+4 |
* | | Apply async semantic token modifier to async/await keywords | hi-rustin | 2021-05-14 | 1 | -0/+4 |
|/ |
|
* | Correctly support SelfType when searching for usages | Lukas Wirth | 2021-05-08 | 1 | -0/+4 |
* | internal: expose cfg attrs from hir::Crate | Aleksey Kladov | 2021-05-07 | 1 | -0/+5 |
* | Merge #8745 | bors[bot] | 2021-05-06 | 1 | -0/+12 |
|\ |
|
| * | Support goto_type_definition for types | Lukas Tobias Wirth | 2021-05-06 | 1 | -0/+12 |
* | | Reuse database in LowerCtx | Jonas Schievink | 2021-05-06 | 2 | -4/+3 |
* | | Don't store call-site text offsets in hygiene info | Jonas Schievink | 2021-05-06 | 4 | -6/+7 |
* | | simplify | Lukas Tobias Wirth | 2021-05-05 | 1 | -0/+4 |
|/ |
|
* | internal: fix naming polarity | Aleksey Kladov | 2021-04-30 | 1 | -1/+1 |
* | internal: normalize name | Aleksey Kladov | 2021-04-30 | 2 | -2/+2 |
* | hir_ty: deal with TypeRef::Macro in HirFormatter | cynecx | 2021-04-17 | 1 | -3/+2 |
* | hir_ty: Expand macros at type position | cynecx | 2021-04-17 | 2 | -4/+9 |
* | Exclude inherent traits from flyimports | Kirill Bulatov | 2021-04-16 | 1 | -0/+12 |
* | Improve indexing of impls | Florian Diebold | 2021-04-09 | 1 | -9/+21 |
* | Intern Substitutions | Florian Diebold | 2021-04-08 | 1 | -1/+1 |
* | Fix missing match arms | Florian Diebold | 2021-04-08 | 1 | -1/+3 |
* | InEnvironment::new takes a reference | Florian Diebold | 2021-04-07 | 1 | -2/+2 |
* | Make Canonical::new a free-standing function | Florian Diebold | 2021-04-07 | 1 | -1/+1 |
* | Move hir_trait_id to extension trait | Florian Diebold | 2021-04-07 | 1 | -1/+2 |
* | Remove Ty::substs{_mut} | Florian Diebold | 2021-04-07 | 2 | -11/+21 |
* | Free Ty::def_crates | Lukas Wirth | 2021-04-07 | 1 | -3/+3 |
* | Remove `SolutionVariables`, add ConstrainedSubst analogous to Chalk | Florian Diebold | 2021-04-06 | 1 | -4/+4 |
* | 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 |
* | Move Ty accessors to TyExt | Lukas Wirth | 2021-04-06 | 1 | -1/+1 |
* | Add chalk_ir::Const to TyKind::Array | Lukas Wirth | 2021-04-06 | 1 | -2/+2 |
* | Add Lifetime to TyKind::Ref | Lukas Wirth | 2021-04-06 | 1 | -4/+8 |
* | Substitution::prefix -> subst_prefix | Florian Diebold | 2021-04-05 | 1 | -1/+2 |
* | Add Interner parameter to Binders::substitute | Florian Diebold | 2021-04-05 | 3 | -6/+8 |
* | Binders::subst -> substitute | Florian Diebold | 2021-04-05 | 3 | -5/+5 |
* | Hide Binders internals more | Florian Diebold | 2021-04-05 | 2 | -4/+4 |
* | Rename TyKind::ForeignType to Foreign | Laurențiu Nicola | 2021-04-05 | 1 | -1/+1 |
* | Rename TyKind::Unknown to Error | Laurențiu Nicola | 2021-04-05 | 1 | -1/+1 |
* | Move things from `traits` module to `types` as well | Florian Diebold | 2021-04-04 | 1 | -3/+4 |
* | Move things in hir_ty into submodules | Florian Diebold | 2021-04-04 | 1 | -1/+1 |
* | Replace Substitution::type_params | Florian Diebold | 2021-04-04 | 2 | -4/+4 |
* | Replace remaining uses of Substitution::build_for_def | Florian Diebold | 2021-04-04 | 1 | -3/+2 |
* | Add and start using TraitRef and ProjectionTy builders | Florian Diebold | 2021-04-04 | 1 | -16/+8 |