| Age | Commit message (Expand) | Author | Lines |
| 2023-11-16 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-16 | Auto merge of #117930 - thomcc:const_str-unnamed, r=nikic | bors | -0/+1 |
| 2023-11-16 | Cargo.lock: add unwinding to lock file | Sean Cross | -0/+12 |
| 2023-11-16 | compiler: enable unwinding on riscv32imac_unknown_xous_elf | Sean Cross | -1/+1 |
| 2023-11-16 | std: personality: support gcc personality on Xous | Sean Cross | -0/+1 |
| 2023-11-16 | panic_unwind: support unwinding on xous | Sean Cross | -0/+1 |
| 2023-11-16 | unwind: add support for using `unwinding` crate | Sean Cross | -6/+120 |
| 2023-11-16 | When using existing fn as module, don't claim it doesn't exist | Esteban Küber | -4/+16 |
| 2023-11-16 | Reduce exposure of things. | Nicholas Nethercote | -32/+29 |
| 2023-11-16 | Auto merge of #117916 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-11-16 | Update cargo | Weihang Lo | -0/+0 |
| 2023-11-16 | lint when relevant sides of binops are constants | y21 | -51/+180 |
| 2023-11-16 | Auto merge of #117948 - aeubanks:dibuilder, r=durin42 | bors | -0/+3 |
| 2023-11-16 | Add test suggestions for `mir-opt` and `coverage` | Zalathar | -0/+11 |
| 2023-11-16 | Support multiple globs in static suggestions | Zalathar | -13/+15 |
| 2023-11-16 | Allow trailing commas in static suggestions | Zalathar | -5/+5 |
| 2023-11-15 | Add check-cfg to cranelift | Mark Rousskov | -0/+2 |
| 2023-11-15 | Add check-cfg to cranelift | Mark Rousskov | -0/+2 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -490/+652 |
| 2023-11-16 | if available use a Child's pidfd for kill/wait | The 8472 | -4/+78 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -3/+3 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -187/+151 |
| 2023-11-15 | Bump stage0 to latest | Mark Rousskov | -374/+366 |
| 2023-11-15 | Substitute version placeholders | Mark Rousskov | -80/+80 |
| 2023-11-16 | update comment, we're currently using a different syscall | The 8472 | -1/+1 |
| 2023-11-16 | set CLOEXEC on pidfd received from child process | The 8472 | -3/+7 |
| 2023-11-16 | Auto merge of #117954 - aeubanks:dibuilder2, r=durin42 | bors | -1/+5 |
| 2023-11-15 | llvm-wrapper: Pass newly added param to DIBuilder::createEnumerationType() | Arthur Eubanks | -1/+5 |
| 2023-11-15 | rustdoc-search: simplify the checkTypes fast path | Michael Howell | -61/+10 |
| 2023-11-15 | Auto merge of #3164 - devnexen:fbsd_upd3, r=RalfJung | bors | -2/+20 |
| 2023-11-15 | 17 -> 18 | Arthur Eubanks | -1/+1 |
| 2023-11-15 | freebsd adding getrandom interception. | David Carlier | -2/+20 |
| 2023-11-15 | dogfood clippy | y21 | -48/+57 |
| 2023-11-15 | fix empty needle corner case and add tests | y21 | -2/+203 |
| 2023-11-15 | [`redundant_guards`]: lint `slice::{starts_with,ends_with}` | y21 | -5/+31 |
| 2023-11-15 | Auto merge of #15902 - lnicola:bump-deps, r=Veykril | bors | -235/+222 |
| 2023-11-15 | [llvm-wrapper] Pass newly added param to DIBuilder::createStaticMemberType() | Arthur Eubanks | -0/+3 |
| 2023-11-15 | Bump memchr | Laurențiu Nicola | -3/+3 |
| 2023-11-15 | Bump arbitrary and derive-arbitrary | Laurențiu Nicola | -6/+6 |
| 2023-11-15 | Bump bitflags | Laurențiu Nicola | -7/+8 |
| 2023-11-15 | Bump cargo_metadata | Laurențiu Nicola | -7/+8 |
| 2023-11-15 | Bump rayon | Laurențiu Nicola | -9/+8 |
| 2023-11-15 | Bump xshell | Laurențiu Nicola | -8/+9 |
| 2023-11-15 | Bump tracing-tree again | Laurențiu Nicola | -27/+9 |
| 2023-11-15 | Auto merge of #117878 - gavinleroy:proper-depth-check, r=lcnr | bors | -2/+10 |
| 2023-11-15 | [`redundant_guards`]: lint empty slice checks | y21 | -2/+8 |
| 2023-11-15 | [`redundant_guards`]: lint empty string checks | y21 | -13/+40 |
| 2023-11-15 | avoid exhaustive i16 test in Miri | Ralf Jung | -2/+5 |
| 2023-11-15 | Merge pull request #371 from rust-lang/lane_to_element | Caleb Zulawski | -491/+486 |
| 2023-11-15 | Auto merge of #116555 - paulmenage:llvm-module-flag, r=wesleywiser | bors | -0/+68 |