index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
syntax
Age
Commit message (
Expand
)
Author
Lines
2021-07-30
Simplify
Lukas Wirth
-2
/
+2
2021-07-29
Attach comma token to MATCH_ARM instead of MATCH_ARM_LIST
Lukas Wirth
-74
/
+74
2021-07-29
Simplify extract_function assist
Lukas Wirth
-101
/
+118
2021-07-29
Use more strictly typed syntax nodes for analysis in extract_function assist
Lukas Wirth
-0
/
+75
2021-07-27
fix: Typos
Alexander Gonzalez
-1
/
+1
2021-07-26
Fix generic_arg not parsing opt_generic_arg_list properly in arg lists
Lukas Wirth
-63
/
+78
2021-07-21
Fix some more basic clippy lints
Lukas Wirth
-1
/
+1
2021-07-20
Restrict completions inside visibility modifiers
Lukas Wirth
-0
/
+8
2021-07-18
Merge #9619
bors[bot]
-69
/
+110
2021-07-18
Support GATs for associated type arg parsing
Lukas Wirth
-69
/
+110
2021-07-17
feat: improve parser error recovery for function parameters
Aleksey Kladov
-15
/
+68
2021-07-10
Merge #9557
bors[bot]
-4
/
+13
2021-07-10
Respect coercions in `inline_call`
Lukas Wirth
-4
/
+13
2021-07-10
Bump rustc_lexer a little
Laurențiu Nicola
-1
/
+1
2021-07-09
fix: Adding async keyword when await is present in generate_function assist
vi_mi
-2
/
+5
2021-07-05
Update `inline_call` assist doc example
Lukas Wirth
-6
/
+8
2021-07-05
Merge #9474
bors[bot]
-0
/
+21
2021-07-05
Fixup emitted whitespace in most cases
Lukas Wirth
-0
/
+6
2021-07-05
minor: drop dummy authors field
Aleksey Kladov
-2
/
+0
2021-07-04
minor: untangle complex condition
Aleksey Kladov
-10
/
+9
2021-07-04
minor: better error message
Aleksey Kladov
-1
/
+1
2021-07-03
Merge #9476
bors[bot]
-18
/
+1149
2021-07-03
internal: overhaul code generation
Aleksey Kladov
-18
/
+1149
2021-07-03
Inline parameters in `inline_call` if possible
Lukas Wirth
-0
/
+15
2021-07-03
Merge the inline function/method assists into `inline_call`
Lukas Wirth
-2
/
+1
2021-07-03
feat: Implement `inline_method` assist
Lukas Wirth
-11
/
+17
2021-07-02
`replace_match_with_if_let` works on more binary matches
Lukas Wirth
-0
/
+4
2021-07-01
Merge #9458
bors[bot]
-3
/
+10
2021-07-02
Remove make::match_arm_with_guard
Lukas Wirth
-3
/
+10
2021-07-01
Merge #9455
bors[bot]
-0
/
+13
2021-07-02
Handle not let if expressions in replace_if_let_with_match
Lukas Wirth
-0
/
+13
2021-06-30
Merge #9437
bors[bot]
-0
/
+8
2021-06-30
Don't classify NameRef paths inside attribute TokenTrees
Lukas Wirth
-0
/
+8
2021-06-30
Cargo update and pull in the new rowan
kjeremy
-1
/
+1
2021-06-28
Fix `NameRef::classify` path resolution inside attributes
Lukas Wirth
-5
/
+21
2021-06-27
Deduplicate ast expression walking logic
Lukas Wirth
-1
/
+51
2021-06-22
Merge #9367
bors[bot]
-0
/
+9
2021-06-22
Document perf characteristic of to_node
Aleksey Kladov
-0
/
+9
2021-06-21
feature: massively improve performance for large files
Aleksey Kladov
-1
/
+1
2021-06-18
Don't insert imports outside of cfg attributed items
Lukas Wirth
-1
/
+7
2021-06-18
Allow to disable import insertion on single path glob imports
Lukas Wirth
-0
/
+9
2021-06-17
Fix parser tests for 1.53
Lukas Wirth
-198
/
+198
2021-06-17
Create modules in correct directory for nested modules in move_module assist
Lukas Wirth
-0
/
+8
2021-06-15
Highlight unsafe trait refs as unsafe only in impl blocks and definitions
Lukas Wirth
-0
/
+9
2021-06-15
internal: enforce no #[ignore] and no #[should_panic]
Aleksey Kladov
-2
/
+2
2021-06-13
clippy::manual_str_repeat
Maan2003
-1
/
+1
2021-06-13
clippy::redudant_borrow
Maan2003
-10
/
+10
2021-06-12
internal: cross-crate cov-marks
Aleksey Kladov
-1
/
+1
2021-06-11
Update ungrammar
Jonas Schievink
-649
/
+769
2021-06-08
Fix edge case for ImportGranularity guessing
Lukas Wirth
-1
/
+4
[prev]
[next]