| Age | Commit message (Expand) | Author | Lines |
| 2023-04-10 | Fix `x check --stage 1` when `download-ci-llvm=false` | Joshua Nelson | -22/+24 |
| 2023-04-09 | Separate out a `rustc_llvm_env` function | Joshua Nelson | -61/+67 |
| 2023-03-30 | Auto merge of #109499 - spastorino:new-rpitit-19, r=compiler-errors | bors | -33/+69 |
| 2023-03-30 | Auto merge of #109224 - oli-obk:smir, r=pnkfelix | bors | -11/+239 |
| 2023-03-30 | Auto merge of #107221 - kleisauke:getentropy-emscripten, r=ChrisDenton | bors | -4/+5 |
| 2023-03-29 | Auto merge of #109734 - matthiaskrgr:rollup-oy4nlli, r=matthiaskrgr | bors | -298/+516 |
| 2023-03-29 | Rollup merge of #109726 - GuillaumeGomez:doc-hidden-crate, r=notriddle | Matthias Krüger | -2/+15 |
| 2023-03-29 | Rollup merge of #109716 - scottmcm:field-to-fieldidx, r=oli-obk | Matthias Krüger | -157/+192 |
| 2023-03-29 | Rollup merge of #109700 - clubby789:tidy-fluent-escape, r=compiler-errors | Matthias Krüger | -9/+64 |
| 2023-03-29 | Rollup merge of #109693 - workingjubilee:maybe-unconstify-alloc, r=fee1-dead | Matthias Krüger | -54/+19 |
| 2023-03-29 | Rollup merge of #109675 - compiler-errors:object-heck, r=lcnr | Matthias Krüger | -9/+37 |
| 2023-03-29 | Rollup merge of #109554 - MU001999:master, r=WaffleLapkin | Matthias Krüger | -15/+94 |
| 2023-03-29 | Rollup merge of #109511 - compiler-errors:eval-ctxt-infcx-private, r=lcnr | Matthias Krüger | -50/+84 |
| 2023-03-29 | Rollup merge of #107387 - joboet:hermit_random, r=ChrisDenton | Matthias Krüger | -2/+11 |
| 2023-03-29 | Auto merge of #108996 - pnkfelix:rollback-part-of-pr-104137-that-broke-wasm-l... | bors | -0/+8 |
| 2023-03-29 | Check for escape sequences in Fluent resources | clubby789 | -9/+64 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -95/+262 |
| 2023-03-29 | Move canonicalization code around | Michael Goulet | -72/+47 |
| 2023-03-29 | Do not consider elaborated projection predicates for objects in new solver | Michael Goulet | -9/+37 |
| 2023-03-29 | Delete foo.rs | Felix S Klock II | -1/+0 |
| 2023-03-29 | Delete Makefile | Felix S Klock II | -11/+0 |
| 2023-03-29 | Bless some extra working tests under -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -3/+24 |
| 2023-03-29 | Properly skip RPITITs from ModChild and give a name in AssocItem | Santiago Pastorino | -9/+10 |
| 2023-03-29 | Walk return-position impl trait in trait deeply in associated_item_def_ids | Michael Goulet | -21/+35 |
| 2023-03-29 | Add regression test for #109695 | Guillaume Gomez | -0/+8 |
| 2023-03-29 | Don't strip crate module | Guillaume Gomez | -2/+7 |
| 2023-03-29 | Use #[cfg(target_thread_local)] on items | John Kåre Alsaker | -2/+4 |
| 2023-03-29 | Auto merge of #109670 - lqd:init-mask, r=oli-obk | bors | -103/+447 |
| 2023-03-29 | Auto merge of #109720 - Dylan-DPC:rollup-u564m8s, r=Dylan-DPC | bors | -138/+348 |
| 2023-03-29 | Update Emscripten on CI to 2.0.5 | Kleis Auke Wolthuizen | -2/+2 |
| 2023-03-29 | std: use `cvt` to handle errors from `read_entropy` on Hermit | joboet | -9/+3 |
| 2023-03-29 | Rollup merge of #109718 - scottmcm:indexvec-last, r=Nilstrieb | Dylan DPC | -5/+5 |
| 2023-03-29 | Rollup merge of #109713 - dtolnay:debugattrid, r=compiler-errors | Dylan DPC | -1/+1 |
| 2023-03-29 | Rollup merge of #109683 - compiler-errors:self-ty-overflow, r=lcnr | Dylan DPC | -18/+105 |
| 2023-03-29 | Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obk | Dylan DPC | -60/+153 |
| 2023-03-29 | Rollup merge of #109659 - krasimirgg:llvm17lto, r=nikic | Dylan DPC | -7/+10 |
| 2023-03-29 | Rollup merge of #109534 - petrochenkov:noprimuse, r=GuillaumeGomez | Dylan DPC | -18/+1 |
| 2023-03-29 | Rollup merge of #108335 - compiler-errors:non_lifetime_binders-rustdoc, r=Gui... | Dylan DPC | -29/+73 |
| 2023-03-29 | Rename `IndexVec::last` → `last_index` | Scott McMurray | -5/+5 |
| 2023-03-29 | Auto merge of #108792 - Amanieu:ohos, r=petrochenkov | bors | -7/+238 |
| 2023-03-29 | Use #[inline] on Windows for thread local access | John Kåre Alsaker | -48/+4 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -47/+207 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -157/+192 |
| 2023-03-29 | Auto merge of #109714 - matthiaskrgr:rollup-wipns5h, r=matthiaskrgr | bors | -102/+345 |
| 2023-03-29 | Rollup merge of #109708 - spastorino:new-rpitit-20, r=compiler-errors | Matthias Krüger | -2/+38 |
| 2023-03-29 | Rollup merge of #109705 - lcnr:coherence-caching, r=compiler-errors | Matthias Krüger | -5/+22 |
| 2023-03-29 | Rollup merge of #109694 - BelovDV:fix-panic-jobserver-token, r=bjorn3 | Matthias Krüger | -2/+14 |
| 2023-03-29 | Rollup merge of #109548 - pommicket:better-column-numbers-with-hard-tabs, r=p... | Matthias Krüger | -36/+117 |
| 2023-03-29 | Rollup merge of #109367 - nnethercote:opt-fast-rejection, r=compiler-errors | Matthias Krüger | -44/+29 |
| 2023-03-29 | Rollup merge of #109149 - mj10021:issue-108713-fix, r=compiler-errors,WaffleL... | Matthias Krüger | -13/+125 |