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
/
uninhabited
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-388
/
+0
2022-12-13
Avoid rendering empty annotations
Oli Scherer
-3
/
+9
2022-12-13
Don't emit empty notes
Oli Scherer
-6
/
+0
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-15
/
+6
2022-09-26
fix #102087, Suggest Default::default() when binding isn't initialized
yukang
-0
/
+5
2022-09-15
Remove feature gate from let else suggestion
est31
-2
/
+2
2022-09-03
Include enum path in variant suggestion
Michael Goulet
-3
/
+3
2022-07-07
Tweak wording and spans
Esteban Küber
-2
/
+2
2022-07-07
On partial uninit error point at where we need init
Esteban Küber
-3
/
+6
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-27
/
+15
2022-03-24
Check if call return type is visibly uninhabited when building MIR
Tomasz Miąsko
-0
/
+38
2022-03-08
Suggest `if let`/`let_else` for refutable pat in `let`
Esteban Kuber
-8
/
+16
2022-03-08
Change wording of suggestion to add missing `match` arm
Esteban Kuber
-6
/
+6
2022-03-08
Point at uncovered variants in enum definition in `note` instead of a `span_l...
Esteban Kuber
-29
/
+50
2022-03-08
When finding a match expr with a single arm that requires more, suggest it
Esteban Kuber
-3
/
+15
2022-03-08
When encountering a match expr with no arms, suggest it
Esteban Kuber
-6
/
+21
2021-09-26
Remove box syntax from most places in src/test outside of the issues dir
est31
-1
/
+1
2021-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-3
/
+3
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-3
/
+3
2021-01-03
Add note on void reference test
Daniel Noom
-0
/
+1
2020-09-01
Permit uninhabited enums to cast into ints
Mark Rousskov
-10
/
+3
2020-07-27
mv std libs to library/
mark
-3
/
+3
2020-06-15
Tweak "non-primitive cast" error
Esteban Küber
-3
/
+1
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-12
/
+7
2020-03-27
non-exhastive diagnostic: add note re. scrutinee type
Mazdak Farrokhzad
-0
/
+8
2020-03-23
Ignore tests on some platforms due to #53081
Aaron Hill
-7
/
+12
2020-03-22
Store idents for `DefPathData` into crate metadata
Aaron Hill
-0
/
+15
2020-01-24
Normalise notes with the/is
varkor
-1
/
+1
2020-01-18
slice_patterns: remove gates in tests
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Remove mem::uninitalized from tests
Mark Rousskov
-14
/
+17
2019-12-14
Revert "Remove `#![feature(never_type)]` from tests."
Niko Matsakis
-7
/
+9
2019-12-04
Forgot to update some test outputs
Nadrieril
-0
/
+3
2019-11-21
Remove `#![feature(never_type)]` from tests.
Mazdak Farrokhzad
-9
/
+7
2019-11-05
Make exhaustiveness error message more consistent for slice patterns
Nadrieril
-2
/
+2
2019-10-27
Gather together usefulness tests
Nadrieril
-51
/
+0
2019-10-15
Organize `never_type` tests
Mazdak Farrokhzad
-0
/
+51
2019-10-09
Suggest `if let` on `let` refutable binding
Esteban Küber
-0
/
+14
2019-09-09
check_match: unify check_irrefutable & check_exhaustive more.
Mazdak Farrokhzad
-0
/
+1
2019-07-05
Remove never_type feature requirement for exhaustive patterns
Marcel Hellwig
-0
/
+9
2019-07-04
Permit use of mem::uninitialized via allow(deprecated)
Mark Rousskov
-7
/
+9
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-1
/
+1
2019-04-22
Remove double trailing newlines
varkor
-2
/
+0
2019-04-18
hide `--explain` hint if error has no extended info
Andy Russell
-1
/
+1
2019-03-11
Update tests
Vadim Petrochenkov
-12
/
+12
2019-03-02
Point at enum definition when match patterns are not exhaustive
Esteban Küber
-17
/
+19
2018-12-25
Remove licenses
Mark Rousskov
-58
/
+18
2018-12-11
Update tests
varkor
-2
/
+2
2018-12-11
Restore old match behaviour
varkor
-3
/
+27
2018-12-11
Make liveness analysis respect privacy
varkor
-2
/
+3
[next]