| Age | Commit message (Expand) | Author | Lines |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -22/+22 |
| 2022-02-28 | Auto merge of #94299 - oli-obk:stable_hash_ty, r=michaelwoerister | bors | -9/+63 |
| 2022-02-27 | Auto merge of #94157 - erikdesjardins:more-noundef, r=nikic | bors | -0/+5 |
| 2022-02-27 | Auto merge of #94084 - Mark-Simulacrum:drop-sharded, r=cjgillot | bors | -10/+9 |
| 2022-02-26 | Apply noundef attribute to all scalar types which do not permit raw init | Erik Desjardins | -0/+5 |
| 2022-02-25 | Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -5/+5 |
| 2022-02-25 | "Reset" the hashing context before stable hashing the types | Oli Scherer | -2/+6 |
| 2022-02-25 | Auto merge of #94279 - tmiasko:write-print, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -5/+5 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -13/+21 |
| 2022-02-24 | Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk | bors | -37/+48 |
| 2022-02-24 | Don't cache stable hashes in types outside of incremental mode | Oli Scherer | -3/+19 |
| 2022-02-24 | Remove redundant hashing configuration logic in type interner | Oli Scherer | -7/+2 |
| 2022-02-24 | Try out caching the stable hash of Ty within itself | Oli Scherer | -8/+47 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -18/+1 |
| 2022-02-24 | Rollup merge of #94288 - Mark-Simulacrum:ser-opt, r=nnethercote | Matthias Krüger | -5/+3 |
| 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 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -13/+21 |
| 2022-02-22 | Remove unused ordering derivations and bounds for `SimplifiedTypeGen` | pierwill | -4/+4 |
| 2022-02-22 | Delete Decoder::read_unit | Mark Rousskov | -2/+0 |
| 2022-02-22 | Provide copy-free access to raw Decoder bytes | Mark Rousskov | -3/+3 |
| 2022-02-21 | Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgr | bors | -2/+1 |
| 2022-02-21 | Rollup merge of #94156 - tmiasko:pp-str, r=petrochenkov | Matthias Krüger | -2/+1 |
| 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 | -54/+34 |
| 2022-02-21 | safely `transmute<&List<Ty<'tcx>>, &List<GenericArg<'tcx>>>` | lcnr | -6/+89 |
| 2022-02-20 | Preallocate a buffer in FmtPrinter | Mark Rousskov | -1/+3 |
| 2022-02-20 | Always format to internal String in FmtPrinter | Mark Rousskov | -37/+46 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -67/+60 |
| 2022-02-20 | Delete QueryLookup | Mark Rousskov | -9/+8 |
| 2022-02-20 | Move Sharded maps into each QueryCache impl | Mark Rousskov | -1/+1 |
| 2022-02-20 | Gracefully handle non-UTF-8 string slices when pretty printing | Tomasz Miąsko | -2/+1 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -23/+16 |
| 2022-02-20 | Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obk | Matthias Krüger | -0/+7 |
| 2022-02-19 | Adopt let else in more places | est31 | -23/+16 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -18/+1 |
| 2022-02-19 | Don't render Const computed values in hexadecimal for Display | Guillaume Gomez | -0/+7 |
| 2022-02-19 | Rollup merge of #94086 - tmiasko:char-try-from-scalar-int, r=davidtwco | Matthias Krüger | -4/+14 |
| 2022-02-19 | Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebank | Matthias Krüger | -8/+56 |
| 2022-02-18 | Rollup merge of #89892 - Nilstrieb:suggest-return-impl-trait, r=jackh726 | Matthias Krüger | -2/+22 |
| 2022-02-18 | Suggest `impl Trait` return type | Nilstrieb | -2/+22 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-02-17 | Rollup merge of #93758 - nnethercote:improve-folding-comments, r=BoxyUwU | Matthias Krüger | -77/+113 |
| 2022-02-17 | Fix ScalarInt to char conversion | Tomasz Miąsko | -4/+14 |
| 2022-02-17 | Improve comments about type folding/visiting. | Nicholas Nethercote | -77/+113 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -67/+60 |