Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Make GenericArgs::from_ast pub(crate) | Florian Diebold | 2019-02-17 | 1 | -1/+1 | |
* | | Unify with the autorefed/autoderefed receiver type during method resolution | Florian Diebold | 2019-02-17 | 5 | -13/+55 | |
* | | Handle generic args for method calls | Florian Diebold | 2019-02-16 | 6 | -11/+50 | |
* | | Handle impl generics in method calls | Florian Diebold | 2019-02-16 | 7 | -77/+122 | |
* | | Resolve impl generic params | Florian Diebold | 2019-02-16 | 1 | -1/+3 | |
* | | Add generic params to impl blocks | Florian Diebold | 2019-02-16 | 4 | -9/+16 | |
* | | Add a test for impl generics | Florian Diebold | 2019-02-16 | 2 | -0/+71 | |
|/ | ||||||
* | Turn ImplBlock into a copy type just containing IDs | Florian Diebold | 2019-02-16 | 9 | -77/+65 | |
* | document design guideline | Aleksey Kladov | 2019-02-16 | 1 | -0/+6 | |
* | Merge #836 | bors[bot] | 2019-02-16 | 1 | -18/+67 | |
|\ | ||||||
| * | auto_import: fix bug when the common path was shorter than both the current u... | Andrea Pretto | 2019-02-14 | 1 | -18/+67 | |
* | | Dont slow down everyone else's testing (especially the CI's Linux) just for O... | Felix S. Klock II | 2019-02-15 | 1 | -1/+1 | |
* | | Generalize `tests/vfs.rs` processing to address wildly-varying time-dependent... | Felix S. Klock II | 2019-02-15 | 1 | -9/+67 | |
* | | Merge #830 | bors[bot] | 2019-02-14 | 1 | -1/+3 | |
|\ \ | |/ |/| | ||||||
| * | Fix test_vfs_works failing on Windows due to extra Write events | Ville Penttinen | 2019-02-14 | 1 | -1/+3 | |
* | | Merge #834 | bors[bot] | 2019-02-14 | 2 | -11/+11 | |
|\ \ | ||||||
| * | | use better label for &mut ref completion | Aleksey Kladov | 2019-02-14 | 2 | -11/+11 | |
* | | | simplify | Aleksey Kladov | 2019-02-14 | 2 | -86/+71 | |
* | | | automatically wait for worker threads | Aleksey Kladov | 2019-02-14 | 9 | -151/+133 | |
|/ / | ||||||
* | | Merge #831 | bors[bot] | 2019-02-14 | 2 | -13/+84 | |
|\ \ | ||||||
| * | | tweak postfix completions | Aleksey Kladov | 2019-02-14 | 2 | -13/+60 | |
| * | | add ref postfix template | Aleksey Kladov | 2019-02-14 | 2 | -3/+27 | |
| |/ | ||||||
* / | Be precise about the argument list | Jeremy Kolb | 2019-02-14 | 1 | -15/+7 | |
|/ | ||||||
* | Remove call to canonicalize in BatchDatabase::load_cargo | Ville Penttinen | 2019-02-14 | 1 | -1/+1 | |
* | Merge #818 | bors[bot] | 2019-02-13 | 1 | -2/+15 | |
|\ | ||||||
| * | rustfmt | Felix S. Klock II | 2019-02-13 | 1 | -3/+3 | |
| * | In `RootConfig::contains`, check against canonicalized version of root | Felix S. Klock II | 2019-02-13 | 1 | -2/+15 | |
* | | Complete names from prelude | Florian Diebold | 2019-02-13 | 4 | -5/+84 | |
* | | Handle extern crates better, so they work correctly in 2015 edition | Florian Diebold | 2019-02-13 | 3 | -15/+55 | |
* | | Make edition handling a bit nicer and allow specifying edition in crate_graph... | Florian Diebold | 2019-02-13 | 5 | -25/+28 | |
* | | Resolve 2015 style imports | Florian Diebold | 2019-02-13 | 4 | -8/+118 | |
* | | Keep track of crate edition | Florian Diebold | 2019-02-13 | 8 | -24/+44 | |
* | | Import the prelude | Florian Diebold | 2019-02-13 | 7 | -12/+99 | |
* | | Merge #813 | bors[bot] | 2019-02-13 | 4 | -17/+100 | |
|\ \ | ||||||
| * | | Fix possible issue where unnamed is_symbol_def would pop stack wrongly | Ville Penttinen | 2019-02-13 | 1 | -11/+1 | |
| * | | Use cloned over map + clone | Ville Penttinen | 2019-02-13 | 1 | -1/+1 | |
| * | | Use clone directly rather than map + clone | Ville Penttinen | 2019-02-13 | 1 | -1/+1 | |
| * | | Remove unnecessary braces | Ville Penttinen | 2019-02-13 | 1 | -31/+25 | |
| * | | Add support for container_name in workspace/symbol query | Ville Penttinen | 2019-02-12 | 4 | -17/+116 | |
* | | | Merge #814 | bors[bot] | 2019-02-13 | 1 | -14/+82 | |
|\ \ \ | ||||||
| * | | | auto_import: import in enclosing module instead of file | Andrea Pretto | 2019-02-12 | 1 | -4/+38 | |
| * | | | auto_import: more tests and some refactorings | Andrea Pretto | 2019-02-12 | 1 | -12/+46 | |
| |/ / | ||||||
* / / | Fix another crash | Florian Diebold | 2019-02-12 | 3 | -2/+33 | |
|/ / | ||||||
* | | Merge #811 | bors[bot] | 2019-02-12 | 3 | -0/+49 | |
|\ \ | ||||||
| * | | Filter attributes from the completion details/label | Laurențiu Nicola | 2019-02-12 | 3 | -0/+49 | |
* | | | make token trees eq | Aleksey Kladov | 2019-02-12 | 2 | -6/+6 | |
|/ / | ||||||
* | | Merge #809 | bors[bot] | 2019-02-12 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | what goes bump in the night? | kjeremy | 2019-02-12 | 1 | -1/+1 | |
* | | | rename yellow -> syntax_node | Aleksey Kladov | 2019-02-12 | 18 | -20/+20 | |
|/ / | ||||||
* / | Fix some typos | Pascal Hertleif | 2019-02-12 | 26 | -65/+69 | |
|/ |