| Age | Commit message (Expand) | Author | Lines |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -16/+16 |
| 2022-02-25 | Enable rustc_pass_by_value for Span | Mark Rousskov | -0/+6 |
| 2022-02-25 | Auto merge of #94130 - erikdesjardins:partially, r=nikic | bors | -0/+1 |
| 2022-02-25 | Auto merge of #93878 - Aaron1011:newtype-macro, r=cjgillot | bors | -0/+1 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -1/+4 |
| 2022-02-24 | Fix intra-doc link issues exposed by new macro | Aaron Hill | -0/+1 |
| 2022-02-24 | Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk | bors | -7/+9 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -1/+4 |
| 2022-02-22 | Delete Decoder::read_unit | Mark Rousskov | -2/+1 |
| 2022-02-22 | Auto merge of #94254 - matthiaskrgr:rollup-7llbjhd, r=matthiaskrgr | bors | -1/+1 |
| 2022-02-22 | change `mir::Constant` in mir dumps | lcnr | -32/+23 |
| 2022-02-21 | ScalarMaybeUninit is explicitly hexadecimal in its formatting | Ralf Jung | -1/+1 |
| 2022-02-21 | Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgr | bors | -29/+37 |
| 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-21 | Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoerister | bors | -2/+2 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -2/+2 |
| 2022-02-20 | Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk" | Mark Rousskov | -19/+7 |
| 2022-02-20 | CTFE engine: Scalar: expose size-generic to_(u)int methods | Ralf Jung | -21/+25 |
| 2022-02-20 | Always format to internal String in FmtPrinter | Mark Rousskov | -7/+9 |
| 2022-02-20 | Auto merge of #93678 - steffahn:better_unsafe_diagnostics, r=nagisa | bors | -6/+37 |
| 2022-02-20 | Improve `unused_unsafe` lint | Frank Steffahn | -6/+37 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -12/+9 |
| 2022-02-20 | Implement LowerHex on Scalar to clean up their display in rustdoc | Guillaume Gomez | -8/+12 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -6/+4 |
| 2022-02-20 | Rollup merge of #94113 - Mizobrook-kan:issue-94025, r=estebank | Matthias Krüger | -0/+9 |
| 2022-02-20 | Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obk | Matthias Krüger | -0/+5 |
| 2022-02-19 | Adopt let else in more places | est31 | -6/+4 |
| 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-19 | Rollup merge of #94006 - pierwill:upvar-field, r=nikomatsakis | Matthias Krüger | -2/+2 |
| 2022-02-18 | fix some typos | Mizobrook-kan | -2/+2 |
| 2022-02-18 | document rustc_middle::mir::Field | Mizobrook-kan | -0/+9 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -12/+9 |
| 2022-02-16 | Use a `Field` in `ConstraintCategory::ClosureUpvar` | pierwill | -2/+2 |
| 2022-02-16 | Rollup merge of #94020 - tmiasko:pp, r=oli-obk | Matthias Krüger | -0/+8 |
| 2022-02-16 | Rollup merge of #94017 - fee1-dead:unub, r=bjorn3 | Matthias Krüger | -2/+4 |
| 2022-02-16 | Support pretty printing of invalid constants | Tomasz Miąsko | -0/+8 |
| 2022-02-15 | try to bless 32bit mir tests manually | b-naber | -3/+3 |
| 2022-02-15 | use mir::Visitor when collecting alloc_ids in pretty printing | b-naber | -7/+19 |
| 2022-02-15 | treat mir::ConstantKind::Val correctly in check_static_ptr | b-naber | -1/+1 |
| 2022-02-15 | Clarify confusing UB statement in MIR | Deadbeef | -2/+4 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -20/+21 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -3/+3 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -22/+22 |
| 2022-02-11 | add tainted_by_errors to mir::Body | Michael Goulet | -1/+7 |
| 2022-02-11 | rework borrowck errors so that it's harder to not set tainted | Michael Goulet | -1/+1 |
| 2022-02-11 | implement tainted_by_errors in mir borrowck | Michael Goulet | -0/+1 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -2/+2 |
| 2022-02-02 | Correct incorrect description of preorder traversals. | Jakob Degen | -4/+6 |