| Age | Commit message (Expand) | Author | Lines |
| 2023-11-23 | Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubilee | bors | -132/+371 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -41/+82 |
| 2023-11-22 | Miri: GC the dead_alloc_map too | Ben Kimock | -1/+13 |
| 2023-11-23 | Avoid unnecessary exports. | Nicholas Nethercote | -11/+11 |
| 2023-11-23 | Remove `indexes` module. | Nicholas Nethercote | -6/+1 |
| 2023-11-23 | Move `has_rustc_mir_with`. | Nicholas Nethercote | -19/+17 |
| 2023-11-23 | Reorder some `use` items. | Nicholas Nethercote | -8/+6 |
| 2023-11-23 | Nit of deadlock detected | SparrowLii | -1/+1 |
| 2023-11-23 | Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Ki | bors | -12/+29 |
| 2023-11-23 | v3 | Ali Bektas | -57/+31 |
| 2023-11-23 | Update test data for crate deduping | Ali Bektas | -41/+162 |
| 2023-11-23 | v3 | Ali Bektas | -65/+49 |
| 2023-11-23 | v2 | Ali Bektas | -238/+282 |
| 2023-11-23 | Relaxation for crate graph mergin | Ali Bektas | -54/+515 |
| 2023-11-22 | add missing period in `std::process::Command` docs | Max Heller | -1/+1 |
| 2023-11-23 | Add documentation update hint | Matthias Richter | -0/+2 |
| 2023-11-23 | Auto merge of #118154 - ChrisDenton:win-clippy, r=scottmcm | bors | -45/+43 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -43/+92 |
| 2023-11-22 | Rework supertrait lint once again | Michael Goulet | -25/+125 |
| 2023-11-23 | Recompile LLVM when it changes in the git sources | onur-ozkan | -2/+50 |
| 2023-11-23 | Remove unused feature. | Nicholas Nethercote | -1/+0 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -102/+53 |
| 2023-11-22 | Auto merge of #11757 - matthri:iter-kv-map-msrv-fix, r=Alexendoo | bors | -3/+156 |
| 2023-11-22 | Provide structured suggestion for type mismatch in loop | Esteban Küber | -30/+134 |
| 2023-11-22 | rustc_session: implement latent TODO | Tamir Duberstein | -7/+10 |
| 2023-11-22 | When failing to import `core`, suggest `std` | Esteban Küber | -12/+29 |
| 2023-11-22 | rustc_lint: remove superfluous assertion | Tamir Duberstein | -1/+0 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -1/+1 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -3/+14 |
| 2023-11-22 | Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errors | bors | -243/+666 |
| 2023-11-22 | warn against using intrinsics that leave the scope of our memory model | Ralf Jung | -0/+10 |
| 2023-11-22 | fix long lines | Arlie Davis | -2/+2 |
| 2023-11-22 | Auto merge of #3180 - eduardosm:check-intrinsics-target-feature, r=RalfJung | bors | -19/+101 |
| 2023-11-22 | Rollup merge of #118161 - compiler-errors:coroutine-obligation-opaques, r=lcnr | Michael Goulet | -5/+36 |
| 2023-11-22 | Rollup merge of #118147 - Nilstrieb:no-redundant-casts, r=WaffleLapkin | Michael Goulet | -30/+18 |
| 2023-11-22 | Rollup merge of #118142 - saethlin:llvm-linkage, r=tmiasko | Michael Goulet | -180/+206 |
| 2023-11-22 | Rollup merge of #118100 - ecnelises:ppc64_profiler, r=Kobzol | Michael Goulet | -1/+1 |
| 2023-11-22 | Rollup merge of #118013 - sivadeilra:user/ardavis/ehcont, r=wesleywiser | Michael Goulet | -1/+76 |
| 2023-11-22 | Rollup merge of #118012 - celinval:smir-alloc, r=ouz-a | Michael Goulet | -26/+329 |
| 2023-11-22 | Check that target features required by LLVM intrinsics are enabled | Eduardo Sánchez Muñoz | -19/+101 |
| 2023-11-22 | Put copyright on a line by itself. | Jonathan Pallant (Ferrous Systems) | -1/+2 |
| 2023-11-22 | Put copyright on a line by itself. | Jonathan Pallant (Ferrous Systems) | -1/+2 |
| 2023-11-22 | suppress warnings on msvc | Arlie Davis | -0/+17 |
| 2023-11-22 | Add documentation on `filter_doc_attr` | Guillaume Gomez | -0/+2 |
| 2023-11-22 | Update existing tests | Guillaume Gomez | -4/+4 |
| 2023-11-22 | Add regression test for cfg merging on re-exports | Guillaume Gomez | -0/+30 |
| 2023-11-22 | Don't merge cfg and doc(cfg) attributes for re-exports | Guillaume Gomez | -45/+42 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -347/+97 |
| 2023-11-22 | Provide conversion of stable span to internal span | Celina G. Val | -2/+10 |
| 2023-11-22 | Add CrateDef trait and methods to get def names | Celina G. Val | -51/+285 |