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
/
structural_impls.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
predefined opaques use `List`
lcnr
-0
/
+1
2025-09-17
Remove `DynKind`
León Orell Valerian Liehr
-8
/
+6
2025-08-14
pattern testing: store constants as valtrees
Ralf Jung
-9
/
+4
2025-08-03
Rename `Printer` variables.
Nicholas Nethercote
-7
/
+7
2025-07-31
Streamline const folding/visiting.
Nicholas Nethercote
-26
/
+20
2025-07-23
Remove useless lifetime parameter.
Camille GILLOT
-1
/
+2
2025-07-23
Give an AllocId to ConstValue::Slice.
Camille GILLOT
-0
/
+8
2025-07-15
Add alias for ArgOutlivesPredicate
Michael Goulet
-1
/
+1
2025-07-15
Add outlives to CoroutineWitnessTypes
Michael Goulet
-0
/
+1
2025-07-04
Fix pretty printing of placeholder types
Michael Goulet
-1
/
+1
2025-07-04
Same for types
Michael Goulet
-1
/
+1
2025-07-04
Remove Symbol for Named LateParam/Bound variants
Michael Goulet
-12
/
+10
2025-06-25
make `tidy-alphabetical` use a natural sort
Folkert de Vries
-6
/
+6
2025-05-29
Auto merge of #141581 - lcnr:fold-clauses, r=compiler-errors
bors
-1
/
+26
2025-05-27
Rename unpack to kind
Michael Goulet
-2
/
+2
2025-05-26
add additional `TypeFlags` fast paths
lcnr
-1
/
+26
2025-04-29
canonical no type foldable :<
lcnr
-2
/
+0
2025-04-28
Add or-patterns to pattern types
Oli Scherer
-0
/
+1
2025-04-18
Rollup merge of #138528 - dianne:implicit-deref-patterns, r=Nadrieril
Matthias Krüger
-0
/
+6
2025-04-15
Split TypeFolder and FallibleTypeFolder
Michael Goulet
-66
/
+121
2025-04-12
store the kind of pattern adjustments in `pat_adjustments`
dianne
-0
/
+6
2025-04-04
Fix `Debug` impl for `LateParamRegionKind`.
Nicholas Nethercote
-4
/
+4
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
[next]