Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | implement RefUnwindSafe | Aleksey Kladov | 2019-01-10 | 2 | -4/+12 |
| | |||||
* | use unwinding for cancelation | Aleksey Kladov | 2019-01-10 | 2 | -4/+9 |
| | |||||
* | unwind on cancel | Aleksey Kladov | 2019-01-09 | 1 | -6/+16 |
| | |||||
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 4 | -19/+19 |
| | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir | ||||
* | fix the docs | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | ra_db is independent from editor | Aleksey Kladov | 2019-01-08 | 2 | -11/+0 |
| | |||||
* | switch interner to use arena | Aleksey Kladov | 2019-01-08 | 3 | -36/+15 |
| | |||||
* | migrate ra_db to new rowan | Aleksey Kladov | 2019-01-08 | 2 | -10/+10 |
| | |||||
* | Add HIR Expr machinery | Florian Diebold | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-04 | 1 | -1/+1 |
| | |||||
* | add kind to LocalSyntaxPtr | Aleksey Kladov | 2019-01-03 | 1 | -0/+4 |
| | |||||
* | remove backtraces from Cancelled | Aleksey Kladov | 2018-12-30 | 2 | -46/+4 |
| | | | | | Hopefully we won't need them for debugging. If we do need them, it should be easy to add back. | ||||
* | Merge #350 | bors[bot] | 2018-12-28 | 1 | -1/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 350: Super simple macro support r=matklad a=matklad Super simple support for macros, mostly for figuring out how to fit them into the current architecture. Expansion is hard-coded and string based (mid-term, we should try to copy-paste macro-by-example expander from rustc). Ideally, we should handle * highlighting inside the macro (done) * extend selection inside the macro * completion inside the macro * indexing structs, produced by the macro Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | introduce FileRange | Aleksey Kladov | 2018-12-28 | 1 | -1/+7 |
| | |