| Age | Commit message (Expand) | Author | Lines |
| 2022-06-28 | make `get_relocations` private | Rémy Rakic | -6/+11 |
| 2022-06-22 | Rollup merge of #98099 - RalfJung:convert_tag_add_extra, r=oli-obk | Yuki Okushi | -6/+6 |
| 2022-06-19 | Use `ensure` for `UnusedBrokenConst`. | Camille GILLOT | -1/+34 |
| 2022-06-17 | Auto merge of #98097 - lqd:const-alloc-hash, r=oli-obk | bors | -2/+75 |
| 2022-06-16 | adjust const alloc interning partial hash comments | Rémy Rakic | -4/+8 |
| 2022-06-16 | ctfe: limit hashing of big const allocations when interning | Rémy Rakic | -2/+71 |
| 2022-06-16 | interpret: convert_tag_add_extra, init_allocation_extra: allow tagger to rais... | Ralf Jung | -6/+6 |
| 2022-06-14 | address review | b-naber | -20/+4 |
| 2022-06-14 | address review | b-naber | -2/+1 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -7/+74 |
| 2022-06-11 | Try out `yeet` in the MIR interpreter | Scott McMurray | -5/+5 |
| 2022-06-09 | Auto merge of #97740 - RalfJung:ctfe-cycle-spans, r=lcnr | bors | -3/+16 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -8/+7 |
| 2022-06-06 | Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obk | bors | -29/+54 |
| 2022-06-05 | interpret: better control over whether we read data with provenance, and impl... | Ralf Jung | -29/+54 |
| 2022-06-04 | use precise spans for recursive const evaluation | Ralf Jung | -3/+16 |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -1/+1 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -7/+7 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -7/+7 |
| 2022-05-24 | Add the transmute and asm checks to typeck as deferred checks | Oli Scherer | -7/+0 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -18/+18 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -2/+2 |
| 2022-05-20 | Rollup merge of #97185 - RalfJung:number-validity, r=oli-obk | Guillaume Gomez | -4/+7 |
| 2022-05-19 | interpret/validity: separately control checking numbers for being init and no... | Ralf Jung | -4/+7 |
| 2022-05-16 | use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons... | b-naber | -5/+17 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -5/+8 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -5/+8 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -5/+5 |
| 2022-04-21 | deduplicate a lot of code | b-naber | -5/+1 |
| 2022-04-21 | implement valtree -> constvalue conversion | b-naber | -1/+6 |
| 2022-04-20 | Rollup merge of #96160 - RalfJung:interpret-debug, r=oli-obk | Dylan DPC | -0/+8 |
| 2022-04-19 | Rollup merge of #96165 - RalfJung:miri-provenance-cleanup, r=oli-obk | Dylan DPC | -0/+17 |
| 2022-04-18 | avoid an unnecessary call to Pointer::into_parts, and caution against into_po... | Ralf Jung | -0/+4 |
| 2022-04-18 | add method to get absolute address of a pointer (useful only for Miri) | Ralf Jung | -0/+10 |
| 2022-04-18 | avoid pairing up AllocId and PointerTag, which is redundant | Ralf Jung | -0/+3 |
| 2022-04-17 | explain why prepare_relocation_copy works the way it does | Ralf Jung | -4/+11 |
| 2022-04-17 | add caution to some comments | Ralf Jung | -1/+7 |
| 2022-04-17 | when writing uninit to an allocation, also clear relocations like other write... | Ralf Jung | -3/+9 |
| 2022-04-17 | add log warnings for when we overwrite parts of a pointer, and de-init the rest | Ralf Jung | -0/+8 |
| 2022-04-09 | Rollup merge of #95785 - RalfJung:interpret-size-mismatch, r=oli-obk | Dylan DPC | -16/+46 |
| 2022-04-07 | interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal | Ralf Jung | -16/+46 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+1 |
| 2022-03-31 | interpret: make isize::MAX the limit for dynamic value sizes | Ralf Jung | -0/+5 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -1/+1 |
| 2022-03-30 | Spellchecking compiler code | Yuri Astrakhan | -1/+1 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-25 | Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnr | Dylan DPC | -0/+11 |
| 2022-03-22 | erase region in ParamEnvAnd and make ConstUnifyCtxt private | b-naber | -1/+4 |
| 2022-03-22 | fix previous failures and address review | b-naber | -1/+1 |
| 2022-03-21 | stall on on constants that contain infer vars in const_eval_resolve | b-naber | -0/+8 |