| Age | Commit message (Expand) | Author | Lines |
| 2025-07-28 | Rename trait_of_item -> trait_of_assoc | Cameron Steffen | -1/+1 |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -8/+8 |
| 2025-07-28 | use let chains in ast, borrowck, codegen, const_eval | Kivooeo | -8/+8 |
| 2025-07-27 | miri: for ABI mismatch errors, say which argument is the problem | Ralf Jung | -3/+7 |
| 2025-07-23 | Remove const deduplication from the interpreter. | Camille GILLOT | -27/+3 |
| 2025-07-23 | Remove useless lifetime parameter. | Camille GILLOT | -4/+3 |
| 2025-07-23 | Give an AllocId to ConstValue::Slice. | Camille GILLOT | -11/+12 |
| 2025-07-23 | Rollup merge of #144256 - oli-obk:type-id-ice, r=RalfJung | Matthias Krüger | -1/+1 |
| 2025-07-21 | Don't ICE on non-TypeId metadata within TypeId | Oli Scherer | -1/+1 |
| 2025-07-20 | fix handling of base address for TypeId allocations | Ralf Jung | -3/+13 |
| 2025-07-19 | interpret: fix TypeId pointers being considered data pointers | Ralf Jung | -6/+4 |
| 2025-07-18 | Rollup merge of #144123 - oli-obk:ctfe-unsize, r=RalfJung | Matthias Krüger | -3/+4 |
| 2025-07-18 | Rollup merge of #142673 - oli-obk:uninit-read-mem, r=RalfJung | Matthias Krüger | -1/+1 |
| 2025-07-18 | Generalize `unsize` and `unsize_into` destinations | Oli Scherer | -3/+4 |
| 2025-07-18 | Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-07-17 | Report the range of uninit bytes in CTFE errors | Oli Scherer | -1/+1 |
| 2025-07-17 | Rollup merge of #143975 - RalfJung:type-id-eq, r=oli-obk | Matthias Krüger | -48/+57 |
| 2025-07-17 | Rollup merge of #143955 - Stypox:tracing-frame-filter, r=RalfJung | Matthias Krüger | -1/+6 |
| 2025-07-17 | Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee... | León Orell Valerian Liehr | -42/+109 |
| 2025-07-16 | use `codegen_instance_attrs` where an instance is (easily) available | Folkert de Vries | -1/+1 |
| 2025-07-16 | Rollup merge of #143968 - Stypox:tracing-FnAbiOf, r=RalfJung | Samuel Tardieu | -18/+40 |
| 2025-07-16 | simplfy memory kind handling during interning | Ralf Jung | -39/+11 |
| 2025-07-16 | const heap: fix ICE on forgotten make_global | Ralf Jung | -41/+45 |
| 2025-07-16 | Make frame spans appear on a separate trace line | Stypox | -1/+6 |
| 2025-07-16 | type_id_eq: check that the hash fully matches the type | Ralf Jung | -48/+57 |
| 2025-07-16 | Comment more code and make tests clearer | Deadbeef | -14/+15 |
| 2025-07-16 | format pointer later instead of eagerly converting to string | Deadbeef | -9/+9 |
| 2025-07-16 | add `const_make_global`; err for `const_allocate` ptrs if didn't call | Deadbeef | -6/+96 |
| 2025-07-15 | Add InterpCx::fn_abi_of_instance/_fn_ptr with tracing, shadowing FnAbiOf | Stypox | -18/+40 |
| 2025-07-14 | Give all bytes of TypeId provenance | Oli Scherer | -31/+37 |
| 2025-07-13 | Rollup merge of #143634 - nia-e:init-and-wildcards, r=RalfJung | Matthias Krüger | -1/+1 |
| 2025-07-10 | interpret/allocation: expose init + write_wildcards on a range | Nia Espera | -1/+1 |
| 2025-07-09 | Avoid creating a helper allocation for creating new `TypeId` values in the in... | Oli Scherer | -38/+29 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -36/+143 |
| 2025-07-08 | Make enter_trace_span take a closure for better optimization | Stypox | -2/+2 |
| 2025-07-08 | Add inline(always) to Machine::enter_trace_span | Stypox | -0/+1 |
| 2025-07-08 | Replace TRACING_ENABLED with enter_trace_span() | Stypox | -20/+24 |
| 2025-07-08 | Always inline InterpCx::layout_of after perf regression | Stypox | -1/+1 |
| 2025-07-07 | Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgr | bors | -3/+3 |
| 2025-07-07 | Rollup merge of #143584 - fee1-dead-contrib:push-skswvrwsrmll, r=RalfJung | Matthias Krüger | -3/+3 |
| 2025-07-07 | Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubilee | bors | -2/+2 |
| 2025-07-07 | make `Machine::load_mir` infallible | Deadbeef | -3/+3 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -2/+2 |
| 2025-07-06 | interpret: rename StackPopCleanup | Ralf Jung | -38/+38 |
| 2025-07-05 | use `is_multiple_of` instead of manual modulo | Folkert de Vries | -2/+2 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -2/+2 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -2/+2 |
| 2025-07-03 | Rollup merge of #143327 - RalfJung:miri-type-validity-error, r=oli-obk | Matthias Krüger | -38/+3 |
| 2025-07-02 | miri: improve errors for type validity assertion failures | Ralf Jung | -38/+3 |
| 2025-07-02 | interpret: move the native call preparation logic into Miri | Ralf Jung | -34/+27 |