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_lowering
Age
Commit message (
Expand
)
Author
Lines
2020-11-13
Reuse vector
Dániel Buga
-1
/
+5
2020-11-13
Reserve space in advance
Dániel Buga
-5
/
+5
2020-11-13
Allocate less in lower_block_noalloc
Dániel Buga
-20
/
+21
2020-11-12
Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov
Mara Bos
-7
/
+119
2020-11-12
Handle and test wildcard arguments
Joshua Nelson
-1
/
+4
2020-11-12
Don't reuse bindings for `ref mut`
Joshua Nelson
-0
/
+4
2020-11-12
Consider mutable ident binding patterns to be simple
Eyal Kalderon
-3
/
+6
2020-11-12
Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011
bors
-7
/
+10
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-7
/
+119
2020-11-09
Do not collect tokens for doc comments
Vadim Petrochenkov
-7
/
+10
2020-11-07
Allow making `RUSTC_BOOTSTRAP` conditional on the crate name
Joshua Nelson
-3
/
+1
2020-11-07
Implement destructuring assignment for tuples
Fabian Zaiser
-4
/
+153
2020-10-30
Implement rustc side of report-future-incompat
Aaron Hill
-2
/
+2
2020-10-30
Fix some more clippy warnings
Joshua Nelson
-8
/
+3
2020-10-29
Fix typos
Dániel Buga
-3
/
+3
2020-10-25
Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb
bors
-5
/
+15
2020-10-24
Auto merge of #77255 - Aaron1011:feature/collect-attr-tokens, r=petrochenkov
bors
-5
/
+8
2020-10-24
Loop instead of recursion
Dániel Buga
-71
/
+79
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-5
/
+8
2020-10-18
Auto merge of #78066 - bugadani:wat, r=jonas-schievink
bors
-44
/
+39
2020-10-18
Early return to decrease indentation
Dániel Buga
-44
/
+39
2020-10-16
Lower inline const's AST to HIR
Santiago Pastorino
-2
/
+3
2020-10-16
Parse inline const expressions
Santiago Pastorino
-0
/
+3
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-10-07
implement nits
Bastian Kauschke
-1
/
+1
2020-10-07
split SyntheticTyParamKind
Bastian Kauschke
-1
/
+1
2020-10-07
bodge
Bastian Kauschke
-7
/
+12
2020-10-07
do not lower patterns in impl Trait
Bastian Kauschke
-0
/
+5
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-11
/
+19
2020-09-16
simplfy condition in ItemLowerer::with_trait_impl_ref()
Matthias Krüger
-1
/
+1
2020-09-14
Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco
bors
-2
/
+3
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-1
/
+1
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-5
/
+8
2020-09-10
Attach tokens to `NtMeta` (`ast::AttrItem`)
Aaron Hill
-0
/
+1
2020-09-10
Attach `TokenStream` to `ast::Ty`
Aaron Hill
-0
/
+1
2020-09-10
use sort_unstable to sort primitive types
Matthias Krüger
-2
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+6739
[prev]