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_resolve
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-09-20
use if let instead of single match arm expressions to compact code and reduce...
Matthias Krüger
-5
/
+2
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-2
/
+2
2020-09-17
use strip_prefix over starts_with and manual slicing based on pattern length ...
Matthias Krüger
-2
/
+2
2020-09-16
Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC
Tyler Mandry
-1
/
+1
2020-09-15
fix a couple of stylistic clippy warnings
Matthias Krüger
-1
/
+1
2020-09-15
Remove redundant `&format!`.
Hameer Abbasi
-3
/
+1
2020-09-15
This commit introduces the following changes:
Hameer Abbasi
-9
/
+23
2020-09-13
review, improve note span
Bastian Kauschke
-18
/
+16
2020-09-13
allow concrete self types in consts
Bastian Kauschke
-12
/
+26
2020-09-11
Auto merge of #76499 - guswynn:priv_des, r=petrochenkov
bors
-29
/
+80
2020-09-11
Give better diagnostic when using a private tuple struct constructor
Gus Wynn
-29
/
+80
2020-09-10
Attach `TokenStream` to `ast::Visibility`
Aaron Hill
-2
/
+2
2020-09-10
Attach `TokenStream` to `ast::Path`
Aaron Hill
-4
/
+8
2020-09-09
Rollup merge of #76522 - matthiaskrgr:redundant_clone, r=jonas-schievink
Tyler Mandry
-1
/
+1
2020-09-09
Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper
Tyler Mandry
-1
/
+8
2020-09-09
remove redundant clones
Matthias Krüger
-1
/
+1
2020-09-01
Rollup merge of #76143 - jyn514:duplicate-builtin-macros, r=petrochenkov
Tyler Mandry
-5
/
+25
2020-09-01
Clarify message about unresolved use
Kornel
-1
/
+8
2020-09-01
Give a better error message for duplicate built-in macros
Joshua Nelson
-5
/
+25
2020-08-30
Suggest `if let x = y` when encountering `if x = y`
Esteban Küber
-1
/
+19
2020-08-30
mv compiler to compiler/
mark
-0
/
+16500
[prev]