Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove unnecessary dbg! calls | Ville Penttinen | 2019-02-07 | 1 | -3/+2 | |
* | Add new assist to remove dbg!() calls | Ville Penttinen | 2019-02-07 | 2 | -0/+126 | |
* | Some clippy cleanups | kjeremy | 2019-02-06 | 15 | -55/+49 | |
* | assists: compute edit | kjeremy | 2019-02-06 | 1 | -1/+1 | |
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 25 | -580/+568 | |
* | Remove stray dbg! | Jeremy Kolb | 2019-02-06 | 1 | -1/+1 | |
* | Fill deprecation for LSP | kjeremy | 2019-02-05 | 6 | -23/+86 | |
* | Rename assits to assists | Jeremy Kolb | 2019-02-05 | 6 | -5/+5 | |
* | Merge #740 | bors[bot] | 2019-02-05 | 6 | -7/+7 | |
|\ | ||||||
| * | Remove unused imports | Jeremy Kolb | 2019-02-05 | 2 | -2/+2 | |
| * | Bump insta and proptest to latest | kjeremy | 2019-02-04 | 4 | -5/+5 | |
* | | Merge #742 | bors[bot] | 2019-02-05 | 14 | -48/+190 | |
|\ \ | ||||||
| * | | Fix ReachedFixedPoint value for unresolved external prelude items | Florian Diebold | 2019-02-04 | 1 | -1/+1 | |
| * | | Complete extern prelude (again) | Florian Diebold | 2019-02-04 | 4 | -2/+41 | |
| * | | Make it possible to have multiple crate in a mock analysis fixture | Florian Diebold | 2019-02-04 | 1 | -2/+10 | |
| * | | Add alloc to std deps | Florian Diebold | 2019-02-04 | 1 | -0/+1 | |
| * | | Make extern crates in the root module add to the extern prelude | Florian Diebold | 2019-02-04 | 4 | -39/+68 | |
| * | | Lower extern crates to imports | Florian Diebold | 2019-02-04 | 1 | -3/+16 | |
| * | | Add test for extern crate renames | Florian Diebold | 2019-02-04 | 1 | -0/+42 | |
| * | | Add AST for extern crate | Florian Diebold | 2019-02-04 | 5 | -6/+16 | |
* | | | Merge #743 | bors[bot] | 2019-02-05 | 1 | -12/+13 | |
|\ \ \ | ||||||
| * | | | Move comment | kjeremy | 2019-02-04 | 1 | -12/+13 | |
| |/ / | ||||||
* | | | Merge #744 | bors[bot] | 2019-02-05 | 2 | -2/+30 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | mbe: Ensure repetition separator matches | Jeff Muizelaar | 2019-02-05 | 2 | -2/+30 | |
* | | | Merge #741 | bors[bot] | 2019-02-04 | 2 | -3/+13 | |
|\ \ \ | ||||||
| * | | | Test more Self inference | kjeremy | 2019-02-04 | 2 | -3/+13 | |
| | |/ | |/| | ||||||
* / | | Future proof by explicitly matching against None | kjeremy | 2019-02-04 | 1 | -1/+1 | |
|/ / | ||||||
* | | Add comment | kjeremy | 2019-02-04 | 1 | -0/+4 | |
* | | Implement lens for impls and support resolving lenses. | Jeremy Kolb | 2019-02-04 | 3 | -3/+85 | |
|/ | ||||||
* | mbe: Add support matching for matching idents | Jeff Muizelaar | 2019-02-04 | 2 | -0/+29 | |
* | Factor out rules parsing | Jeff Muizelaar | 2019-02-04 | 1 | -24/+20 | |
* | make HirDatabase object-safe | Aleksey Kladov | 2019-02-03 | 5 | -16/+26 | |
* | Merge #733 | bors[bot] | 2019-02-03 | 7 | -9/+300 | |
|\ | ||||||
| * | fill match arm | gfreezy | 2019-02-03 | 7 | -9/+300 | |
* | | Add core to STD_DEPS | Laurențiu Nicola | 2019-02-03 | 1 | -0/+1 | |
|/ | ||||||
* | Make sure we match the entire pattern | Jeff Muizelaar | 2019-02-03 | 2 | -1/+34 | |
* | Merge #728 | bors[bot] | 2019-02-03 | 4 | -230/+28 | |
|\ | ||||||
| * | fold complete_postfix tests into one | Hoàng Đức Hiếu | 2019-02-03 | 5 | -411/+3 | |
| * | add postfix completion for `dbg!()` with `.dbg` | Hoàng Đức Hiếu | 2019-02-02 | 5 | -6/+212 | |
* | | Merge #727 | bors[bot] | 2019-02-03 | 2 | -1/+53 | |
|\ \ | ||||||
| * | | Fill out test a little more | Jeff Muizelaar | 2019-02-03 | 1 | -14/+18 | |
| * | | Fix macro_rules separator parsing. | Jeff Muizelaar | 2019-02-03 | 2 | -1/+49 | |
* | | | Fix number of extern_inner_attributes | DJMcNab | 2019-02-02 | 2 | -0/+0 | |
| |/ |/| | ||||||
* | | Use aliases in import resolution | Florian Diebold | 2019-02-01 | 1 | -9/+12 | |
* | | Pass aliases to ImportData | Florian Diebold | 2019-02-01 | 4 | -8/+47 | |
* | | Add test for `use as` | Florian Diebold | 2019-02-01 | 1 | -0/+24 | |
* | | Some cleanup and additional tests | Florian Diebold | 2019-02-01 | 6 | -30/+138 | |
* | | Make the Resolution variants tuple variants | Florian Diebold | 2019-02-01 | 7 | -53/+41 | |
* | | Cleanup | Florian Diebold | 2019-02-01 | 7 | -27/+17 | |
* | | Use the new Resolver API for goto def | Florian Diebold | 2019-02-01 | 6 | -35/+89 |