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
/
codec.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-0
/
+17
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-31
Enums in offset_of: update based on est31, scottmcm & llogiq review
George Bateman
-6
/
+8
2023-10-31
Support enum variants in offset_of!
George Bateman
-1
/
+11
2023-10-20
Uplift ClauseKind and PredicateKind
Michael Goulet
-2
/
+2
2023-10-03
Optimize some `alloc_from_iter` call sites.
Nicholas Nethercote
-6
/
+8
2023-09-23
Enable drop_tracking_mir by default.
Camille GILLOT
-1
/
+0
2023-07-27
Remove `constness` from `ParamEnv`
Deadbeef
-3
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-4
/
+4
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-1
/
+1
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-14
/
+4
2023-06-22
migrate inferred_outlives_of to Clause
Michael Goulet
-10
/
+0
2023-06-22
Expect clause more
Michael Goulet
-1
/
+1
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-0
/
+21
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+3
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-1
/
+1
2023-05-04
Remove unneeded encode/decode methods.
Nicholas Nethercote
-5
/
+0
2023-05-04
Reorder some `MemDecoder` methods.
Nicholas Nethercote
-6
/
+6
2023-04-26
Remove QueryEngine trait
John Kåre Alsaker
-1
/
+0
2023-04-26
Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot
bors
-0
/
+10
2023-04-23
Rewrite MemDecoder around pointers not a slice
Ben Kimock
-0
/
+10
2023-04-21
intern offsetof fields
DrMeepster
-0
/
+11
2023-04-06
Remove f32 & f64 from MemDecoder/MemEncoder
Scott McMurray
-2
/
+0
2023-02-24
Add `mk_canonical_var_infos_from_iter`.
Nicholas Nethercote
-3
/
+3
2023-02-24
Rename `mk_{ty,region}` as `mk_{ty,region}_from_kind`.
Nicholas Nethercote
-2
/
+2
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-14
/
+16
2023-01-27
Impl HashStable/Encodable/Decodable for ObligationCause.
Camille GILLOT
-2
/
+31
2022-12-16
Rename ConstS to ConstData
Oli Scherer
-1
/
+1
2022-11-29
Make inferred_outlives_crate return Clause
Santiago Pastorino
-0
/
+8
2022-11-25
Add empty ConstKind::Abstract
kadmin
-19
/
+8
2022-11-19
drive-by: PolyExistentialPredicate
Michael Goulet
-2
/
+2
2022-11-04
Refactor tcx mk_const parameters.
Mateusz
-1
/
+2
2022-10-21
Introduce deduced parameter attributes, and use them for deducing `readonly` on
Patrick Walton
-0
/
+1
2022-07-20
add a Vtable kind of symbolic allocations
Ralf Jung
-0
/
+1
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-3
/
+2
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-26
/
+21
2022-05-28
Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...
Michael Goulet
-67
/
+62
2022-05-28
Initial fixes on top of type interner commit
Michael Goulet
-30
/
+24
2022-05-28
Move things to rustc_type_ir
Wilco Kusee
-93
/
+93
2022-05-13
Cache more queries on disk.
Camille GILLOT
-19
/
+27
2022-04-18
Remove unused macro rules
est31
-3
/
+0
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-5
/
+15
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-4
/
+9
2022-02-22
Delete Decoder::read_unit
Mark Rousskov
-2
/
+0
2022-02-22
Provide copy-free access to raw Decoder bytes
Mark Rousskov
-3
/
+3
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-2
/
+8
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-1
/
+6
2022-02-09
Ensure that queries only return Copy types.
Camille GILLOT
-0
/
+3
2022-01-22
Address review comments.
Nicholas Nethercote
-1
/
+1
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-96
/
+84
[next]