| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -51/+51 |
| 2024-03-14 | Rollup merge of #122322 - Zalathar:branch, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-03-14 | Auto merge of #119849 - lcnr:eagerly-instantiate-binders, r=compiler-errors | bors | -1/+0 |
| 2024-03-14 | Add feature gates for `f16` and `f128` | Trevor Gross | -0/+18 |
| 2024-03-14 | one must imagine tidy happy | lcnr | -1/+0 |
| 2024-03-14 | Auto merge of #3379 - RalfJung:time-with-isolation, r=saethlin | bors | -10/+14 |
| 2024-03-14 | Rollup merge of #122490 - Amanieu:ohos-tier2-instructions, r=GuillaumeGomez | Matthias Krüger | -24/+27 |
| 2024-03-14 | Rollup merge of #122397 - oli-obk:machine-read-hook2, r=RalfJung | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #122368 - pavedroad:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume... | Matthias Krüger | -31/+107 |
| 2024-03-14 | explain time-with-isolation test better | Ralf Jung | -10/+14 |
| 2024-03-14 | fix polarity | Manish Goregaokar | -2/+2 |
| 2024-03-14 | inline | Manish Goregaokar | -5/+9 |
| 2024-03-14 | Make compact | Manish Goregaokar | -10/+10 |
| 2024-03-14 | print doc(hidden) | Manish Goregaokar | -5/+14 |
| 2024-03-14 | Update build instructions for OpenHarmony | Amanieu d'Antras | -24/+27 |
| 2024-03-14 | Move generate_stacktrace_from_stack away from InterpCx to avoid having to kno... | Oli Scherer | -1/+1 |
| 2024-03-14 | Refactor visibility_print_with_space to directly take an item | Manish Goregaokar | -51/+42 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -46/+46 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -5/+5 |
| 2024-03-14 | print ghosts | Manish Goregaokar | -0/+6 |
| 2024-03-14 | Rollup merge of #122461 - the8472:fix-step-forward-unchecked, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=Guillaume... | Matthias Krüger | -134/+264 |
| 2024-03-14 | Auto merge of #3380 - RalfJung:cron, r=RalfJung | bors | -2/+2 |
| 2024-03-14 | Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obk | bors | -3/+2 |
| 2024-03-14 | Add comments explaining tier 1 PR checks | Chris Denton | -1/+3 |
| 2024-03-14 | Check all tier 1 targets in PR CI | Chris Denton | -0/+2 |
| 2024-03-14 | make cron job topic names more consistent | Ralf Jung | -2/+2 |
| 2024-03-14 | coverage: `-Zcoverage-options=branch` is no longer a placeholder | Zalathar | -2/+2 |
| 2024-03-14 | fmt | The Miri Cronjob Bot | -1/+6 |
| 2024-03-14 | Merge from rustc | The Miri Cronjob Bot | -229/+445 |
| 2024-03-14 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-13 | Improve sysroots notification | Ben Kimock | -6/+22 |
| 2024-03-14 | update virtual clock in miri test since signed loops now execute more methods | The 8472 | -1/+1 |
| 2024-03-13 | Rollup merge of #122422 - Enselic:only-unix, r=oli-obk | Matthias Krüger | -0/+3 |
| 2024-03-13 | Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk | bors | -63/+210 |
| 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 #122226 - Zalathar:zcoverage-options, r=nnethercote | Matthias Krüger | -8/+15 |
| 2024-03-13 | compiletest: Allow `only-unix` in test headers | Martin Nordholts | -0/+3 |
| 2024-03-13 | coverage: Add `-Zcoverage-options` for fine control of coverage | Zalathar | -0/+16 |
| 2024-03-13 | coverage: Remove all unstable values of `-Cinstrument-coverage` | Zalathar | -9/+0 |
| 2024-03-12 | rustdoc: do not preload fonts when browsing locally | Elijah Riggs | -0/+2 |
| 2024-03-12 | Auto merge of #3370 - RalfJung:windows-sync, r=RalfJung | bors | -602/+0 |
| 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 | Bump windows-bindgen to 0.55.0 | Chris Denton | -1/+1 |
| 2024-03-12 | Bump windows-bindgen to 0.54.0 | Chris Denton | -1/+1 |
| 2024-03-12 | Rollup merge of #122378 - clubby789:rustbook-rebuild, r=onur-ozkan | Jubilee | -1/+2 |
| 2024-03-12 | Rollup merge of #122355 - fmease:rustdoc-fix-up-old-test, r=notriddle | Jubilee | -1/+0 |
| 2024-03-12 | Rollup merge of #122354 - clubby789:bootstrap-eager-verbose, r=albertlarsan68 | Jubilee | -52/+62 |