| Age | Commit message (Expand) | Author | Lines |
| 2023-03-30 | Rollup merge of #109748 - compiler-errors:new-solver-discr-kind-ice, r=lcnr | Yuki Okushi | -5/+43 |
| 2023-03-30 | Remove an out-of-date comment on `QueryCache::lookup`. | Nicholas Nethercote | -3/+0 |
| 2023-03-30 | `CacheAligned` and `Sharded` don't need to derive `Clone`. | Nicholas Nethercote | -2/+1 |
| 2023-03-30 | Remove `RwLock::clone_guard`. | Nicholas Nethercote | -12/+0 |
| 2023-03-30 | Improve the `rustc_data_structures::sync` module doc comment. | Nicholas Nethercote | -19/+44 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -16/+8 |
| 2023-03-30 | Auto merge of #109499 - spastorino:new-rpitit-19, r=compiler-errors | bors | -24/+28 |
| 2023-03-30 | Auto merge of #109224 - oli-obk:smir, r=pnkfelix | bors | -7/+212 |
| 2023-03-30 | deep reject only unify numeric var with concrete numeric | Michael Goulet | -0/+4 |
| 2023-03-30 | canonicalize float var as float in new solver | Michael Goulet | -1/+1 |
| 2023-03-30 | Check pointee metadata correctly in ui test | Michael Goulet | -3/+1 |
| 2023-03-30 | Don't ICE on DiscriminantKind projection in new solver | Michael Goulet | -2/+42 |
| 2023-03-29 | Don't ICE on placeholder consts in deep reject | Michael Goulet | -1/+5 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -16/+8 |
| 2023-03-29 | Auto merge of #109734 - matthiaskrgr:rollup-oy4nlli, r=matthiaskrgr | bors | -232/+379 |
| 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 | -7/+28 |
| 2023-03-29 | Rollup merge of #109675 - compiler-errors:object-heck, r=lcnr | Matthias Krüger | -3/+16 |
| 2023-03-29 | Rollup merge of #109554 - MU001999:master, r=WaffleLapkin | Matthias Krüger | -15/+59 |
| 2023-03-29 | Rollup merge of #109511 - compiler-errors:eval-ctxt-infcx-private, r=lcnr | Matthias Krüger | -50/+84 |
| 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 | -7/+28 |
| 2023-03-29 | Freshen normalizes-to hack goal RHS in the evaluate loop | Michael Goulet | -43/+70 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -47/+207 |
| 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 | -3/+16 |
| 2023-03-29 | Properly skip RPITITs from ModChild and give a name in AssocItem | Santiago Pastorino | -8/+9 |
| 2023-03-29 | Walk return-position impl trait in trait deeply in associated_item_def_ids | Michael Goulet | -16/+19 |
| 2023-03-29 | Auto merge of #109670 - lqd:init-mask, r=oli-obk | bors | -101/+445 |
| 2023-03-29 | Switch to LLD as default linker for {arm,thumb}v4t-none-eabi | Quinn Painter | -19/+3 |
| 2023-03-29 | Auto merge of #109720 - Dylan-DPC:rollup-u564m8s, r=Dylan-DPC | bors | -54/+112 |
| 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/+53 |
| 2023-03-29 | Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obk | Dylan DPC | -23/+43 |
| 2023-03-29 | Rollup merge of #109659 - krasimirgg:llvm17lto, r=nikic | Dylan DPC | -7/+10 |
| 2023-03-29 | Rename `IndexVec::last` → `last_index` | Scott McMurray | -5/+5 |
| 2023-03-29 | Auto merge of #108792 - Amanieu:ohos, r=petrochenkov | bors | -1/+77 |
| 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 | -97/+180 |
| 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/+2 |
| 2023-03-29 | Rollup merge of #109548 - pommicket:better-column-numbers-with-hard-tabs, r=p... | Matthias Krüger | -36/+85 |
| 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 | -10/+42 |
| 2023-03-28 | Fix mismatched punctuation in Debug impl of AttrId | David Tolnay | -1/+1 |
| 2023-03-28 | Simplify transmutes in MIR InstCombine | Scott McMurray | -4/+50 |
| 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 |