aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* diagnostics is now a functionAleksey Kladov2019-02-082-64/+62
* move diagnostics to a separate fileAleksey Kladov2019-02-082-27/+22
* move index_resolve to symbol indexAleksey Kladov2019-02-084-14/+11
* move find_references to referencesAleksey Kladov2019-02-083-67/+55
* avoid 'ignored' in test outputAleksey Kladov2019-02-081-2/+2
* rename rename to referencesAleksey Kladov2019-02-082-2/+2
* move crate forAleksey Kladov2019-02-083-16/+16
* move changes to a separate fileAleksey Kladov2019-02-084-254/+263
* Remove unnecessary dbg! callsVille Penttinen2019-02-071-3/+2
* Add new assist to remove dbg!() callsVille Penttinen2019-02-072-0/+126
* Some clippy cleanupskjeremy2019-02-0615-55/+49
* assists: compute editkjeremy2019-02-061-1/+1
* move assists to a separate crateAleksey Kladov2019-02-0625-580/+568
* Remove stray dbg!Jeremy Kolb2019-02-061-1/+1
* Fill deprecation for LSPkjeremy2019-02-056-23/+86
* Rename assits to assistsJeremy Kolb2019-02-056-5/+5
* Merge #740bors[bot]2019-02-056-7/+7
|\
| * Remove unused importsJeremy Kolb2019-02-052-2/+2
| * Bump insta and proptest to latestkjeremy2019-02-044-5/+5
* | Merge #742bors[bot]2019-02-0514-48/+190
|\ \
| * | Fix ReachedFixedPoint value for unresolved external prelude itemsFlorian Diebold2019-02-041-1/+1
| * | Complete extern prelude (again)Florian Diebold2019-02-044-2/+41
| * | Make it possible to have multiple crate in a mock analysis fixtureFlorian Diebold2019-02-041-2/+10
| * | Add alloc to std depsFlorian Diebold2019-02-041-0/+1
| * | Make extern crates in the root module add to the extern preludeFlorian Diebold2019-02-044-39/+68
| * | Lower extern crates to importsFlorian Diebold2019-02-041-3/+16
| * | Add test for extern crate renamesFlorian Diebold2019-02-041-0/+42
| * | Add AST for extern crateFlorian Diebold2019-02-045-6/+16
* | | Merge #743bors[bot]2019-02-051-12/+13
|\ \ \
| * | | Move commentkjeremy2019-02-041-12/+13
| |/ /
* | | Merge #744bors[bot]2019-02-052-2/+30
|\ \ \ | |/ / |/| |
| * | mbe: Ensure repetition separator matchesJeff Muizelaar2019-02-052-2/+30
* | | Merge #741bors[bot]2019-02-042-3/+13
|\ \ \
| * | | Test more Self inferencekjeremy2019-02-042-3/+13
| | |/ | |/|
* / | Future proof by explicitly matching against Nonekjeremy2019-02-041-1/+1
|/ /
* | Add commentkjeremy2019-02-041-0/+4
* | Implement lens for impls and support resolving lenses.Jeremy Kolb2019-02-043-3/+85
|/
* mbe: Add support matching for matching identsJeff Muizelaar2019-02-042-0/+29
* Factor out rules parsingJeff Muizelaar2019-02-041-24/+20
* make HirDatabase object-safeAleksey Kladov2019-02-035-16/+26
* Merge #733bors[bot]2019-02-037-9/+300
|\
| * fill match armgfreezy2019-02-037-9/+300
* | Add core to STD_DEPSLaurențiu Nicola2019-02-031-0/+1
|/
* Make sure we match the entire patternJeff Muizelaar2019-02-032-1/+34
* Merge #728bors[bot]2019-02-034-230/+28
|\
| * fold complete_postfix tests into oneHoàng Đức Hiếu2019-02-035-411/+3
| * add postfix completion for `dbg!()` with `.dbg`Hoàng Đức Hiếu2019-02-025-6/+212
* | Merge #727bors[bot]2019-02-032-1/+53
|\ \
| * | Fill out test a little moreJeff Muizelaar2019-02-031-14/+18
| * | Fix macro_rules separator parsing.Jeff Muizelaar2019-02-032-1/+49