Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the Default impl for SourceRoot | Michal Terepeta | 2020-01-08 | 1 | -3/+3 |
| | | | | | | | | | Let's be always explicit whether we create a library (i.e., an immutable dependency) or a local `SourceRoot`, since it can have a large impact on the validation performance in salsa. (we found it the hard way recently, where the `Default` instance made it quite tricky to spot a bug) Signed-off-by: Michal Terepeta <[email protected]> | ||||
* | Add support for environment to CrateGraph | Aleksey Kladov | 2019-11-22 | 1 | -4/+15 |
| | |||||
* | Add convenience method for testing | Aleksey Kladov | 2019-11-15 | 1 | -2/+10 |
| | |||||
* | Implement FromStr for enum Edition | Metabaron | 2019-11-12 | 1 | -1/+2 |
| | |||||
* | move crate_def_map tests to hir_def | Aleksey Kladov | 2019-11-03 | 1 | -1/+147 |
| | |||||
* | Introduce ra_db::fixture fixture module | Aleksey Kladov | 2019-11-03 | 1 | -0/+40 |
The goal here is to share more testing infrastructure between crates. |