Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Move more things into PathCompletionContext | Lukas Wirth | 2021-06-07 | 8 | -46/+62 | |
| * | | | | Simplify CompletionContext by introducing a path CallKind enum | Lukas Wirth | 2021-06-06 | 6 | -32/+49 | |
* | | | | | Merge #9161 | bors[bot] | 2021-06-07 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix incorrect config usage in hover references | Lukas Wirth | 2021-06-07 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge #9160 | bors[bot] | 2021-06-07 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make Documentation::new non-generic | Laurențiu Nicola | 2021-06-07 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge #9157 | bors[bot] | 2021-06-07 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use HTTPS for clippy lint JSON | Laurențiu Nicola | 2021-06-07 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge #9106 | bors[bot] | 2021-06-07 | 2 | -7/+91 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | feat: goto def on impl items also goes to the defn in the trait | Jade | 2021-06-07 | 1 | -18/+56 | |
| * | | | | feat: goto definition on an impl fn goes to that fn in the trait | Jade | 2021-06-07 | 2 | -7/+53 | |
|/ / / / | ||||||
* | | | | Merge #9155 | bors[bot] | 2021-06-06 | 1 | -2/+4 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Replace attribute with equivalent whitespace | Jonas Schievink | 2021-06-06 | 1 | -2/+4 | |
|/ / / | ||||||
* | | | Merge #9149 | bors[bot] | 2021-06-05 | 1 | -3/+49 | |
|\ \ \ | ||||||
| * | | | Support goto-definition for include macro paths | Lukas Wirth | 2021-06-05 | 1 | -3/+49 | |
* | | | | Merge #9150 | bors[bot] | 2021-06-05 | 2 | -314/+731 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Unescape generated clippy lints | Lukas Wirth | 2021-06-05 | 2 | -314/+731 | |
* | | | | Merge #9140 | bors[bot] | 2021-06-05 | 4 | -40/+75 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Complete third-party attributes | Lukas Wirth | 2021-06-04 | 1 | -0/+19 | |
| * | | | Render documentation for derive completion | Lukas Wirth | 2021-06-04 | 3 | -40/+56 | |
| |/ / | ||||||
* | | | Merge #9147 | bors[bot] | 2021-06-05 | 4 | -22/+21 | |
|\ \ \ | ||||||
| * | | | Enable proc macros and build scripts by default in CLI | Laurențiu Nicola | 2021-06-05 | 4 | -22/+21 | |
* | | | | Merge #9148 | bors[bot] | 2021-06-05 | 1 | -1/+32 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Prevent renaming of aliases on usages | Lukas Wirth | 2021-06-05 | 1 | -1/+32 | |
| |/ / | ||||||
* | | | Merge #9146 | bors[bot] | 2021-06-05 | 1 | -9/+9 | |
|\ \ \ | ||||||
| * | | | Fix incorrect list nesting in format_like feature description | Lukas Wirth | 2021-06-05 | 1 | -9/+9 | |
| |/ / | ||||||
* | | | Merge #9145 | bors[bot] | 2021-06-05 | 1 | -0/+3 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Enable attribute macro expansion in `analysis-stats` | Florian Diebold | 2021-06-05 | 1 | -0/+3 | |
|/ / | ||||||
* | | Merge #9141 | bors[bot] | 2021-06-04 | 1 | -0/+17 | |
|\ \ | |/ |/| | ||||||
| * | Don't inline mutable locals in 'inline_local_variable' | Lukas Wirth | 2021-06-04 | 1 | -0/+17 | |
|/ | ||||||
* | Merge #9138 | bors[bot] | 2021-06-04 | 8 | -3473/+4064 | |
|\ | ||||||
| * | Exclude `crates/ide_db/src/helpers/generated_lints.rs` from `tidy::check_todo` | Lukas Wirth | 2021-06-04 | 1 | -3/+5 | |
| * | Replace `-` with `_` in generated lint names | Lukas Wirth | 2021-06-04 | 3 | -150/+151 | |
| * | Generate default lint groups | Lukas Wirth | 2021-06-04 | 2 | -9/+53 | |
| * | Generate default lint completions | Lukas Wirth | 2021-06-04 | 7 | -777/+1130 | |
| * | Implement hover for lints | Lukas Wirth | 2021-06-04 | 5 | -2835/+3026 | |
* | | Merge #9137 | bors[bot] | 2021-06-04 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | Return `ReachedFixedPoint::No` when resolving derive helper | Jonas Schievink | 2021-06-04 | 1 | -0/+1 | |
* | | | Merge #9136 | bors[bot] | 2021-06-04 | 6 | -1/+75 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Add function references hover action | Lukas Wirth | 2021-06-04 | 6 | -1/+75 | |
|/ / | ||||||
* | | Merge #9135 | bors[bot] | 2021-06-04 | 1 | -540/+492 | |
|\ \ | |/ |/| | ||||||
| * | Cleanup parameter_hint_heuristics inlay hints test | Lukas Wirth | 2021-06-04 | 1 | -87/+68 | |
| * | Reorganize inlay_hints tests | Lukas Wirth | 2021-06-04 | 1 | -522/+493 | |
|/ | ||||||
* | Merge #9128 | bors[bot] | 2021-06-03 | 17 | -35/+234 | |
|\ | ||||||
| * | Set enable_proc_attr_macros in hir_ty TestDB | Jonas Schievink | 2021-06-03 | 1 | -1/+9 | |
| * | Update list of built-in attributes | Jonas Schievink | 2021-06-03 | 1 | -16/+22 | |
| * | Make it opt-in | Jonas Schievink | 2021-06-03 | 9 | -4/+44 | |
| * | Expand procedural attribute macros | Jonas Schievink | 2021-06-03 | 7 | -14/+159 | |
|/ | ||||||
* | Merge #9130 | bors[bot] | 2021-06-03 | 1 | -70/+57 | |
|\ | ||||||
| * | Prefix/suffix parameter inlay hint hiding heuristic is more strict | Lukas Wirth | 2021-06-03 | 1 | -70/+57 |