| Age | Commit message (Expand) | Author | Lines |
| 2024-06-17 | Remove an unused validation error variant | Oli Scherer | -9/+0 |
| 2024-06-17 | Add regression test | Oli Scherer | -0/+26 |
| 2024-06-17 | Auto merge of #126492 - compiler-errors:more-uplifting, r=lcnr | bors | -163/+222 |
| 2024-06-17 | Auto merge of #126569 - jieyouxu:rollup-1uvkb2y, r=jieyouxu | bors | -593/+731 |
| 2024-06-17 | Rollup merge of #126538 - Zalathar:graph, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -154/+46 |
| 2024-06-17 | Rollup merge of #126535 - Zalathar:covspans, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -204/+232 |
| 2024-06-17 | Rollup merge of #126531 - slanterns:error_provider, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -1/+51 |
| 2024-06-17 | Rollup merge of #126468 - RalfJung:euclid, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -4/+6 |
| 2024-06-17 | Rollup merge of #126346 - hermit-os:fd, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -13/+4 |
| 2024-06-17 | Rollup merge of #126288 - x4exr:patch-1, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2024-06-17 | Rollup merge of #126250 - epage:change, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-06-17 | Rollup merge of #125258 - compiler-errors:static-if-no-lt, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -210/+386 |
| 2024-06-17 | Auto merge of #125720 - folkertdev:optimize_for_size-ptr-rotate, r=Amanieu | bors | -2/+6 |
| 2024-06-16 | Auto merge of #126543 - petrochenkov:upctxt4, r=cjgillot | bors | -15/+25 |
| 2024-06-16 | doc: Added commas where needed | Rayyan Khan | -6/+6 |
| 2024-06-16 | Auto merge of #126563 - jieyouxu:rollup-7dbtmzk, r=jieyouxu | bors | -190/+526 |
| 2024-06-16 | Rollup merge of #126561 - kadiwa4:boxed_slice_into_iter_doc, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-16 | Rollup merge of #126560 - matthiaskrgr:morecrashes, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+222 |
| 2024-06-16 | Rollup merge of #126546 - joboet:move_pal_backtrace, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -27/+27 |
| 2024-06-16 | Rollup merge of #126536 - Rejyr:remove-unused-run-make-file, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -45/+6 |
| 2024-06-16 | Rollup merge of #126524 - klensy:bump-15-06-24, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -79/+20 |
| 2024-06-16 | Rollup merge of #126365 - Dirbaio:collapse-debuginfo-statics, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -2/+50 |
| 2024-06-16 | Rollup merge of #126192 - bjorn3:redox_patches, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -3/+96 |
| 2024-06-16 | Rollup merge of #126178 - rust-lang:cargo_update, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -33/+104 |
| 2024-06-16 | boxed_slice_into_iter: tiny doc correction | Kalle Wachsmuth | -1/+1 |
| 2024-06-16 | more ice tests | Matthias Krüger | -0/+222 |
| 2024-06-16 | Uplift OpaqueTypeKey too, use it in response | Michael Goulet | -51/+66 |
| 2024-06-16 | Add a note | Michael Goulet | -0/+6 |
| 2024-06-16 | Uplift ExternalConstraintData | Michael Goulet | -43/+79 |
| 2024-06-16 | Make ExternalConstraints just carry outlives | Michael Goulet | -20/+23 |
| 2024-06-16 | Stop using AssocKind in new solver | Michael Goulet | -13/+11 |
| 2024-06-16 | Move InferCtxtSelectExt out of eval_ctxt module | Michael Goulet | -3/+3 |
| 2024-06-16 | Uplift Reveal to rustc_type_ir | Michael Goulet | -48/+49 |
| 2024-06-16 | Auto merge of #126545 - petrochenkov:spimprove, r=BoxyUwU | bors | -14/+33 |
| 2024-06-16 | Add dedicated platform support page for Redox OS | bjorn3 | -3/+57 |
| 2024-06-16 | Use Linux file locking on Redox | Jeremy Soller | -0/+4 |
| 2024-06-16 | Add i686-unknown-redox target | bjorn3 | -0/+33 |
| 2024-06-16 | Several fixes to the redox target specs | Jeremy Soller | -1/+3 |
| 2024-06-16 | Auto merge of #126542 - GuillaumeGomez:migrate-run-make-duplicate-output-flav... | bors | -6/+6 |
| 2024-06-16 | std: move `sys_common::backtrace` to `sys` | joboet | -27/+27 |
| 2024-06-16 | rustc_span: Minor improvements | Vadim Petrochenkov | -14/+33 |
| 2024-06-16 | rustc_span: Optimize more hygiene operations using `Span::map_ctxt` | Vadim Petrochenkov | -15/+25 |
| 2024-06-16 | Migrate `run-make/duplicate-output-flavors` to `rmake.rs` | Guillaume Gomez | -6/+6 |
| 2024-06-16 | Apply suggestion. | Slanterns | -1/+3 |
| 2024-06-16 | Auto merge of #126540 - jhpratt:rollup-fzzz8j3, r=jhpratt | bors | -452/+447 |
| 2024-06-16 | Rollup merge of #126539 - lukaslueg:patch-1, r=jhpratt | Jacob Pratt | -9/+12 |
| 2024-06-16 | Rollup merge of #126309 - onur-ozkan:unify-git-utilization, r=Kobzol | Jacob Pratt | -95/+84 |
| 2024-06-16 | Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelix | Jacob Pratt | -348/+348 |
| 2024-06-16 | Rollup merge of #125112 - tbu-:pr_create_dir_all_empty, r=dtolnay | Jacob Pratt | -0/+3 |
| 2024-06-16 | Update `Arc::try_unwrap()` docs | lukaslueg | -9/+12 |