| Age | Commit message (Expand) | Author | Lines |
| 2023-11-04 | add `fn visit_capture_by` to MutVisitor and fix pprust-expr-roundtrip.rs | Dinu Blanovschi | -1/+14 |
| 2023-11-04 | De-indent closing bracket | George Bateman | -1/+1 |
| 2023-11-04 | fixes for rustfmt + ast visitor | Dinu Blanovschi | -3/+7 |
| 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 | fmt | Dinu Blanovschi | -4/+4 |
| 2023-11-04 | Fix remaining uses of `CaptureBy::Value` | Dinu Blanovschi | -9/+9 |
| 2023-11-04 | feat(hir): Store the `Span` of the `move` keyword | Dinu Blanovschi | -2/+8 |
| 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 | Derive TyEncodable/TyDecodable implementations that are parameterized over in... | Michael Goulet | -486/+31 |
| 2023-11-04 | detect EOF earlier | The 8472 | -5/+7 |
| 2023-11-04 | avoid excessive initialization when copying to a Vec | The 8472 | -17/+47 |
| 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 | Don't disable inline asm usage in compiler-builtins when the cranelift backen... | bjorn3 | -5/+0 |
| 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 | ensure doc directory is not empty | onur-ozkan | -1/+2 |
| 2023-11-04 | handle dry runs in `dist::CodegenBackend` | Rémy Rakic | -0/+4 |
| 2023-11-04 | Ensure the rustc-codegen-cranelift-preview component is never empty | bjorn3 | -0/+7 |
| 2023-11-04 | pass `CODEGEN_BACKENDS` to docker | Rémy Rakic | -0/+1 |
| 2023-11-04 | add sanity check for compiler crate docs | onur-ozkan | -0/+8 |
| 2023-11-04 | Ensure compiler crate paths are generated before linking | onur-ozkan | -11/+12 |
| 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 | add test for issue 117146 | Rémy Rakic | -0/+100 |
| 2023-11-04 | traverse region graph instead of SCCs to compute polonius loan scopes | Rémy Rakic | -13/+14 |
| 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 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -1712/+57 |
| 2023-11-04 | Update rust-lang/book. | Nicholas Nethercote | -0/+0 |
| 2023-11-03 | Auto merge of #115333 - joshlf:patch-5, r=RalfJung | bors | -9/+15 |