Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge #784 | bors[bot] | 2019-02-11 | 3 | -116/+146 | |
|\ | ||||||
| * | add graph fixture | Aleksey Kladov | 2019-02-11 | 3 | -71/+81 | |
| * | Handle SourceRoots automatically in fixtures | Aleksey Kladov | 2019-02-11 | 2 | -55/+75 | |
* | | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 | |
* | | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 | |
|/ | ||||||
* | Implement glob imports within the same crate | Florian Diebold | 2019-02-10 | 1 | -16/+77 | |
* | Import glob imports from other crates | Florian Diebold | 2019-02-10 | 3 | -2/+17 | |
* | Implement glob imports from enums | Florian Diebold | 2019-02-10 | 2 | -6/+37 | |
* | Add some tests | Florian Diebold | 2019-02-10 | 2 | -0/+120 | |
* | Spell cases explicitly in Ty::walk{_mut} | Florian Diebold | 2019-02-10 | 1 | -2/+18 | |
* | Add an ra_cli command that analyses all crates in the current workspace | Florian Diebold | 2019-02-10 | 3 | -2/+75 | |
* | Add comment and mark | Florian Diebold | 2019-02-09 | 3 | -2/+10 | |
* | Fix another crash, and try harder to prevent stack overflows | Florian Diebold | 2019-02-09 | 3 | -7/+75 | |
* | Fix another crash found when analyzing rustc | Florian Diebold | 2019-02-09 | 3 | -7/+38 | |
* | Fix handling of literal patterns | Florian Diebold | 2019-02-09 | 3 | -0/+29 | |
* | Fix two crashes found by running inference on all of rustc | Florian Diebold | 2019-02-09 | 4 | -15/+84 | |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 24 | -780/+238 | |
* | Some clippy cleanups | kjeremy | 2019-02-06 | 6 | -12/+12 | |
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 2 | -8/+7 | |
* | Merge #740 | bors[bot] | 2019-02-05 | 1 | -1/+1 | |
|\ | ||||||
| * | Bump insta and proptest to latest | kjeremy | 2019-02-04 | 1 | -1/+1 | |
* | | 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 | 2 | -2/+5 | |
* | | 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 | |
* | | Test more Self inference | kjeremy | 2019-02-04 | 2 | -3/+13 | |
|/ | ||||||
* | make HirDatabase object-safe | Aleksey Kladov | 2019-02-03 | 2 | -3/+6 | |
* | Use aliases in import resolution | Florian Diebold | 2019-02-01 | 1 | -9/+12 | |
* | Pass aliases to ImportData | Florian Diebold | 2019-02-01 | 2 | -7/+10 | |
* | Add test for `use as` | Florian Diebold | 2019-02-01 | 1 | -0/+24 | |
* | Some cleanup and additional tests | Florian Diebold | 2019-02-01 | 2 | -6/+18 | |
* | Make the Resolution variants tuple variants | Florian Diebold | 2019-02-01 | 4 | -32/+24 | |
* | Cleanup | Florian Diebold | 2019-02-01 | 4 | -23/+12 | |
* | Use the new Resolver API for goto def | Florian Diebold | 2019-02-01 | 4 | -11/+53 | |
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 5 | -38/+115 | |
* | Use new Resolver API in type inference | Florian Diebold | 2019-02-01 | 12 | -250/+295 | |
* | Implement methods to build a resolver | Florian Diebold | 2019-02-01 | 5 | -73/+166 | |
* | Sketching the resolver API | Florian Diebold | 2019-02-01 | 8 | -11/+134 | |
* | split HirDatabase api | csmoe | 2019-02-01 | 20 | -105/+145 | |
* | split hirdatabase | csmoe | 2019-02-01 | 1 | -20/+26 | |
* | remove hard-coded support for ctry macro | Aleksey Kladov | 2019-02-01 | 1 | -29/+1 | |
* | Go To Implementation for Trait | kjeremy | 2019-01-31 | 2 | -20/+62 | |
* | move test | Aleksey Kladov | 2019-01-31 | 1 | -114/+0 | |
* | split macros across crates | Aleksey Kladov | 2019-01-31 | 2 | -2/+2 | |
* | preserve token spacing | Aleksey Kladov | 2019-01-31 | 1 | -15/+29 | |
* | first test sort-of passes | Aleksey Kladov | 2019-01-31 | 1 | -6/+25 | |
* | move macros to a separate crate | Aleksey Kladov | 2019-01-31 | 4 | -299/+2 | |
* | parses simple macro | Aleksey Kladov | 2019-01-31 | 3 | -23/+131 | |
* | handle multibyte tokens | Aleksey Kladov | 2019-01-31 | 2 | -23/+31 |