Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #149 from killercup/patch-1 | Aleksey Kladov | 2018-10-22 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix a small typo | |||||
| * | | Fix typo | Pascal Hertleif | 2018-10-21 | 1 | -1/+1 | |
|/ / | | | | | Truly an A+, errrr, +a commit | |||||
* | | Merge #148 | bors[bot] | 2018-10-20 | 1 | -0/+6 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 148: Don't cache ever changing stuff r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Don't cache ever changing stuff | Aleksey Kladov | 2018-10-20 | 1 | -0/+6 | |
|/ / | ||||||
* | | cleanup | Aleksey Kladov | 2018-10-20 | 3 | -3/+0 | |
| | | ||||||
* | | Merge #147 | bors[bot] | 2018-10-20 | 16 | -262/+212 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 147: Cancelation r=matklad a=matklad This series of commits switch cancellation strategy from `JobToken` (which are cancellation tokens, explicitly controlled by the called) to salsa built-in auto cancellation. "Auto" means that, as soon as we advance the revision, all pending queries are cancelled automatically, and this looks like a semantic we actually want. "client-side" cancellation is a rare event, and it's ok to just punt on it. Automatic cancellation after the user types something in happens all the time. Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Remove job handle | Aleksey Kladov | 2018-10-20 | 6 | -100/+18 | |
| | | | ||||||
| * | | Fix tests | Aleksey Kladov | 2018-10-20 | 1 | -17/+14 | |
| | | | ||||||
| * | | use pythonic import order | Aleksey Kladov | 2018-10-20 | 7 | -17/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | use std // blank line use extern crates // blank line use crate::{} | |||||
| * | | actually check for cancelation | Aleksey Kladov | 2018-10-20 | 3 | -7/+20 | |
| | | | ||||||
| * | | make file-symbols query cancelable | Aleksey Kladov | 2018-10-20 | 4 | -40/+48 | |
| | | | ||||||
| * | | mark module queries as cacelable | Aleksey Kladov | 2018-10-20 | 4 | -29/+31 | |
| | | | ||||||
| * | | make more things cancelable | Aleksey Kladov | 2018-10-20 | 3 | -21/+20 | |
| | | | ||||||
| * | | remove job tokens | Aleksey Kladov | 2018-10-20 | 4 | -66/+61 | |
| | | | ||||||
| * | | make parent module cancelable | Aleksey Kladov | 2018-10-20 | 3 | -6/+16 | |
| | | | ||||||
| * | | introduce cancelable | Aleksey Kladov | 2018-10-20 | 1 | -0/+5 | |
|/ / | ||||||
* | | update salsa | Aleksey Kladov | 2018-10-20 | 5 | -14/+14 | |
| | | ||||||
* | | Merge #143 | bors[bot] | 2018-10-20 | 10 | -15/+174 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | 143: Implement Find All References and Rename for local variables r=matklad a=kjeremy Expose `find_all_refs` in `Analysis`. This currently only works for local variables. Use this in the LSP to implement find all references and rename. Co-authored-by: Jeremy A. Kolb <[email protected]> | |||||
| * | Update vscode-languageclient package to support RenameOptions | Jeremy A. Kolb | 2018-10-19 | 2 | -10/+10 | |
| | | ||||||
| * | LSP: Add support for prepareRename | Jeremy A. Kolb | 2018-10-19 | 2 | -1/+24 | |
| | | ||||||
| * | Handle renaming of local variables | Jeremy A. Kolb | 2018-10-18 | 3 | -2/+45 | |
| | | ||||||
| * | Implement Find All References for local variables | Jeremy A. Kolb | 2018-10-18 | 8 | -3/+96 | |
| | | ||||||
* | | Merge #141 | bors[bot] | 2018-10-17 | 8 | -49/+26 | |
|\ \ | |/ |/| | | | | | | | | | | | 141: Update rowan r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Update rowan | Aleksey Kladov | 2018-10-17 | 8 | -49/+26 | |
|/ | ||||||
* | Merge #137 | bors[bot] | 2018-10-16 | 10 | -13/+13 | |
|\ | | | | | | | | | | | | | | | 137: rename gen-kinds to gen-syntax r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | rename gen-kinds to gen-syntax | Aleksey Kladov | 2018-10-16 | 10 | -13/+13 | |
|/ | ||||||
* | Merge #136 | bors[bot] | 2018-10-16 | 5 | -111/+53 | |
|\ | | | | | | | | | | | | | | | 136: Teraro r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | fix tests | Aleksey Kladov | 2018-10-16 | 3 | -46/+23 | |
| | | ||||||
| * | Switch to published teraron | Aleksey Kladov | 2018-10-16 | 4 | -124/+4 | |
| | | ||||||
| * | extract teraron | Aleksey Kladov | 2018-10-16 | 6 | -79/+164 | |
|/ | ||||||
* | Merge #134 | bors[bot] | 2018-10-16 | 76 | -1524/+1930 | |
|\ | | | | | | | | | | | | | | | | | | | 134: Cargo Format run r=kjeremy a=kjeremy I'm not sure how appreciated this is but I figured I would run `cargo fmt` and see what came up. I made sure that `cargo test` still passes. Co-authored-by: Jeremy A. Kolb <[email protected]> | |||||
| * | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 76 | -1524/+1930 | |
|/ | | | | Run `cargo fmt` and ignore generated files | |||||
* | Merge #128 | bors[bot] | 2018-10-16 | 3 | -66/+93 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 128: Add a test to verify if the generated codes are up-to-date. r=matklad a=mominul This test checks if the generated codes are up-to-date every time during `cargo test`. I have confirmed that the test works by manually editing the `grammar.ron` file. Closes #126 Thanks! Co-authored-by: Muhammad Mominul Huque <[email protected]> | |||||
| * | take `&Path` instead of `PathBuf` | Muhammad Mominul Huque | 2018-10-16 | 3 | -5/+5 | |
| | | ||||||
| * | Refactor the constants | Muhammad Mominul Huque | 2018-10-15 | 3 | -20/+19 | |
| | | ||||||
| * | Use CARGO_MANIFEST_DIR for locating the grammar.ron file | Muhammad Mominul Huque | 2018-10-15 | 3 | -8/+7 | |
| | | ||||||
| * | Show how to generate code with error message | Muhammad Mominul Huque | 2018-10-14 | 3 | -6/+8 | |
| | | ||||||
| * | create cli.rs and make the tests passing | Muhammad Mominul Huque | 2018-10-14 | 3 | -59/+86 | |
| | | ||||||
* | | Merge #101 | bors[bot] | 2018-10-15 | 22 | -1064/+432 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 101: migrate to salsa-rs/salsa r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | switch to salsa release | Aleksey Kladov | 2018-10-15 | 2 | -5/+5 | |
| | | | ||||||
| * | | Simplify | Aleksey Kladov | 2018-10-15 | 2 | -13/+0 | |
| | | | ||||||
| * | | remove clones | Aleksey Kladov | 2018-10-15 | 4 | -6/+5 | |
| | | | ||||||
| * | | make analysis sync | Aleksey Kladov | 2018-10-15 | 4 | -19/+37 | |
| | | | ||||||
| * | | Tweak writable root API | Aleksey Kladov | 2018-10-15 | 2 | -11/+8 | |
| | | | ||||||
| * | | remove resolver from world | Aleksey Kladov | 2018-10-15 | 1 | -2/+0 | |
| | | | ||||||
| * | | Drop dead code | Aleksey Kladov | 2018-10-15 | 4 | -401/+0 | |
| | | | ||||||
| * | | fix tests | Aleksey Kladov | 2018-10-15 | 4 | -12/+21 | |
| | | | ||||||
| * | | Switch to the master of salsa | Aleksey Kladov | 2018-10-15 | 4 | -10/+13 | |
| | | | ||||||
| * | | migrate modue map to salsa | Aleksey Kladov | 2018-10-15 | 5 | -165/+172 | |
| | | | ||||||
| * | | start salsa migration | Aleksey Kladov | 2018-10-15 | 8 | -100/+221 | |
| | | |