Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #9218 | bors[bot] | 2021-06-11 | 1 | -10/+37 |
|\ | |||||
| * | Item search now respects trait impl items | Lukas Wirth | 2021-06-11 | 1 | -10/+37 |
* | | Update ungrammar | Jonas Schievink | 2021-06-11 | 1 | -1/+1 |
* | | Add more profiling for flyimports | Kirill Bulatov | 2021-06-10 | 1 | -0/+2 |
* | | Don't classify attributes on macro-calls are the macro itself | Lukas Wirth | 2021-06-09 | 1 | -5/+3 |
|/ | |||||
* | Fix edge case for ImportGranularity guessing | Lukas Wirth | 2021-06-08 | 2 | -7/+26 |
* | Reorder CompletionContext fields | Lukas Wirth | 2021-06-07 | 1 | -2/+1 |
* | Unescape generated clippy lints | Lukas Wirth | 2021-06-05 | 1 | -314/+726 |
* | Replace `-` with `_` in generated lint names | Lukas Wirth | 2021-06-04 | 1 | -137/+135 |
* | Generate default lint groups | Lukas Wirth | 2021-06-04 | 1 | -0/+29 |
* | Generate default lint completions | Lukas Wirth | 2021-06-04 | 2 | -0/+6892 |
* | Make it opt-in | Jonas Schievink | 2021-06-03 | 1 | -0/+1 |
* | Implement per-edition preludes | Jonas Schievink | 2021-06-01 | 1 | -10/+12 |
* | Merge #8866 | bors[bot] | 2021-05-31 | 2 | -18/+4 |
|\ | |||||
| * | Update salsa | Jonas Schievink | 2021-05-27 | 2 | -18/+4 |
* | | simplify | Lukas Wirth | 2021-05-28 | 2 | -10/+2 |
|/ | |||||
* | Exclude inherent traits more eagerly | Kirill Bulatov | 2021-05-27 | 1 | -11/+8 |
* | Merge #8945 | bors[bot] | 2021-05-23 | 2 | -1/+19 |
|\ | |||||
| * | Get rid of field_type again | Florian Diebold | 2021-05-23 | 1 | -1/+1 |
| * | Record method call substs and use them in call info | Florian Diebold | 2021-05-23 | 1 | -0/+18 |
* | | minor: align import style with styleguide | Aleksey Kladov | 2021-05-23 | 1 | -3/+3 |
|/ | |||||
* | Don't compare ast::Visibility by stringifying | Lukas Tobias Wirth | 2021-05-20 | 1 | -6/+9 |
* | Merge #8873 | bors[bot] | 2021-05-20 | 3 | -15/+237 |
|\ | |||||
| * | Check for differing attributes in granularity guessing | Lukas Tobias Wirth | 2021-05-20 | 3 | -7/+21 |
| * | Replace ImportGranularity::Guess with guessing boolean flag | Lukas Tobias Wirth | 2021-05-19 | 3 | -21/+183 |
| * | Add ImportGranularity::Guess | Lukas Tobias Wirth | 2021-05-18 | 1 | -12/+4 |
| * | Implement import-granularity guessing | Lukas Tobias Wirth | 2021-05-18 | 1 | -2/+33 |
| * | MergeBehavior -> ImportGranularity | Lukas Tobias Wirth | 2021-05-18 | 2 | -10/+33 |
* | | Simplify eager macro representation | Jonas Schievink | 2021-05-19 | 1 | -1/+0 |
* | | Add new LSP extension for workspace symbol lookup | alcroito | 2021-05-17 | 1 | -0/+5 |
|/ | |||||
* | internal: remove SyntaxRewriter | Aleksey Kladov | 2021-05-14 | 1 | -1/+3 |
* | internal: remove one more immutable tree | Aleksey Kladov | 2021-05-14 | 1 | -14/+20 |
* | Give MergeBehaviour variants better names | Lukas Wirth | 2021-05-10 | 2 | -45/+53 |
* | internal: introduce `ast::make::ext` module with common shortcuts | Aleksey Kladov | 2021-05-09 | 2 | -4/+4 |
* | Don't handle Self as a usage for TraitDefs | Lukas Wirth | 2021-05-08 | 1 | -1/+0 |
* | Fix builtintype def_to_ty | Lukas Wirth | 2021-05-08 | 1 | -8/+14 |
* | Correctly support SelfType when searching for usages | Lukas Wirth | 2021-05-08 | 1 | -70/+102 |
* | internal: use API stabilized in 1.52 | Aleksey Kladov | 2021-05-06 | 1 | -4/+3 |
* | Split out merge_imports module from helpers::insert_use | Lukas Wirth | 2021-04-24 | 3 | -318/+318 |
* | Merge #8591 #8638 | bors[bot] | 2021-04-23 | 2 | -179/+142 |
|\ | |||||
* \ | Merge #8317 | bors[bot] | 2021-04-23 | 1 | -7/+51 |
|\ \ | |||||
| * | | Use multiple loops instead of `Iterator::chain` in `FindUsages` | unexge | 2021-04-21 | 1 | -13/+22 |
| * | | Add convert tuple struct to named struct assist | unexge | 2021-04-04 | 1 | -9/+9 |
| * | | Allow including `Self` kw references to `FindUsages` | unexge | 2021-04-04 | 1 | -4/+39 |
| | * | Add cov_marks to insert_use tests | Lukas Wirth | 2021-04-20 | 2 | -1/+39 |
| | * | Remove SyntaxRewriter usage in insert_use in favor of ted | Lukas Wirth | 2021-04-20 | 2 | -178/+103 |
| |/ |/| | |||||
* | | Check for rust doc code attributes like rustdoc does | Lukas Wirth | 2021-04-19 | 2 | -0/+35 |
* | | Merge #8467 | bors[bot] | 2021-04-19 | 2 | -0/+12 |
|\ \ | |||||
| * | | Adds impl Deref assist | jake | 2021-04-11 | 2 | -0/+12 |
* | | | Merge #8546 | bors[bot] | 2021-04-16 | 2 | -2/+35 |
|\ \ \ |