aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/src
Commit message (Collapse)AuthorAgeFilesLines
...
* rename source_file -> parseAleksey Kladov2019-01-261-2/+2
|
* rename FilesDatabase -> SourceDatabaseAleksey Kladov2019-01-261-4/+6
|
* move ide queries to ide dbAleksey Kladov2019-01-261-8/+0
|
* fold syntax database into files databaseAleksey Kladov2019-01-261-8/+5
|
* :arrow_up: salsaAleksey Kladov2019-01-251-2/+2
|
* :arrow_up salsaAleksey Kladov2019-01-252-56/+54
|
* Change ids strategyAleksey Kladov2019-01-242-1/+13
| | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids
* move SyntaxPtr to ra_syntaxAleksey Kladov2019-01-232-54/+0
|
* :arrow_up: salsaAleksey Kladov2019-01-172-46/+29
|
* remove Canceled from API implAleksey Kladov2019-01-152-3/+1
|
* check_canceled does not return ResultAleksey Kladov2019-01-151-2/+14
|
* update salsaAleksey Kladov2019-01-151-2/+3
|
* gracefully handle cycles in crate graphAleksey Kladov2019-01-131-34/+48
| | | | | rust-lang/rust has absolutely weird setup with rustc-workspace-shim, which leads to real cycles.
* rename TreePtr -> TreeArcAleksey Kladov2019-01-112-5/+5
| | | | This is much clearer about the semantics
* explain why we use resume_unwindAleksey Kladov2019-01-101-0/+2
|
* implement RefUnwindSafeAleksey Kladov2019-01-102-4/+12
|
* use unwinding for cancelationAleksey Kladov2019-01-102-4/+9
|
* unwind on cancelAleksey Kladov2019-01-091-6/+16
|
* Fix typos in ARCHITECTURE.md and a number of cratesMarcus Klaas de Vries2019-01-094-19/+19
| | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir
* fix the docsAleksey Kladov2019-01-081-1/+1
|
* ra_db is independent from editorAleksey Kladov2019-01-081-10/+0
|
* switch interner to use arenaAleksey Kladov2019-01-082-36/+14
|
* migrate ra_db to new rowanAleksey Kladov2019-01-082-10/+10
|
* Add HIR Expr machineryFlorian Diebold2019-01-051-1/+1
|
* add kind to LocalSyntaxPtrAleksey Kladov2019-01-031-0/+4
|
* remove backtraces from CancelledAleksey Kladov2018-12-301-45/+4
| | | | | Hopefully we won't need them for debugging. If we do need them, it should be easy to add back.
* introduce FileRangeAleksey Kladov2018-12-281-1/+7
|
* introduce hir::NameAleksey Kladov2018-12-271-1/+1
|
* add cancelation module & cancelation backtracesAleksey Kladov2018-12-272-14/+89
|
* cancelled is not CopyAleksey Kladov2018-12-251-1/+1
|
* Merge #310bors[bot]2018-12-221-5/+54
|\ | | | | | | | | | | | | | | 310: When constructing a crate graph, detect and forbid cycles. r=matklad a=gfreezy fixed #300 Co-authored-by: gfreezy <[email protected]>
| * mark as visited on entry instead of leftgfreezy2018-12-221-2/+2
| |
| * not visit the same crateId only oncegfreezy2018-12-221-14/+16
| |
| * add #[cfg(test)]gfreezy2018-12-211-1/+2
| |
| * rename to dfs_findgfreezy2018-12-211-3/+3
| |
| * When constructing a crate graph, detect and forbid cycles.gfreezy2018-12-211-6/+52
| | | | | | | | fixed #300
* | hide empty changesAleksey Kladov2018-12-211-0/+3
|/
* better debug implsAleksey Kladov2018-12-211-0/+7
|
* tweak canceled messageAleksey Kladov2018-12-211-1/+1
|
* extend commentAleksey Kladov2018-12-201-1/+5
|
* docs for input queriesAleksey Kladov2018-12-201-11/+45
|
* index all local cratesAleksey Kladov2018-12-202-6/+8
|
* kill file resolverAleksey Kladov2018-12-203-94/+1
|
* switch analysis to vfsAleksey Kladov2018-12-203-22/+9
|
* make it compileAleksey Kladov2018-12-202-1/+2
|
* remove relpath from inputAleksey Kladov2018-12-202-11/+2
|
* use relpaths for module resolveAleksey Kladov2018-12-201-0/+14
|
* resolve extern crates propertlyAleksey Kladov2018-12-091-1/+6
|
* return dependencies with namesAleksey Kladov2018-12-091-2/+2
|
* thread info about dep namesAleksey Kladov2018-12-091-6/+7
|