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
/
src
/
test
/
ui
/
rfc-2497-if-let-chains
Age
Commit message (
Expand
)
Author
Lines
2019-10-08
Ignore `ExprKind::DropTemps` for some ref suggestions
Esteban Küber
-2
/
+2
2019-10-06
Suggest dereferencing boolean reference when used in 'if' or 'while'
wangxiangqing
-38
/
+0
2019-10-06
Suggest dereferencing boolean reference when used in 'if' or 'while'
wangxiangqing
-2
/
+46
2019-09-21
Do not trigger unreachable lint in async body and Use span labels
Esteban Küber
-6
/
+3
2019-09-18
Point at original span when emitting unreachable lint
Aaron Hill
-0
/
+5
2019-09-08
Update test stderr with results of enabling unused lints
Mark Rousskov
-2
/
+8
2019-07-30
--bless tests due to INCOMPLETE_FEATURES being a lint.
Mazdak Farrokhzad
-12
/
+14
2019-07-09
normalize use of backticks in compiler messages for libsyntax/feature_gate
Samy Kacimi
-32
/
+32
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-2
/
+2
2019-06-23
let_chains: --bless tests due to recovery in lowering.
Mazdak Farrokhzad
-94
/
+905
2019-06-23
let_chains: Adjust tests for pre-expansion gating.
Mazdak Farrokhzad
-62
/
+103
2019-06-23
let_chains: Account for const generics in validation tests.
Mazdak Farrokhzad
-54
/
+123
2019-06-23
let_chains: Comment out Let in ident_can_begin_expr.
Mazdak Farrokhzad
-5
/
+6
2019-06-23
let_chains: Test pretty output for simple stable if-let.
Mazdak Farrokhzad
-0
/
+16
2019-06-23
let_chains: Remove redundant tests in syntax-ambiguity-*.rs.
Mazdak Farrokhzad
-188
/
+0
2019-06-23
let_chains: Add test protecting the precedence of && in relation to other thi...
Mazdak Farrokhzad
-0
/
+18
2019-06-23
let_chains: Add feature gate tests.
Mazdak Farrokhzad
-0
/
+380
2019-06-23
let_chains: Add tests for places where let expressions aren't allowed.
Mazdak Farrokhzad
-0
/
+635
2019-01-12
Stabilise irrefutable if-let and while-let patterns
varkor
-14
/
+12
2018-12-25
Remove licenses
Mark Rousskov
-32
/
+12
2018-10-23
fix typos in various places
Matthias Krüger
-24
/
+24
2018-09-07
Added note referencing issue which added error.
David Wood
-0
/
+12
2018-09-02
Moved let-chain warning/error to ast_validation and changed to unconditional ...
David Wood
-43
/
+44
2018-08-31
Added warning/error for if-let-chain ambiguity.
David Wood
-0
/
+197