Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move constants to new ID | Aleksey Kladov | 2019-11-20 | 1 | -2/+10 |
* | Don't duplicate ContainerId type | Aleksey Kladov | 2019-11-20 | 1 | -4/+4 |
* | Switch type aliases to new sources | Aleksey Kladov | 2019-11-20 | 1 | -4/+10 |
* | Next gen IDs for functions | Aleksey Kladov | 2019-11-20 | 1 | -4/+9 |
* | Rename Source::ast -> Source::value | Aleksey Kladov | 2019-11-20 | 1 | -1/+1 |
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -1/+1 |
* | Store impls in CrateDefMap | Aleksey Kladov | 2019-11-15 | 2 | -3/+37 |
* | Move scope tests to hir_def | Aleksey Kladov | 2019-11-15 | 1 | -1/+2 |
* | Add convenience method for testing | Aleksey Kladov | 2019-11-15 | 3 | -5/+5 |
* | Merge #2205 | bors[bot] | 2019-11-11 | 2 | -3/+29 |
|\ | |||||
| * | Add MacroDefKind | Edwin Cheng | 2019-11-11 | 1 | -8/+7 |
| * | Add basic bultin macro infrastructure | Edwin Cheng | 2019-11-11 | 2 | -4/+31 |
* | | Overwrite the prelude with one defined in a later dependency | Matthias Einwag | 2019-11-10 | 1 | -9/+6 |
* | | Add tests for resolving types in core and std preludes | Matthias Einwag | 2019-11-10 | 1 | -0/+31 |
* | | Resolve core types | Matthias Einwag | 2019-11-09 | 1 | -1/+5 |
* | | Unfork struct and union ids | Aleksey Kladov | 2019-11-09 | 1 | -4/+7 |
|/ | |||||
* | Reduce visibility | Aleksey Kladov | 2019-11-08 | 1 | -9/+9 |
* | Extract path resolution submodule | Aleksey Kladov | 2019-11-08 | 2 | -2/+263 |
* | Simplify | Aleksey Kladov | 2019-11-08 | 1 | -1/+5 |
* | Reduce visibility | Aleksey Kladov | 2019-11-08 | 1 | -23/+23 |
* | Move Namespace enum closer to usage | Aleksey Kladov | 2019-11-04 | 1 | -8/+0 |
* | Reduce visibility | Aleksey Kladov | 2019-11-04 | 1 | -4/+8 |
* | Reexport relative_path from ra_db | Aleksey Kladov | 2019-11-03 | 1 | -2/+1 |
* | Restore crate_def_map marks | Aleksey Kladov | 2019-11-03 | 6 | -22/+21 |
* | move crate_def_map tests to hir_def | Aleksey Kladov | 2019-11-03 | 6 | -0/+2177 |
* | Introduce ra_db::fixture fixture module | Aleksey Kladov | 2019-11-03 | 1 | -10/+10 |
* | Move CrateDefMap to hir_def | Aleksey Kladov | 2019-11-03 | 2 | -0/+927 |
* | move mod_resolution to hir_def | Aleksey Kladov | 2019-10-31 | 1 | -0/+77 |
* | 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 |