Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use CompletionTextEdit::InsertAndReplace if supported by the client | Lukas Wirth | 2021-04-08 | 5 | -20/+50 |
* | Merge #8409 | bors[bot] | 2021-04-07 | 15 | -70/+78 |
|\ | |||||
| * | Fix return type of Substitution::interned | Florian Diebold | 2021-04-07 | 3 | -3/+3 |
| * | InEnvironment::new takes a reference | Florian Diebold | 2021-04-07 | 5 | -7/+7 |
| * | Make Canonical::new a free-standing function | Florian Diebold | 2021-04-07 | 2 | -11/+13 |
| * | Fix return type of `self_type_parameter` | Florian Diebold | 2021-04-07 | 4 | -10/+10 |
| * | Move hir_trait_id to extension trait | Florian Diebold | 2021-04-07 | 11 | -19/+27 |
| * | Change TraitRef::hir_fmt_ext to free-standing function | Florian Diebold | 2021-04-07 | 1 | -20/+18 |
* | | Merge #8408 | bors[bot] | 2021-04-07 | 3 | -3/+3 |
|\ \ | |||||
| * | | Update `OUT_DIR` diagnostic to match setting | Jonas Schievink | 2021-04-07 | 3 | -3/+3 |
* | | | Merge #8388 | bors[bot] | 2021-04-07 | 3 | -17/+154 |
|\ \ \ | |||||
| * | | | Document `}` insertion | Jonas Schievink | 2021-04-07 | 1 | -0/+1 |
| * | | | Make better use of `stdx::always` | Jonas Schievink | 2021-04-07 | 1 | -7/+21 |
| * | | | Rewrite, reparse modified file | Jonas Schievink | 2021-04-07 | 1 | -49/+114 |
| * | | | simplify | Jonas Schievink | 2021-04-07 | 1 | -8/+6 |
| * | | | Use stdx::always | Jonas Schievink | 2021-04-07 | 1 | -5/+5 |
| * | | | Complete braces more aggressively | Jonas Schievink | 2021-04-07 | 1 | -20/+35 |
| * | | | Autoclose blocks when typing `{` | Jonas Schievink | 2021-04-07 | 3 | -3/+47 |
| |/ / | |||||
* | / | Move `equals_ctor` to `TyExt` | Florian Diebold | 2021-04-07 | 3 | -33/+37 |
| |/ |/| | |||||
* | | Merge #8402 | bors[bot] | 2021-04-07 | 6 | -52/+45 |
|\ \ | |||||
| * | | Remove Ty::substs{_mut} | Florian Diebold | 2021-04-07 | 6 | -52/+45 |
| |/ | |||||
* / | Update crates | kjeremy | 2021-04-07 | 1 | -1/+1 |
|/ | |||||
* | Merge #8397 | bors[bot] | 2021-04-07 | 1 | -1/+1 |
|\ | |||||
| * | Return a better error message for when we are waiting for cargo. | Manuel Ceron | 2021-04-07 | 1 | -1/+1 |
* | | Free Ty::def_crates | Lukas Wirth | 2021-04-07 | 2 | -57/+55 |
* | | Move Ty::builtin_deref | Lukas Wirth | 2021-04-07 | 2 | -9/+9 |
|/ | |||||
* | Merge #8394 | bors[bot] | 2021-04-07 | 2 | -33/+70 |
|\ | |||||
| * | Infer variants through type aliased enums | Lukas Wirth | 2021-04-07 | 2 | -33/+70 |
* | | Add space after lifetime | Emmanuel Thompson | 2021-04-07 | 1 | -0/+3 |
* | | Collect trait impls inside unnamed consts | Jonas Schievink | 2021-04-07 | 3 | -19/+61 |
* | | nameres: collect unnamed consts | Jonas Schievink | 2021-04-07 | 2 | -14/+29 |
* | | Fix typo | memoryruins | 2021-04-07 | 1 | -2/+2 |
* | | Do not import on the fly during fields of record literal syntax | memoryruins | 2021-04-06 | 1 | -0/+43 |
* | | Merge #8382 | bors[bot] | 2021-04-06 | 2 | -60/+62 |
|\ \ | |||||
| * | | Adjust fixture docs a bit | Kirill Bulatov | 2021-04-06 | 2 | -60/+62 |
* | | | Remove `SolutionVariables`, add ConstrainedSubst analogous to Chalk | Florian Diebold | 2021-04-06 | 7 | -33/+53 |
* | | | Merge #8386 | bors[bot] | 2021-04-06 | 4 | -10/+74 |
|\ \ \ | |||||
| * | | | Avoid O(n²) when constructing AttrSourceMap | Jonas Schievink | 2021-04-06 | 4 | -10/+74 |
| |/ / | |||||
* | | | Align `InferenceVar` to Chalk | Florian Diebold | 2021-04-06 | 4 | -34/+48 |
* | | | Clean up Chalk mapping a bit | Florian Diebold | 2021-04-06 | 1 | -69/+37 |
|/ / | |||||
* | | Lower attributes on tuple fields | Jonas Schievink | 2021-04-06 | 1 | -5/+4 |
* | | infer: remove `record_pat_field_resolutions` field | Jonas Schievink | 2021-04-06 | 3 | -15/+9 |
|/ | |||||
* | Merge #8371 | bors[bot] | 2021-04-06 | 1 | -32/+17 |
|\ | |||||
| * | Panic when creating a HirDisplayWrapper with DisplayTarget::SourceCode | Lukas Wirth | 2021-04-06 | 1 | -1/+5 |
| * | Don't use HirDisplayWrapper when displaying SourceCode | Lukas Wirth | 2021-04-06 | 1 | -31/+12 |
* | | infer: remove `record_field_resolutions` field | Jonas Schievink | 2021-04-06 | 8 | -40/+35 |
* | | Merge #8375 | bors[bot] | 2021-04-06 | 5 | -42/+110 |
|\ \ | |||||
| * | | feat: show errors from `cargo metadata` and initial `cargo check` in the stat... | Aleksey Kladov | 2021-04-06 | 3 | -13/+63 |
| * | | Clearer naming | Aleksey Kladov | 2021-04-06 | 3 | -29/+47 |
* | | | Intern TypeRefs stored in Body | Jonas Schievink | 2021-04-06 | 2 | -8/+12 |