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-10-31
resolve: Turn the binding from `#[macro_export]` into a proper `Import`
Vadim Petrochenkov
-4
/
+4
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-209
/
+209
2022-10-25
Perf improvements for effective visibility calculating
Bryanskiy
-6
/
+6
2022-10-19
resolve: Revert "Set effective visibilities for imports more precisely"
Vadim Petrochenkov
-1
/
+8
2022-10-16
Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkov
bors
-40
/
+33
2022-10-16
Populate effective visibilities in 'rustc_resolve'
Bryanskiy
-40
/
+33
2022-10-13
Move some tests to more reasonable directories
Caio
-0
/
+51
2022-10-01
bless ui tests
Maybe Waffle
-6
/
+6
2022-09-26
address review
b-naber
-16
/
+16
2022-09-24
Rollup merge of #102109 - petrochenkov:addids, r=oli-obk
Matthias Krüger
-2
/
+45
2022-09-23
Restore ignore tag
Florian Bartels
-1
/
+0
2022-09-22
resolve: Set effective visibilities for imports more precisely
Vadim Petrochenkov
-2
/
+2
2022-09-22
effective visibility: Add test for a reexport of two names
Vadim Petrochenkov
-2
/
+45
2022-09-14
change AccessLevels representation
Bryanskiy
-114
/
+106
2022-08-31
add TestReachabilityVisitor
Bryanskiy
-0
/
+174
2022-07-19
use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_items`
SparrowLii
-2
/
+14
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-174
/
+138
2022-06-23
Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r...
Michael Goulet
-2
/
+4
2022-06-22
add "was" to pluralize macro and use it
Takayuki Maeda
-1
/
+1
2022-06-22
stop pointing at definitions of missing fields
Takayuki Maeda
-5
/
+1
2022-06-20
point at private fields in struct literal
Takayuki Maeda
-2
/
+8
2022-06-16
diagnostics: fix trailing space
klensy
-2
/
+2
2022-06-15
add a test case for `decl_macro`
Takayuki Maeda
-3
/
+21
2022-06-14
change edition to 2021
Takayuki Maeda
-1
/
+1
2022-06-14
suggest adding a `#[macro_export]` to a private macro
Takayuki Maeda
-0
/
+28
2022-06-01
Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...
Matthias Krüger
-0
/
+2
2022-05-25
suggest `extern crate foo` when failing to resolve `use foo`
Takayuki Maeda
-0
/
+2
2022-05-21
Remove `crate` visibility modifier in libs, tests
Jacob Pratt
-27
/
+21
2022-05-17
Types with reachable constructors are reachable
Tomasz Miąsko
-0
/
+41
2022-04-11
fix a bad error message for `relative paths are not supported in visibilities...
Takayuki Maeda
-2
/
+2
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
[next]