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
/
compiler
/
rustc_privacy
Age
Commit message (
Expand
)
Author
Lines
2022-11-05
privacy: Check effective visibility invariants
Vadim Petrochenkov
-0
/
+2
2022-11-05
privacy: Print effective visibilities of constructors
Vadim Petrochenkov
-0
/
+8
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-53
/
+62
2022-10-26
privacy: Rename "accessibility levels" to "effective visibilities"
Vadim Petrochenkov
-66
/
+66
2022-10-25
Perf improvements for effective visibility calculating
Bryanskiy
-3
/
+5
2022-10-23
Migrate all diagnostics
Nilstrieb
-12
/
+12
2022-10-19
manually inline and rm `visit_abstract_const_expr`
lcnr
-16
/
+9
2022-10-18
change `ConstEvaluatable` to use `ty::Const`
lcnr
-9
/
+1
2022-10-16
Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkov
bors
-22
/
+25
2022-10-16
Populate effective visibilities in 'rustc_resolve'
Bryanskiy
-22
/
+25
2022-10-12
Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis
bors
-2
/
+14
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-3
/
+3
2022-10-05
Fix test for default body with impl
Michael Goulet
-2
/
+14
2022-09-29
Shrink `hir::def::Res`.
Nicholas Nethercote
-1
/
+3
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-3
/
+3
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-54
/
+63
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-6
/
+6
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-7
/
+7
2022-09-17
Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkov
Matthias Krüger
-10
/
+31
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-14
change AccessLevels representation
Bryanskiy
-10
/
+31
2022-09-14
Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot
bors
-1
/
+1
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-1
/
+1
2022-09-10
rustc_error, rustc_private, rustc_ast: Switch to stable hash containers
Niklas Jonsson
-1
/
+0
2022-09-09
Handle generic parameters.
Camille GILLOT
-8
/
+3
2022-09-09
Implement projection for ImplTraitPlaceholder
Michael Goulet
-1
/
+3
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+5
2022-09-07
rustc: Parameterize `ty::Visibility` over used ID
Vadim Petrochenkov
-39
/
+37
2022-09-02
Rollup merge of #100147 - Bryanskiy:private-in-public, r=petrochenkov
Guillaume Gomez
-2
/
+68
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+4
2022-08-31
add TestReachabilityVisitor
Bryanskiy
-2
/
+68
2022-08-27
rustc_middle: Remove `Visibility::Invisible`
Vadim Petrochenkov
-1
/
+0
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-7
/
+7
2022-08-12
Adjust cfgs
Mark Rousskov
-2
/
+2
2022-08-11
Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.
Nicholas Nethercote
-7
/
+2
2022-08-05
move DiagnosticArgFromDisplay into rustc_errors
Michael Goulet
-29
/
+14
2022-08-05
Delay formatting trimmed path until lint/error is emitted
Michael Goulet
-14
/
+27
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-1
/
+1
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-5
/
+3
2022-07-28
Remove guess_head_span.
Camille GILLOT
-2
/
+1
2022-07-20
clippy::perf fixes
Matthias Krüger
-1
/
+0
2022-07-15
errors: lint on `LintDiagnosticBuilder::build`
David Wood
-24
/
+29
2022-07-15
Remove some more usages of guess_head_span
Michael Goulet
-2
/
+1
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-3
/
+2
2022-07-06
Rollup merge of #98881 - cjgillot:q-def-kind, r=fee1-dead
Dylan DPC
-1
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-3
/
+1
2022-07-05
Relax constrained generics to TypeVisitable
Alan Egerton
-2
/
+4
2022-07-04
Only compute DefKind through the query.
Camille GILLOT
-1
/
+1
[next]