| Age | Commit message (Expand) | Author | Lines |
| 2022-08-29 | Migrate stable let_chains error to session diagnostics | Nilstrieb | -23/+14 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -396/+791 |
| 2022-08-29 | Bump stage0 | Nilstrieb | -338/+338 |
| 2022-08-29 | Auto merge of #98626 - oli-obk:tracing, r=lcnr | bors | -7/+16 |
| 2022-08-29 | Auto merge of #100786 - sunshowers:macos-posix-chdir, r=sunshowers | bors | -1/+60 |
| 2022-08-29 | Auto merge of #101143 - matthiaskrgr:rollup-g8y5k0g, r=matthiaskrgr | bors | -524/+1289 |
| 2022-08-29 | Rollup merge of #101116 - GuillaumeGomez:rm-attrs-ty-alias, r=notriddle | Matthias Krüger | -8/+6 |
| 2022-08-29 | Rollup merge of #101111 - saethlin:better-fnentry-spans, r=RalfJung | Matthias Krüger | -19/+16 |
| 2022-08-29 | Rollup merge of #100959 - LuisCardosoOliveira:translation-rename-attr-warning... | Matthias Krüger | -50/+52 |
| 2022-08-29 | Rollup merge of #100897 - RalfJung:const-not-to-mutable, r=lcnr | Matthias Krüger | -37/+55 |
| 2022-08-29 | Rollup merge of #100843 - IntQuant:issue-100717-infer, r=compiler-errors | Matthias Krüger | -212/+649 |
| 2022-08-29 | Rollup merge of #100437 - compiler-errors:better-const-mismatch-err, r=oli-obk | Matthias Krüger | -45/+194 |
| 2022-08-29 | Rollup merge of #99027 - tmiasko:basic-blocks, r=oli-obk | Matthias Krüger | -140/+131 |
| 2022-08-29 | Rollup merge of #96334 - devnexen:socket_mark, r=dtolnay | Matthias Krüger | -0/+61 |
| 2022-08-29 | Rollup merge of #94890 - marmeladema:ip-addr-try-from-bytes, r=joshtriplett | Matthias Krüger | -13/+125 |
| 2022-08-28 | Use posix_spawn for absolute paths on macOS | Rain | -1/+60 |
| 2022-08-29 | Auto merge of #100908 - lnicola:rust-analyzer-2022-08-23, r=lnicola | bors | -625/+2091 |
| 2022-08-28 | Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcm | bors | -0/+355 |
| 2022-08-28 | Auto merge of #100497 - kadiwa4:remove_clone_into_iter, r=cjgillot | bors | -31/+31 |
| 2022-08-28 | Use the declaration's SourceInfo for FnEntry retags, not the outermost | Ben Kimock | -19/+16 |
| 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 | Remove Attrs type alias | Guillaume Gomez | -8/+6 |
| 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 |