Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite def map tests from insta to expect | Aleksey Kladov | 2020-07-17 | 1 | -436/+408 |
| | | | | Those indentation markers are annoying... | ||||
* | Drop rarely used fixture functionality | Aleksey Kladov | 2020-06-23 | 1 | -25/+0 |
| | |||||
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 1 | -4/+4 |
| | |||||
* | Change union resolve types only | Edwin Cheng | 2020-05-04 | 1 | -1/+1 |
| | |||||
* | Record definitions in `extern` blocks | Jonas Schievink | 2020-04-23 | 1 | -1/+8 |
| | |||||
* | Check that no file contains trailing ws | Aleksey Kladov | 2020-03-17 | 1 | -2/+2 |
| | | | | rustfmt allows trailing spaces in string literals unfortunately. | ||||
* | fix issue 3444 | Josh Mcguigan | 2020-03-13 | 1 | -0/+22 |
| | |||||
* | fix #2377 super::super::* | Josh Mcguigan | 2020-03-01 | 1 | -0/+36 |
| | |||||
* | Publicize debug printing of CrateDefMap | Aleksey Kladov | 2020-01-28 | 1 | -41/+2 |
| | |||||
* | Take visibility into account for glob imports | Florian Diebold | 2019-12-26 | 1 | -3/+3 |
| | |||||
* | Simplify | Aleksey Kladov | 2019-12-22 | 1 | -5/+5 |
| | |||||
* | Make legacy macros private | Aleksey Kladov | 2019-12-20 | 1 | -12/+7 |
| | |||||
* | Add tests | Edwin Cheng | 2019-12-06 | 1 | -0/+32 |
| | |||||
* | Fix hir for ast::UnionDef | Aleksey Kladov | 2019-11-25 | 1 | -0/+7 |
| | |||||
* | Simplify | Aleksey Kladov | 2019-11-24 | 1 | -1/+1 |
| | |||||
* | Rename CrateModuleId | Aleksey Kladov | 2019-11-23 | 1 | -2/+2 |
| | |||||
* | Get rid of DefDatabase2 | Aleksey Kladov | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Add tests for resolving types in core and std preludes | Matthias Einwag | 2019-11-10 | 1 | -0/+31 |
| | |||||
* | Restore crate_def_map marks | Aleksey Kladov | 2019-11-03 | 1 | -4/+4 |
| | |||||
* | move crate_def_map tests to hir_def | Aleksey Kladov | 2019-11-03 | 1 | -0/+522 |