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
/
match
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-1848
/
+0
2022-12-27
Account for `match` expr in single line
Esteban Küber
-0
/
+15
2022-12-23
Move tests
Caio
-0
/
+40
2022-12-13
review comments
Esteban Küber
-3
/
+3
2022-12-13
Suggest `: Type` instead of `: _`
Esteban Küber
-3
/
+3
2022-12-13
Suggest `collect`ing into `Vec<_>`
Esteban Küber
-1
/
+1
2022-11-05
Move some tests to more reasonable directories
Caio
-0
/
+45
2022-10-08
Stabilize half_open_range_patterns
Urgau
-18
/
+15
2022-10-08
Split slice part of feature(half_open_range_patterns) to [...]_in_slices
Urgau
-1
/
+1
2022-10-01
bless ui tests
Maybe Waffle
-2
/
+2
2022-09-03
Include enum path in variant suggestion
Michael Goulet
-5
/
+5
2022-08-07
Remove even more box syntax uses from src/test
est31
-4
/
+3
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-2
/
+2
2022-06-21
Move some tests to more reasonable directories
Caio
-0
/
+28
2022-06-16
fix one more case of trailing space
klensy
-1
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-58
/
+4
2022-06-03
Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank
bors
-1
/
+6
2022-06-02
add new `emit_inference_failure_err`
lcnr
-1
/
+6
2022-05-28
Move some tests to more reasonable places
Caio
-0
/
+34
2022-05-22
Use revisions for NLL in const-generics and match
Jack Huey
-10
/
+22
2022-05-20
Move tests
Caio
-0
/
+28
2022-04-23
Bless pretty-print output.
Camille GILLOT
-1
/
+1
2022-04-06
regression test for #82866
Michael Goulet
-0
/
+23
2022-04-04
Format invariance notes with backticks
Michael Goulet
-2
/
+2
2022-03-27
Point (again) to more expressions with their type, even if not fully resolved
Esteban Kuber
-0
/
+2
2022-03-08
Change wording of suggestion to add missing `match` arm
Esteban Kuber
-3
/
+3
2022-03-08
Point at uncovered variants in enum definition in `note` instead of a `span_l...
Esteban Kuber
-6
/
+15
2022-03-08
When finding a match expr with multiple arms that requires more, suggest it
Esteban Kuber
-1
/
+4
2022-03-08
When finding a match expr with a single arm that requires more, suggest it
Esteban Kuber
-1
/
+4
2022-03-08
When encountering a match expr with no arms, suggest it
Esteban Kuber
-3
/
+8
2022-01-31
Bless all pretty printer tests and ui tests
David Tolnay
-3
/
+2
2022-01-30
Bless all pretty printer tests and ui tests
David Tolnay
-10
/
+8
2022-01-21
Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obk
Matthias Krüger
-2
/
+2
2022-01-01
Move `PatKind::Lit` checking from ast_validation to ast lowering
Aaron Hill
-4
/
+4
2021-12-31
Ensure that early-bound function lifetimes are always 'local'
Aaron Hill
-2
/
+2
2021-12-27
Visit patterns' literal expressions before binding new idents
Michael Goulet
-0
/
+46
2021-11-28
suggest cast char -> int
cameron
-0
/
+5
2021-11-20
Fix for issue 91058
Michael Goulet
-0
/
+22
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+7
2021-11-06
Move some tests to more reasonable directories
Caio
-0
/
+80
2021-10-13
Remove textual span from diagnostic string
Oli Scherer
-4
/
+4
2021-09-25
Use larger span for adjustments on method calls
Aaron Hill
-1
/
+1
2021-09-15
Move some tests to more reasonable directories
Caio
-0
/
+304
2021-08-25
Adjust spans
Noah Lev
-1
/
+1
2021-08-21
Make E0023 spans even more precise
Noah Lev
-5
/
+3
2021-08-17
Make spans for tuple patterns in E0023 more precise
Noah Lev
-2
/
+4
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-6
/
+5
2021-08-11
Modify structured suggestion output
Esteban Küber
-2
/
+2
2021-06-06
Add variance-related information to lifetime error messages
Aaron Hill
-0
/
+6
2021-05-12
Improve error message for non-exhaustive matches on non-exhaustive enums
Fabian Wolff
-0
/
+73
[next]