Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #8292 | bors[bot] | 2021-04-02 | 1 | -2/+2 |
|\ | |||||
| * | internal: document Cargo.lock maintenance process | Aleksey Kladov | 2021-04-02 | 1 | -2/+2 |
* | | Merge #8265 | bors[bot] | 2021-04-01 | 2 | -47/+192 |
|\ \ | |||||
| * | | Check for and skip dummy macro files | Jonas Schievink | 2021-04-01 | 2 | -120/+16 |
| * | | Adjust message when pointing at location in macro | Jonas Schievink | 2021-04-01 | 1 | -2/+10 |
| * | | Search for a suitable primary location | Jonas Schievink | 2021-03-31 | 1 | -9/+27 |
| * | | Rename `convert_location` -> `location` | Jonas Schievink | 2021-03-31 | 1 | -11/+11 |
| * | | Improve rustc diagnostic mapping | Jonas Schievink | 2021-03-30 | 3 | -49/+272 |
* | | | Merge #8283 | bors[bot] | 2021-04-01 | 5 | -7/+96 |
|\ \ \ | |||||
| * | | | Resolve associated types with type anchors | Lukas Wirth | 2021-04-01 | 3 | -12/+42 |
| * | | | Resolve associated types | Lukas Wirth | 2021-04-01 | 4 | -5/+64 |
* | | | | Merge #8286 | bors[bot] | 2021-04-01 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | Include remaining memory in memory usage stats | Jonas Schievink | 2021-04-01 | 1 | -1/+2 |
|/ / / / | |||||
* | | | | Merge #8274 | bors[bot] | 2021-04-01 | 2 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | Additional syntax highlighting screenshot in manual | Ayomide Bamidele | 2021-03-31 | 1 | -0/+1 |
| * | | | | Gif of "let = " typing assist | Ayomide Bamidele | 2021-03-31 | 1 | -0/+1 |
| * | | | | Gifs and screenshots for features in manual (syntax highlighting and typing) | Ayomide Bamidele | 2021-03-31 | 2 | -0/+4 |
| |/ / / | |||||
* | | | | Merge #8276 | bors[bot] | 2021-03-31 | 2 | -0/+32 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix block inner item defined in macro | Edwin Cheng | 2021-03-31 | 2 | -0/+32 |
|/ / / | |||||
* | | | Merge #8210 | bors[bot] | 2021-03-31 | 5 | -6/+179 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Don't use snippets | Jonas Schievink | 2021-03-29 | 2 | -19/+14 |
| * | | Use `find_node_at_range` | Jonas Schievink | 2021-03-29 | 2 | -26/+7 |
| * | | Use `const` instead of `let` | Jonas Schievink | 2021-03-27 | 1 | -1/+1 |
| * | | Snippet support in extract_type_alias | Jonas Schievink | 2021-03-27 | 2 | -15/+26 |
| * | | Fix handling of multi-cursor snippets | Jonas Schievink | 2021-03-27 | 1 | -5/+5 |
| * | | Implement "Extract type alias" assist | Jonas Schievink | 2021-03-26 | 3 | -0/+186 |
* | | | Merge #8271 | bors[bot] | 2021-03-31 | 1 | -2/+17 |
|\ \ \ | |||||
| * | | | Fix parse u128 bug in proc-macro | Edwin Cheng | 2021-03-31 | 1 | -2/+17 |
* | | | | Merge #8269 | bors[bot] | 2021-03-31 | 1 | -0/+9 |
|\ \ \ \ | |||||
| * | | | | internal: document semantics for missing names | Aleksey Kladov | 2021-03-31 | 1 | -0/+9 |
* | | | | | Merge #8267 | bors[bot] | 2021-03-31 | 24 | -0/+44 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Gifs and screenshots for features in manual | Ayomide Bamidele | 2021-03-31 | 24 | -0/+44 |
* | | | | | Merge #8266 | bors[bot] | 2021-03-31 | 2 | -1/+46 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix generic arguments being incorrectly offset in qualified trait casts | Lukas Wirth | 2021-03-30 | 2 | -1/+46 |
* | | | | | Merge #8240 | bors[bot] | 2021-03-30 | 8 | -14/+47 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Revert "8024: Added test case for highlighting trait items." | Chetan Khilosiya | 2021-03-30 | 2 | -104/+0 |
| * | | | | 8024: Fix for function name change. | Chetan Khilosiya | 2021-03-30 | 1 | -2/+2 |
| * | | | | 8024: Added test case for highlighting trait items. | Chetan Khilosiya | 2021-03-30 | 2 | -0/+104 |
| * | | | | 8024: Updated the implementation for trait modifier. | Chetan Khilosiya | 2021-03-30 | 6 | -20/+30 |
| * | | | | 8024: Added the trait modifier for methods | Chetan Khilosiya | 2021-03-30 | 4 | -1/+24 |
|/ / / / | |||||
* | | | | Merge #8186 | bors[bot] | 2021-03-30 | 17 | -40/+100 |
|\ \ \ \ | |||||
| * | | | | Remove TraitRef::Error | Lukas Wirth | 2021-03-29 | 3 | -17/+15 |
| * | | | | Rename target_ty to self_ty | Lukas Wirth | 2021-03-29 | 16 | -27/+27 |
| * | | | | Lower traits to TraitRef instead of TypeRef | Lukas Wirth | 2021-03-29 | 6 | -14/+76 |
* | | | | | Merge #8261 | bors[bot] | 2021-03-30 | 1 | -25/+15 |
|\ \ \ \ \ | |||||
| * | | | | | Fix expansion of OR-patterns in match check | Jesse Bakker | 2021-03-30 | 1 | -25/+15 |
* | | | | | | Merge #8262 | bors[bot] | 2021-03-30 | 3 | -12/+46 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | internal: revive google_cpu_profile infra | Aleksey Kladov | 2021-03-30 | 3 | -12/+46 |
| * | | | | | internal: switch from CLI to internal benchmarking | Aleksey Kladov | 2021-03-30 | 0 | -0/+0 |
* | | | | | | Merge #8256 | bors[bot] | 2021-03-30 | 2 | -13/+256 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |