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 |
* | Merge #842 | bors[bot] | 2019-02-16 | 9 | -77/+65 |
|\ | |||||
| * | Turn ImplBlock into a copy type just containing IDs | Florian Diebold | 2019-02-16 | 9 | -77/+65 |
|/ | |||||
* | Merge #841 | bors[bot] | 2019-02-16 | 1 | -0/+139 |
|\ | |||||
| * | Add my emacs configuration | Florian Diebold | 2019-02-16 | 1 | -0/+139 |
|/ | |||||
* | 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 |
* | | Merge #838 | bors[bot] | 2019-02-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | 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 |
|/ / | |||||
* | | Merge #837 | bors[bot] | 2019-02-15 | 1 | -9/+67 |
|\ \ | |||||
| * | | 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 |
* | | | Merge #833 | bors[bot] | 2019-02-14 | 10 | -153/+119 |
|\ \ \ | |/ / |/| | | |||||
| * | | simplify | Aleksey Kladov | 2019-02-14 | 2 | -86/+71 |
| * | | automatically wait for worker threads | Aleksey Kladov | 2019-02-14 | 10 | -152/+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 |
| |/ | |||||
* | | Merge #829 | bors[bot] | 2019-02-14 | 1 | -15/+7 |
|\ \ | |/ |/| | |||||
| * | Be precise about the argument list | Jeremy Kolb | 2019-02-14 | 1 | -15/+7 |
|/ | |||||
* | Merge #825 | bors[bot] | 2019-02-14 | 1 | -1/+1 |
|\ | |||||
| * | 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 |
* | | Merge #816 | bors[bot] | 2019-02-13 | 18 | -60/+399 |
|\ \ | |||||
| * | | 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 |