| Age | Commit message (Expand) | Author | Lines |
| 2024-04-17 | Rollup merge of #124052 - beetrees:return-dest-doc-comment, r=fmease | Matthias Krüger | -4/+4 |
| 2024-04-17 | Rollup merge of #124051 - dtolnay:emptyset, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-04-17 | Rollup merge of #124045 - nnethercote:add-nnethercote-review, r=nnethercote | Matthias Krüger | -0/+4 |
| 2024-04-17 | Rollup merge of #123997 - compiler-errors:self-res, r=fmease | Matthias Krüger | -0/+58 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -59/+60 |
| 2024-04-17 | Rollup merge of #122883 - onur-ozkan:clippy-build-step, r=albertlarsan68 | Matthias Krüger | -103/+395 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -399/+346 |
| 2024-04-17 | coverage: Branch coverage tests for lazy boolean operators | Zalathar | -0/+370 |
| 2024-04-17 | Make the comments for `ReturnDest` variants doc comments | beetrees | -4/+4 |
| 2024-04-17 | Auto merge of #124039 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-17 | coverage: Move branch coverage tests into a subdirectory | Zalathar | -15/+15 |
| 2024-04-16 | Fix empty-set symbol in comments | David Tolnay | -3/+3 |
| 2024-04-16 | Fix broken test | Mark Rousskov | -1/+1 |
| 2024-04-16 | Codegen ZSTs without an allocation | Mark Rousskov | -26/+62 |
| 2024-04-17 | Stabilize `const_io_structs` | Slanterns | -7/+6 |
| 2024-04-17 | Auto merge of #124040 - GuillaumeGomez:rollup-hrrvsgh, r=GuillaumeGomez | bors | -106/+363 |
| 2024-04-16 | The `multiple_unsafe_ops_per_block` test needs `asm!` | Josh Stone | -29/+30 |
| 2024-04-17 | Reinstate nnethercote to the review rotation. | Nicholas Nethercote | -0/+4 |
| 2024-04-17 | Update LLVM to 1deeee3 | DianQK | -0/+0 |
| 2024-04-16 | restore line-break | Elisha Hollander | -1/+1 |
| 2024-04-16 | default to no testing | Elisha Hollander | -0/+1 |
| 2024-04-16 | update cargo manifest | Elisha Hollander | -96/+103 |
| 2024-04-16 | update lockfile | Elisha Hollander | -0/+1 |
| 2024-04-16 | use `FxHashMap` | Elisha Hollander | -2/+4 |
| 2024-04-16 | use one `use` for `std` | Elisha Hollander | -2/+1 |
| 2024-04-16 | refactor | Elisha Hollander | -17/+20 |
| 2024-04-16 | revert using regex | Elisha Hollander | -11/+41 |
| 2024-04-16 | use regex to check for problems | Elisha Hollander | -41/+11 |
| 2024-04-16 | remove redundant whitespace | Elisha Hollander | -1/+1 |
| 2024-04-16 | format | Elisha Hollander | -22/+28 |
| 2024-04-16 | restore original consts | Elisha Hollander | -1/+1 |
| 2024-04-16 | use `generate_problems` | Elisha Hollander | -136/+40 |
| 2024-04-16 | format style.rs | Elisha Hollander | -13/+12 |
| 2024-04-16 | add more `PROBLEMATIC_CONSTS` | Elisha Hollander | -2/+130 |
| 2024-04-17 | Rollup merge of #124036 - alexcrichton:wasm-use-default-visbility, r=jieyouxu | Guillaume Gomez | -3/+0 |
| 2024-04-17 | Rollup merge of #124027 - oli-obk:define_opaque_types9, r=compiler-errors | Guillaume Gomez | -22/+13 |
| 2024-04-17 | Rollup merge of #124013 - RalfJung:box-to-raw, r=oli-obk | Guillaume Gomez | -4/+48 |
| 2024-04-17 | Rollup merge of #124000 - compiler-errors:sugg-tweaks, r=wesleywiser | Guillaume Gomez | -34/+41 |
| 2024-04-17 | Rollup merge of #123975 - lqd:rust-lld-tests, r=jieyouxu | Guillaume Gomez | -23/+126 |
| 2024-04-17 | Rollup merge of #123675 - oli-obk:static_wf_ice, r=compiler-errors | Guillaume Gomez | -17/+63 |
| 2024-04-17 | Rollup merge of #123673 - oli-obk:sig_wfcheck_ice, r=jieyouxu,estebank | Guillaume Gomez | -3/+72 |
| 2024-04-16 | Auto merge of #123537 - compiler-errors:shallow, r=lcnr | bors | -125/+96 |
| 2024-04-16 | Add another expression to weird-exprs.rs | Maik Allgöwer | -0/+15 |
| 2024-04-16 | Update cargo | Weihang Lo | -0/+0 |
| 2024-04-16 | Auto merge of #3478 - RalfJung:alloc_error_handler, r=RalfJung | bors | -7/+207 |
| 2024-04-16 | implement support for __rust_alloc_error_handler | Ralf Jung | -7/+207 |
| 2024-04-16 | Don't proceed into parent bodies when collecting stmts for possible return su... | Michael Goulet | -2/+45 |
| 2024-04-16 | Auto merge of #124034 - GuillaumeGomez:rollup-ayztp9l, r=GuillaumeGomez | bors | -683/+1001 |
| 2024-04-16 | Auto merge of #3477 - RalfJung:win-no-std, r=RalfJung | bors | -4/+0 |
| 2024-04-16 | no_std works on Windows now | Ralf Jung | -4/+0 |