Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add module comment | Jonas Schievink | 2021-03-15 | 1 | -0/+2 |
* | Use pub(crate) | Jonas Schievink | 2021-03-15 | 1 | -3/+3 |
* | Redo it properly and add a quickfix | Jonas Schievink | 2021-03-15 | 3 | -7/+309 |
* | Diagnose files that aren't in the module tree | Jonas Schievink | 2021-03-10 | 1 | -3/+13 |
* | Merge #7965 | bors[bot] | 2021-03-10 | 2 | -9/+9 |
|\ | |||||
| * | cargo update and lexer | kjeremy | 2021-03-10 | 2 | -9/+9 |
* | | Merge #7964 | bors[bot] | 2021-03-10 | 5 | -2/+20 |
|\ \ | |/ |/| | |||||
| * | Implement builtin `cfg!` macro | Jonas Schievink | 2021-03-10 | 5 | -2/+20 |
|/ | |||||
* | Merge #7961 | bors[bot] | 2021-03-10 | 1 | -0/+9 |
|\ | |||||
| * | add user docs for ssr assist | Josh Mcguigan | 2021-03-10 | 1 | -0/+9 |
* | | Merge #7959 | bors[bot] | 2021-03-10 | 2 | -5/+40 |
|\ \ | |||||
| * | | Prefer names from outer DefMap over extern prelude | Jonas Schievink | 2021-03-10 | 2 | -5/+40 |
|/ / | |||||
* | | Merge #7958 | bors[bot] | 2021-03-10 | 4 | -2/+15 |
|\ \ | |||||
| * | | Avoid double text edits when renaming mod declaration | Lukas Wirth | 2021-03-10 | 4 | -2/+15 |
| |/ | |||||
* | | Merge #7874 | bors[bot] | 2021-03-10 | 4 | -1/+300 |
|\ \ | |/ |/| | |||||
| * | add apply ssr assist | Josh Mcguigan | 2021-03-10 | 4 | -1/+300 |
|/ | |||||
* | Merge #7957 | bors[bot] | 2021-03-10 | 2 | -20/+12 |
|\ | |||||
| * | Fix labels for single import assists | Kirill Bulatov | 2021-03-10 | 2 | -20/+12 |
|/ | |||||
* | Merge #7955 | bors[bot] | 2021-03-10 | 1 | -14/+1 |
|\ | |||||
| * | Stop fetching ItemTrees for no reason | Jonas Schievink | 2021-03-10 | 1 | -14/+1 |
|/ | |||||
* | Merge #6822 | bors[bot] | 2021-03-09 | 4 | -3/+173 |
|\ | |||||
| * | use doc-comments | Edwin Cheng | 2021-03-09 | 1 | -21/+22 |
| * | Print warning if proc-macro built by old rustc | Edwin Cheng | 2021-03-04 | 2 | -73/+148 |
| * | Revise error message regarding metadata version | Jay Somedon | 2021-03-04 | 1 | -10/+6 |
| * | Update condition check code style | Jay Somedon | 2021-03-04 | 1 | -1/+1 |
| * | Update comment | Jay Somedon | 2021-03-04 | 1 | -1/+1 |
| * | Fix multiple issues from code review | Jay Somedon | 2021-03-04 | 3 | -34/+44 |
| * | Configure object crate's feature | Jay Somedon | 2021-03-04 | 1 | -1/+1 |
| * | Read version of rustc that compiled proc macro | Jay Somedon | 2021-03-04 | 3 | -12/+100 |
* | | Merge #7949 | bors[bot] | 2021-03-09 | 10 | -10/+12 |
|\ \ | |||||
| * | | Compilation speed | Aleksey Kladov | 2021-03-09 | 10 | -10/+12 |
|/ / | |||||
* | | Merge #7948 | bors[bot] | 2021-03-09 | 11 | -100/+61 |
|\ \ | |||||
| * | | Delete `ContainerId` | Jonas Schievink | 2021-03-09 | 11 | -100/+61 |
|/ / | |||||
* | | Merge #7878 | bors[bot] | 2021-03-09 | 15 | -229/+111 |
|\ \ | |||||
| * | | Stop using `ContainerId` in `AssocContainerId` | Jonas Schievink | 2021-03-09 | 7 | -12/+12 |
| * | | Check ancestor maps when computing traits in scope | Jonas Schievink | 2021-03-09 | 2 | -0/+43 |
| * | | Remove `item_scope` field from `Body` | Jonas Schievink | 2021-03-09 | 3 | -175/+6 |
| * | | Use `body.block_scopes` in `hir_ty` tests | Jonas Schievink | 2021-03-09 | 1 | -6/+14 |
| * | | Use `body.block_scopes` to validate inner items | Jonas Schievink | 2021-03-09 | 1 | -3/+8 |
| * | | Use `body.block_scopes` in `ChildBySource` | Jonas Schievink | 2021-03-09 | 1 | -1/+5 |
| * | | Store inner `BlockId`s in `Body` | Jonas Schievink | 2021-03-09 | 2 | -1/+6 |
| * | | Change `ChildBySource` to allow reusing `DynMap` | Jonas Schievink | 2021-03-09 | 2 | -32/+18 |
* | | | Merge #7945 | bors[bot] | 2021-03-09 | 4 | -72/+96 |
|\ \ \ | |/ / |/| | | |||||
| * | | Future proof completion scores | Aleksey Kladov | 2021-03-09 | 4 | -72/+96 |
* | | | Merge #7942 | bors[bot] | 2021-03-09 | 4 | -33/+48 |
|\ \ \ | |||||
| * | | | Show whether a binding is mutable or not on hover | Lukas Wirth | 2021-03-09 | 3 | -28/+47 |
| * | | | Don't show const items initializer expressions on hover | Lukas Wirth | 2021-03-09 | 1 | -5/+1 |
* | | | | Merge #7944 | bors[bot] | 2021-03-09 | 4 | -45/+103 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Selecting `&mut foo` completion now actually inserts `&mut` | Aleksey Kladov | 2021-03-09 | 1 | -15/+16 |
| * | | Cleanup auto-ref in completion | Aleksey Kladov | 2021-03-09 | 4 | -30/+87 |