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-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
2022-06-29
Auto merge of #98542 - jackh726:coinductive-wf, r=oli-obk
bors
-0
/
+1
2022-06-28
Make empty bounds lower to WellFormed and make WellFormed coinductive
Jack Huey
-0
/
+1
2022-06-27
privacy: deny diagnostic migration lints
David Wood
-1
/
+4
2022-06-27
privacy: port "in public interface" diag
David Wood
-12
/
+56
2022-06-27
privacy: port unnamed "item is private" diag
David Wood
-7
/
+12
2022-06-27
privacy: port "item is private" diag
David Wood
-6
/
+16
2022-06-27
privacy: port "field is private" diag
David Wood
-19
/
+47
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-1
/
+1
2022-06-08
Folding revamp.
Nicholas Nethercote
-3
/
+3
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-18
Rollup merge of #97096 - tmiasko:reachable-constructor, r=petrochenkov
Yuki Okushi
-1
/
+15
2022-05-17
Types with reachable constructors are reachable
Tomasz Miąsko
-1
/
+15
2022-05-13
remove redundant branch
Miguel Guarniz
-11
/
+0
2022-05-13
remove Visitor impl for PrivateItemsInPublicInterfacesChecker
Miguel Guarniz
-81
/
+95
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-6
/
+4
2022-04-30
Store all generic bounds as where predicates.
Camille GILLOT
-5
/
+0
2022-04-30
Inline WhereClause into Generics.
Camille GILLOT
-1
/
+1
2022-04-23
Compute has_pub_restricted in the resolver.
Camille GILLOT
-12
/
+4
2022-04-23
Fix lints.
Camille GILLOT
-1
/
+1
2022-04-23
Drop vis in Item.
Camille GILLOT
-8
/
+5
2022-04-23
Drop vis in ImplItem.
Camille GILLOT
-5
/
+4
2022-04-23
Drop vis in FieldDef.
Camille GILLOT
-2
/
+6
2022-04-23
Stop visiting visibility.
Camille GILLOT
-27
/
+6
2022-03-31
Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors
Dylan DPC
-4
/
+4
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-4
/
+4
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-3
/
+3
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+4
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-4
/
+5
2022-03-07
remove unnecessary `..` patterns
Takayuki Maeda
-1
/
+1
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
[next]