Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -3/+1 |
* | include requested changes | zombiefungus | 2020-02-02 | 1 | -12/+8 |
* | add new ImportAlias enum to differentiate no alias from an _ alias | zombiefungus | 2020-02-02 | 1 | -2/+13 |
* | Rename Visibility -> RawVisibility | Florian Diebold | 2019-12-26 | 1 | -9/+9 |
* | Handle privacy for modules | Florian Diebold | 2019-12-26 | 1 | -3/+15 |
* | Collect visibility of items during nameres | Florian Diebold | 2019-12-26 | 1 | -3/+14 |
* | More profiling | Aleksey Kladov | 2019-12-21 | 1 | -0/+2 |
* | Move LocalImportId | Aleksey Kladov | 2019-12-21 | 1 | -7/+9 |
* | Remove import source map | Aleksey Kladov | 2019-12-21 | 1 | -44/+12 |
* | Remove imports from hir | Aleksey Kladov | 2019-12-21 | 1 | -6/+0 |
* | Revert "Merge #2629" | Aleksey Kladov | 2019-12-21 | 1 | -16/+52 |
* | Privatize LocalImportID | Aleksey Kladov | 2019-12-21 | 1 | -3/+5 |
* | Remove import source map | Aleksey Kladov | 2019-12-21 | 1 | -50/+12 |
* | Use different types for path with and without generics | Aleksey Kladov | 2019-12-14 | 1 | -6/+6 |
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 1 | -0/+15 |
* | Replace `ra_hir_expand::either` with crate | ice1000 | 2019-12-03 | 1 | -3/+3 |
* | Rename Source -> InFile | Aleksey Kladov | 2019-11-28 | 1 | -3/+3 |
* | Fix hir for ast::UnionDef | Aleksey Kladov | 2019-11-25 | 1 | -6/+7 |
* | Use Trace in raw_items | Aleksey Kladov | 2019-11-24 | 1 | -10/+10 |
* | Some docs | Aleksey Kladov | 2019-11-24 | 1 | -1/+6 |
* | Slightly reduce code duplication | Aleksey Kladov | 2019-11-24 | 1 | -5/+2 |
* | Move ModuleSource back to hir | Aleksey Kladov | 2019-11-23 | 1 | -14/+4 |
* | Move ImportId | Aleksey Kladov | 2019-11-23 | 1 | -12/+8 |
* | Get rid of DefDatabase2 | Aleksey Kladov | 2019-11-23 | 1 | -3/+3 |
* | Encapsulate Attrs | Aleksey Kladov | 2019-11-22 | 1 | -11/+7 |
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 1 | -1/+1 |
* | Store impls in CrateDefMap | Aleksey Kladov | 2019-11-15 | 1 | -2/+27 |
* | Add basic bultin macro infrastructure | Edwin Cheng | 2019-11-11 | 1 | -1/+6 |
* | Reduce visibility | Aleksey Kladov | 2019-11-08 | 1 | -9/+9 |
* | Reduce visibility | Aleksey Kladov | 2019-11-08 | 1 | -23/+23 |
* | Restore crate_def_map marks | Aleksey Kladov | 2019-11-03 | 1 | -2/+2 |
* | move hygiene to hir_expand | Aleksey Kladov | 2019-10-30 | 1 | -4/+2 |
* | push name down to hir_expand | Aleksey Kladov | 2019-10-30 | 1 | -7/+8 |
* | push either to hir_expand | Aleksey Kladov | 2019-10-30 | 1 | -7/+4 |
* | refactor $crate handling | Aleksey Kladov | 2019-10-30 | 1 | -17/+14 |
* | fix compilation | Aleksey Kladov | 2019-10-30 | 1 | -2/+2 |
* | move raw_items to hir_def | Aleksey Kladov | 2019-10-30 | 1 | -0/+407 |