Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |
* | | | Merge #5478 | bors[bot] | 2020-07-22 | 1 | -15/+75 |
|\ \ \ | |||||
| * | | | Replace existing visibility modifier in fix_visibility | Timo Freiberg | 2020-07-21 | 1 | -15/+75 |
* | | | | Allow gathering memory stats on non-jemalloc Linux | Jonas Schievink | 2020-07-21 | 2 | -10/+17 |
|/ / / | |||||
* | | | Merge #5476 | bors[bot] | 2020-07-21 | 1 | -48/+55 |
|\ \ \ | |/ / |/| | | |||||
| * | | Cleanup extact variable | Aleksey Kladov | 2020-07-21 | 1 | -48/+55 |