Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #152 | bors[bot] | 2018-10-22 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | 152: Fix typo r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]> | ||||
| * | Fix typo | Jeremy A. Kolb | 2018-10-22 | 1 | -2/+2 |
| | | |||||
* | | Merge #138 | bors[bot] | 2018-10-22 | 26 | -68/+67 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | 138: Fix some clippy lints r=matklad a=alanhdu I went ahead and fixed all the clippy lints (there were a couple I thought would be better unfixed and added `cfg` statements to allow them) and also re-enabled clippy and rustfmt in CI. They were disabled with `no time to explain, disable clippy checks`, so hopefully this won't go against whatever the reason at the time was :laughing:. One question about the CI though: right now, it's an allowed failure that runs against the latest nightly each time. Would it be better to pin it to a specific nightly (or use the `beta` versions) to lower the churn? Co-authored-by: Alan Du <[email protected]> | ||||
| * | Rename new to new_item (to match new_impl) | Alan Du | 2018-10-22 | 1 | -9/+9 |
| | | |||||
| * | Revert "clippy: Fix new_ret_no_self" | Alan Du | 2018-10-20 | 7 | -17/+17 |
| | | | | | | | | This reverts commit 2ae9dfa812ccf18867373f77a106161378a6d91d. | ||||
| * | clippy: cast_lossless | Alan Du | 2018-10-18 | 1 | -2/+2 |
| | | |||||
| * | Fix function calls | Alan Du | 2018-10-18 | 10 | -12/+9 |
| | | |||||
| * | clippy: type_complexity | Alan Du | 2018-10-18 | 2 | -8/+11 |
| | | |||||
| * | clippy: needless_lifetimes | Alan Du | 2018-10-18 | 1 | -1/+1 |
| | | |||||
| * | clippy: Fix new_ret_no_self | Alan Du | 2018-10-18 | 7 | -17/+17 |
| | | |||||
| * | Silence clippy::derive_hash_xor_eq | Alan Du | 2018-10-18 | 1 | -1/+7 |
| | | | | | | | | Manually implement PartialEq | ||||
| * | Remove Copy trait on LeafAtOffset | Alan Du | 2018-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Because it's a stateful iterator, it's easier to explicitly clone it when necesary. Fixes clippy:clone_on_copy | ||||
| * | clippy: Use if lets and remove redundant returns | Alan Du | 2018-10-18 | 11 | -29/+22 |
| | | |||||
| * | Clippy lint: single-character string constant | Alan Du | 2018-10-18 | 4 | -5/+5 |
| | | |||||
* | | cleanup | Aleksey Kladov | 2018-10-20 | 2 | -2/+0 |
| | | |||||
* | | Remove job handle | Aleksey Kladov | 2018-10-20 | 5 | -99/+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 | 4 | -11/+11 |
| | | |||||
* | | Merge #143 | bors[bot] | 2018-10-20 | 8 | -5/+164 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | 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]> | ||||
| * | 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 |
| | | |||||
* | | Update rowan | Aleksey Kladov | 2018-10-17 | 7 | -42/+19 |
|/ | |||||
* | rename gen-kinds to gen-syntax | Aleksey Kladov | 2018-10-16 | 7 | -8/+8 |
| | |||||
* | fix tests | Aleksey Kladov | 2018-10-16 | 3 | -46/+23 |
| | |||||
* | Switch to published teraron | Aleksey Kladov | 2018-10-16 | 3 | -123/+1 |
| | |||||
* | extract teraron | Aleksey Kladov | 2018-10-16 | 5 | -72/+149 |
| | |||||
* | 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 |
| | | |||||
* | | switch to salsa release | Aleksey Kladov | 2018-10-15 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | |