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
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-118
/
+108
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-408
/
+155
2021-08-11
Modify structured suggestion output
Esteban Küber
-13
/
+18
2021-07-30
Use multispan suggestions more often
Esteban Küber
-8
/
+12
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-9
/
+45
2021-05-06
Better rustc_on_unimplemented, and UI test fixes
Scott McMurray
-21
/
+21
2021-03-10
Rollup merge of #82217 - m-ou-se:edition-prelude, r=nikomatsakis
Dylan DPC
-1
/
+1
2021-03-07
Remove notes, increase S/N ratio
Esteban Küber
-3
/
+0
2021-03-07
Add help suggesting `matches` to `let_chains` lint
Esteban Küber
-0
/
+32
2021-03-07
Account for `if (let pat = expr) {}`
Esteban Küber
-188
/
+112
2021-02-25
Update test output for edition preludes.
Mara Bos
-1
/
+1
2020-12-26
update tests
Bastian Kauschke
-1
/
+0
2020-10-26
Suggest expressions that look like const generic arguments should be enclosed...
varkor
-5
/
+21
2020-10-17
Suggest minimal subset features in `incomplete_features` lint
Yuki Okushi
-0
/
+1
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-41
/
+41
2020-08-30
Suggest `if let x = y` when encountering `if x = y`
Esteban Küber
-8
/
+12
2020-06-28
Update tests
Dylan MacKenzie
-35
/
+5
2020-05-09
adjust tests
Ralf Jung
-2
/
+5
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-1
/
+3
2020-02-17
Do not emit note suggesting to implement trait to foreign type
LeSeulArtichaut
-6
/
+0
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-35
/
+35
2020-01-09
Update tests
Vadim Petrochenkov
-5
/
+25
2019-12-30
refactor and fix this-expression-has-type note
Mazdak Farrokhzad
-2
/
+2
2019-12-30
MatchExpressionArmPattern: Use more generic wording.
Mazdak Farrokhzad
-7
/
+7
2019-11-25
added enclosing_scope attr to Try trait and fixed ui tests accordingly
Mikhail Babenko
-6
/
+33
2019-11-21
Reorganize, bless and add tests for const control flow
Dylan MacKenzie
-4
/
+13
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-30
/
+30
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-21
/
+0
2019-11-18
review comments: tweak prefix strings
Esteban Küber
-6
/
+6
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-37
/
+37
2019-11-13
Bless less verbose error messages
Dylan MacKenzie
-50
/
+8
2019-11-13
Bless const tests with improved diagnostics
Dylan MacKenzie
-9
/
+30
2019-11-10
Make error and warning annotations mandatory in UI tests
Tomasz Miąsko
-1
/
+1
2019-11-06
Remove "here" from "expected one of X here"
Esteban Küber
-1
/
+1
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
[next]