| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-12-20 | CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility | Ralf Jung | -1/+5 |
| 2021-12-15 | Remove `in_band_lifetimes` from `rustc_middle` | Aaron Hill | -4/+4 |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -0/+2 |
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -2/+0 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -0/+2 |
| 2021-12-01 | remove static_assert_size on InterpError | b-naber | -3/+0 |
| 2021-12-01 | implement version of normalize_erasing_regions that doesn't assume value is n... | b-naber | -1/+1 |
| 2021-11-29 | Always use const param envs for const eval. | Oli Scherer | -0/+2 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -5/+5 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -3/+3 |
| 2021-10-14 | add dedicated error variant for writing the discriminant of an uninhabited en... | Ralf Jung | -0/+5 |
| 2021-09-11 | interpreter PointerArithmetic: use new Size helper methods | Ralf Jung | -8/+6 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -1/+1 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -1/+1 |
| 2021-08-25 | use a peekable iterator to check the first chunk | Erik Desjardins | -3/+14 |
| 2021-08-25 | yet more comment improvements | Erik Desjardins | -2/+7 |
| 2021-08-25 | improve comments | Erik Desjardins | -9/+14 |
| 2021-08-25 | put code in a more logical order | Erik Desjardins | -345/+350 |
| 2021-08-25 | add comments | Erik Desjardins | -19/+119 |
| 2021-08-25 | implement InitMaskCompressed using InitChunkIter, cleanup | Erik Desjardins | -23/+33 |
| 2021-08-25 | optimize initialization checks | Erik Desjardins | -9/+102 |
| 2021-08-25 | use undef for uninitialized bytes in constants | Erik Desjardins | -6/+55 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -5/+5 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -3/+3 |
| 2021-08-05 | replace Vec<u8> with Box<[u8]> | The8472 | -5/+4 |