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
/
src
/
ast
/
make.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-13
Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...
Jonas Schievink
-6
/
+7
2022-05-05
Wrap float literals in their own node
Jonas Schievink
-7
/
+6
2022-05-04
improve the default constructor mode when filling fields
Benjamin Coenen
-0
/
+3
2022-04-03
fix: Add missing fields diagnostic fix for patterns
Lukas Wirth
-0
/
+4
2022-03-12
fix: "Extract to function" assist preserves `break` and `continue` labels
Morgan Thomas
-6
/
+16
2022-03-12
fix clippy::redundant_closure
Matthias Krüger
-1
/
+1
2022-03-05
fix: Recognize `Self` as a proper keyword
Lukas Wirth
-4
/
+5
2022-02-21
Parse `let` expressions in order to support `let` chains
Chayim Refael Friedman
-9
/
+3
2022-01-22
removed prints
Jeroen Vannevel
-1
/
+1
2022-01-22
hacky_block_expr_with_comments
Jeroen Vannevel
-8
/
+9
2022-01-22
removing unwraps
Jeroen Vannevel
-4
/
+5
2022-01-22
very rough but comments get extracted
Jeroen Vannevel
-0
/
+23
2022-01-08
Merge #11107
bors[bot]
-2
/
+10
2022-01-07
feat(diagnostics): use default expression instead of todo! when missing fields
Benjamin Coenen
-1
/
+1
2022-01-04
add better default behavior on fill struct fields diagnostic
Benjamin Coenen
-2
/
+21
2021-12-30
feat(diagnostics): use Default::default() expression instead of todo! when mi...
Benjamin Coenen
-0
/
+3
2021-12-23
Fix generic type substitution in impl trait with assoc type
Petr Nevyhoštěný
-2
/
+10
2021-11-15
Fix `impl_def_from_trait`
TheDoctor314
-64
/
+8
2021-11-11
Fix `impl_trait` function to emit correct ast
TheDoctor314
-8
/
+64
2021-11-10
Add generic parameters for manual impl assist
TheDoctor314
-2
/
+7
2021-10-16
feat: Adding extract_module assist
vi_mi
-0
/
+6
2021-10-14
Merge #10546
bors[bot]
-0
/
+13
2021-10-14
Implement promotoe_local_to_const assist
Lukas Wirth
-0
/
+13
2021-10-14
Enable delegation generation for complex types
Yoshua Wuyts
-3
/
+24
2021-10-13
Add basic support for delegation
Ryan Levick
-0
/
+4
2021-10-05
Merge #10440
bors[bot]
-4
/
+9
2021-10-05
Replace `if let` with `match` where appropriate
Aramis Razzaghipour
-3
/
+8
2021-10-03
Add semicolons for consistency
Aramis Razzaghipour
-1
/
+1
2021-10-03
fix: await insertion with try_expr during extract_function
vi_mi
-0
/
+3
2021-09-26
internal: more reasonable grammar for blocks
Aleksey Kladov
-0
/
+1
2021-09-19
Simplify
Lukas Wirth
-1
/
+1
2021-09-16
assists: turn while into loop
Andrzej Głuszak
-0
/
+5
2021-09-04
fix: use placeholder as default type in `Generate function`.
Dawer
-0
/
+3
2021-08-14
internal: merge hir::BinaryOp and ast::BinOp
Aleksey Kladov
-1
/
+2
2021-08-12
add `make::ext::path_from_idents`
Yoshua Wuyts
-0
/
+12
2021-08-10
add make::expr_op
Yoshua Wuyts
-0
/
+3
2021-08-09
generate method assist
mahdi-frms
-0
/
+4
2021-08-08
generate Debug for enums
Yoshua Wuyts
-0
/
+3
2021-08-08
debug for record field structs
Yoshua Wuyts
-0
/
+3
2021-08-07
Simplify
Lukas Wirth
-1
/
+9
2021-07-10
Respect coercions in `inline_call`
Lukas Wirth
-4
/
+13
2021-07-09
fix: Adding async keyword when await is present in generate_function assist
vi_mi
-2
/
+5
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
Remove make::match_arm_with_guard
Lukas Wirth
-2
/
+9
2021-07-02
Handle not let if expressions in replace_if_let_with_match
Lukas Wirth
-0
/
+13
2021-06-02
Account for generics in extract_struct_from_enum_variant
Lukas Wirth
-3
/
+2
2021-05-22
internal: replace AstTransformer with mutable syntax trees
Aleksey Kladov
-0
/
+4
2021-05-14
internal: rewrite assoc item manipulaion to use mutable trees
Aleksey Kladov
-1
/
+1
2021-05-14
internal: remove one more immutable tree
Aleksey Kladov
-8
/
+2
[next]