Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a lot of clippy::style fixes | Matthias Krüger | 2021-03-21 | 1 | -1/+1 |
| | |||||
* | use strip_prefix() instead of starts_with and slicing (clippy::manual_strip) | Matthias Krüger | 2021-03-21 | 2 | -8/+6 |
| | |||||
* | Minor | Aleksey Kladov | 2021-03-08 | 1 | -1/+1 |
| | |||||
* | Remove now dead code | Aleksey Kladov | 2021-03-08 | 6 | -28/+34 |
| | |||||
* | Unused params | Aleksey Kladov | 2021-03-08 | 3 | -6/+6 |
| | |||||
* | Simplify xtask | Aleksey Kladov | 2021-03-01 | 6 | -7/+7 |
| | | | | lib/bin/test separation isn't really needed. | ||||
* | Remove dead gen_features code | Laurențiu Nicola | 2021-02-27 | 1 | -48/+0 |
| | |||||
* | Format generated features manually instead of relying on rustfmt | Laurențiu Nicola | 2021-02-27 | 1 | -32/+34 |
| | |||||
* | 7526: Rename crate assists to ide_assists. | Chetan Khilosiya | 2021-02-22 | 1 | -2/+2 |
| | |||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -1/+2 |
| | | | | We don't have completion-related PRs in flight, so lets do it | ||||
* | Fix mega bug | Aleksey Kladov | 2021-01-21 | 3 | -4/+4 |
| | | | | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Manual.20content.20is.20duplicated | ||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -2/+2 |
| | |||||
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Remove some redundant allocations | Jeremy Kolb | 2020-12-12 | 1 | -1/+1 |
| | |||||
* | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 1 | -1/+1 |
| | | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level. | ||||
* | Generate token for ints and floats | Aleksey Kladov | 2020-11-06 | 1 | -1/+5 |
| | |||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -5/+5 |
| | | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034. | ||||
* | Reorganize completions structure | Igor Aleksanov | 2020-10-25 | 1 | -1/+1 |
| | |||||
* | add completions for clippy lint in attributes | Benjamin Coenen | 2020-10-20 | 1 | -0/+113 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Use xshell::read_file instead of fs::read_to_string | Igor Aleksanov | 2020-10-19 | 4 | -9/+10 |
| | |||||
* | Create xtask module to generate diagnostics docs | Igor Aleksanov | 2020-10-19 | 1 | -0/+73 |
| | |||||
* | Switch from not_bash to xshell | Aleksey Kladov | 2020-10-17 | 1 | -6/+4 |
| | |||||
* | Improve compile time a tiny bit | Aleksey Kladov | 2020-10-16 | 3 | -8/+11 |
| | |||||
* | Fix feature name | Aleksey Kladov | 2020-10-05 | 1 | -5/+7 |
| | |||||
* | Up proc-macro2 to 1.20 | kjeremy | 2020-09-03 | 1 | -2/+2 |
| | | | | This changes the way Display is implemented | ||||
* | Support extern types | Jonas Schievink | 2020-08-24 | 1 | -587/+0 |
| | |||||
* | :arrow_up: ungrammar | Aleksey Kladov | 2020-08-21 | 1 | -0/+1 |
| | |||||
* | Cleanup feature generation | Aleksey Kladov | 2020-08-18 | 5 | -71/+60 |
| | |||||
* | fmt | Dmitry | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | fix reformat | Dmitry | 2020-08-18 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'rust-analyzer/master' | Dmitry | 2020-08-18 | 3 | -9/+9 |
|\ | |||||
| * | Mention that generated .adocs are generaterd | Aleksey Kladov | 2020-08-17 | 3 | -9/+9 |
| | | |||||
* | | synchronizing changes | Dmitry | 2020-08-14 | 1 | -2/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' | Dmitry | 2020-08-14 | 1 | -1/+1 |
|\| | |||||
| * | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -1/+1 |
| | | |||||
* | | refactor requirements put forward mkladov | Dmitry | 2020-08-14 | 1 | -20/+20 |
| | | |||||
* | | Merge branch 'master' of https://github.com/Fihtangolz/rust-analyzer into master | Dmitry | 2020-08-14 | 1 | -1/+1 |
|\ \ | |||||
| * | | Update xtask/src/codegen/gen_unstable_future_descriptor.rs | Dmitry Opokin | 2020-08-14 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: Aleksey Kladov <[email protected]> | ||||
* | | | Revert "replase sparse-checkout by github api" | Dmitry | 2020-08-14 | 3 | -38457/+16 |
|/ / | | | | | | | This reverts commit 034db28c542c04b22147da6722328bc74ff99386. | ||||
* | | replase sparse-checkout by github api | Dmitry | 2020-08-14 | 3 | -16/+38457 |
| | | |||||
* | | remove fmt skip attr | Dmitry | 2020-08-10 | 1 | -2/+0 |
| | | |||||
* | | Revert "fixes" | Dmitry | 2020-08-09 | 1 | -1/+1 |
| | | | | | | | | This reverts commit b602c73911864a86c94d8b306648738f5f995167. | ||||
* | | add skip for generate file | Dmitry | 2020-08-09 | 1 | -0/+1 |
| | | |||||
* | | fixes | Dmitry | 2020-08-09 | 1 | -1/+1 |
| | | |||||
* | | apply format | Dmitry | 2020-08-09 | 1 | -20/+29 |
| | | |||||
* | | fix unused | Dmitry | 2020-08-09 | 1 | -3/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' | Dmitry | 2020-08-09 | 3 | -45/+897 |
|\| | |||||
| * | Update grammar | Aleksey Kladov | 2020-08-01 | 1 | -6/+5 |
| | | |||||
| * | Unify naming of tuple fields | Aleksey Kladov | 2020-07-31 | 1 | -4/+4 |
| | | |||||
| * | Section headers | Aleksey Kladov | 2020-07-31 | 1 | -0/+20 |
| | |