Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deps on tt_mbe | Edwin Cheng | 2020-03-26 | 1 | -1/+1 |
| | |||||
* | Add ProcMacroClient | Edwin Cheng | 2020-03-25 | 1 | -0/+1 |
| | |||||
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
| | |||||
* | Introduce ra_db::fixture fixture module | Aleksey Kladov | 2019-11-03 | 1 | -0/+1 |
| | | | | The goal here is to share more testing infrastructure between crates. | ||||
* | relative-path 1.0 | kjeremy | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | Introduce ra_cfg to parse and evaluate CfgExpr | uHOOCCOOHu | 2019-10-02 | 1 | -0/+1 |
| | |||||
* | implement durability | Aleksey Kladov | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 1 | -2/+0 |
| | |||||
* | use salsa's LRU for syntax trees | Aleksey Kladov | 2019-06-12 | 1 | -1/+1 |
| | |||||
* | switch to upstream salsa | Aleksey Kladov | 2019-05-30 | 1 | -1/+1 |
| | |||||
* | :arrow_up: parking_lot | Aleksey Kladov | 2019-05-30 | 1 | -1/+0 |
| | |||||
* | add profile calls to parsing/expansion routines | Aleksey Kladov | 2019-05-22 | 1 | -0/+1 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | update salsa some more | Aleksey Kladov | 2019-03-27 | 1 | -1/+1 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-03-27 | 1 | -1/+1 |
| | |||||
* | Fix typo in Cargo.toml authors | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | Fixes typo introduced in #782 | ||||
* | Update authors field in Cargo.tomls to "rust-analyzer developers" | Ville Penttinen | 2019-02-11 | 1 | -1/+1 |
| | | | | This closes #777 | ||||
* | update salsa | Aleksey Kladov | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | use salsa from my repo | Aleksey Kladov | 2019-01-27 | 1 | -1/+1 |
| | |||||
* | automatically collect garbage | Aleksey Kladov | 2019-01-27 | 1 | -1/+1 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-25 | 1 | -1/+2 |
| | |||||
* | :arrow_up salsa | Aleksey Kladov | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | update salsa | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | ra_db is independent from editor | Aleksey Kladov | 2019-01-08 | 1 | -1/+0 |
| | |||||
* | switch interner to use arena | Aleksey Kladov | 2019-01-08 | 1 | -0/+1 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | remove backtraces from Cancelled | Aleksey Kladov | 2018-12-30 | 1 | -1/+0 |
| | | | | | Hopefully we won't need them for debugging. If we do need them, it should be easy to add back. | ||||
* | :arrow_up: salsa | Aleksey Kladov | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | Bump parking_lot from 0.6.4 to 0.7.0 | dependabot[bot] | 2018-12-27 | 1 | -1/+1 |
| | | | | | | | | Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.6.4 to 0.7.0. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/commits) Signed-off-by: dependabot[bot] <[email protected]> | ||||
* | add cancelation module & cancelation backtraces | Aleksey Kladov | 2018-12-27 | 1 | -0/+1 |
| | |||||
* | switch to released id-arena | Aleksey Kladov | 2018-11-28 | 1 | -2/+0 |
| | |||||
* | move db basics to ra_db | Aleksey Kladov | 2018-11-28 | 1 | -0/+16 |
This should allow to move hir to a separate crate |