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_ty_utils
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-05-02
borrowck nested items in dead code
lcnr
-2
/
+2
2025-04-25
Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr
Matthias Krüger
-1
/
+1
2025-04-23
More
Michael Goulet
-0
/
+2
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2024-10-20
compiler: pre-move code for fixing enum layout ICEs
Jubilee Young
-1
/
+0
2024-09-03
Add `warn(unreachable_pub)` to `rustc_ty_utils`.
Nicholas Nethercote
-0
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-2
/
+4
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_ty_utils`.
Nicholas Nethercote
-3
/
+0
2024-05-13
Remove `extern crate rustc_middle` from `rustc_ty_utils`.
Nicholas Nethercote
-2
/
+0
2024-02-09
Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco
Matthias Krüger
-2
/
+0
2024-02-07
Stop using `hir_ty_to_ty` in rustc_privacy
Oli Scherer
-1
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-1
/
+0
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-11-20
Alphabetize features.
Nicholas Nethercote
-2
/
+2
2023-11-20
Reduce exposure of some items.
Nicholas Nethercote
-3
/
+3
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-10-23
Factor signature type walking out of opaque_types_defined_by
Oli Scherer
-0
/
+2
2023-10-08
rustdoc: remove rust logo from non-Rust crates
Michael Howell
-0
/
+3
2023-07-29
Take RPITITs inherit the assumed_wf_types of their parent fn
Michael Goulet
-0
/
+1
2023-07-21
Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"
David Tolnay
-2
/
+0
2023-07-21
Move `naive_layout_of` query provider in separate sibling module
Moulins
-0
/
+2
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-12
add `query opaque_types_defined_by`
lcnr
-0
/
+2
2023-05-05
Factor out checks in layout check and add helper inherent_size.
Luqman Aden
-0
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-04-08
Move SIMD layout errors to `SessionDiagnostic`
Matthew Jasper
-0
/
+2
2023-04-04
Use `FieldIdx` in `FieldsShape`
Scott McMurray
-0
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+4
2023-01-18
Also remove `#![feature(control_flow_enum)]` where possible
Scott McMurray
-1
/
+0
2022-12-08
Move has_structural_eq_impls provider to rustc_ty_utils
Michael Goulet
-0
/
+2
2022-10-07
Rewrite representability
Cameron Steffen
-0
/
+1
2022-10-06
Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr
Matthias Krüger
-0
/
+1
2022-10-03
Move utils from rustc_middle to rustc_ty_utils
Cameron Steffen
-2
/
+5
2022-09-30
make query take `(LocalDefId, DefId)`
Boxy
-0
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-08-26
Migrate rustc_ty_utils to use SessionDiagnostic
Peter Medus
-0
/
+3
2022-08-17
implied_bounds: clarify our assumptions
lcnr
-0
/
+2
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-0
/
+2
2022-06-28
Make consts mod private
Dominik Stolz
-1
/
+1
[next]