| Age | Commit message (Expand) | Author | Lines |
| 2023-03-30 | Check pointee metadata correctly in ui test | Michael Goulet | -13/+9 |
| 2023-03-30 | Don't ICE on DiscriminantKind projection in new solver | Michael Goulet | -2/+85 |
| 2023-03-29 | Auto merge of #108996 - pnkfelix:rollback-part-of-pr-104137-that-broke-wasm-l... | bors | -0/+8 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -95/+262 |
| 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 | 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 | 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-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 |
| 2023-03-29 | Test that TLS access works outside of the dylib it's defined in | John Kåre Alsaker | -0/+49 |
| 2023-03-28 | Fix mismatched punctuation in Debug impl of AttrId | David Tolnay | -1/+1 |
| 2023-03-29 | Auto merge of #109612 - scottmcm:instcombine-transmutes, r=cjgillot | bors | -4/+340 |
| 2023-03-28 | Simplify transmutes in MIR InstCombine | Scott McMurray | -4/+340 |
| 2023-03-28 | Auto merge of #108095 - soc:drop-contains, r=Amanieu | bors | -93/+0 |
| 2023-03-28 | Specialization involving RPITITs is broken so ignore the diagnostic differenc... | Santiago Pastorino | -2/+38 |
| 2023-03-29 | Inline and remove `SelectionContext::fast_reject_trait_refs`. | Nicholas Nethercote | -18/+4 |
| 2023-03-29 | Inline and remove `generic_args_may_unify`. | Nicholas Nethercote | -19/+12 |
| 2023-03-29 | Introduce `DeepRejectCtxt::substs_refs_may_unify`. | Nicholas Nethercote | -17/+23 |
| 2023-03-28 | check for intercrate mode when accessing the cache | lcnr | -5/+22 |
| 2023-03-28 | Check for overflow in assemble_candidates_after_normalizing_self_ty | Michael Goulet | -18/+105 |
| 2023-03-28 | rustdoc + rustdoc-json support for non_lifetime_binders | Michael Goulet | -29/+73 |
| 2023-03-28 | Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb | bors | -748/+1014 |
| 2023-03-28 | Add OpenHarmony targets | Amanieu d'Antras | -7/+238 |
| 2023-03-28 | [fix] don't panic on failure to acquire jobserver token | Daniil Belov | -2/+14 |
| 2023-03-28 | rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modules | Vadim Petrochenkov | -18/+1 |
| 2023-03-28 | address review comments | Rémy Rakic | -6/+8 |
| 2023-03-28 | Create AnnotationColumn struct to fix hard tab column numbers in errors | pommicket | -36/+117 |
| 2023-03-28 | Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnr | bors | -180/+476 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -152/+114 |
| 2023-03-28 | Rollup merge of #109562 - bjorn3:update_ar_archive_writer, r=Mark-Simulacrum | nils | -4/+4 |
| 2023-03-28 | Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726 | nils | -53/+67 |
| 2023-03-28 | Rollup merge of #109321 - compiler-errors:illegal-mono-w-regions, r=cjgillot | nils | -19/+48 |