aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* switch to upstream salsaAleksey Kladov2019-05-301-1/+1
|
* :arrow_up: parking_lotAleksey Kladov2019-05-301-1/+0
|
* add profile calls to parsing/expansion routinesAleksey Kladov2019-05-221-0/+1
|
* :arrow_up: salsaAleksey Kladov2019-04-041-1/+1
|
* update salsa some moreAleksey Kladov2019-03-271-1/+1
|
* :arrow_up: salsaAleksey Kladov2019-03-271-1/+1
|
* Fix typo in Cargo.toml authorsVille Penttinen2019-02-111-1/+1
| | | | Fixes typo introduced in #782
* Update authors field in Cargo.tomls to "rust-analyzer developers"Ville Penttinen2019-02-111-1/+1
| | | | This closes #777
* update salsaAleksey Kladov2019-01-281-1/+1
|
* use salsa from my repoAleksey Kladov2019-01-271-1/+1
|
* automatically collect garbageAleksey Kladov2019-01-271-1/+1
|
* :arrow_up: salsaAleksey Kladov2019-01-261-1/+1
|
* :arrow_up: salsaAleksey Kladov2019-01-251-1/+2
|
* :arrow_up salsaAleksey Kladov2019-01-251-1/+1
|
* :arrow_up: salsaAleksey Kladov2019-01-171-1/+1
|
* update salsaAleksey Kladov2019-01-151-1/+1
|
* ra_db is independent from editorAleksey Kladov2019-01-081-1/+0
|
* switch interner to use arenaAleksey Kladov2019-01-081-0/+1
|
* :arrow_up: salsaAleksey Kladov2019-01-041-1/+1
|
* remove backtraces from CancelledAleksey Kladov2018-12-301-1/+0
| | | | | Hopefully we won't need them for debugging. If we do need them, it should be easy to add back.
* :arrow_up: salsaAleksey Kladov2018-12-281-1/+1
|
* Bump parking_lot from 0.6.4 to 0.7.0dependabot[bot]2018-12-271-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 backtracesAleksey Kladov2018-12-271-0/+1
|
* switch to released id-arenaAleksey Kladov2018-11-281-2/+0
|
* move db basics to ra_dbAleksey Kladov2018-11-281-0/+16
This should allow to move hir to a separate crate