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
/
privacy
Age
Commit message (
Expand
)
Author
Lines
2022-01-14
fix: set struct/union/enum fields/variants as reachable when item is
Lamb
-0
/
+27
2021-12-27
Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkov
Matthias Krüger
-42
/
+317
2021-12-27
relax priv-in-pub lint on generic bounds and where clauses in trait impls
Jack Wrenn
-42
/
+317
2021-12-09
Add needs-unwind to tests that depend on panicking
David Koloski
-0
/
+1
2021-11-20
Rollup merge of #90628 - ken-matsui:clarify-error-messages-caused-by-reexport...
Matthias Krüger
-7
/
+293
2021-11-20
Clarify error messages caused by re-exporting `pub(crate)` visibility to outside
Ken Matsui
-7
/
+293
2021-11-18
Move some tests to more reasonable directories
Caio
-0
/
+182
2021-11-14
Move some tests to more reasonable directories
Caio
-0
/
+37
2021-11-03
Clean up some `-Z unstable-options` in tests.
Eric Huss
-4
/
+5
2021-10-18
Auto merge of #89124 - cjgillot:owner-info, r=michaelwoerister
bors
-14
/
+2
2021-10-15
Bless tests
Cameron Steffen
-80
/
+80
2021-10-10
Bless ui tests.
Camille GILLOT
-14
/
+2
2021-09-30
Bless tests.
Camille GILLOT
-2
/
+14
2021-09-15
Move some tests to more reasonable directories
Caio
-0
/
+62
2021-08-14
Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkov
bors
-0
/
+40
2021-08-11
Modify structured suggestion output
Esteban Küber
-9
/
+11
2021-08-10
Move some UI tests to more suitable subdirs
Yuki Okushi
-0
/
+40
2021-08-04
Remove trailing whitespace from error messages
Fabian Wolff
-27
/
+27
2021-07-27
Remove min_tait and full_tait stderr dangling files
Santiago Pastorino
-136
/
+0
2021-07-27
Make all tests use type_alias_impl_trait feature instead of min
Santiago Pastorino
-6
/
+70
2021-07-27
Use type_alias_impl_trait instead of min in compiler and lib
Santiago Pastorino
-38
/
+18
2021-07-19
Various diagnostics clean ups/tweaks
Esteban Küber
-0
/
+45
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-80
/
+80
2021-04-25
Improve diagnostics for function passed when a type was expected.
Hameer Abbasi
-0
/
+9
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-32
/
+30
2021-03-17
Rollup merge of #83092 - petrochenkov:qspan, r=estebank
Yuki Okushi
-2
/
+2
2021-03-15
More precise spans for HIR paths
Vadim Petrochenkov
-2
/
+2
2021-03-15
Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...
Oli Scherer
-9
/
+103
2021-02-10
resolve: Remove visibility hacks for enum variants and trait items
Vadim Petrochenkov
-40
/
+68
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+155
2021-01-13
Update tests for extern block linting
Mark Rousskov
-3
/
+3
2020-12-29
Remove `compile-fail` test suite
Vadim Petrochenkov
-0
/
+85
2020-11-23
Rename `optin_builtin_traits` to `auto_traits`
Camelid
-2
/
+2
2020-11-16
improve error message for const ty param mismatch
Bastian Kauschke
-44
/
+24
2020-10-25
Merge remote-tracking branch 'upstream/master' into box-alloc
Tim Diekmann
-49
/
+49
2020-10-19
Calculate visibilities once in resolve
Vadim Petrochenkov
-49
/
+49
2020-10-07
Support custom allocators in `Box`
Tim Diekmann
-9
/
+9
2020-10-06
Fix tests from rebase
Matthew Jasper
-13
/
+8
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-48
/
+25
2020-09-11
Improve E0118 description
aticu
-7
/
+9
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-194
/
+194
2020-08-22
Use smaller def span for functions
Aaron Hill
-32
/
+32
2020-08-10
Do not suggest similarly named enclosing item
Esteban Küber
-3
/
+1
2020-08-05
Handle fieldless tuple structs in diagnostic code
Aaron Hill
-0
/
+25
2020-06-21
Prefer accessible paths in 'use' suggestions
Dan Aloni
-30
/
+6
2020-06-11
Stop special casing top level TAIT
Matthew Jasper
-20
/
+14
2020-05-07
reword "possible candidate" import suggestion
Andy Russell
-6
/
+6
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-3
/
+3
2020-04-07
Do not suggest adding type param when `use` is already suggested
Esteban Küber
-4
/
+0
2020-03-27
Rollup merge of #70344 - Centril:hir-pretty, r=eddyb
Dylan DPC
-5
/
+5
[next]