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
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-10
/
+10
2025-01-31
Make comma separated lists of anything easier to make for errors
Esteban Küber
-19
/
+5
2025-01-23
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Boxy
-8
/
+14
2025-01-18
Emit a single privacy error for multiple fields on the same struct expression
Esteban Küber
-51
/
+125
2025-01-18
Add context on private fields that are not on the same line as the struct name
Esteban Küber
-4
/
+37
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+1
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-2
/
+2
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-18
/
+41
2024-11-11
Simplify some places that deal with generic parameter defaults
León Orell Valerian Liehr
-15
/
+5
2024-10-30
Merge HostPolarity and BoundConstness
Michael Goulet
-1
/
+1
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+4
2024-10-22
Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino
Matthias Krüger
-4
/
+4
2024-10-04
Visit opaques for visibilities.
Camille GILLOT
-51
/
+47
2024-10-04
rm `ItemKind::OpaqueTy`
Noah Lev
-9
/
+9
2024-10-02
Visit in embargo visitor if trait method has body
Michael Goulet
-10
/
+38
2024-10-02
Move in_trait into OpaqueTyOrigin
Michael Goulet
-2
/
+1
2024-09-30
Validate ExistentialPredicate args
Michael Goulet
-4
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-13
Rename and reorder lots of lifetimes.
Nicholas Nethercote
-5
/
+5
2024-08-29
Add `warn(unreachable_pub)` to `rustc_privacy`.
Nicholas Nethercote
-10
/
+11
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-16
/
+16
2024-06-17
Do not ICE in privacy when type inference fails.
Camille GILLOT
-2
/
+6
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-3
/
+5
2024-05-29
Make `body_owned_by` return the body directly.
Oli Scherer
-1
/
+1
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-4
/
+7
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-0
/
+1
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-2
/
+2
2024-05-03
Remove some unneeded `Cargo.toml` dependencies.
Nicholas Nethercote
-1
/
+0
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-3
/
+1
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+1
2024-03-22
Rename `hir::Local` into `hir::LetStmt`
Guillaume Gomez
-1
/
+1
2024-03-21
rename items -> free_items
Ralf Jung
-1
/
+1
2024-03-14
Test and implement reachability for trait objects and generic parameters of f...
Oli Scherer
-2
/
+2
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-4
/
+4
2024-03-05
Convert `SpannedTypeVisitor` to use `VisitorResult`
Jason Newcomb
-2
/
+2
2024-03-05
Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`
Jason Newcomb
-65
/
+56
2024-02-29
Mark some once-again-unreachable paths as unreachable.
Nicholas Nethercote
-4
/
+1
2024-02-28
Rename `DiagnosticArgFromDisplay` as `DiagArgFromDisplay`.
Nicholas Nethercote
-7
/
+7
2024-02-23
Allow for a missing `adt_def` in `NamePrivacyVisitor`.
Nicholas Nethercote
-1
/
+4
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-3
/
+3
2024-02-09
Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco
Matthias Krüger
-2
/
+0
2024-02-07
Remove dead code
Oli Scherer
-3
/
+0
2024-02-07
Remove now-useless method override
Oli Scherer
-7
/
+0
2024-02-07
Stop using `hir_ty_to_ty` in rustc_privacy
Oli Scherer
-52
/
+52
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-3
/
+3
[prev]
[next]