| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -2/+2 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-15 | Support other types of pluralization in pluralize macro | est31 | -1/+1 |
| 2022-03-10 | adjust offset_from logic: check that both pointers are in-bounds | Ralf Jung | -0/+6 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -18/+50 |
| 2022-03-03 | Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk | bors | -0/+6 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -10/+10 |
| 2022-03-01 | Miri/CTFE: properly treat overflow in (signed) division/rem as UB | Ralf Jung | -0/+6 |
| 2022-02-25 | Auto merge of #94130 - erikdesjardins:partially, r=nikic | bors | -0/+1 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -1/+4 |
| 2022-02-21 | ScalarMaybeUninit is explicitly hexadecimal in its formatting | Ralf Jung | -1/+1 |
| 2022-02-21 | Rollup merge of #94203 - RalfJung:to_sized_int, r=oli-obk | Matthias Krüger | -21/+25 |
| 2022-02-21 | Rollup merge of #94189 - GuillaumeGomez:scalar-lower-hex, r=RalfJung | Matthias Krüger | -8/+12 |
| 2022-02-20 | CTFE engine: Scalar: expose size-generic to_(u)int methods | Ralf Jung | -21/+25 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -1/+1 |
| 2022-02-20 | Implement LowerHex on Scalar to clean up their display in rustdoc | Guillaume Gomez | -8/+12 |
| 2022-02-20 | Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obk | Matthias Krüger | -0/+5 |
| 2022-02-19 | Don't render Const computed values in hexadecimal for Display | Guillaume Gomez | -0/+5 |
| 2022-02-19 | switch to limiting the number of init/uninit chunks | Erik Desjardins | -0/+1 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -1/+1 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -0/+8 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -15/+15 |
| 2022-01-15 | initial revert | Ellen | -1/+1 |
| 2021-12-20 | better name for AdjustForForeignAbiError error variant in InterpError | Ralf Jung | -4/+5 |