Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use assert_never properly | Aleksey Kladov | 2021-01-18 | 1 | -1/+3 |
* | Merge #7320 | bors[bot] | 2021-01-18 | 1 | -1/+1 |
|\ | |||||
| * | Enable serde_json unbounded_depth feature | Laurențiu Nicola | 2021-01-18 | 1 | -1/+1 |
* | | Avoid blocking the main loop when editing Cargo.toml | Aleksey Kladov | 2021-01-18 | 5 | -71/+100 |
|/ | |||||
* | Add profile call | Aleksey Kladov | 2021-01-18 | 1 | -0/+1 |
* | Merge #7317 | bors[bot] | 2021-01-18 | 3 | -0/+5 |
|\ | |||||
| * | Add profile call | Aleksey Kladov | 2021-01-18 | 3 | -0/+5 |
* | | Merge #7292 | bors[bot] | 2021-01-18 | 6 | -27/+27 |
|\ \ | |/ |/| | |||||
| * | Swap assert_eq_text\!(expected, actual) | yugo-horie | 2021-01-16 | 6 | -27/+27 |
* | | Add missing inlines | Aleksey Kladov | 2021-01-17 | 1 | -0/+3 |
* | | Less annoying `mod` completion | Aleksey Kladov | 2021-01-17 | 1 | -1/+1 |
* | | :arrow_up: arena | Aleksey Kladov | 2021-01-17 | 5 | -5/+5 |
* | | Use ‘index’ terminology for arena consistently | Aramis Razzaghipour | 2021-01-17 | 4 | -7/+7 |
* | | Merge #7276 | bors[bot] | 2021-01-17 | 10 | -10/+10 |
|\ \ | |||||
| * | | Remove map module from la-arena public API | Aramis Razzaghipour | 2021-01-15 | 10 | -10/+10 |
* | | | Merge #7304 | bors[bot] | 2021-01-17 | 5 | -5/+5 |
|\ \ \ | |||||
| * | | | Depend on local copy of la-arena instead of crates.io’s | Aramis Razzaghipour | 2021-01-17 | 5 | -5/+5 |
* | | | | When building an item-tree, keep fewer nodes in memory | Aleksey Kladov | 2021-01-16 | 2 | -7/+25 |
* | | | | Unindent the test | Kirill Bulatov | 2021-01-16 | 1 | -22/+22 |
* | | | | Use specific kind for the flyimport completions | Kirill Bulatov | 2021-01-16 | 1 | -5/+10 |
* | | | | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 20 | -332/+411 |
| |_|/ |/| | | |||||
* | | | Add test mark for skipping single use item | unexge | 2021-01-15 | 1 | -0/+3 |
* | | | 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 |