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
/
parser
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-08-22
Fix three more (reverse) “a”/“an” typos
Frank Steffahn
-1
/
+1
2021-08-13
Support `if let` match guards
Jonas Schievink
-0
/
+5
2021-08-04
Split the test
Jade
-2
/
+10
2021-08-03
Support exclusive_range_pattern
Jade
-3
/
+7
2021-08-03
tree-wide: fix rustdoc warnings, add some links
Jade
-13
/
+17
2021-07-30
Simplify
Lukas Wirth
-4
/
+2
2021-07-29
Attach comma token to MATCH_ARM instead of MATCH_ARM_LIST
Lukas Wirth
-16
/
+16
2021-07-26
Fix generic_arg not parsing opt_generic_arg_list properly in arg lists
Lukas Wirth
-4
/
+3
2021-07-21
Fix some more basic clippy lints
Lukas Wirth
-12
/
+8
2021-07-20
Restrict completions inside visibility modifiers
Lukas Wirth
-1
/
+1
2021-07-18
Merge #9619
bors[bot]
-11
/
+53
2021-07-18
Support GATs for associated type arg parsing
Lukas Wirth
-11
/
+53
2021-07-17
feat: improve parser error recovery for function parameters
Aleksey Kladov
-6
/
+24
2021-07-03
internal: overhaul code generation
Aleksey Kladov
-1
/
+1
2021-06-17
Complete `repr` attribute parameters
Lukas Wirth
-2
/
+1
2021-06-14
Merge #9260
bors[bot]
-1
/
+1
2021-06-13
tree-wide: make rustdoc links spiky so they are clickable
Jade
-1
/
+1
2021-06-11
Update ungrammar
Jonas Schievink
-1
/
+4
2021-06-03
Apply more clippy suggestions and update generated
Clemens Wasser
-106
/
+23
2021-06-03
Apply a few clippy suggestions
Clemens Wasser
-28
/
+109
2021-05-22
Add even more docs
Aleksey Kladov
-30
/
+4
2021-05-08
Add `=` to pattern recovery
Lukas Wirth
-1
/
+1
2021-04-29
Parse const param defaults
Jonas Schievink
-0
/
+42
2021-04-29
Correctly parse negated literals as const args
Jonas Schievink
-0
/
+9
2021-04-21
Parse outer atttributes for RecordPatField
Lukas Wirth
-2
/
+4
2021-04-17
hir_ty: Expand macros at type position
cynecx
-3
/
+7
2021-04-17
Handle extended key value attr in mbe
Edwin Cheng
-48
/
+17
2021-03-19
Parse extended_key_value_attributes
Lukas Wirth
-2
/
+2
2021-03-17
Correctly parse attributes on fn parameters
Jonas Schievink
-7
/
+22
2021-03-16
Fix macro expansion for statements w/o semicolon
Edwin Cheng
-6
/
+6
2021-03-12
Fix remaining references to `cargo xtask codegen`
Lukas Wirth
-1
/
+1
2021-03-06
Fix fail to parse :: for meta in mbe
Edwin Cheng
-1
/
+2
2021-02-15
Specialization for async traits
Arnaud
-0
/
+28
2021-02-12
Pin Rust to 1.49.0 on CI
Jonas Schievink
-5
/
+6
2021-01-24
Add validation for mutable const items
Lukas Wirth
-1
/
+1
2021-01-18
Merge #7341
bors[bot]
-1
/
+4
2021-01-18
Fix warnings when running `cargo doc --document-private-items`
Joshua Nelson
-1
/
+4
2021-01-18
Parse `impl const Trait`
Lukas Wirth
-0
/
+4
2021-01-18
Add `MacroType` syntax
Jonas Schievink
-0
/
+1
2021-01-18
Merge #7291
bors[bot]
-15
/
+30
2021-01-17
Add missing inlines
Aleksey Kladov
-0
/
+3
2021-01-15
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
-15
/
+30
2021-01-15
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
-1
/
+5
2021-01-15
Add support for yiled keyword
Daiki Ihara
-2
/
+22
2021-01-14
Merge #7211
bors[bot]
-3
/
+13
2021-01-10
Merge #7218
bors[bot]
-1
/
+1
2021-01-10
Replace SyntaxKind usage with T! macro where applicable
Lukas Wirth
-19
/
+27
2021-01-10
Use T! for bool keywords
Laurențiu Nicola
-1
/
+1
2021-01-10
Allow `true` and `false` keywords in const generics
Callym
-1
/
+5
2021-01-10
Fixed expr meta var after path colons in mbe
Edwin Cheng
-3
/
+13
[prev]
[next]