aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* assists: compute editkjeremy2019-02-061-1/+1
|
* Merge #752bors[bot]2019-02-061-73/+14
|\ | | | | | | | | | | | | | | 752: cargo update r=kjeremy a=kjeremy Removes a few crates from the dep chain. Co-authored-by: kjeremy <[email protected]>
| * cargo updatekjeremy2019-02-061-73/+14
|/
* Merge #750bors[bot]2019-02-0626-580/+582
|\ | | | | | | | | | | | | | | | | | | 750: Move assists to a separate crate r=matklad a=matklad I am slowly coming to conclusion that ide_api_light does not make a lot of sense after all :D This PR moves assists to a separate crate, so that assists can use database (so, inspect types, do name-resolution, etc) Co-authored-by: Aleksey Kladov <[email protected]>
| * move assists to a separate crateAleksey Kladov2019-02-0626-580/+582
|/
* Merge #748bors[bot]2019-02-066-23/+86
|\ | | | | | | | | | | | | | | | | 748: Fill deprecation for LSP r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]> Co-authored-by: Jeremy Kolb <[email protected]>
| * Remove stray dbg!Jeremy Kolb2019-02-061-1/+1
| |
| * Fill deprecation for LSPkjeremy2019-02-056-23/+86
|/
* Merge #746bors[bot]2019-02-056-5/+5
|\ | | | | | | | | | | | | | | 746: Rename assits to assists r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]>
| * Rename assits to assistsJeremy Kolb2019-02-056-5/+5
|/
* Merge #740bors[bot]2019-02-057-112/+129
|\ | | | | | | | | | | | | | | | | 740: Update dependencies r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]> Co-authored-by: Jeremy Kolb <[email protected]>
| * Remove unused importsJeremy Kolb2019-02-052-2/+2
| |
| * Bump insta and proptest to latestkjeremy2019-02-045-28/+37
| |
| * cargo updatekjeremy2019-02-041-92/+100
| |
* | Merge #742bors[bot]2019-02-0514-48/+190
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 742: Extern crate r=matklad a=flodiebold This implements `extern crate` declarations by lowering them to (absolute) imports, and adds support for absolute paths. It also extracts the extern prelude from the per-module item map, and handles the special case of extern crates in the crate root adding to the extern prelude. This means we finally resolve `Arc`, so it fixes #523 :smile: Co-authored-by: Florian Diebold <[email protected]>
| * | 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
| | | | | | | | | | | | To accomplish this, separate the extern prelude from the per-module item maps.
| * | Lower extern crates to importsFlorian Diebold2019-02-041-3/+16
| | | | | | | | | | | | This is probably not completely correct, but it kind of works.
| * | Add test for extern crate renamesFlorian Diebold2019-02-041-0/+42
| | |
| * | Add AST for extern crateFlorian Diebold2019-02-045-6/+16
| | | | | | | | | | | | Also change it to parse the crate name as a NAME_REF, not a NAME.
* | | Merge #743bors[bot]2019-02-051-12/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 743: Move comment r=matklad a=kjeremy As pointed out in https://github.com/rust-analyzer/rust-analyzer/pull/738/files#r253651450 Co-authored-by: kjeremy <[email protected]>
| * | | Move commentkjeremy2019-02-041-12/+13
| |/ /
* | | Merge #744bors[bot]2019-02-052-2/+30
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 744: mbe: Ensure repetition separator matches r=matklad a=jrmuizel Co-authored-by: Jeff Muizelaar <[email protected]>
| * | mbe: Ensure repetition separator matchesJeff Muizelaar2019-02-052-2/+30
| | |
* | | Merge #741bors[bot]2019-02-042-3/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 741: Test more Self inference r=flodiebold a=kjeremy These cases didn't look covered. Co-authored-by: kjeremy <[email protected]>
| * | | Test more Self inferencekjeremy2019-02-042-3/+13
| | |/ | |/|
* | | Merge #739bors[bot]2019-02-041-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 739: Future proof by explicitly matching against None r=DJMcNab a=kjeremy Co-authored-by: kjeremy <[email protected]>
| * | Future proof by explicitly matching against Nonekjeremy2019-02-041-1/+1
|/ /
* | Merge #738bors[bot]2019-02-044-3/+101
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 738: Implement lens for impls and support resolving lenses. r=matklad a=kjeremy Closes #620 Co-authored-by: Jeremy Kolb <[email protected]> Co-authored-by: kjeremy <[email protected]>
| * | Add commentkjeremy2019-02-041-0/+4
| | |
| * | Implement lens for impls and support resolving lenses.Jeremy Kolb2019-02-044-3/+97
|/ /
* | Merge #736bors[bot]2019-02-042-24/+49
|\| | | | | | | | | | | | | | | 736: mbe: Add support matching for matching idents r=jrmuizel a=jrmuizel Factors out a helper and adds support for matching idents. Co-authored-by: Jeff Muizelaar <[email protected]>
| * mbe: Add support matching for matching identsJeff Muizelaar2019-02-042-0/+29
| |
| * Factor out rules parsingJeff Muizelaar2019-02-041-24/+20
|/
* Merge #735bors[bot]2019-02-035-16/+26
|\ | | | | | | | | | | | | | | 735: make HirDatabase object-safe r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * make HirDatabase object-safeAleksey Kladov2019-02-035-16/+26
|/
* Merge #733bors[bot]2019-02-037-9/+300
|\ | | | | | | | | | | | | | | 733: fill match arms r=matklad a=gfreezy fixed #626 Co-authored-by: gfreezy <[email protected]>
| * fill match armgfreezy2019-02-037-9/+300
| |
* | Merge #732bors[bot]2019-02-031-0/+1
|\ \ | |/ |/| | | | | | | | | | | 732: Add core to STD_DEPS r=matklad a=lnicola See #731. Co-authored-by: Laurențiu Nicola <[email protected]>
| * Add core to STD_DEPSLaurențiu Nicola2019-02-031-0/+1
|/ | | See #731.
* Merge #730bors[bot]2019-02-032-1/+34
|\ | | | | | | | | | | | | | | 730: Make sure we match the entire pattern r=matklad a=jrmuizel Co-authored-by: Jeff Muizelaar <[email protected]>
| * Make sure we match the entire patternJeff Muizelaar2019-02-032-1/+34
|/
* Merge #728bors[bot]2019-02-034-230/+28
|\ | | | | | | | | | | | | | | 728: add postfix completion for `dbg!()` with `.dbg` r=matklad a=hdhoang closes #716 Co-authored-by: Hoàng Đức Hiếu <[email protected]>
| * 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
|\ \ | | | | | | | | | | | | | | | | | | | | | 727: Fix macro_rules separator parsing. r=matklad a=jrmuizel macro_rules rules are separated by ';' including an optional ';' at the end Co-authored-by: Jeff Muizelaar <[email protected]>
| * | Fill out test a little moreJeff Muizelaar2019-02-031-14/+18
| | | | | | | | | | | | | | | This factors out an assert_expansion function to make things more managable.