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_middle
/
src
/
ty
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
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
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-6
/
+6
2024-08-08
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
Michael Goulet
-9
/
+5
2024-08-01
interpret: simplify pointer arithmetic logic
Ralf Jung
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+10
2024-07-24
Do not try to reveal hidden types when trying to prove Freeze in the defining...
Oli Scherer
-1
/
+1
2024-06-23
Replace `f16` and `f128` pattern matching stubs with real implementations
Trevor Gross
-1
/
+3
2024-06-21
Rename a bunch of things
Michael Goulet
-3
/
+3
2024-06-18
Uplift the new trait solver
Michael Goulet
-36
/
+0
2024-05-29
fix non-existing ToPredicate trait error
Daria Sukhonina
-2
/
+2
2024-05-29
Optimize async drop glue for some old types
Daria Sukhonina
-53
/
+86
2024-05-29
Start implementing needs_async_drop and related
Daria Sukhonina
-64
/
+132
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-2
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-05-16
Rename ToPredicate for Upcast
Michael Goulet
-3
/
+3
2024-05-15
Rollup merge of #124990 - fmease:expand-weak-aliases-within-cts, r=compiler-e...
Matthias Krüger
-1
/
+1
[prev]
[next]