Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 1 | -2/+0 | |
| | ||||||
* | Clippy changes | Jeremy Kolb | 2019-07-05 | 1 | -1/+2 | |
| | ||||||
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -2/+2 | |
| | ||||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 2 | -7/+5 | |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | |||||
* | Add SourceRoot::is_library, in preparation for salsa's durability | Aleksey Kladov | 2019-06-24 | 1 | -0/+14 | |
| | ||||||
* | make LRU_CAP configurable for batch db | Aleksey Kladov | 2019-06-12 | 1 | -0/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | fix syntax errors in tests | Aleksey Kladov | 2019-05-28 | 1 | -3/+3 | |
| | ||||||
* | add profile calls to parsing/expansion routines | Aleksey Kladov | 2019-05-22 | 2 | -1/+5 | |
| | ||||||
* | Assert that DB is unwind-safe, instead of proving | Aleksey Kladov | 2019-05-18 | 1 | -3/+4 | |
| | | | | | | | | | | | | | Unfortunately, that `: RefUnwindSafe` bound gives rustc a hard time, so let's remove it for know. See * https://github.com/rust-analyzer/rust-analyzer/issues/1283 * https://github.com/rust-lang/rust/pull/60444 * https://github.com/rust-lang/rust/issues/58291 closes #1283 | |||||
* | drop old interning infra | Aleksey Kladov | 2019-04-09 | 2 | -108/+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 | |
| | ||||||
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 | |
| | ||||||
* | Fixed typo in `Interner`’s name (`Intener`) | Vincent Esche | 2019-03-20 | 2 | -6/+6 | |
| | ||||||
* | add skeleton for macro-aware name resolutions | Aleksey Kladov | 2019-03-17 | 1 | -0/+4 | |
| | ||||||
* | Make edition handling a bit nicer and allow specifying edition in ↵ | Florian Diebold | 2019-02-13 | 1 | -0/+9 | |
| | | | | crate_graph macro | |||||
* | Resolve 2015 style imports | Florian Diebold | 2019-02-13 | 1 | -0/+4 | |
| | ||||||
* | Keep track of crate edition | Florian Diebold | 2019-02-13 | 2 | -13/+20 | |
| | ||||||
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 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 | |||||
* | Add an ra_cli command that analyses all crates in the current workspace | Florian Diebold | 2019-02-10 | 1 | -0/+1 | |
| | | | | ... and prints various stats about how many expressions have a type etc. | |||||
* | Move crate graph generation to ra_project_model | Florian Diebold | 2019-02-09 | 1 | -0/+19 | |
| | ||||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 3 | -35/+11 | |
| | ||||||
* | move assists to a separate crate | Aleksey Kladov | 2019-02-06 | 1 | -1/+1 | |
| | ||||||
* | make HirDatabase object-safe | Aleksey Kladov | 2019-02-03 | 1 | -11/+16 | |
| | ||||||
* | 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 | |
| | ||||||
* | remove dead code | Aleksey Kladov | 2019-01-27 | 2 | -31/+0 | |
| | ||||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 | |
| | ||||||
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 1 | -2/+2 | |
| | ||||||
* | rename FilesDatabase -> SourceDatabase | Aleksey Kladov | 2019-01-26 | 1 | -4/+6 | |
| | ||||||
* | move ide queries to ide db | Aleksey Kladov | 2019-01-26 | 1 | -8/+0 | |
| | ||||||
* | fold syntax database into files database | Aleksey Kladov | 2019-01-26 | 1 | -8/+5 | |
| | ||||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-25 | 2 | -3/+4 | |
| | ||||||
* | :arrow_up salsa | Aleksey Kladov | 2019-01-25 | 3 | -57/+55 | |
| | ||||||
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 2 | -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_syntax | Aleksey Kladov | 2019-01-23 | 2 | -54/+0 | |
| | ||||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 3 | -47/+30 | |
| | ||||||
* | remove Canceled from API impl | Aleksey Kladov | 2019-01-15 | 2 | -3/+1 | |
| | ||||||
* | check_canceled does not return Result | Aleksey Kladov | 2019-01-15 | 1 | -2/+14 | |
| | ||||||
* | update salsa | Aleksey Kladov | 2019-01-15 | 2 | -3/+4 | |
| | ||||||
* | gracefully handle cycles in crate graph | Aleksey Kladov | 2019-01-13 | 1 | -34/+48 | |
| | | | | | rust-lang/rust has absolutely weird setup with rustc-workspace-shim, which leads to real cycles. | |||||
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 2 | -5/+5 | |
| | | | | This is much clearer about the semantics | |||||
* | explain why we use resume_unwind | Aleksey Kladov | 2019-01-10 | 1 | -0/+2 | |
| |