Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create new nodes only when applying changes | unexge | 2021-01-15 | 1 | -16/+31 |
* | Add Unmerge Use assist | unexge | 2021-01-15 | 5 | -3/+236 |
* | Merge #7288 | bors[bot] | 2021-01-15 | 39 | -250/+254 |
|\ | |||||
| * | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | 2021-01-15 | 39 | -250/+254 |
* | | Merge #7287 | bors[bot] | 2021-01-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | Make SyntaxPtr lookup logarithmic | Aleksey Kladov | 2021-01-15 | 1 | -1/+1 |
* | | | Merge #7285 | bors[bot] | 2021-01-15 | 5 | -282/+32 |
|\ \ \ | |||||
| * | | | Don't duplicate rustc diagnostics fixes | Jonas Schievink | 2021-01-15 | 5 | -282/+32 |
| | |/ | |/| | |||||
* | | | Merge #7286 | bors[bot] | 2021-01-15 | 9 | -28/+20 |
|\ \ \ | |/ / |/| | | |||||
| * | | Remove useless wrapper | Aleksey Kladov | 2021-01-15 | 9 | -28/+20 |
| |/ | |||||
* | | Add test for yield_expr | Daiki Ihara | 2021-01-15 | 2 | -0/+32 |
* | | Add support for yiled keyword | Daiki Ihara | 2021-01-15 | 7 | -26/+93 |
|/ | |||||
* | Insert `;` when completing keywords in let | Aleksey Kladov | 2021-01-15 | 2 | -7/+69 |
* | Simplify | Aleksey Kladov | 2021-01-15 | 1 | -27/+19 |
* | Add braces when completing ifs | Aleksey Kladov | 2021-01-15 | 1 | -2/+2 |
* | Phase out SourceFileEdits in favour of a plain HashMap | Lukas Wirth | 2021-01-14 | 15 | -214/+179 |
* | Fix assert_never invoking assert_always | Lukas Wirth | 2021-01-14 | 1 | -1/+1 |
* | Group file source edits by FileId | Lukas Wirth | 2021-01-14 | 15 | -176/+184 |
* | Merge #7271 | bors[bot] | 2021-01-14 | 30 | -253/+28 |
|\ | |||||
| * | prepare to publish el libro de arena | Aleksey Kladov | 2021-01-14 | 30 | -253/+28 |
* | | Merge #7270 | bors[bot] | 2021-01-14 | 7 | -7/+67 |
|\ \ | |/ |/| | |||||
| * | Introduce more appropriate assertion mechanism | Aleksey Kladov | 2021-01-14 | 7 | -7/+67 |
* | | Merge #7266 | bors[bot] | 2021-01-14 | 4 | -25/+26 |
|\| | |||||
| * | Make printin the backtrace more convenient | Aleksey Kladov | 2021-01-14 | 4 | -25/+26 |
* | | Merge #7265 | bors[bot] | 2021-01-14 | 1 | -0/+31 |
|\| | |||||
| * | Add a test for #7110 | Aleksey Kladov | 2021-01-14 | 1 | -0/+31 |
* | | Merge #7264 | bors[bot] | 2021-01-14 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Use --workspace when loading extern resources | Chinedu Francis Nwafili | 2021-01-14 | 1 | -1/+1 |
* | | Merge #7211 | bors[bot] | 2021-01-14 | 2 | -4/+35 |
|\ \ | |/ |/| | |||||
| * | Fixed expr meta var after path colons in mbe | Edwin Cheng | 2021-01-10 | 2 | -4/+35 |
* | | Merge #7257 | bors[bot] | 2021-01-14 | 6 | -4/+321 |
|\ \ | |||||
| * | | Document vfs private items | Arnaud | 2021-01-12 | 5 | -2/+117 |
| * | | Document vfs public items | Arnaud | 2021-01-12 | 5 | -2/+204 |
* | | | Merge #7110 | bors[bot] | 2021-01-14 | 3 | -4/+10 |
|\ \ \ | |||||
| * | | | we can have one less call to name.clone() | AdnoC | 2020-12-31 | 1 | -2/+3 |
| * | | | deduplicate macro completions from legacy macros and prelude | AdnoC | 2020-12-31 | 3 | -4/+9 |
* | | | | Merge #7260 | bors[bot] | 2021-01-14 | 6 | -117/+252 |
|\ \ \ \ | |||||
| * | | | | Render Fn* trait objects and impl types as rust does | Lukas Wirth | 2021-01-13 | 5 | -29/+132 |
| * | | | | Move FamousDefs fixture out into its own file | Lukas Wirth | 2021-01-12 | 2 | -88/+120 |
| | |/ / | |/| | | |||||
* | | | | Sort impls by trait definition | Fisher Darling | 2021-01-13 | 3 | -0/+238 |
* | | | | Merge #7263 | bors[bot] | 2021-01-13 | 2 | -15/+3 |
|\ \ \ \ | |||||
| * | | | | Use upstream TextSize API | Aleksey Kladov | 2021-01-13 | 2 | -15/+3 |
* | | | | | Merge #7220 | bors[bot] | 2021-01-13 | 3 | -14/+178 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | fix windows test. | ShuiRuTian | 2021-01-13 | 1 | -2/+2 |
| * | | | | unwrap. | ShuiRuTian | 2021-01-13 | 1 | -2/+2 |
| * | | | | skip slow tests. | ShuiRuTian | 2021-01-12 | 1 | -3/+4 |
| * | | | | use path rather than hard code. | ShuiRuTian | 2021-01-12 | 1 | -4/+4 |
| * | | | | fix and add tests. | ShuiRuTian | 2021-01-12 | 2 | -8/+142 |
| * | | | | format | ShuiRuTian | 2021-01-11 | 1 | -3/+5 |
| * | | | | fix as suggestion. | ShuiRuTian | 2021-01-11 | 1 | -9/+5 |