aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* drop unused depsAleksey Kladov2019-02-181-3/+0
* Merge #854bors[bot]2019-02-1859-433/+522
|\
| * more compact edits in instaAleksey Kladov2019-02-1855-1161/+339
| * Don't use additional_text_edits API internallyAleksey Kladov2019-02-1857-384/+1300
| * More orthogonal method namingAleksey Kladov2019-02-184-9/+4
* | Merge #852bors[bot]2019-02-184-35/+44
|\ \ | |/ |/|
| * handle != operatorAleksey Kladov2019-02-184-35/+44
* | More compact debug representation for completionAleksey Kladov2019-02-1855-1883/+610
* | Merge #850bors[bot]2019-02-185-37/+95
|\ \ | |/ |/|
| * Handle tuple structs / enum variants properly in type inferenceFlorian Diebold2019-02-175-37/+95
* | Enable parsing attributes for generic lifetimes and type parametersVille Penttinen2019-02-175-9/+85
|/
* Merge #849bors[bot]2019-02-173-6/+42
|\
| * Don't render `()` in calls to assoc functionsAleksey Kladov2019-02-173-6/+42
* | Merge #846bors[bot]2019-02-1713-1/+572
|\ \
| * | Remove match_armlist validatorVille Penttinen2019-02-172-30/+0
| * | Parse only outer_attributes for match arms for nowVille Penttinen2019-02-173-47/+60
| * | Enable parsing of attributes inside a match blockVille Penttinen2019-02-1716-1/+589
| |/
* | Merge #847bors[bot]2019-02-174-195/+201
|\ \ | |/ |/|
| * marginally better namesAleksey Kladov2019-02-171-19/+24
| * fix-testsAleksey Kladov2019-02-171-4/+4
| * remove overlay removes overlayAleksey Kladov2019-02-171-4/+4
| * simplify overlay handlingAleksey Kladov2019-02-171-16/+8
| * 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
* | 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
|/
* Turn ImplBlock into a copy type just containing IDsFlorian Diebold2019-02-169-77/+65
* 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
* | Dont slow down everyone else's testing (especially the CI's Linux) just for O...Felix S. Klock II2019-02-151-1/+1
* | 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
* | | simplifyAleksey Kladov2019-02-142-86/+71
* | | automatically wait for worker threadsAleksey Kladov2019-02-149-151/+133
|/ /
* | Merge #831bors[bot]2019-02-142-13/+84
|\ \