| Age | Commit message (Expand) | Author | Lines |
| 2024-06-05 | Promote `arm64ec-pc-windows-msvc` to tier 2 | Daniel Paoliello | -7/+14 |
| 2024-06-05 | Auto merge of #126016 - workingjubilee:rollup-nh6ehbz, r=workingjubilee | bors | -453/+557 |
| 2024-06-05 | Rollup merge of #126004 - compiler-errors:captures-soundness-test, r=lcnr | Jubilee | -0/+53 |
| 2024-06-05 | Rollup merge of #126003 - Lokathor:new-co-maintainer, r=compiler-errors | Jubilee | -0/+1 |
| 2024-06-05 | Rollup merge of #125996 - tmiasko:closure-recursively-reachable, r=oli-obk | Jubilee | -0/+9 |
| 2024-06-05 | Rollup merge of #125995 - kpreid:const-uninit-stable, r=Nilstrieb | Jubilee | -12/+5 |
| 2024-06-05 | Rollup merge of #125982 - xTachyon:fix-linked-list, r=jhpratt | Jubilee | -2/+41 |
| 2024-06-05 | Rollup merge of #125920 - bjorn3:allow_static_mut_linkage_def, r=Urgau | Jubilee | -20/+30 |
| 2024-06-05 | Rollup merge of #125906 - compiler-errors:simplify-method-error-args, r=fmease | Jubilee | -66/+68 |
| 2024-06-05 | Rollup merge of #125903 - petrochenkov:upctxt3, r=nnethercote | Jubilee | -0/+2 |
| 2024-06-05 | Rollup merge of #125815 - nnethercote:rustc_parse-top-level-cleanups, r=spast... | Jubilee | -255/+213 |
| 2024-06-05 | Rollup merge of #125683 - Oneirical:patience-testing-test, r=jieyouxu | Jubilee | -37/+64 |
| 2024-06-05 | Rollup merge of #125273 - onur-ozkan:bootstrap-self-test, r=albertlarsan68 | Jubilee | -38/+49 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -23/+22 |
| 2024-06-05 | Auto merge of #126011 - workingjubilee:try-fix-solaris-build, r=workingjubilee | bors | -1/+1 |
| 2024-06-04 | Update nomicon | Eric Huss | -0/+0 |
| 2024-06-04 | Silence double-symlink errors while building solaris toolchain | Jubilee Young | -1/+1 |
| 2024-06-04 | Add another test for hidden types capturing lifetimes that outlive but arent ... | Michael Goulet | -0/+53 |
| 2024-06-05 | rustfmt: Remove an unnecessary `catch_unwind` use. | Nicholas Nethercote | -15/+8 |
| 2024-06-05 | Make top-level `rustc_parse` functions fallible. | Nicholas Nethercote | -75/+105 |
| 2024-06-05 | Inline and remove `source_file_to_stream`. | Nicholas Nethercote | -9/+1 |
| 2024-06-05 | Reorder `source_str_to_stream` arguments. | Nicholas Nethercote | -6/+6 |
| 2024-06-05 | Inline and remove `parse_crate{,_attrs}_from_{file,source_str}`. | Nicholas Nethercote | -40/+16 |
| 2024-06-05 | Use `source_str_to_stream` in a test file. | Nicholas Nethercote | -6/+2 |
| 2024-06-05 | Rename `maybe_source_file_to_parser` as `maybe_new_parser_from_source_file`. | Nicholas Nethercote | -3/+3 |
| 2024-06-05 | Remove low-value comments. | Nicholas Nethercote | -7/+0 |
| 2024-06-05 | Improve `panictry_buffer!`. | Nicholas Nethercote | -15/+12 |
| 2024-06-05 | Remove `stream_to_parser`. | Nicholas Nethercote | -25/+13 |
| 2024-06-05 | Rename `maybe_file_to_stream` as `maybe_source_file_to_stream`. | Nicholas Nethercote | -3/+3 |
| 2024-06-05 | Inline and remove `error_malformed_cfg_attr_missing`. | Nicholas Nethercote | -10/+10 |
| 2024-06-05 | Don't use the word "parse" for lexing operations. | Nicholas Nethercote | -49/+41 |
| 2024-06-05 | `UNICODE_ARRAY` and `ASCII_ARRAY` fixes. | Nicholas Nethercote | -37/+38 |
| 2024-06-04 | Add a co-maintainer for the two ARMv4T targets | Lokathor | -0/+1 |
| 2024-06-04 | Use inline const instead of unsafe to implement `MaybeUninit::uninit_array()`. | Kevin Reid | -2/+1 |
| 2024-06-04 | Use inline const instead of unsafe to construct arrays in `MaybeUninit` examp... | Kevin Reid | -10/+4 |
| 2024-06-04 | Auto merge of #125989 - GuillaumeGomez:rollup-xu69i13, r=GuillaumeGomez | bors | -755/+311 |
| 2024-06-04 | Closures are recursively reachable | Tomasz Miąsko | -0/+9 |
| 2024-06-04 | Rollup merge of #125973 - Zalathar:pretty, r=lqd | Guillaume Gomez | -29/+0 |
| 2024-06-04 | Rollup merge of #125946 - Sergi-Ferrez:master, r=notriddle,fmease | Guillaume Gomez | -16/+18 |
| 2024-06-04 | Rollup merge of #125944 - P1n3appl3:fuchsia, r=lqd | Guillaume Gomez | -2/+2 |
| 2024-06-04 | Rollup merge of #125933 - rustbot:docs-update, r=ehuss | Guillaume Gomez | -0/+0 |
| 2024-06-04 | Rollup merge of #125932 - schvv31n:patch-1, r=lqd | Guillaume Gomez | -1/+1 |
| 2024-06-04 | Rollup merge of #125930 - weihanglo:opt-dist-respect-cargo-config, r=Kobzol | Guillaume Gomez | -2/+25 |
| 2024-06-04 | Rollup merge of #125927 - ferrocene:lw-alloc-unwind-test, r=pietroalbini | Guillaume Gomez | -0/+1 |
| 2024-06-04 | Rollup merge of #125917 - GuillaumeGomez:env-var-helpers, r=jieyouxu | Guillaume Gomez | -42/+51 |
| 2024-06-04 | Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nils... | Guillaume Gomez | -59/+88 |
| 2024-06-04 | Rollup merge of #125596 - nnethercote:rental-hard-error, r=estebank | Guillaume Gomez | -602/+76 |
| 2024-06-04 | Rollup merge of #106186 - rossmacarthur:ft/iter-chain, r=Amanieu | Guillaume Gomez | -2/+49 |
| 2024-06-04 | rewrite suspicious-library in rmake | Oneirical | -28/+30 |
| 2024-06-04 | Auto merge of #125426 - jieyouxu:rmake-support-env-reset, r=saethlin | bors | -1/+0 |