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
/
label
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-557
/
+0
2022-08-23
Stabilize `#![feature(label_break_value)]`
Joshua Nelson
-14
/
+17
2022-02-28
Tweak diagnostics
Esteban Kuber
-30
/
+57
2021-08-11
Modify structured suggestion output
Esteban Küber
-6
/
+6
2021-01-21
Parse loop labels missing a leading `'`
Esteban Küber
-17
/
+22
2021-01-21
Avoid emitting redundant "unused label" lint
Esteban Küber
-63
/
+17
2021-01-21
Add more misspelled label tests
Esteban Küber
-15
/
+173
2021-01-21
Tweak error for invalid `break expr`
Esteban Küber
-34
/
+71
2021-01-21
Suggest `'a` when given `a` only when appropriate
Esteban Küber
-20
/
+24
2021-01-21
Account for labels when suggesting `loop` instead of `while true`
Esteban Küber
-2
/
+100
2020-12-17
Add test case for break expr with misspelled value
Daiki Ihara
-0
/
+65
2020-05-26
Allow unlabeled breaks from desugared `?` in labeled blocks
Samrat Man Singh
-0
/
+12
2020-04-21
Added proper explanation error code E0696
pankajchaudhary5
-1
/
+2
2020-03-10
more reuse in block parsing & improve diagnostics.
Mazdak Farrokhzad
-1
/
+4
2020-02-13
parser: fuse free `fn` parsing together.
Mazdak Farrokhzad
-3
/
+3
2019-12-23
more recovery in if-parsing
Mazdak Farrokhzad
-1
/
+1
2019-11-25
Tweak bad `continue` error
Esteban Küber
-7
/
+2
2019-11-15
Don't warn labels beginning with `_`
Yuki Okushi
-0
/
+10
2019-11-06
Remove "here" from "expected one of X here"
Esteban Küber
-2
/
+2
2019-07-12
Use snippet instead of pprinting statement
Esteban Küber
-2
/
+2
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-2
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-14
/
+14
2018-12-25
Remove licenses
Mark Rousskov
-64
/
+14
2018-11-05
Auto merge of #55451 - estebank:arg-doc, r=pnkfelix
bors
-1
/
+3
2018-10-28
Use token description in "expected/found" parse messages
Esteban Küber
-0
/
+2
2018-10-28
Point at `match` when a parse failure ocurrs inside of it
Esteban Küber
-1
/
+3
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+232