Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ | |||||
| * | | | Return CallInfo for unclosed call expressions | Lukas Wirth | 2021-04-16 | 2 | -2/+35 |
* | | | | Exclude inherent traits from flyimports | Kirill Bulatov | 2021-04-16 | 1 | -6/+16 |
|/ / / | |||||
* / / | Profile trait solving for all invocations | Kirill Bulatov | 2021-04-14 | 1 | -1/+1 |
|/ / | |||||
* / | Avoid O(n²) when constructing AttrSourceMap | Jonas Schievink | 2021-04-06 | 1 | -0/+4 |
|/ | |||||
* | Convert Into to From assist | Graeme Coupar | 2021-04-03 | 2 | -1/+9 |
* | Merge #8267 | bors[bot] | 2021-03-31 | 1 | -0/+1 |
|\ | |||||
| * | Gifs and screenshots for features in manual | Ayomide Bamidele | 2021-03-31 | 1 | -0/+1 |
* | | Merge #8186 | bors[bot] | 2021-03-30 | 1 | -1/+1 |
|\ \ | |||||
| * | | Rename target_ty to self_ty | Lukas Wirth | 2021-03-29 | 1 | -1/+1 |
| |/ | |||||
* / | Accurately classify assoc. types in paths | Jonas Schievink | 2021-03-30 | 1 | -18/+23 |
|/ | |||||
* | Merge #8212 | bors[bot] | 2021-03-28 | 2 | -2/+3 |
|\ | |||||
| * | Unleash macro 2.0 in hightlight and more | Edwin Cheng | 2021-03-27 | 2 | -2/+3 |
* | | Cleanup ide_db imports | Lukas Wirth | 2021-03-27 | 8 | -10/+15 |
|/ | |||||
* | syntax: return owned string instead of leaking string | cynecx | 2021-03-26 | 3 | -3/+3 |
* | Sweep the new TraitEnvironmentQuery | Jonas Schievink | 2021-03-24 | 1 | -0/+1 |