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
Age
Commit message (
Expand
)
Author
Lines
2022-01-07
Merge #11145
bors[bot]
-0
/
+22
2022-01-07
Better interface for doc comment and attribute processing
Lukas Wirth
-9
/
+27
2022-01-07
feat(diagnostics): use default expression instead of todo! when missing fields
Benjamin Coenen
-1
/
+1
2022-01-07
Generate `AnyHasDocComments` node
Lukas Wirth
-19
/
+66
2022-01-06
Use`const _` instead of `mod __`
Jonas Schievink
-6
/
+3
2022-01-06
Expand attribute macros on impl and trait items
Jonas Schievink
-0
/
+11
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-12-13
Reuse results from split_into_parts()
Oleg Matrokhin
-15
/
+5
2021-12-13
Add number representation assists
Oleg Matrokhin
-26
/
+33
2021-11-19
Use mutable syntax trees in `merge_imports`, `split_imports`
iDawer
-40
/
+74
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-30
Fix for-loop expressions breaking with BlockExpr iterable
Lukas Wirth
-1
/
+9
2021-10-28
Refactor ide handling for paths in derive inputs
Lukas Wirth
-0
/
+21
2021-10-22
Merge #9939
bors[bot]
-0
/
+6
2021-10-21
Migrate to edition 2021
Lukas Wirth
-4
/
+1
2021-10-19
internal: Parse const trait bounds
Lukas Wirth
-0
/
+2
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-10
Remove neesless clone
k-nasa
-1
/
+1
2021-10-07
Support `let...else`
Jonas Schievink
-0
/
+26
2021-10-06
Merge #10420
bors[bot]
-1
/
+3
2021-10-05
Merge #10440
bors[bot]
-57
/
+55
2021-10-05
Replace `if let` with `match` where appropriate
Aramis Razzaghipour
-33
/
+31
2021-10-05
Replace `if let Some(_) = foo` with `if foo.is_some()`
Aramis Razzaghipour
-1
/
+1
2021-10-03
Fix miscellaneous Clippy lints
Aramis Razzaghipour
-5
/
+5
2021-10-03
Add semicolons for consistency
Aramis Razzaghipour
-18
/
+18
2021-10-03
Merge #10438
bors[bot]
-1
/
+39
2021-10-03
minor: Simplify
Lukas Wirth
-1
/
+39
2021-10-03
fix: await insertion with try_expr during extract_function
vi_mi
-0
/
+3
2021-10-02
minor: dead code
Aleksey Kladov
-8
/
+1
2021-10-02
internal: remove deprecated method
Aleksey Kladov
-3
/
+0
2021-10-02
minor: regen
Aleksey Kladov
-0
/
+149
2021-10-02
Parse outer attributes on StructPatternEtCetera
zhoufan
-1
/
+3
2021-09-28
Fix inline_call breaking RecordExprField shorthands
Lukas Wirth
-0
/
+29
2021-09-27
Rename `*Owner` traits to `Has*`
Lukas Wirth
-223
/
+223
2021-09-27
Rename `Dyn*` nodes to `Any*` nodes
Lukas Wirth
-57
/
+57
2021-09-26
internal: more reasonable grammar for blocks
Aleksey Kladov
-76
/
+62
2021-09-26
Remove inherent methods from ast node that carry semantic meaning
Lukas Wirth
-220
/
+15
2021-09-23
Cleanup
Lukas Wirth
-0
/
+10
2021-09-21
Simplify
Lukas Wirth
-105
/
+8
2021-09-21
Simplify
Lukas Wirth
-163
/
+106
2021-09-21
Generate ast nodes for each ast trait
Lukas Wirth
-30
/
+398
2021-09-19
Simplify
Lukas Wirth
-1
/
+1
[prev]
[next]