aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/src/loc2id.rs
Commit message (Collapse)AuthorAgeFilesLines
* drop old interning infraAleksey Kladov2019-04-091-103/+0
|
* Fixed typo in `Interner`’s name (`Intener`)Vincent Esche2019-03-201-5/+5
|
* reformat the worldAleksey Kladov2019-02-081-7/+2
|
* implement RefUnwindSafeAleksey Kladov2019-01-101-1/+10
|
* Fix typos in ARCHITECTURE.md and a number of cratesMarcus Klaas de Vries2019-01-091-2/+2
| | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir
* switch interner to use arenaAleksey Kladov2019-01-081-21/+13
|
* better debug implsAleksey Kladov2018-12-211-0/+7
|
* move db basics to ra_dbAleksey Kladov2018-11-281-0/+100
This should allow to move hir to a separate crate