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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-19
autodiff: typetree recursive depth query from enzyme with fallback
Karan Janthe
-14
/
+7
2025-09-19
autodiff: recurion added for typetree
Karan Janthe
-8
/
+68
2025-09-19
autodiff: fixed test to be more precise for type tree checking
Karan Janthe
-27
/
+9
2025-09-19
autodiff: struct support in typetree
Karan Janthe
-0
/
+32
2025-09-19
autodiff: tuple support in typetree
Karan Janthe
-0
/
+36
2025-09-19
autodiff: slice support in typetree
Karan Janthe
-0
/
+7
2025-09-19
autodiff: add TypeTree support for arrays
Karan Janthe
-1
/
+41
2025-09-19
added typetree support for memcpy
Karan Janthe
-2
/
+2
2025-09-19
Add TypeTree metadata attachment for autodiff
Karan Janthe
-13
/
+6
2025-09-19
autodiff: Add basic TypeTree with NoTT flag
Karan Janthe
-0
/
+80
2025-09-17
Remove ImplSubject
Cameron Steffen
-6
/
+0
2025-09-12
Split AssocContainer::{InherentImpl,TraitImpl}
Cameron Steffen
-12
/
+3
2025-09-12
Rename AssocItemContainer -> AssocContainer
Cameron Steffen
-2
/
+2
2025-09-12
Introduce trait_item_of
Cameron Steffen
-0
/
+9
2025-09-08
Move `rustc_middle::MaxUniverse` to `rustc_infer`.
Nicholas Nethercote
-1
/
+0
2025-08-25
fold regions, don't erase
lcnr
-3
/
+4
2025-08-22
Refactor lint buffering to avoid requiring a giant enum
Josh Triplett
-2
/
+1
2025-08-13
Cleanup assoc parent utils
Cameron Steffen
-5
/
+34
2025-08-08
remove unnecessary `TypeFoldable` impls
lcnr
-0
/
+2
2025-08-06
Add support for shortening `Instance` and use it
Esteban Küber
-1
/
+1
2025-08-03
Auto merge of #144677 - nnethercote:bound-const-handling, r=lcnr
bors
-7
/
+16
2025-07-31
Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr
Jana Dönszelmann
-5
/
+5
2025-07-31
Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease
Jana Dönszelmann
-53
/
+0
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-5
/
+5
2025-07-31
Deduplicate `IntTy`/`UintTy`/`FloatTy`.
Nicholas Nethercote
-53
/
+0
2025-07-31
Check consts in `ValidateBoundVars`.
Nicholas Nethercote
-2
/
+2
2025-07-31
Make const bound handling more like types/regions.
Nicholas Nethercote
-7
/
+16
2025-07-31
Auto merge of #144723 - Zalathar:rollup-f9e0rfo, r=Zalathar
bors
-100
/
+3
2025-07-31
Fix up size asserts.
Nicholas Nethercote
-12
/
+0
2025-07-31
Move `InferVarInfo` out of `rustc_middle`.
Nicholas Nethercote
-13
/
+0
2025-07-31
Remove `TyCtxt::get_attrs_unchecked`.
Nicholas Nethercote
-10
/
+2
2025-07-31
Remove `ParamEnvAnd::into_parts`.
Nicholas Nethercote
-6
/
+0
2025-07-31
Move `TermVid` out of `rustc_middle`.
Nicholas Nethercote
-18
/
+0
2025-07-31
Move `rustc_middle::parameterized` to `rustc_metadata`.
Nicholas Nethercote
-2
/
+0
2025-07-31
Move `ParamTerm` out of `rustc_middle`.
Nicholas Nethercote
-15
/
+0
2025-07-31
Move an `EarlyParamRegion` impl block.
Nicholas Nethercote
-9
/
+1
2025-07-31
Move `ImplHeader` out of `rustc_middle`.
Nicholas Nethercote
-12
/
+0
2025-07-31
Move `ResolverOutputs` out of `rustc_middle`.
Nicholas Nethercote
-5
/
+0
2025-07-28
Tweak docs
Cameron Steffen
-5
/
+4
2025-07-28
Rename impl_of_method -> impl_of_assoc
Cameron Steffen
-1
/
+1
2025-07-28
Rename trait_of_item -> trait_of_assoc
Cameron Steffen
-2
/
+2
2025-07-28
Introduce assoc_parent
Cameron Steffen
-14
/
+7
2025-07-28
Remove TraitAlias from trait_of_item
Cameron Steffen
-1
/
+1
2025-07-26
Use the new attributes throughout the codebase
Jonathan Brouwer
-1
/
+4
2025-07-15
Add alias for ArgOutlivesPredicate
Michael Goulet
-1
/
+1
2025-07-15
Define datastructures for `#[cfg]` attribute, move StrippedCfgItem
Jonathan Brouwer
-2
/
+1
2025-07-14
Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk
bors
-2
/
+2
2025-07-13
Generalize TyCtxt::item_name.
Camille GILLOT
-4
/
+8
2025-07-12
Port `#[automatically_derived]` to the new attribute parsing infrastructure
Jonathan Brouwer
-2
/
+2
2025-07-09
Port `#[const_trait]` to the new attribute system
Pavel Grigorenko
-7
/
+4
[next]