| Age | Commit message (Expand) | Author | Lines |
| 2022-02-25 | Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -6/+12 |
| 2022-02-25 | Auto merge of #94279 - tmiasko:write-print, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-02-25 | Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillot | Matthias Krüger | -36/+3 |
| 2022-02-25 | Enable rustc_pass_by_value for Span | Mark Rousskov | -0/+6 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -6/+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-24 | Remove LifetimeDefOrigin | Michael Goulet | -33/+3 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -3/+0 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -29/+38 |
| 2022-02-24 | Fix intra-doc link issues exposed by new macro | Aaron Hill | -0/+1 |
| 2022-02-24 | resolve/metadata: Stop encoding macros as reexports | Vadim Petrochenkov | -0/+2 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -2/+1 |
| 2022-02-24 | Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk | bors | -44/+57 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -28/+11 |
| 2022-02-24 | Rollup merge of #94288 - Mark-Simulacrum:ser-opt, r=nnethercote | Matthias Krüger | -7/+4 |
| 2022-02-24 | Rollup merge of #94267 - pierwill:fast-reject-bound, r=michaelwoerister | Matthias Krüger | -4/+4 |
| 2022-02-23 | Rename `region_should_not_be_omitted` to `should_print_region` | Tomasz Miąsko | -4/+4 |
| 2022-02-23 | Print `ParamTy` and `ParamConst` instead of displaying them | Tomasz Miąsko | -2/+2 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -4/+7 |
| 2022-02-23 | rustc_errors: handle `force_warn` only through `DiagnosticId::Lint`. | Eduard-Mihai Burtescu | -4/+2 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -21/+29 |
| 2022-02-22 | Remove unused ordering derivations and bounds for `SimplifiedTypeGen` | pierwill | -4/+4 |
| 2022-02-22 | Delete Decoder::read_unit | Mark Rousskov | -4/+1 |
| 2022-02-22 | Provide copy-free access to raw Decoder bytes | Mark Rousskov | -3/+3 |
| 2022-02-22 | Auto merge of #94254 - matthiaskrgr:rollup-7llbjhd, r=matthiaskrgr | bors | -1/+5 |
| 2022-02-22 | Rollup merge of #94246 - RalfJung:hex, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-22 | Rollup merge of #94169 - Amanieu:asm_stuff, r=nagisa | Matthias Krüger | -0/+4 |
| 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 | -31/+38 |
| 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 | Rollup merge of #94156 - tmiasko:pp-str, r=petrochenkov | Matthias Krüger | -2/+1 |
| 2022-02-21 | Take CodegenFnAttrs into account when validating asm! register operands | Amanieu d'Antras | -0/+4 |
| 2022-02-21 | Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoerister | bors | -75/+177 |
| 2022-02-21 | review | lcnr | -1/+10 |
| 2022-02-21 | add comment to `Lift` impls | lcnr | -1/+5 |
| 2022-02-21 | optimize `TypeFoldable` for 2 element tuples | lcnr | -13/+39 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -56/+36 |
| 2022-02-21 | safely `transmute<&List<Ty<'tcx>>, &List<GenericArg<'tcx>>>` | lcnr | -6/+89 |
| 2022-02-20 | Revert "Auto merge of #93800 - b-naber:static-initializers-mir-val, r=oli-obk" | Mark Rousskov | -23/+9 |
| 2022-02-20 | CTFE engine: Scalar: expose size-generic to_(u)int methods | Ralf Jung | -21/+25 |
| 2022-02-20 | Preallocate a buffer in FmtPrinter | Mark Rousskov | -1/+3 |
| 2022-02-20 | Always format to internal String in FmtPrinter | Mark Rousskov | -44/+55 |
| 2022-02-20 | Auto merge of #93678 - steffahn:better_unsafe_diagnostics, r=nagisa | bors | -68/+114 |
| 2022-02-20 | Improve `unused_unsafe` lint | Frank Steffahn | -68/+114 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -81/+72 |
| 2022-02-20 | Implement LowerHex on Scalar to clean up their display in rustdoc | Guillaume Gomez | -8/+12 |
| 2022-02-20 | Gracefully handle non-UTF-8 string slices when pretty printing | Tomasz Miąsko | -2/+1 |