| Age | Commit message (Expand) | Author | Lines |
| 2023-11-27 | Suggest swapping the order of `ref` and `box` | Hirochika Matsumoto | -2/+55 |
| 2023-11-27 | Auto merge of #118352 - Zalathar:llvm-hash, r=onur-ozkan | bors | -5/+9 |
| 2023-11-27 | Auto merge of #118353 - matthiaskrgr:rollup-sf1booi, r=matthiaskrgr | bors | -10/+17 |
| 2023-11-27 | bootstrap: Memoize the LLVM rebuild hash to avoid very slow `x check` | Zalathar | -5/+9 |
| 2023-11-27 | Rollup merge of #118338 - nnethercote:backticks, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-11-27 | Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmease | Matthias Krüger | -2/+1 |
| 2023-11-27 | Rollup merge of #118322 - onur-ozkan:if-only-doctests-skip-compiletest, r=clu... | Matthias Krüger | -1/+9 |
| 2023-11-27 | Auto merge of #118321 - WaffleLapkin:unspace-fn-pointer-fake-variadic, r=notr... | bors | -2/+2 |
| 2023-11-27 | Auto merge of #118313 - WaffleLapkin:fixup_comments_in_some_nonzero_ops, r=th... | bors | -14/+44 |
| 2023-11-27 | Auto merge of #118327 - WaffleLapkin:mailmap-wl-tsk, r=Mark-Simulacrum | bors | -1/+2 |
| 2023-11-27 | Auto merge of #117584 - bjorn3:eager_output_filenames, r=b-naber | bors | -53/+46 |
| 2023-11-27 | Fix some backticks in comments. | Nicholas Nethercote | -1/+1 |
| 2023-11-27 | Put backticks around some attributes in doc comments. | Nicholas Nethercote | -6/+6 |
| 2023-11-26 | Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot | bors | -50/+35 |
| 2023-11-26 | Auto merge of #117697 - WaffleLapkin:non-null-convenience-ops, r=Amanieu | bors | -19/+1029 |
| 2023-11-26 | Remove Upvar duplication | Mark Rousskov | -50/+35 |
| 2023-11-26 | Turn write_dep_info into a regular function | bjorn3 | -13/+10 |
| 2023-11-26 | Mostly revert "Accept crate name instead of attributes in build_output_filena... | bjorn3 | -6/+16 |
| 2023-11-26 | Ensure macro expansion runs before writing the dep info | bjorn3 | -0/+5 |
| 2023-11-26 | Feed the output filenames into the TyCtxt | bjorn3 | -11/+16 |
| 2023-11-26 | Serialize OutputFilenames into rmeta file | bjorn3 | -27/+22 |
| 2023-11-26 | Accept crate name instead of attributes in build_output_filenames | bjorn3 | -18/+10 |
| 2023-11-26 | Inline and remove pre_configure | bjorn3 | -15/+4 |
| 2023-11-26 | Add my work email to the mailmap | Waffle Maybe | -1/+2 |
| 2023-11-26 | Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez | bors | -376/+99 |
| 2023-11-26 | Fix Rustdoc search docs link | clubby789 | -2/+1 |
| 2023-11-26 | Add `is_aligned{,_to}` convenience methods to `NonNull` | Maybe Waffle | -0/+234 |
| 2023-11-26 | Add `align_offset` convenience method to `NonNull` | Maybe Waffle | -0/+60 |
| 2023-11-26 | Add `replace` and `swap` convenience methods to `NonNull` | Maybe Waffle | -0/+35 |
| 2023-11-26 | Add `offset_from`-ish convenience methods to `NonNull` | Maybe Waffle | -11/+209 |
| 2023-11-26 | Add offset-ish convenience methods to `NonNull` | Maybe Waffle | -0/+274 |
| 2023-11-26 | Add read/write/copy convenience methods to `NonNull` | Maybe Waffle | -14/+223 |
| 2023-11-26 | skip {tidy,compiletest,rustdoc-gui} based tests for `DocTests::Only` | onur-ozkan | -1/+9 |
| 2023-11-26 | rustdoc: Remove space from fake-variadic fn ptr impls | Maybe Waffle | -2/+2 |
| 2023-11-26 | Rollup merge of #118318 - WaffleLapkin:unvacation-waffle, r=WaffleLapkin | Guillaume Gomez | -1/+1 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -94/+83 |
| 2023-11-26 | Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot | Guillaume Gomez | -260/+4 |
| 2023-11-26 | Rollup merge of #118296 - notriddle:notriddle/main-dom, r=GuillaumeGomez | Guillaume Gomez | -21/+11 |
| 2023-11-26 | Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin | bors | -41/+82 |
| 2023-11-26 | Remove myself from users on vacation | Waffle Maybe | -1/+1 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -94/+83 |
| 2023-11-26 | Auto merge of #118267 - compiler-errors:ambiguity-causes, r=spastorino | bors | -67/+54 |
| 2023-11-26 | Improve some comments for non-zero ops | Maybe Waffle | -14/+44 |
| 2023-11-26 | Auto merge of #118256 - petrochenkov:nohir, r=compiler-errors | bors | -199/+189 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -199/+189 |
| 2023-11-26 | Auto merge of #117880 - lqd:liveness-values, r=cjgillot | bors | -62/+67 |
| 2023-11-26 | Auto merge of #110303 - nbdd0121:master, r=Mark-Simulacrum | bors | -389/+391 |
| 2023-11-26 | Auto merge of #118250 - petrochenkov:optdefkind, r=compiler-errors | bors | -56/+36 |
| 2023-11-26 | Auto merge of #118300 - compiler-errors:rollup-cm3i8fg, r=compiler-errors | bors | -792/+632 |
| 2023-11-26 | Clean dead codes | r0cky | -260/+4 |