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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
ty
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+1
2025-03-06
Account for UseCloned on expr_use_visitor
Santiago Pastorino
-0
/
+12
2025-03-01
Rollup merge of #137689 - compiler-errors:coroutine, r=lcnr
Matthias Krüger
-40
/
+26
2025-02-26
Use bound_coroutine_witnesses in old solver
Michael Goulet
-18
/
+1
2025-02-26
Use Binder<Vec<T>> instead of Vec<Binder<T>> in new solver
Michael Goulet
-22
/
+25
2025-02-24
ssa/mono: deduplicate `type_has_metadata`
David Wood
-0
/
+14
2025-02-24
remove support for rustc_intrinsic_must_be_overridden from the compiler
Ralf Jung
-7
/
+6
2025-02-16
Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...
Ben Kimock
-1
/
+2
2025-02-08
Rustfmt
bjorn3
-4
/
+5
2025-02-07
Rollup merge of #136554 - compiler-errors:opt-alias-variances, r=lcnr
Matthias Krüger
-0
/
+23
2025-02-06
Add opt_alias_variances and use it in outlives code
Michael Goulet
-0
/
+23
2025-02-05
Eagerly detect coroutine recursion pre-mono when possible
Michael Goulet
-56
/
+2
2025-02-01
Rename `tcx.ensure()` to `tcx.ensure_ok()`
Zalathar
-2
/
+2
2025-01-20
Get rid of mir::Const::from_ty_const
Michael Goulet
-4
/
+5
2025-01-14
Make `#[rustc_private]` override dependency visibility
Trevor Gross
-0
/
+5
2025-01-04
rustc_intrinsic: support functions without body; they are implicitly marked a...
Ralf Jung
-1
/
+8
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-2
/
+8
2024-12-15
Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau
Stuart Cook
-1
/
+1
2024-12-14
Add some convenience helper methods on `hir::Safety`
Oli Scherer
-1
/
+1
2024-12-12
Move impl constness into impl trait header
Oli Scherer
-1
/
+1
2024-12-07
Make `Copy` unsafe to implement for ADTs with `unsafe` fields
Jack Wrenn
-0
/
+9
2024-12-02
remove `Ty::is_copy_modulo_regions`
lcnr
-15
/
+18
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-1
/
+2
2024-11-24
Rollup merge of #133371 - RalfJung:is_trivially_const_drop, r=compiler-errors
Matthias Krüger
-39
/
+0
2024-11-23
remove remaining references to `Reveal`
lcnr
-2
/
+2
2024-11-23
no more Reveal :(
lcnr
-1
/
+1
2024-11-23
remove is_trivially_const_drop
Ralf Jung
-39
/
+0
2024-11-19
move `fn is_item_raw` to `TypingEnv`
lcnr
-8
/
+12
2024-11-18
Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errors
bors
-27
/
+31
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-27
/
+31
2024-11-18
rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect
Ralf Jung
-1
/
+1
2024-11-09
Do not reveal opaques in the param-env, we got lazy norm instead
Michael Goulet
-0
/
+1
2024-11-08
remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi...
Ralf Jung
-3
/
+3
2024-11-05
Auto merge of #132580 - compiler-errors:globs, r=Noratrieb
bors
-2
/
+5
2024-11-04
when an intrinsic has a const-stable fallback body, we can easily expose it o...
Ralf Jung
-2
/
+1
2024-11-04
add new rustc_const_stable_intrinsic attribute for const-stable intrinsics
Ralf Jung
-0
/
+2
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-2
/
+5
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-3
/
+2
2024-10-24
Remove associated type based effects logic
Michael Goulet
-44
/
+2
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-4
/
+4
2024-10-20
Rip out old effects var handling code from traits
Michael Goulet
-18
/
+0
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-14
Consider synthetic closure bodies to be typeck children
Michael Goulet
-1
/
+4
2024-09-06
Make `Ty::boxed_ty` return an `Option`
Pavel Grigorenko
-1
/
+1
2024-08-25
Avoid taking reference of &TyKind
Michael Goulet
-1
/
+1
2024-08-17
Use cnum for extern crate data
Michael Goulet
-1
/
+1
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-6
/
+6
2024-08-11
Remove struct_tail_no_normalization
Michael Goulet
-8
/
+0
2024-08-11
Rename normalization functions to raw
Michael Goulet
-7
/
+9
[next]