Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 1 | -1/+1 |
| | |||||
* | Merge #3727 | bors[bot] | 2020-03-26 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 3727: Introduce ra_proc_macro r=matklad a=edwin0cheng This PR implemented: 1. Reading dylib path of proc-macro crate from cargo check , similar to how `OUTDIR` is obtained. 2. Added a new crate `ra_proc_macro` and implement the foot-work for reading result from external proc-macro expander. 3. Added a struct `ProcMacroClient` , which will be responsible to the client side communication to the External process. Co-authored-by: Edwin Cheng <[email protected]> | ||||
| * | Add ProcMacroClient | Edwin Cheng | 2020-03-25 | 1 | -0/+4 |
| | | |||||
* | | Minor incremental tests cleanup | Aleksey Kladov | 2020-03-26 | 1 | -2/+2 |
|/ | |||||
* | Fix crate display name dashes | Kirill Bulatov | 2020-03-16 | 1 | -2/+4 |
| | |||||
* | Add extern source | Edwin Cheng | 2020-03-11 | 1 | -1/+11 |
| | |||||
* | Add fixture meta for single file fixture | Edwin Cheng | 2020-03-10 | 1 | -15/+38 |
| | |||||
* | Consider crate declaration names | Kirill Bulatov | 2020-03-08 | 1 | -2/+9 |
| | |||||
* | Source map returns a result | Aleksey Kladov | 2020-03-06 | 1 | -2/+2 |
| | | | | cc #2236 | ||||
* | Apply the reviews suggestions | Kirill Bulatov | 2020-02-05 | 1 | -3/+3 |
| | |||||
* | 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. |