| Age | Commit message (Expand) | Author | Lines |
| 2022-08-29 | Improve HIR stats collector. | Nicholas Nethercote | -70/+246 |
| 2022-08-29 | Rename `GenericArg::id` as `GenericArg::hir_id`. | Nicholas Nethercote | -7/+7 |
| 2022-08-29 | Move a comment to the right place. | Nicholas Nethercote | -4/+4 |
| 2022-08-29 | Use `&'hir Mod` everywhere. | Nicholas Nethercote | -5/+9 |
| 2022-08-29 | Use `&'hir Ty` everywhere. | Nicholas Nethercote | -6/+6 |
| 2022-08-29 | Use `&'hir Expr` everywhere. | Nicholas Nethercote | -18/+22 |
| 2022-08-29 | Expand the HIR (and AST) size assertions. | Nicholas Nethercote | -11/+30 |
| 2022-08-29 | Add prefix to every line of `-Zhir-stats` output. | Nicholas Nethercote | -165/+164 |
| 2022-08-28 | Auto merge of #100201 - RalfJung:thread-local-key, r=thomcc | bors | -7/+22 |
| 2022-08-28 | Auto merge of #96324 - berendjan:set_tcp_quickack, r=dtolnay | bors | -2/+138 |
| 2022-08-28 | Auto merge of #101115 - matthiaskrgr:rollup-iy14ztr, r=matthiaskrgr | bors | -610/+936 |
| 2022-08-28 | Rollup merge of #101102 - est31:unstable_book_gen_write, r=Mark-Simulacrum | Matthias Krüger | -23/+10 |
| 2022-08-28 | Rollup merge of #101098 - petrochenkov:noinvis, r=TaKO8Ki | Matthias Krüger | -53/+43 |
| 2022-08-28 | Rollup merge of #101091 - TaKO8Ki:fix-101076, r=notriddle | Matthias Krüger | -2/+17 |
| 2022-08-28 | Rollup merge of #101055 - TaKO8Ki:use-smaller-span, r=compiler-errors | Matthias Krüger | -33/+35 |
| 2022-08-28 | Rollup merge of #101038 - RalfJung:interning-alignment, r=oli-obk | Matthias Krüger | -3/+22 |
| 2022-08-28 | Rollup merge of #101002 - estebank:hashmap-idx, r=davidtwco | Matthias Krüger | -13/+149 |
| 2022-08-28 | Rollup merge of #100955 - nrc:chain, r=joshtriplett | Matthias Krüger | -61/+60 |
| 2022-08-28 | Rollup merge of #100885 - mzohreva:mz/sgx-export-cancel-type, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-08-28 | Rollup merge of #100520 - jakubdabek:patch-1, r=thomcc | Matthias Krüger | -1/+6 |
| 2022-08-28 | Rollup merge of #100296 - BlackHoleFox:os-error-aliases, r=thomcc | Matthias Krüger | -0/+2 |
| 2022-08-28 | Rollup merge of #99570 - XrXr:box-from-slice-docs, r=thomcc | Matthias Krüger | -1/+1 |
| 2022-08-28 | Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiser | Matthias Krüger | -1/+116 |
| 2022-08-28 | Rollup merge of #97015 - nrc:read-buf-cursor, r=Mark-Simulacrum | Matthias Krüger | -418/+472 |
| 2022-08-28 | Auto merge of #100863 - ehuss:sunset-rls, r=Mark-Simulacrum | bors | -656/+165 |
| 2022-08-27 | Remove RLS from macOS pkg and Windows msi installers. | Eric Huss | -64/+3 |
| 2022-08-27 | Sunset RLS | Eric Huss | -592/+162 |
| 2022-08-28 | Auto merge of #92845 - Amanieu:std_personality, r=Mark-Simulacrum | bors | -339/+379 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -1/+87 |
| 2022-08-28 | unstable-book-gen: use std::fs::write | est31 | -23/+10 |
| 2022-08-28 | Fix handling of rust_eh_personality in reachable_non_generics | Amanieu d'Antras | -11/+7 |
| 2022-08-27 | rustc_middle: Remove `Visibility::Invisible` | Vadim Petrochenkov | -53/+43 |
| 2022-08-27 | Auto merge of #100591 - est31:stabilization_placeholder, r=Mark-Simulacrum | bors | -86/+271 |
| 2022-08-28 | extend attrs if local_def_id exists | Takayuki Maeda | -2/+17 |
| 2022-08-27 | Add replace-version-placeholder tool | est31 | -1/+116 |
| 2022-08-27 | tidy: move directory traversal utility functions into dedicated module | est31 | -62/+74 |
| 2022-08-27 | Adjust label break value stabilization version to CURRENT_RUSTC_VERSION | est31 | -1/+1 |
| 2022-08-27 | Adjust backtrace stabilization version to CURRENT_RUSTC_VERSION | est31 | -13/+13 |
| 2022-08-27 | Adjust ptr_const_cast stabilization version to CURRENT_RUSTC_VERSION | est31 | -4/+4 |
| 2022-08-27 | Expand the version placeholder to the current version in stability attribute ... | est31 | -0/+8 |
| 2022-08-27 | tidy: forbid since values for features that point to the current release or f... | est31 | -5/+55 |
| 2022-08-27 | Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3 | bors | -181/+165 |
| 2022-08-27 | Auto merge of #100989 - lcnr:implied-bounds-uwu, r=spastorino | bors | -1/+60 |
| 2022-08-27 | Auto merge of #100946 - jyn514:query-system-3, r=cjgillot | bors | -16/+16 |
| 2022-08-27 | use smaller span for suggestions | Takayuki Maeda | -33/+35 |
| 2022-08-27 | Auto merge of #101074 - JohnTitor:rollup-zwznihq, r=JohnTitor | bors | -147/+132 |
| 2022-08-27 | Rollup merge of #101063 - GuillaumeGomez:merge-duplicated-css, r=notriddle | Yuki Okushi | -30/+8 |
| 2022-08-27 | Rollup merge of #101062 - notriddle:notriddle/text-javascript, r=GuillaumeGomez | Yuki Okushi | -5/+7 |
| 2022-08-27 | Rollup merge of #101057 - cjgillot:one-fn-sig, r=compiler-errors | Yuki Okushi | -31/+9 |
| 2022-08-27 | Rollup merge of #101046 - notriddle:notriddle/table-css, r=jsha | Yuki Okushi | -1/+31 |