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
2023-01-11
Move /src/test to /tests
Albert Larsan
-8039
/
+0
2023-01-09
Consider method return type for various method suggestions
Michael Goulet
-5
/
+0
2023-01-08
Suppress type errors that come from private fields
Michael Goulet
-0
/
+34
2022-12-13
Make some diagnostics not depend on the source of what they reference being a...
Oli Scherer
-6
/
+6
2022-12-01
rustc_ast_lowering: Stop lowering imports into multiple items
Vadim Petrochenkov
-8
/
+1
2022-11-24
effective visibility: Fix private visibility calculation for modules
Vadim Petrochenkov
-1
/
+1
2022-11-24
effective visibility: Remove questionable optimizations
Vadim Petrochenkov
-6
/
+50
2022-11-20
Move tests
Caio
-0
/
+28
2022-11-12
Move tests
Caio
-0
/
+109
2022-11-05
privacy: Print effective visibilities of constructors
Vadim Petrochenkov
-16
/
+30
2022-11-05
resolve: More detailed effective visibility tracking for imports
Vadim Petrochenkov
-2
/
+49
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
[next]