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
/
structural_impls.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-15
Fold visit into ty
Michael Goulet
-4
/
+2
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+4
2025-03-12
Move methods from `Map` to `TyCtxt`, part 4.
Nicholas Nethercote
-1
/
+1
2025-03-06
Prefer a two value enum over bool
Oli Scherer
-0
/
+1
2025-02-22
Fix binding mode problems
Michael Goulet
-8
/
+8
2025-02-19
Make fewer crates depend on rustc_ast_ir
Michael Goulet
-2
/
+1
2025-02-13
intern valtrees
Lukas Markeffsky
-6
/
+2
2025-02-06
Fix whitespace in lift macros.
Nicholas Nethercote
-6
/
+12
2025-02-06
Clean up trivial traversal/lift impl generator macro calls.
Nicholas Nethercote
-46
/
+92
2025-02-03
Refactor using the type-level constant value `ty::Value`
FedericoBruzzone
-1
/
+1
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-12
/
+6
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+2
2024-12-18
introduce `LateParamRegionKind`
lcnr
-1
/
+17
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+2
2024-11-23
no more Reveal :(
lcnr
-1
/
+0
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-3
/
+3
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-5
/
+5
2024-10-22
do not relate `Abi` and `Safety`
lcnr
-2
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+8
2024-07-17
lift_to_tcx -> lift_to_interner
Michael Goulet
-2
/
+2
2024-07-16
Remove an unnecessary impl
Oli Scherer
-6
/
+0
2024-07-16
Make `ErrorGuaranteed` discoverable outside types, consts, and lifetimes
Oli Scherer
-2
/
+17
2024-06-21
Rename a bunch of things
Michael Goulet
-4
/
+4
2024-06-11
Remove DebugWithInfcx
Michael Goulet
-88
/
+15
2024-06-06
Uplift TypeError
Michael Goulet
-7
/
+1
2024-06-05
Add `Ty` to `ConstKind::Value`
Boxy
-7
/
+10
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-14
/
+5
2024-06-04
Downsize `ty::Expr`
Boxy
-9
/
+29
2024-06-01
Yeet PolyFnSig from Interner
Michael Goulet
-12
/
+0
2024-05-21
Uplift binder
Michael Goulet
-32
/
+0
2024-05-20
Uplift TermKind
Michael Goulet
-7
/
+4
2024-05-20
Uplift RegionVid
Michael Goulet
-12
/
+0
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-1
/
+1
2024-05-16
Uplift FnSig
Michael Goulet
-43
/
+0
2024-05-13
Uplift AliasTy
Michael Goulet
-35
/
+1
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-1
/
+1
2024-05-11
Uplift `NormalizesTo`, `CoercePredicate`, and `SubtypePredicate`
Michael Goulet
-6
/
+0
2024-05-11
Uplift `ExistentialTraitRef`, `ExistentialProjection`, `ProjectionPredicate`
Michael Goulet
-12
/
+0
2024-05-11
Uplift `TraitPredicate`
Michael Goulet
-7
/
+0
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-6
/
+0
2024-05-10
Lift `Lift`
Michael Goulet
-2
/
+2
2024-04-19
coverage. Generate Mappings of decisions and conditions for MC/DC
zhuyunxing
-0
/
+1
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+40
2024-04-04
cache type info for ParamEnv
Lukas Markeffsky
-1
/
+13
2024-04-02
Track reason for creating a `ReifyShim`
Matthew Maurer
-0
/
+1
2024-03-27
Implement `mut ref`/`mut ref mut`
Jules Bertholet
-0
/
+1
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-2
/
+2
2024-03-13
coverage: Add `CoverageKind::BlockMarker`
Zalathar
-0
/
+1
[next]