| Age | Commit message (Expand) | Author | Lines |
| 2024-04-22 | Update to Cranelift 0.107 | bjorn3 | -39/+41 |
| 2024-04-22 | Update a couple of crates | bjorn3 | -8/+8 |
| 2024-04-22 | Update data structure crates | bjorn3 | -15/+15 |
| 2024-04-22 | Update syn, quote and proc-macro2 | bjorn3 | -6/+6 |
| 2024-04-22 | Update windows-trgets to 0.52.5 | bjorn3 | -16/+23 |
| 2024-04-22 | Update libloading | bjorn3 | -79/+13 |
| 2024-04-22 | Rollup merge of #124268 - rustbot:docs-update, r=ehuss | Guillaume Gomez | -0/+0 |
| 2024-04-22 | Rollup merge of #124252 - michaelwoerister:better-forbidden-read-ice, r=oli-obk | Guillaume Gomez | -1/+44 |
| 2024-04-22 | Rollup merge of #124230 - reitermarkus:generic-nonzero-stable, r=dtolnay | Guillaume Gomez | -111/+69 |
| 2024-04-22 | Rollup merge of #124217 - Zalathar:pre-branch, r=oli-obk | Guillaume Gomez | -94/+993 |
| 2024-04-22 | Rollup merge of #124183 - compiler-errors:unnecessary-by-ref, r=oli-obk | Guillaume Gomez | -38/+38 |
| 2024-04-22 | Rollup merge of #124178 - GuillaumeGomez:llvm-backend, r=oli-obk | Guillaume Gomez | -3/+4 |
| 2024-04-22 | Rollup merge of #115913 - FedericoStra:checked_ilog, r=the8472 | Guillaume Gomez | -27/+89 |
| 2024-04-22 | miri libstd tests: test windows-msvc instead of windows-gnu | Ralf Jung | -2/+3 |
| 2024-04-22 | remove an unused type from the reentrant lock tests | Ralf Jung | -8/+1 |
| 2024-04-22 | Fix warning in alloc_system.rs | bjorn3 | -2/+1 |
| 2024-04-22 | Inline CValue::pointer_from_data_and_meta | bjorn3 | -19/+7 |
| 2024-04-22 | Update books | rustbot | -0/+0 |
| 2024-04-22 | Fix neon test on non arm64 targets | bjorn3 | -0/+2 |
| 2024-04-22 | Rustup to rustc 1.79.0-nightly (fb898629a 2024-04-21) | bjorn3 | -8/+9 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -111/+69 |
| 2024-04-22 | Sync from rust fb898629a26e4acec59c928ce3ec00a62675d1cc | bjorn3 | -4/+41 |
| 2024-04-22 | Only apply --cap-lints to the extended_sysroot test suite | bjorn3 | -6/+9 |
| 2024-04-22 | Deny gen keyword in edition_2024_compat lints | Michael Goulet | -36/+158 |
| 2024-04-22 | Improve handling of expr->field errors | Sasha Pourcelot | -4/+140 |
| 2024-04-23 | Wrap dyn type with parentheses in suggestion | long-long-float | -62/+286 |
| 2024-04-22 | Use `DefiningOpaqueTypes::Yes`, as the `InferCtxt` we use has no opaque types... | Oli Scherer | -1/+1 |
| 2024-04-22 | Add more context to the forbidden dep-graph read ICE error message. | Michael Woerister | -1/+5 |
| 2024-04-22 | Fix typo in the has_surface_drop's doc comment | Daria Sukhonina | -1/+1 |
| 2024-04-22 | Fix copy-paste typo in the comment within consider_builtin_async_destruct_can... | Daria Sukhonina | -2/+2 |
| 2024-04-22 | Exhaustivelly match TyKind in consider_builtin_async_destruct_candidate | Daria Sukhonina | -1/+1 |
| 2024-04-22 | Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoerister | bors | -57/+103 |
| 2024-04-22 | coverage: Separate branch pairs from other mapping kinds | Zalathar | -25/+44 |
| 2024-04-22 | coverage: Move some helper code into `BranchInfoBuilder` | Zalathar | -26/+40 |
| 2024-04-22 | coverage: Detach MC/DC branch spans from regular branch spans | Zalathar | -52/+101 |
| 2024-04-22 | coverage: Add a mir-opt test for branch coverage of match arms | Zalathar | -0/+165 |
| 2024-04-22 | coverage: Move mir-opt coverage tests into a subdirectory | Zalathar | -0/+0 |
| 2024-04-22 | coverage: Branch coverage tests for match arms | Zalathar | -0/+401 |
| 2024-04-22 | coverage: Branch coverage test for if-let and let-chains | Zalathar | -0/+161 |
| 2024-04-22 | coverage: Branch coverage test for let-else | Zalathar | -0/+90 |
| 2024-04-22 | Improve ICE message for forbidden dep-graph reads. | Michael Woerister | -1/+40 |
| 2024-04-22 | Auto merge of #124250 - matthiaskrgr:rollup-b8tqsup, r=matthiaskrgr | bors | -29/+153 |
| 2024-04-22 | Rollup merge of #124246 - gurry:add-comma-in-abs-doc, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-04-22 | Rollup merge of #124245 - workingjubilee:bootstrap-some-doc-comments, r=onur-... | Matthias Krüger | -28/+28 |
| 2024-04-22 | Rollup merge of #124240 - matthiaskrgr:tests_sunday, r=compiler-errors | Matthias Krüger | -0/+124 |
| 2024-04-22 | Auto merge of #124236 - matthiaskrgr:n-ice, r=jieyouxu | bors | -0/+62 |
| 2024-04-22 | Auto merge of #3461 - tiif:add_localtime_r_shim, r=RalfJung | bors | -0/+273 |
| 2024-04-22 | Add localtime_r shim | tiif | -0/+273 |
| 2024-04-22 | Auto merge of #124112 - beetrees:incremental-os-str, r=Nadrieril | bors | -17/+46 |
| 2024-04-22 | Fix ICE when ADT tail has type error | Gurinder Singh | -1/+20 |