| Age | Commit message (Expand) | Author | Lines |
| 2023-10-30 | Make `Cfg` and `CheckCfg` non-generic. | Nicholas Nethercote | -40/+20 |
| 2023-10-30 | Change cfg parsers to produce symbols instead of strings. | Nicholas Nethercote | -54/+16 |
| 2023-10-30 | Reduce exposure of cfg parsers. | Nicholas Nethercote | -2/+2 |
| 2023-10-30 | Delay parsing of `--cfg` and `--check-cfg` options. | Nicholas Nethercote | -272/+254 |
| 2023-10-30 | Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrum | bors | -0/+12 |
| 2023-10-30 | coverage: Use a tracing span to group the parts of a sum-up expression | Zalathar | -1/+4 |
| 2023-10-30 | coverage: Inline the "recursive" worker methods for assigning counters | Zalathar | -21/+5 |
| 2023-10-30 | coverage: Replace manual debug indents with nested tracing spans | Zalathar | -65/+19 |
| 2023-10-30 | When encountering unclosed delimiters during parsing, check for diff markers | Esteban Küber | -27/+122 |
| 2023-10-30 | Account for `ref` and `mut` in the wrong place for pattern ident renaming | Esteban Küber | -1/+127 |
| 2023-10-30 | Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubilee | bors | -10/+87 |
| 2023-10-29 | On object safety error, mention new enum as alternative | Esteban Küber | -1/+130 |
| 2023-10-29 | Auto merge of #11727 - dswij:read-zero-byte-vec-nursery, r=Centri3 | bors | -1/+1 |
| 2023-10-29 | ignore lower-camel-case words in `doc_markdown` | Andre Bogus | -3/+10 |
| 2023-10-29 | tests: object-safety section in traits | Alexis (Poliorcetics) Bourget | -0/+34 |
| 2023-10-29 | feat: Add 'object-safety' ID to init_id_map() in rustdoc | Alexis (Poliorcetics) Bourget | -1/+3 |
| 2023-10-29 | feat: render Object Safety informations non-object safe traits | Alexis (Poliorcetics) Bourget | -0/+25 |
| 2023-10-30 | Clean up `rustc_*/Cargo.toml`. | Nicholas Nethercote | -299/+400 |
| 2023-10-29 | Ignore RPIT duplicated lifetimes in opaque_types_defined_by | Michael Goulet | -2/+37 |
| 2023-10-30 | Remove `memoffset` dependency from `rustc_query_impl`. | Nicholas Nethercote | -4/+0 |
| 2023-10-29 | Auto merge of #117089 - wesleywiser:update_backtrace, r=Mark-Simulacrum | bors | -0/+0 |
| 2023-10-29 | Merge commit 'dde58803fd6cbb270c7a437f36a8a3a29fbef679' into sync_cg_clif-202... | bjorn3 | -334/+100 |
| 2023-10-29 | Rustup to rustc 1.75.0-nightly (e5cfc5547 2023-10-28) | bjorn3 | -18/+1 |
| 2023-10-29 | Sync from rust e5cfc55477eceed1317a02189fdf77a4a98f2124 | bjorn3 | -69/+34 |
| 2023-10-29 | Merge pull request #1403 from rust-lang/use_llvm_backend_as_assembler | bjorn3 | -316/+99 |
| 2023-10-29 | Avoid infinite recursion when cranelift is the default codegen backend | bjorn3 | -3/+8 |
| 2023-10-29 | Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r... | bors | -20/+357 |
| 2023-10-29 | Enable cross-crate-inlining when MIR inlining is enabled | Ben Kimock | -2/+7 |
| 2023-10-29 | Auto merge of #116889 - MU001999:master, r=petrochenkov | bors | -0/+26 |
| 2023-10-29 | Stabilize inline asm usage on all platforms | bjorn3 | -299/+29 |
| 2023-10-29 | fix enum_variant_names depending lint depending on order | jonboh | -3/+35 |
| 2023-10-29 | Unconditionally handle int $$0x29 using a shim | bjorn3 | -6/+8 |
| 2023-10-29 | Use the LLVM rustc backend as external assembler | bjorn3 | -12/+58 |
| 2023-10-29 | Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung | bors | -2588/+4299 |
| 2023-10-29 | mipsel_unknown_netbsd.rs: fix indentation. | Havard Eidnes | -10/+10 |
| 2023-10-29 | Increase the reach of panic_immediate_abort | Ben Kimock | -10/+87 |
| 2023-10-29 | handle dry runs in `dist::CodegenBackend` | Rémy Rakic | -0/+4 |
| 2023-10-29 | Auto merge of #117354 - GuillaumeGomez:rollup-k9xtq0g, r=GuillaumeGomez | bors | -43/+122 |
| 2023-10-29 | Add support for mipsel-unknown-netbsd, 32-bit LE mips. | Havard Eidnes | -0/+29 |
| 2023-10-29 | Rollup merge of #117337 - camelid:genparamdefkind-thinvec, r=GuillaumeGomez | Guillaume Gomez | -11/+11 |
| 2023-10-29 | Rollup merge of #117312 - RalfJung:memcpy-assumptions, r=Mark-Simulacrum | Guillaume Gomez | -1/+2 |
| 2023-10-29 | Rollup merge of #117082 - fortanix:raoul/fix_closure_inherit_target_feature_s... | Guillaume Gomez | -0/+1 |
| 2023-10-29 | Rollup merge of #117043 - onur-ozkan:skip-stage0-validation, r=Mark-Simulacrum | Guillaume Gomez | -17/+66 |
| 2023-10-29 | Rollup merge of #115968 - git-bruh:master, r=workingjubilee | Guillaume Gomez | -14/+42 |
| 2023-10-29 | Auto merge of #11726 - Wilfred:todo_docs, r=dswij | bors | -4/+9 |
| 2023-10-29 | rustdoc: Use `ThinVec` in `GenericParamDefKind` | Noah Lev | -11/+11 |
| 2023-10-29 | Auto merge of #11730 - cuishuang:master, r=dswij | bors | -8/+8 |
| 2023-10-29 | Fix some typos | cui fliter | -8/+8 |
| 2023-10-29 | Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee | bors | -52/+70 |
| 2023-10-29 | Don't use LFS64 symbols on musl | git-bruh | -14/+42 |