| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | Restore correct version of comment and fix logic bug | Chris Wailes | -5/+5 |
| 2024-03-13 | Split a complex conditional into separate statements | Chris Wailes | -14/+22 |
| 2024-03-13 | Add `-Z external-sanitizer-runtime` | Chris Wailes | -0/+3 |
| 2024-03-13 | Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obk | bors | -19/+222 |
| 2024-03-13 | Auto merge of #121589 - bvanjoi:fix-98291, r=petrochenkov | bors | -263/+509 |
| 2024-03-13 | Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk | bors | -65/+214 |
| 2024-03-13 | delay expand macro bang when there has indeterminate path | bohan | -263/+509 |
| 2024-03-13 | Auto merge of #122423 - matthiaskrgr:rollup-qywgl45, r=matthiaskrgr | bors | -553/+602 |
| 2024-03-13 | Rollup merge of #122410 - rjeli:rustdoc-no-local-font-preload, r=notriddle | Matthias Krüger | -0/+2 |
| 2024-03-13 | Rollup merge of #122400 - wutchzone:122345, r=fmease | Matthias Krüger | -21/+54 |
| 2024-03-13 | Rollup merge of #122386 - joboet:move_pal_once, r=jhpratt | Matthias Krüger | -35/+22 |
| 2024-03-13 | Rollup merge of #122383 - apiraino:enable-pr-tracking, r=jackh726 | Matthias Krüger | -0/+4 |
| 2024-03-13 | Rollup merge of #122360 - veera-sivarajan:bugfix-121941, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2024-03-13 | Rollup merge of #122255 - Nadrieril:min_exh_pats-libs, r=scottmcm | Matthias Krüger | -2/+12 |
| 2024-03-13 | Rollup merge of #122226 - Zalathar:zcoverage-options, r=nnethercote | Matthias Krüger | -125/+106 |
| 2024-03-13 | Rollup merge of #122203 - adpaco-aws:smir-intrinsic-name, r=celinval | Matthias Krüger | -1/+35 |
| 2024-03-13 | Rollup merge of #121908 - Nadrieril:dynamic-variant-collection, r=matthewjasper | Matthias Krüger | -274/+206 |
| 2024-03-13 | Rollup merge of #121820 - Nadrieril:idxpat2, r=compiler-errors | Matthias Krüger | -95/+140 |
| 2024-03-13 | refine common_prim test | Erik Desjardins | -8/+16 |
| 2024-03-13 | Auto merge of #121421 - saethlin:smarter-mono, r=oli-obk | bors | -4/+214 |
| 2024-03-13 | Auto merge of #122227 - Zoxc:query-hash-verify, r=michaelwoerister | bors | -2/+56 |
| 2024-03-13 | coverage: Add `-Zcoverage-options` for fine control of coverage | Zalathar | -11/+84 |
| 2024-03-13 | coverage: Remove all unstable values of `-Cinstrument-coverage` | Zalathar | -118/+26 |
| 2024-03-13 | Auto merge of #122220 - saethlin:ppc-can-into-atomicptr, r=oli-obk | bors | -42/+18 |
| 2024-03-12 | Avoid lowering code under dead SwitchInt targets | Ben Kimock | -4/+214 |
| 2024-03-12 | Add `intrinsic_name` to get plain intrinsic name | Adrian Palacios | -1/+35 |
| 2024-03-12 | rustdoc: do not preload fonts when browsing locally | Elijah Riggs | -0/+2 |
| 2024-03-12 | Fix ICE in diagnostics for parenthesized type arguments | Daniel Sedlak | -21/+54 |
| 2024-03-12 | Don't Create `ParamCandidate` When Obligation Contains Errors | Veera | -0/+21 |
| 2024-03-12 | Auto merge of #122394 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-12 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-12 | Auto merge of #122389 - workingjubilee:rollup-vbdniap, r=workingjubilee | bors | -104/+831 |
| 2024-03-12 | Rollup merge of #122381 - krasimirgg:llvm-19-mar, r=durin42 | Jubilee | -2/+7 |
| 2024-03-12 | Rollup merge of #122380 - Isotope-235:fork, r=petrochenkov | Jubilee | -1/+1 |
| 2024-03-12 | Rollup merge of #122378 - clubby789:rustbook-rebuild, r=onur-ozkan | Jubilee | -1/+2 |
| 2024-03-12 | Rollup merge of #122377 - zetanumbers:discriminant_kind_copypaste_fix, r=oli-obk | Jubilee | -2/+3 |
| 2024-03-12 | Rollup merge of #122366 - oli-obk:opaques_defined_by_overflow, r=lcnr | Jubilee | -0/+30 |
| 2024-03-12 | Rollup merge of #122363 - Enselic:unix_sigpipe-str-list, r=oli-obk | Jubilee | -1/+13 |
| 2024-03-12 | Rollup merge of #122355 - fmease:rustdoc-fix-up-old-test, r=notriddle | Jubilee | -16/+26 |
| 2024-03-12 | Rollup merge of #122354 - clubby789:bootstrap-eager-verbose, r=albertlarsan68 | Jubilee | -52/+62 |
| 2024-03-12 | Rollup merge of #122245 - saethlin:check-dep-graph-size, r=petrochenkov | Jubilee | -3/+7 |
| 2024-03-12 | Rollup merge of #122081 - onur-ozkan:validate-path-remaps, r=clubby789 | Jubilee | -1/+14 |
| 2024-03-12 | Rollup merge of #121953 - jhorstmann:assembly-tests-for-masked-simd-instructi... | Jubilee | -0/+597 |
| 2024-03-12 | Rollup merge of #121754 - TimNN:split-target, r=Mark-Simulacrum,onur-ozkan | Jubilee | -25/+69 |
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -35/+22 |
| 2024-03-12 | Auto merge of #122218 - Zoxc:no-interleave-panics, r=michaelwoerister | bors | -0/+3 |
| 2024-03-12 | Enable PR tracking review assignment | apiraino | -0/+4 |
| 2024-03-12 | llvm-wrapper: adapt for LLVM API changes | Krasimir Georgiev | -2/+7 |
| 2024-03-12 | Fix typo in lib.rs of proc_macro | Jonathan Jensen | -1/+1 |
| 2024-03-12 | Properly rebuild rustbooks | clubby789 | -1/+2 |