| Age | Commit message (Expand) | Author | Lines |
| 2024-09-03 | Clarify a comment. | Nicholas Nethercote | -1/+2 |
| 2024-09-03 | Reduce visibility of `MirPass` and related things. | Nicholas Nethercote | -10/+10 |
| 2024-09-03 | Move `MirPass` to `rustc_mir_transform`. | Nicholas Nethercote | -162/+143 |
| 2024-09-03 | Adjust `SanityCheck`. | Nicholas Nethercote | -42/+50 |
| 2024-09-02 | Auto merge of #129317 - compiler-errors:expectation-subtyping, r=lcnr | bors | -82/+94 |
| 2024-09-02 | Auto merge of #129873 - matthiaskrgr:rollup-bv849ud, r=matthiaskrgr | bors | -232/+305 |
| 2024-09-02 | Auto merge of #129798 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-09-02 | Rollup merge of #129858 - compiler-errors:async-def, r=cjgillot | Matthias Krüger | -1/+13 |
| 2024-09-02 | Rollup merge of #129843 - tgross35:triagebot-vacation, r=tgross35 | Matthias Krüger | -1/+8 |
| 2024-09-02 | Rollup merge of #129842 - no1wudi:master, r=saethlin | Matthias Krüger | -1/+0 |
| 2024-09-02 | Rollup merge of #129837 - aDotInTheVoid:test-better-json, r=jieyouxu | Matthias Krüger | -4/+15 |
| 2024-09-02 | Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=Noratrieb | Matthias Krüger | -15/+15 |
| 2024-09-02 | Rollup merge of #129793 - lolbinarycat:doc-missing-newlines, r=workingjubilee | Matthias Krüger | -2/+4 |
| 2024-09-02 | Rollup merge of #129738 - nnethercote:rustc_mir_transform-cleanups, r=cjgillot | Matthias Krüger | -202/+100 |
| 2024-09-02 | Rollup merge of #129678 - compiler-errors:type-ir-inherent, r=fmease | Matthias Krüger | -2/+87 |
| 2024-09-02 | Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdoc | Matthias Krüger | -4/+63 |
| 2024-09-02 | Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu | bors | -9/+26 |
| 2024-09-01 | add extra linebreaks so rustdoc can identify the first sentence | binarycat | -2/+4 |
| 2024-09-01 | Auto merge of #129854 - Kobzol:revert-127537, r=lqd | bors | -511/+27 |
| 2024-09-01 | Deny imports of rustc_type_ir::inherent outside of type ir + new trait solver | Michael Goulet | -2/+87 |
| 2024-09-01 | Auto merge of #127313 - cjgillot:single-expect, r=jieyouxu | bors | -382/+171 |
| 2024-09-01 | Replace walk with visit so we dont skip outermost expr kind in def collector | Michael Goulet | -1/+13 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -511/+27 |
| 2024-09-01 | Auto merge of #127897 - nyurik:add-qnx-70-target, r=saethlin | bors | -40/+84 |
| 2024-09-01 | Auto merge of #129841 - matthiaskrgr:rollup-pkavdtl, r=matthiaskrgr | bors | -234/+876 |
| 2024-08-31 | Mark myself as on vacation for triagebot | Trevor Gross | -1/+8 |
| 2024-09-01 | Fix LLVM ABI NAME for riscv64imac-unknown-nuttx-elf | Huang Qi | -1/+0 |
| 2024-09-01 | Rollup merge of #129832 - eduardosm:stray-dot, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-09-01 | Rollup merge of #129780 - cyrgani:master, r=compiler-errors | Matthias Krüger | -0/+77 |
| 2024-09-01 | Rollup merge of #129672 - saethlin:enum-debuginfo-tests, r=Mark-Simulacrum | Matthias Krüger | -25/+14 |
| 2024-09-01 | Rollup merge of #129619 - sunshowers:update-stacker, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2024-09-01 | Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkov | Matthias Krüger | -97/+91 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -61/+628 |
| 2024-09-01 | Rollup merge of #128641 - Konippi:standardize-duplicate-processes-in-parser, ... | Matthias Krüger | -32/+24 |
| 2024-09-01 | Rollup merge of #128495 - joboet:more_memcmp, r=scottmcm | Matthias Krüger | -14/+37 |
| 2024-09-01 | Auto merge of #129790 - BoxyUwU:bump-version, r=BoxyUwU | bors | -1/+1 |
| 2024-08-31 | Actually parse stdout json, instead of using hacky contains logic. | Alona Enraght-Moony | -4/+15 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -101/+559 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -97/+91 |
| 2024-08-31 | Inline expected_inputs_for_expected_output into check_argument_types/check_ex... | Michael Goulet | -77/+71 |
| 2024-08-31 | Use equality when relating formal and expected type in arg checking | Michael Goulet | -5/+23 |
| 2024-08-31 | Remove stray dot in `std::char::from_u32_unchecked` documentation | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-08-31 | Rollup merge of #129826 - Alcaro:patch-1, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-08-31 | Rollup merge of #129824 - GuillaumeGomez:code-example-buttons-mobile, r=notri... | Matthias Krüger | -2/+8 |
| 2024-08-31 | Rollup merge of #129818 - RalfJung:const-stability, r=compiler-errors | Matthias Krüger | -6/+5 |
| 2024-08-31 | Rollup merge of #129816 - RalfJung:tidy-feature-issue-mismatch, r=compiler-er... | Matthias Krüger | -1/+2 |
| 2024-08-31 | Rollup merge of #129782 - matthiaskrgr:c, r=jieyouxu | Matthias Krüger | -0/+54 |
| 2024-08-31 | Rollup merge of #129762 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -25/+34 |
| 2024-08-31 | Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJung | Matthias Krüger | -17/+260 |
| 2024-08-31 | Rollup merge of #129651 - onur-ozkan:stage0-target-sanity-check, r=Kobzol | Matthias Krüger | -8/+9 |