Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Better unsafe highlihgting tests | Aleksey Kladov | 2020-06-08 | 8 | -9/+16 | |
* | Highlight only the unsafe operator itself | Aleksey Kladov | 2020-06-08 | 1 | -6/+2 | |
* | Merge #4775 | bors[bot] | 2020-06-08 | 3 | -24/+57 | |
|\ | ||||||
| * | Use explicit match for extracting def from `classify_name` | unexge | 2020-06-08 | 1 | -2/+5 | |
| * | Swap `into_definition` and `definition` semantics for `FieldShorthand` variant | unexge | 2020-06-08 | 1 | -2/+2 | |
| * | Add `FieldShorthand` variant to `NameClass` | unexge | 2020-06-08 | 3 | -27/+32 | |
| * | Add goto def for enum variant field | unexge | 2020-06-06 | 2 | -0/+25 | |
* | | Merge #4683 | bors[bot] | 2020-06-08 | 4 | -46/+368 | |
|\ \ | ||||||
| * | | Implement syntax highlighting for doctests | Leander Tentrup | 2020-06-08 | 4 | -46/+368 | |
* | | | Merge #4773 | bors[bot] | 2020-06-08 | 5 | -68/+302 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Apply suggestions from code review | vsrs | 2020-06-08 | 3 | -21/+21 | |
| * | | Add lib target filtering. | vsrs | 2020-06-06 | 1 | -11/+18 | |
| * | | Disable runnables lookup in macro-generated code. | vsrs | 2020-06-06 | 1 | -1/+10 | |
| * | | Add Run|Debug hover actions | vsrs | 2020-06-06 | 5 | -24/+174 | |
| * | | Preliminary runnables refactoring | vsrs | 2020-06-06 | 3 | -54/+122 | |
| |/ | ||||||
* | | Merge #4781 | bors[bot] | 2020-06-08 | 1 | -32/+27 | |
|\ \ | ||||||
| * | | Remove redundancy in syntax highlighting tests | Leander Tentrup | 2020-06-07 | 1 | -32/+27 | |
| |/ | ||||||
* | | Merge #4770 | bors[bot] | 2020-06-08 | 6 | -104/+33 | |
|\ \ | ||||||
| * | | Clean up handling of int/float literal types | Florian Diebold | 2020-06-06 | 6 | -104/+33 | |
| |/ | ||||||
* / | Fix bug in lexer for format specifier where the `type` and `width` were not c... | Leander Tentrup | 2020-06-07 | 2 | -15/+24 | |
|/ | ||||||
* | Fix type parameter defaults | Florian Diebold | 2020-06-05 | 10 | -115/+192 | |
* | Merge #4761 | bors[bot] | 2020-06-05 | 2 | -2/+7 | |
|\ | ||||||
| * | Upgrade Chalk to published version | Florian Diebold | 2020-06-05 | 2 | -2/+7 | |
* | | Merge #4689 | bors[bot] | 2020-06-05 | 12 | -81/+442 | |
|\ \ | ||||||
| * | | Review fixes | Florian Diebold | 2020-06-05 | 5 | -25/+68 | |
| * | | Implement return position impl trait / opaque type support | Florian Diebold | 2020-06-05 | 10 | -77/+395 | |
| |/ | ||||||
* | | Merge #4760 | bors[bot] | 2020-06-05 | 6 | -79/+35 | |
|\ \ | ||||||
| * | | Minimize FileLoader interface | Aleksey Kladov | 2020-06-05 | 6 | -79/+35 | |
| |/ | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #4729 #4748 | bors[bot] | 2020-06-05 | 17 | -162/+795 | |
|\ \ \ | |_|/ |/| | | ||||||
| | * | Clarify when we visit modules multiple times | Jonas Schievink | 2020-06-05 | 1 | -1/+3 | |
| | * | impl Debug for ImportMap | Jonas Schievink | 2020-06-05 | 1 | -19/+23 | |
| | * | Reorder imports | Jonas Schievink | 2020-06-05 | 3 | -5/+7 | |
| | * | Make `find_path_inner` private again | Jonas Schievink | 2020-06-05 | 1 | -1/+1 | |
| | * | Measure memory usage of ImportMap | Jonas Schievink | 2020-06-05 | 2 | -5/+6 | |
| | * | defining_crate -> krate | Jonas Schievink | 2020-06-05 | 2 | -2/+3 | |
| | * | Fix wrong comment | Jonas Schievink | 2020-06-05 | 1 | -1/+1 | |
| | * | Use `ImportMap` in `find_path`, remove old queries | Jonas Schievink | 2020-06-04 | 3 | -97/+140 | |
| | * | Add an ImportMap | Jonas Schievink | 2020-06-04 | 7 | -14/+360 | |
| * | | Remove hover actions heavy tests. | vsrs | 2020-06-05 | 1 | -180/+0 | |
| * | | Remove hover contents marking as trusted. | vsrs | 2020-06-05 | 1 | -1/+1 | |
| * | | Add capabilities tests. | vsrs | 2020-06-05 | 3 | -7/+184 | |
| * | | Apply suggestions from @kjeremy review | vsrs | 2020-06-05 | 2 | -19/+18 | |
| * | | Add enum hover action test. | vsrs | 2020-06-05 | 1 | -0/+15 | |
| * | | Rebase on the latest master. | vsrs | 2020-06-05 | 2 | -13/+13 | |
| * | | Code formatting | vsrs | 2020-06-05 | 3 | -6/+6 | |
| * | | Add hover actions as LSP extension | vsrs | 2020-06-05 | 7 | -49/+272 | |
* | | | Actually test include!(concant!(env!())); | Aleksey Kladov | 2020-06-05 | 1 | -22/+23 | |
* | | | Cleanup test | Aleksey Kladov | 2020-06-05 | 1 | -50/+12 | |
* | | | More direct signature for resolve_path | Aleksey Kladov | 2020-06-05 | 7 | -19/+24 | |
* | | | Rename resolve_relative_path -> resolve_path | Aleksey Kladov | 2020-06-05 | 7 | -33/+12 |