aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * simplifyAleksey Kladov2019-02-171-39/+33
| * rename methodAleksey Kladov2019-02-171-1/+1
| * remove duplicated methodAleksey Kladov2019-02-171-7/+0
| * hide root configAleksey Kladov2019-02-173-81/+89
| * move roots to a moduleAleksey Kladov2019-02-172-98/+112
* | Merge #844bors[bot]2019-02-176-48/+127
|\ \ | |/ |/|
| * Remove leading ::Ville Penttinen2019-02-171-1/+1
| * Refactor find_all_refs to return ReferenceSearchResultVille Penttinen2019-02-176-48/+127
* | Merge #843bors[bot]2019-02-1716-84/+290
|\ \ | |/ |/|
| * Make GenericArgs::from_ast pub(crate)Florian Diebold2019-02-171-1/+1
| * Unify with the autorefed/autoderefed receiver type during method resolutionFlorian Diebold2019-02-175-13/+55
| * Handle generic args for method callsFlorian Diebold2019-02-166-11/+50
| * Handle impl generics in method callsFlorian Diebold2019-02-167-77/+122
| * Resolve impl generic paramsFlorian Diebold2019-02-161-1/+3
| * Add generic params to impl blocksFlorian Diebold2019-02-164-9/+16
| * Add a test for impl genericsFlorian Diebold2019-02-162-0/+71
|/
* Merge #842bors[bot]2019-02-169-77/+65
|\
| * Turn ImplBlock into a copy type just containing IDsFlorian Diebold2019-02-169-77/+65
|/
* Merge #841bors[bot]2019-02-161-0/+139
|\
| * Add my emacs configurationFlorian Diebold2019-02-161-0/+139
|/
* document design guidelineAleksey Kladov2019-02-161-0/+6
* Merge #836bors[bot]2019-02-161-18/+67
|\
| * auto_import: fix bug when the common path was shorter than both the current u...Andrea Pretto2019-02-141-18/+67
* | Merge #838bors[bot]2019-02-151-1/+1
|\ \
| * | Dont slow down everyone else's testing (especially the CI's Linux) just for O...Felix S. Klock II2019-02-151-1/+1
|/ /
* | Merge #837bors[bot]2019-02-151-9/+67
|\ \
| * | Generalize `tests/vfs.rs` processing to address wildly-varying time-dependent...Felix S. Klock II2019-02-151-9/+67
|/ /
* | Merge #830bors[bot]2019-02-141-1/+3
|\ \ | |/ |/|
| * Fix test_vfs_works failing on Windows due to extra Write eventsVille Penttinen2019-02-141-1/+3
* | Merge #834bors[bot]2019-02-142-11/+11
|\ \
| * | use better label for &mut ref completionAleksey Kladov2019-02-142-11/+11
* | | Merge #833bors[bot]2019-02-1410-153/+119
|\ \ \ | |/ / |/| |
| * | simplifyAleksey Kladov2019-02-142-86/+71
| * | automatically wait for worker threadsAleksey Kladov2019-02-1410-152/+133
|/ /
* | Merge #831bors[bot]2019-02-142-13/+84
|\ \
| * | tweak postfix completionsAleksey Kladov2019-02-142-13/+60
| * | add ref postfix templateAleksey Kladov2019-02-142-3/+27
| |/
* | Merge #829bors[bot]2019-02-141-15/+7
|\ \ | |/ |/|
| * Be precise about the argument listJeremy Kolb2019-02-141-15/+7
|/
* Merge #825bors[bot]2019-02-141-1/+1
|\
| * Remove call to canonicalize in BatchDatabase::load_cargoVille Penttinen2019-02-141-1/+1
|/
* Merge #818bors[bot]2019-02-131-2/+15
|\
| * rustfmtFelix S. Klock II2019-02-131-3/+3
| * In `RootConfig::contains`, check against canonicalized version of rootFelix S. Klock II2019-02-131-2/+15
* | Merge #816bors[bot]2019-02-1318-60/+399
|\ \
| * | Complete names from preludeFlorian Diebold2019-02-134-5/+84
| * | Handle extern crates better, so they work correctly in 2015 editionFlorian Diebold2019-02-133-15/+55
| * | Make edition handling a bit nicer and allow specifying edition in crate_graph...Florian Diebold2019-02-135-25/+28
| * | Resolve 2015 style importsFlorian Diebold2019-02-134-8/+118
| * | Keep track of crate editionFlorian Diebold2019-02-138-24/+44