| Age | Commit message (Expand) | Author | Lines |
| 2023-05-03 | Constify slice flatten method | Konrad Borowski | -1/+1 |
| 2023-05-01 | Auto merge of #111026 - compiler-errors:only-typeck-root, r=cjgillot | bors | -1/+1 |
| 2023-05-01 | Auto merge of #111040 - matthiaskrgr:rollup-g2sns0f, r=matthiaskrgr | bors | -882/+812 |
| 2023-05-01 | Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-05-01 | Rollup merge of #111033 - Nadrieril:Nadrieril-triagebot, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-05-01 | Rollup merge of #111032 - clubby789:migrate-asm-diagnostics, r=compiler-errors | Matthias Krüger | -72/+179 |
| 2023-05-01 | Rollup merge of #111023 - tmiasko:multi-variant-capture, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2023-05-01 | Rollup merge of #111015 - cjgillot:chained-let-and, r=compiler-errors | Matthias Krüger | -3/+10 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -806/+593 |
| 2023-04-30 | Close parentheses for `offset_of` in AST pretty printing | Nilstrieb | -1/+5 |
| 2023-04-30 | Ping Nadrieril when changing exhaustiveness checking | Nadrieril | -0/+4 |
| 2023-04-30 | Migrate `builtin_macros::asm` diagnostics to translatable diagnostics | clubby789 | -72/+179 |
| 2023-04-30 | Auto merge of #110427 - Nilstrieb:parallel-bootstrap-startup, r=albertlarsan68 | bors | -15/+86 |
| 2023-04-30 | Parallelize initial rust extraction | Nilstrieb | -2/+68 |
| 2023-04-30 | Only cache typeck results if it's the typeck root | Michael Goulet | -1/+1 |
| 2023-04-30 | Test precise capture with a multi-variant enum and exhaustive patterns | Tomasz Miąsko | -0/+21 |
| 2023-04-30 | Auto merge of #111017 - matthiaskrgr:rollup-yy9updi, r=matthiaskrgr | bors | -139/+268 |
| 2023-04-30 | Rollup merge of #111000 - JohnBobbo96:core_option_unneeded_function, r=jyn514 | Matthias Krüger | -6/+2 |
| 2023-04-30 | Rollup merge of #110999 - clubby789:bootstrap-stderr, r=Mark-Simulacrum | Matthias Krüger | -37/+47 |
| 2023-04-30 | Rollup merge of #110996 - loongarch-rs:fix-bootstrap, r=ozkanonur | Matthias Krüger | -1/+1 |
| 2023-04-30 | Rollup merge of #110732 - cjgillot:unit-const-prop, r=tmiasko | Matthias Krüger | -75/+79 |
| 2023-04-30 | Rollup merge of #110631 - notriddle:notriddle/impl-trait-cycle, r=GuillaumeGomez | Matthias Krüger | -19/+127 |
| 2023-04-30 | Rollup merge of #110118 - jyn514:download-error, r=Mark-Simulacrum | Matthias Krüger | -1/+12 |
| 2023-04-30 | Remove wrong assertion. | Camille GILLOT | -3/+10 |
| 2023-04-30 | Auto merge of #103406 - Jules-Bertholet:from_clone_slice_to_box, r=dtolnay | bors | -8/+31 |
| 2023-04-30 | Auto merge of #110942 - Zalathar:coverage-tests, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-04-30 | Auto merge of #110935 - scottmcm:always-ord, r=Mark-Simulacrum | bors | -8/+8 |
| 2023-04-30 | Auto merge of #111001 - matthiaskrgr:rollup-u590scu, r=matthiaskrgr | bors | -119/+375 |
| 2023-04-29 | rustdoc: catch and don't blow up on impl Trait cycles | Michael Howell | -19/+127 |
| 2023-04-30 | Rollup merge of #110997 - scottmcm:slice-iter-comments, r=the8472 | Matthias Krüger | -6/+20 |
| 2023-04-30 | Rollup merge of #110984 - cjgillot:const-infer-lifetime, r=compiler-errors | Matthias Krüger | -2/+22 |
| 2023-04-30 | Rollup merge of #110983 - GuillaumeGomez:foreign-repr, r=notriddle | Matthias Krüger | -54/+136 |
| 2023-04-30 | Rollup merge of #110981 - jyn514:rustdoc-tests, r=notriddle | Matthias Krüger | -29/+40 |
| 2023-04-30 | Rollup merge of #110973 - bindsdev:packed-struct-ref-diagnostic-note, r=compi... | Matthias Krüger | -27/+55 |
| 2023-04-30 | Rollup merge of #110652 - ojeda:core-no_global_oom_handling-test, r=Mark-Simu... | Matthias Krüger | -0/+6 |
| 2023-04-30 | Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubilee | Matthias Krüger | -1/+96 |
| 2023-04-29 | Remove unneeded function call in `core::option`. | John Bobbo | -6/+2 |
| 2023-04-29 | `cfg`-gate `BoxFromSlice` trait | Jules Bertholet | -0/+1 |
| 2023-04-29 | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | -356/+344 |
| 2023-04-29 | Unify attributes retrieval for JSON and HTML rendering | Guillaume Gomez | -79/+76 |
| 2023-04-29 | Output some bootstrap messages on stderr | clubby789 | -37/+47 |
| 2023-04-29 | Extend foreign inlined item with `#[repr()]` test | Guillaume Gomez | -5/+39 |
| 2023-04-29 | Fix display of attributes for enums | Guillaume Gomez | -2/+2 |
| 2023-04-29 | Get `repr` information through `AdtDef` for foreign items | Guillaume Gomez | -21/+72 |
| 2023-04-29 | Improve internal field comments on `slice::Iter(Mut)` | Scott McMurray | -6/+20 |
| 2023-04-29 | Auto merge of #110576 - jyn514:unify-test-args, r=ozkanonur | bors | -349/+215 |
| 2023-04-30 | bootstrap: Fix compile error: unused-mut | WANG Rui | -1/+1 |
| 2023-04-29 | Fix `x test --no-deps` | jyn | -34/+58 |
| 2023-04-29 | Combine several `Step`s into a single step with multiple paths | jyn | -115/+22 |
| 2023-04-29 | Convert the rest of the `test` Steps to run_cargo_test | jyn | -85/+79 |