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
/
compiler
/
rustc_ast_passes
Age
Commit message (
Expand
)
Author
Lines
2020-12-26
stabilize min_const_generics
Bastian Kauschke
-20
/
+5
2020-12-21
add suggest for PatternsInWithoutBody
Daiki Ihara
-8
/
+17
2020-12-17
Change the message for `if_let_guard` feature gate
LeSeulArtichaut
-1
/
+1
2020-12-10
Rollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwco
Tyler Mandry
-1
/
+1
2020-12-09
Accept arbitrary expressions in key-value attributes at parse time
Vadim Petrochenkov
-0
/
+4
2020-12-08
Clarify the 'default is only allowed on...' error
Camelid
-1
/
+1
2020-11-28
Auto merge of #78296 - Aaron1011:fix/stmt-tokens, r=petrochenkov
bors
-0
/
+1
2020-11-27
Bump recursion_limit in rustc_ast_passes
Aaron Hill
-0
/
+1
2020-11-27
Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov
bors
-1
/
+3
2020-11-25
ast and parser
b-naber
-1
/
+3
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-1
/
+1
2020-11-17
Use `span_suggestion_verbose` instead of `span_suggestion` for `fn` with qual...
ThePuzzlemaker
-1
/
+1
2020-11-14
Add underscore expressions for destructuring assignments
Fabian Zaiser
-1
/
+5
2020-11-12
Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov
Mara Bos
-0
/
+1
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-0
/
+1
2020-11-10
Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum
Jonas Schievink
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-1
/
+1
2020-11-03
rustc_ast: `visit_mac` -> `visit_mac_call`
Vadim Petrochenkov
-1
/
+1
2020-11-03
rustc_ast: Do not panic by default when visiting macro calls
Vadim Petrochenkov
-6
/
+2
2020-10-29
Fix typos
Dániel Buga
-1
/
+1
2020-10-16
Lower inline const's AST to HIR
Santiago Pastorino
-1
/
+1
2020-10-16
Add inline_const feature flag
Santiago Pastorino
-0
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-09-22
Suggest async {} for async || {}
Andy Weiss
-1
/
+26
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-4
/
+1
2020-09-14
Stabilize doc_alias feature
Guillaume Gomez
-1
/
+0
2020-09-12
update the version of itertools and parking_lot
Andreas Jonson
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-3
/
+3
2020-09-10
Syntactically permit unsafety on mods
David Tolnay
-2
/
+8
2020-09-04
Implementation of incompatible features error
Amjad Alsharafi
-0
/
+34
2020-08-30
mv compiler to compiler/
mark
-0
/
+2368
[prev]