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
/
loops
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-556
/
+0
2022-12-13
Clarify what "this" means
Oli Scherer
-1
/
+1
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-3
/
+0
2022-09-26
fix #102087, Suggest Default::default() when binding isn't initialized
yukang
-0
/
+4
2022-07-19
Mention first and last macro in backtrace
Michael Goulet
-1
/
+1
2022-07-07
Tweak wording and spans
Esteban Küber
-3
/
+3
2022-07-07
On partial uninit error point at where we need init
Esteban Küber
-3
/
+6
2022-06-02
Stop warning against unrelated labels.
Camille GILLOT
-247
/
+5
2022-06-02
Bless tests.
Camille GILLOT
-267
/
+0
2022-06-02
Bless tests.
Camille GILLOT
-5
/
+14
2022-03-03
Tweak move error
Esteban Kuber
-4
/
+5
2021-10-29
Fix a format_args span to be expansion
Cameron Steffen
-0
/
+2
2021-09-15
Check for shadowing issues involving block labels
Tomasz Miąsko
-20
/
+56
2021-08-11
Modify structured suggestion output
Esteban Küber
-14
/
+14
2021-04-24
One more test case.
Tor Hovland
-1
/
+16
2021-04-24
More tests.
Tor Hovland
-7
/
+51
2021-04-24
Added a test.
Tor Hovland
-0
/
+19
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-18
/
+16
2021-03-12
Don't show note if `span` is `DUMMY_SP`
Henry Boisdequin
-0
/
+33
2021-01-21
Do not suggest using a break label when one is already present
Esteban Küber
-18
/
+6
2021-01-21
Tweak error for invalid `break expr`
Esteban Küber
-21
/
+48
2021-01-21
Suggest `'a` when given `a` only when appropriate
Esteban Küber
-1
/
+3
2020-12-17
Add test case for break expr with misspelled value
Daiki Ihara
-2
/
+28
2020-12-02
Tweak diagnostics on shadowing lifetimes/labels
Yuki Okushi
-29
/
+29
2020-05-08
Skip tests on emscripten
Yuki Okushi
-0
/
+1
2020-05-06
Move tests from `test/run-fail` to UI
Yuki Okushi
-0
/
+8
2020-04-23
Moving more build-pass tests to check-pass
Val Markovic
-4
/
+4
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-1
/
+9
2019-12-14
add `#![feature(never_type)]` to tests as needed
Niko Matsakis
-3
/
+3
2019-12-14
Revert "Remove `#![feature(never_type)]` from tests."
Niko Matsakis
-14
/
+16
2019-11-21
Reorganize, bless and add tests for const control flow
Dylan MacKenzie
-9
/
+9
2019-11-21
Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov
bors
-46
/
+16
2019-11-21
Remove `#![feature(never_type)]` from tests.
Mazdak Farrokhzad
-19
/
+17
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-12
/
+12
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-32
/
+2
2019-11-18
review comments: tweak prefix strings
Esteban Küber
-18
/
+18
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-5
/
+5
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+9
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-3
/
+3
2019-08-09
Do not suggest using ! with break
Esteban Küber
-4
/
+1
2019-08-09
Tweak mismatched types error on break expressions
Esteban Küber
-18
/
+36
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-1
/
+1
2019-07-06
Make WhileTrue into an EarlyLintPass lint.
Mazdak Farrokhzad
-1
/
+9
2019-07-05
Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddyb
Mazdak Farrokhzad
-0
/
+8
2019-07-04
Break out of the correct number of scopes in loops
Matthew Jasper
-0
/
+8
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-4
/
+4
2019-05-29
Update ui test suite to use dyn
memoryruins
-4
/
+4
2019-04-22
update tests for migrate mode by default
Matthew Jasper
-11
/
+2
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+1
2019-03-11
Update NLL tests
Vadim Petrochenkov
-1
/
+1
[next]