| Age | Commit message (Expand) | Author | Lines |
| 2024-04-17 | Rollup merge of #124066 - oli-obk:define_opaque_types7, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-17 | Rollup merge of #124062 - allgoewer:fish-fight, r=oli-obk | Matthias Krüger | -0/+15 |
| 2024-04-17 | Rollup merge of #124049 - slanterns:const_io_structs_stabilize, r=jhpratt | Matthias Krüger | -7/+6 |
| 2024-04-17 | Rollup merge of #124037 - compiler-errors:dont-parent-body, r=michaelwoerister | Matthias Krüger | -2/+45 |
| 2024-04-17 | Rollup merge of #124030 - RalfJung:adjust_alloc_base_pointer, r=oli-obk | Matthias Krüger | -65/+85 |
| 2024-04-17 | Rollup merge of #122723 - bjorn3:archive_writer_fixes, r=nnethercote | Matthias Krüger | -8/+51 |
| 2024-04-17 | Rollup merge of #122201 - coolreader18:doc-clone_from, r=dtolnay | Matthias Krüger | -25/+133 |
| 2024-04-17 | Rollup merge of #116957 - fmease:meta-notify-rustdoc-zulip-on-backport-nomina... | Matthias Krüger | -0/+48 |
| 2024-04-17 | Add GUI test for copy path button | Guillaume Gomez | -0/+15 |
| 2024-04-17 | Fix copy-path button | Guillaume Gomez | -25/+12 |
| 2024-04-17 | Auto merge of #123674 - oli-obk:bogus_note, r=estebank | bors | -109/+55 |
| 2024-04-18 | Stablise io_error_downcast | Jiahao XU | -3/+1 |
| 2024-04-17 | Improve `BindingMode` doc comment | Jules Bertholet | -2/+4 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -256/+222 |
| 2024-04-17 | Store `ByRef` instead of `BindingAnnotation` in `PatInfo` | Jules Bertholet | -30/+30 |
| 2024-04-17 | Remove libc from rust_get_test_int uses | Ben Kimock | -54/+18 |
| 2024-04-17 | Use the default file permissions when writing | bjorn3 | -9/+29 |
| 2024-04-17 | Add regression test for #107495 | bjorn3 | -0/+23 |
| 2024-04-17 | allow to set line-directives-only too | klensy | -5/+7 |
| 2024-04-17 | Remove libc from more tests | Ben Kimock | -45/+30 |
| 2024-04-17 | Add llvm-bitcode-linker to build manifest | Kjetil Kjeka | -1/+5 |
| 2024-04-17 | bootstrap: actually allow set debuginfo-level to "lines-tables-only" | klensy | -7/+10 |
| 2024-04-17 | enable clippy for bootstrap on CI PRs | onur-ozkan | -0/+1 |
| 2024-04-17 | consistency rename: language item -> lang item | Ralf Jung | -72/+72 |
| 2024-04-17 | weak lang items are not allowed to be #[track_caller] | Ralf Jung | -7/+70 |
| 2024-04-17 | Auto merge of #17055 - wyatt-herkamp:fix_panic_at_unused_variable, r=Veykril | bors | -2/+34 |
| 2024-04-17 | Don't error on subtyping of equal types | Oli Scherer | -1/+1 |
| 2024-04-17 | Don't show unused_variables fixes if the name comes from a macro definition | Lukas Wirth | -11/+7 |
| 2024-04-17 | Move confusing comment about otherwise blocks in `lower_match_tree` | Zalathar | -3/+3 |
| 2024-04-17 | Use less fragile error handling | Oli Scherer | -18/+16 |
| 2024-04-17 | Validate before reporting interning errors. | Oli Scherer | -513/+253 |
| 2024-04-17 | Simplify alloc id mutability check | Oli Scherer | -10/+15 |
| 2024-04-17 | Deduplicate logic for checking the mutability of allocations | Oli Scherer | -79/+75 |
| 2024-04-17 | Run the "is this static mutable" logic the same way as in `in_mutable_memory` | Oli Scherer | -14/+16 |
| 2024-04-17 | Validate nested static items | Oli Scherer | -85/+185 |
| 2024-04-17 | Auto merge of #3480 - RalfJung:alloc_error_handler, r=RalfJung | bors | -120/+171 |
| 2024-04-17 | Auto merge of #3479 - rust-lang:rustup-2024-04-17, r=RalfJung | bors | -2619/+4476 |
| 2024-04-17 | Auto merge of #12682 - cuviper:muopb-asm, r=llogiq | bors | -29/+30 |
| 2024-04-17 | no need to use miri's native stderr here | Ralf Jung | -3/+2 |
| 2024-04-17 | tests/utils: add fmt::Write implementations for miri's native stdout/stderr | Ralf Jung | -59/+64 |
| 2024-04-17 | alloc_error_handler tests: directly call handle_alloc_error; test more codepaths | Ralf Jung | -75/+122 |
| 2024-04-17 | Auto merge of #123678 - DianQK:docker-local, r=Kobzol | bors | -14/+17 |
| 2024-04-17 | Auto merge of #12680 - Alexendoo:cargo-dev-setup-toolchain, r=llogiq | bors | -29/+131 |
| 2024-04-17 | interpret: rename base_pointer -> root_pointer | Ralf Jung | -53/+53 |
| 2024-04-17 | interpret: pass MemoryKind to adjust_alloc_base_pointer | Ralf Jung | -18/+38 |
| 2024-04-17 | Address comments | Noa | -4/+2 |
| 2024-04-17 | fmt | The Miri Cronjob Bot | -10/+12 |
| 2024-04-17 | Merge from rustc | The Miri Cronjob Bot | -2618/+4473 |
| 2024-04-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-17 | Auto merge of #124055 - matthiaskrgr:rollup-waq2e68, r=matthiaskrgr | bors | -509/+810 |