Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge #7868 | bors[bot] | 2021-03-04 | 3 | -8/+7 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Migrate to user-centric config name for `cargo check` stuff | Aleksey Kladov | 2021-03-04 | 3 | -8/+7 | |
* | | | | Complete `while let` | Lukas Wirth | 2021-03-03 | 2 | -9/+11 | |
* | | | | Don't complete `super` unless its valid in paths | Lukas Wirth | 2021-03-03 | 3 | -23/+34 | |
| |_|/ |/| | | ||||||
* | | | Merge #7863 | bors[bot] | 2021-03-03 | 1 | -189/+189 | |
|\ \ \ | ||||||
| * | | | Prevent renaming SelfType and BuiltinType | Lukas Wirth | 2021-03-03 | 1 | -0/+2 | |
| * | | | Reorder functions in rename.rs | Lukas Wirth | 2021-03-03 | 1 | -189/+187 | |
* | | | | Remove incorrect broken test | Jonas Schievink | 2021-03-03 | 1 | -24/+0 | |
|/ / / | ||||||
* | | | Special-case parenthesized and negated expressions in demorgan assist | Jesse Bakker | 2021-03-03 | 1 | -2/+43 | |
* | | | Update lexer | kjeremy | 2021-03-02 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge #7851 | bors[bot] | 2021-03-02 | 2 | -616/+424 | |
|\ \ | ||||||
| * | | Compress tests | Aleksey Kladov | 2021-03-02 | 2 | -616/+424 | |
* | | | chore: remove redundant tests | Conrad Ludgate | 2021-03-02 | 1 | -30/+0 | |
* | | | chore: codegen | Conrad Ludgate | 2021-03-02 | 1 | -19/+0 | |
* | | | refactor: re-use add_turbo_fish function | Conrad Ludgate | 2021-03-02 | 3 | -201/+137 | |
* | | | chore: fmt + docs | Conrad Ludgate | 2021-03-02 | 1 | -2/+2 | |
* | | | chore: rename var | Conrad Ludgate | 2021-03-02 | 1 | -3/+3 | |
* | | | feat: add type ascription assist | Conrad Ludgate | 2021-03-02 | 3 | -0/+219 | |
* | | | Merge #7850 | bors[bot] | 2021-03-02 | 1 | -12/+62 | |
|\ \ \ | ||||||
| * | | | Don't add space when joining line to opening quote | Aleksey Kladov | 2021-03-02 | 1 | -12/+62 | |
* | | | | Merge #7795 | bors[bot] | 2021-03-02 | 4 | -19/+139 | |
|\ \ \ \ | ||||||
| * | | | | Show docs on hover for keywords and primitives | Lukas Wirth | 2021-03-02 | 4 | -19/+139 | |
| | | | | | ||||||
| \ \ \ \ | ||||||
*-. \ \ \ \ | Merge #7335 #7691 | bors[bot] | 2021-03-02 | 6 | -16/+1174 | |
|\ \ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| | * | | | | strip useless methods, and unary ops in suggest_name | Vladyslav Katasonov | 2021-03-02 | 1 | -7/+114 | |
| | * | | | | pull out suggest_name::* to utils; enchance heuristics | Vladyslav Katasonov | 2021-03-02 | 4 | -89/+821 | |
| | * | | | | suggest parameter name before function name | Vladyslav Katasonov | 2021-03-02 | 1 | -5/+5 | |
| | * | | | | try to suggest name when extracting variable | Vladyslav Katasonov | 2021-03-02 | 1 | -7/+287 | |
| | | |/ / | | |/| | | ||||||
| * | | | | rustfmt 1.4.30-stable | Luciano Bestia | 2021-02-18 | 2 | -6/+8 | |
| * | | | | corrected no newline at end of file | Luciano Bestia | 2021-02-13 | 1 | -1/+1 | |
| * | | | | removed logging stuff | Luciano Bestia | 2021-02-13 | 2 | -9/+1 | |
| * | | | | Update crates/ide/src/folding_ranges.rs | Luciano | 2021-02-13 | 1 | -2/+2 | |
| * | | | | simple comparison instead of regex | Luciano Bestia | 2021-02-05 | 2 | -25/+8 | |
| * | | | | added region folding | Luciano Bestia | 2021-01-18 | 3 | -9/+73 | |
* | | | | | Merge #7513 | bors[bot] | 2021-03-02 | 8 | -163/+579 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | NFA parser for mbe matcher | Edwin Cheng | 2021-02-28 | 8 | -163/+579 | |
* | | | | | Merge #7848 | bors[bot] | 2021-03-02 | 8 | -29/+29 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Bump cargo_metadata | Laurențiu Nicola | 2021-03-02 | 8 | -29/+29 | |
* | | | | | Switch from pico-args to xflags | Aleksey Kladov | 2021-03-02 | 5 | -301/+312 | |
* | | | | | Merge #7777 | bors[bot] | 2021-03-02 | 4 | -5/+430 | |
|\ \ \ \ \ | ||||||
| * | | | | | Apply edits | John Renner | 2021-03-01 | 1 | -51/+54 | |
| * | | | | | Implement line<->block comment assist | John Renner | 2021-02-25 | 4 | -5/+427 | |
* | | | | | | Merge #7844 | bors[bot] | 2021-03-02 | 5 | -9/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix ProcMacroClient dropped too early in cli | Edwin Cheng | 2021-03-02 | 5 | -9/+11 | |
* | | | | | | | Merge #7827 | bors[bot] | 2021-03-02 | 1 | -2/+38 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix proc macro TokenStream::from_str token ids | vlad20012 | 2021-03-01 | 1 | -2/+38 | |
| | | | | | | | | ||||||
| \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ | Merge #7829 #7833 | bors[bot] | 2021-03-01 | 11 | -67/+81 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| | * | | | | | | | Use chalk_ir::Mutability | Lukas Wirth | 2021-03-01 | 10 | -64/+78 | |
| | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | Bump chalk | Laurențiu Nicola | 2021-03-01 | 1 | -3/+3 | |
* | | | | | | | | Fix `find_path` when inner items are present | Jonas Schievink | 2021-03-01 | 4 | -28/+88 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Use an unversioned profile dependency in mbe | Laurențiu Nicola | 2021-03-01 | 1 | -5/+2 | |
|/ / / / / / |