Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | SSR: Disable matching within use declarations | David Lattimore | 2020-07-24 | 2 | -1/+51 | |
| * | | SSR: Use Definition::find_usages to speed up matching. | David Lattimore | 2020-07-24 | 5 | -24/+157 | |
| * | | SSR: Match paths based on what they resolve to | David Lattimore | 2020-07-24 | 9 | -61/+482 | |
| * | | SSR: Pass current file position through to SSR code. | David Lattimore | 2020-07-24 | 8 | -28/+69 | |
| * | | SSR: Refactor to not rely on recursive search for nesting of matches | David Lattimore | 2020-07-24 | 4 | -27/+120 | |
| * | | SSR: Add a couple of tests for non-recursive search | David Lattimore | 2020-07-24 | 1 | -0/+33 | |
| * | | SSR tests: Define all paths needed for templates | David Lattimore | 2020-07-24 | 1 | -26/+76 | |
| * | | Move iteration over all files into the SSR crate | David Lattimore | 2020-07-24 | 6 | -89/+92 | |
| * | | SSR: Move search code into a submodule | David Lattimore | 2020-07-24 | 2 | -48/+56 | |
| * | | SSR: Parse template as Rust code. | David Lattimore | 2020-07-24 | 5 | -82/+112 | |
| * | | SSR: Change the way rules are stored internally. | David Lattimore | 2020-07-24 | 4 | -107/+123 | |
| * | | SSR: Use expect! in tests | David Lattimore | 2020-07-24 | 2 | -37/+37 | |
* | | | Cache macro expansion in semantics | Aleksey Kladov | 2020-07-24 | 1 | -2/+14 | |
* | | | Add missing cancellation point | Aleksey Kladov | 2020-07-24 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge #5515 | bors[bot] | 2020-07-24 | 1 | -0/+1 | |
|\ \ | |/ |/| | ||||||
| * | Add profiling call | Aleksey Kladov | 2020-07-24 | 1 | -0/+1 | |
* | | Merge #5511 | bors[bot] | 2020-07-23 | 1 | -3/+6 | |
|\ \ | ||||||
| * | | Set the document version after changes are applied but before vfs | kjeremy | 2020-07-23 | 1 | -3/+6 | |
| |/ | ||||||
* / | Lighter weight tempdir | Aleksey Kladov | 2020-07-23 | 4 | -10/+75 | |
|/ | ||||||
* | Require quotes around key-value cfg flags in rust-project.json | Aleksey Kladov | 2020-07-23 | 6 | -71/+107 | |
* | Merge #5506 | bors[bot] | 2020-07-23 | 4 | -8/+9 | |
|\ | ||||||
| * | Rename modules | Aleksey Kladov | 2020-07-23 | 4 | -8/+9 | |
* | | Merge #5505 | bors[bot] | 2020-07-23 | 6 | -67/+44 | |
|\| | ||||||
| * | Cleanup CFG API | Aleksey Kladov | 2020-07-23 | 6 | -63/+44 | |
| * | Remove dead code | Aleksey Kladov | 2020-07-23 | 1 | -4/+0 | |
* | | Merge #5473 | bors[bot] | 2020-07-23 | 7 | -106/+89 | |
|\ \ | |/ |/| | ||||||
| * | More Rustic API for Env | Aleksey Kladov | 2020-07-21 | 4 | -20/+8 | |
| * | Replace OUT_DIR in project.json with general env | Aleksey Kladov | 2020-07-21 | 2 | -9/+7 | |
| * | Replace roots with include/exclude directories | Aleksey Kladov | 2020-07-21 | 2 | -31/+32 | |
| * | Expose package roots more directly | Aleksey Kladov | 2020-07-21 | 3 | -54/+50 | |
* | | Merge #5504 | bors[bot] | 2020-07-23 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | Reduce visibility | Aleksey Kladov | 2020-07-23 | 1 | -3/+3 | |
* | | | Merge #5498 | bors[bot] | 2020-07-23 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | assists: change_return_type_to_result: clarify assist description | Matthias Krüger | 2020-07-22 | 1 | -1/+1 | |
* | | | Merge #5503 | bors[bot] | 2020-07-23 | 3 | -5/+36 | |
|\ \ \ | ||||||
| * | | | Replace superslice with API on path to stabilization | Aleksey Kladov | 2020-07-23 | 3 | -5/+36 | |
* | | | | Merge #5497 | bors[bot] | 2020-07-23 | 5 | -13/+20 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Store macro invocation parameters as text instead of tt | Laurențiu Nicola | 2020-07-22 | 5 | -13/+20 | |
* | | | | minor | Aleksey Kladov | 2020-07-23 | 1 | -16/+16 | |
| |/ / |/| | | ||||||
* | | | Move deprecated attribute to where it is needed | kjeremy | 2020-07-22 | 1 | -2/+6 | |
* | | | Use symbol tags | kjeremy | 2020-07-22 | 2 | -2/+18 | |
* | | | Merge #5481 | bors[bot] | 2020-07-22 | 3 | -15/+40 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Update crates/rust-analyzer/src/main_loop.rs | Jeremy Kolb | 2020-07-22 | 1 | -1/+1 | |
| * | | Clear diagnostics for known file version on close | kjeremy | 2020-07-21 | 1 | -3/+10 | |
| * | | Store document version and pass back to the client | kjeremy | 2020-07-21 | 3 | -13/+31 | |
* | | | Merge #5475 | bors[bot] | 2020-07-22 | 6 | -26/+270 | |
|\ \ \ | ||||||
| * | | | Check that visibility upgrade path is hit | Jonas Schievink | 2020-07-22 | 2 | -4/+8 | |
| * | | | Support `Trait as _` imports | Jonas Schievink | 2020-07-21 | 6 | -26/+266 | |
| |/ / | ||||||
* | | | Setup global allocator in the correct crate | Aleksey Kladov | 2020-07-22 | 4 | -9/+5 | |
* | | | Remove support for jemalloc | Aleksey Kladov | 2020-07-22 | 5 | -23/+4 |