| Age | Commit message (Expand) | Author | Lines |
| 2023-11-05 | Auto merge of #117608 - matthiaskrgr:rollup-g9fagmv, r=matthiaskrgr | bors | -23/+13 |
| 2023-11-05 | Rollup merge of #117596 - thomcc:core_macro_diag_items, r=Nilstrieb | Matthias Krüger | -0/+3 |
| 2023-11-05 | Rollup merge of #117588 - bjorn3:remove_unused_error_variant, r=cjgillot | Matthias Krüger | -18/+1 |
| 2023-11-05 | Rollup merge of #117524 - unleashed:bootstrap-create-hooks-dir, r=Mark-Simula... | Matthias Krüger | -1/+6 |
| 2023-11-05 | Rollup merge of #116017 - Zalathar:darwin-stdlib, r=albertlarsan68 | Matthias Krüger | -4/+3 |
| 2023-11-05 | Auto merge of #117504 - pcc:android-link-libunwind, r=Mark-Simulacrum | bors | -34/+1 |
| 2023-11-05 | Auto merge of #117469 - cjgillot:filecheck-mir, r=Mark-Simulacrum | bors | -119/+307 |
| 2023-11-05 | Auto merge of #116218 - tgross35:const-maybe-uninit-zeroed, r=dtolnay | bors | -17/+42 |
| 2023-11-05 | Auto merge of #117589 - compiler-errors:global-vars-bug, r=jackh726 | bors | -32/+47 |
| 2023-11-05 | Auto merge of #117581 - nicholasbishop:bishop-update-cb, r=Mark-Simulacrum | bors | -3/+3 |
| 2023-11-05 | Auto merge of #117503 - kornelski:hint-try-reserved, r=workingjubilee | bors | -5/+29 |
| 2023-11-04 | Add diagnostic items for a few of core's builtin macros | Thom Chiovoloni | -0/+3 |
| 2023-11-04 | Auto merge of #117590 - matthiaskrgr:rollup-9cqh1q8, r=matthiaskrgr | bors | -71/+197 |
| 2023-11-04 | Rollup merge of #117583 - compiler-errors:placeholderconst-lifetime, r=cjgillot | Matthias Krüger | -9/+9 |
| 2023-11-04 | Rollup merge of #117570 - bvanjoi:fix-117547, r=cjgillot | Matthias Krüger | -8/+37 |
| 2023-11-04 | Rollup merge of #117562 - pitaj:triagebot_no-merges, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-11-04 | Rollup merge of #117534 - RalfJung:str, r=Mark-Simulacrum | Matthias Krüger | -11/+17 |
| 2023-11-04 | Rollup merge of #116894 - joshlf:patch-12, r=RalfJung | Matthias Krüger | -1/+8 |
| 2023-11-04 | Rollup merge of #110340 - jmaargh:jmaargh/deref-docs, r=Mark-Simulacrum | Matthias Krüger | -41/+125 |
| 2023-11-04 | Make sure that predicates with unmentioned bound vars are still considered gl... | Michael Goulet | -32/+47 |
| 2023-11-04 | Remove unused LoadResult::DecodeIncrCache variant | bjorn3 | -18/+1 |
| 2023-11-04 | Stabilize `const_mem_zeroed` | Trevor Gross | -10/+10 |
| 2023-11-04 | Stabilize `const_maybe_uninit_zeroed` | Trevor Gross | -7/+32 |
| 2023-11-04 | Auto merge of #113343 - saethlin:looser-alignment, r=RalfJung | bors | -58/+142 |
| 2023-11-04 | Draft fleshed-out deref docs | jmaargh | -41/+125 |
| 2023-11-04 | No lifetime on PlaceholderConst | Michael Goulet | -9/+9 |
| 2023-11-04 | Auto merge of #117579 - RalfJung:miri, r=RalfJung | bors | -255/+574 |
| 2023-11-04 | Bump compiler_builtins to 0.1.103 | Nicholas Bishop | -3/+3 |
| 2023-11-04 | Check alignment of pointers only when read/written through | Ben Kimock | -58/+142 |
| 2023-11-04 | Auto merge of #117094 - Nadrieril:warn-lint-on-arm, r=cjgillot | bors | -25/+233 |
| 2023-11-04 | fallback for `construct_generic_bound_failure` | bohan | -8/+37 |
| 2023-11-04 | Auto merge of #3145 - RalfJung:data-race-error, r=RalfJung | bors | -166/+233 |
| 2023-11-04 | Suggest to set lint level on whole match | Nadrieril | -47/+79 |
| 2023-11-04 | Warn when lint level is set on a match arm | Nadrieril | -27/+107 |
| 2023-11-04 | Add tests | Nadrieril | -0/+96 |
| 2023-11-04 | avoid acronyms when we don't really need them | Ralf Jung | -12/+11 |
| 2023-11-04 | Auto merge of #3154 - rust-lang:rustup-2023-11-04, r=RalfJung | bors | -6532/+7325 |
| 2023-11-04 | Auto merge of #117566 - weihanglo:update-cargo, r=weihanglo | bors | -1/+0 |
| 2023-11-04 | fmt | The Miri Conjob Bot | -7/+3 |
| 2023-11-04 | Merge from rustc | The Miri Conjob Bot | -6526/+7323 |
| 2023-11-04 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-04 | Auto merge of #117564 - TaKO8Ki:rollup-lkqhpqc, r=TaKO8Ki | bors | -644/+756 |
| 2023-11-04 | Update cargo | Weihang Lo | -1/+0 |
| 2023-11-04 | Rollup merge of #117554 - durin42:llvm-delete-dead-zext-code, r=nikic | Takayuki Maeda | -10/+1 |
| 2023-11-04 | Rollup merge of #117550 - cuviper:try_par_for_each_in, r=est31 | Takayuki Maeda | -7/+6 |
| 2023-11-04 | Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwco | Takayuki Maeda | -627/+749 |
| 2023-11-03 | triagebot no-merges: exclude different case | Peter Jaszkowiak | -1/+1 |
| 2023-11-04 | Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco | bors | -82/+275 |
| 2023-11-04 | Auto merge of #117540 - matthiaskrgr:baby_dont_clone_me_dont_clone_me_no_more... | bors | -82/+76 |
| 2023-11-03 | Auto merge of #116412 - nnethercote:rm-plugin-support, r=bjorn3 | bors | -1712/+57 |