| Age | Commit message (Expand) | Author | Lines |
| 2023-04-02 | Do not repeat idx | Mu42 | -5/+6 |
| 2023-04-01 | Auto merge of #109721 - QuinnPainter:armv4t-lld, r=petrochenkov | bors | -19/+3 |
| 2023-03-31 | Auto merge of #109165 - aliemjay:fix-ice-annotation, r=davidtwco | bors | -2/+2 |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -64/+48 |
| 2023-03-31 | Rollup merge of #109805 - nnethercote:source_map-cleanups, r=bjorn3 | Guillaume Gomez | -25/+26 |
| 2023-03-31 | Rollup merge of #109798 - est31:ftl_test_note, r=davidtwco | Guillaume Gomez | -14/+9 |
| 2023-03-31 | Rollup merge of #109680 - clubby789:array-subslice-2229, r=davidtwco | Guillaume Gomez | -3/+2 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -22/+11 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -160/+558 |
| 2023-03-31 | allow ReError in CanonicalUserTypeAnnotation | Ali MJ Al-Nasrawy | -2/+2 |
| 2023-03-31 | Auto merge of #109787 - scottmcm:index-slice, r=cjgillot | bors | -70/+160 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -2/+279 |
| 2023-03-31 | Auto merge of #109803 - matthiaskrgr:rollup-mojot7k, r=matthiaskrgr | bors | -16/+10 |
| 2023-03-31 | Rollup merge of #109779 - uweigand:s390x-gccjit-libc, r=WaffleLapkin | Matthias Krüger | -16/+10 |
| 2023-03-31 | Improve `with_source_map`. | Nicholas Nethercote | -11/+14 |
| 2023-03-31 | Remove an unnecessary use of `with_session_globals`. | Nicholas Nethercote | -14/+12 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -104/+127 |
| 2023-03-31 | Don't emit the OS error in a note | est31 | -3/+6 |
| 2023-03-31 | Use std::fs::read_to_file in fluent_messages macro | est31 | -11/+3 |
| 2023-03-31 | Auto merge of #109750 - compiler-errors:deep-reject-less-permissive-num-var, ... | bors | -0/+4 |
| 2023-03-31 | Update doc(primitive) in rustc_resolve | Guillaume Gomez | -3/+5 |
| 2023-03-30 | Auto merge of #109791 - compiler-errors:rollup-c3o710k, r=compiler-errors | bors | -193/+254 |
| 2023-03-30 | Rename doc(primitive) into rustc_doc_primitive | Guillaume Gomez | -19/+6 |
| 2023-03-30 | Rollup merge of #109758 - nnethercote:parallel-cleanups, r=cjgillot | Michael Goulet | -36/+45 |
| 2023-03-30 | Rollup merge of #109739 - compiler-errors:new-solver-closure-fnonce, r=lcnr | Michael Goulet | -3/+14 |
| 2023-03-30 | Rollup merge of #109704 - petrochenkov:effvisclean, r=jackh726 | Michael Goulet | -42/+35 |
| 2023-03-30 | Rollup merge of #109679 - compiler-errors:normalizes-to-hack-2, r=lcnr,BoxyUwU | Michael Goulet | -43/+70 |
| 2023-03-30 | Rollup merge of #109522 - bzEq:aix-current-dll-path, r=Nilstrieb | Michael Goulet | -0/+44 |
| 2023-03-30 | Rollup merge of #109347 - cjgillot:issue-109305, r=WaffleLapkin | Michael Goulet | -69/+46 |
| 2023-03-30 | Auto merge of #109740 - compiler-errors:new-solver-deep-reject-placeholder-co... | bors | -1/+5 |
| 2023-03-30 | Add `IndexSlice` to go with `IndexVec` | Scott McMurray | -70/+160 |
| 2023-03-30 | Update gccjit and remove libc 0.1 dependency | Ulrich Weigand | -16/+10 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -104/+127 |
| 2023-03-30 | Closures always implement FnOnce in new solver | Michael Goulet | -3/+14 |
| 2023-03-30 | Auto merge of #109769 - JohnTitor:rollup-7n2bnpg, r=JohnTitor | bors | -6/+44 |
| 2023-03-30 | Rollup merge of #109749 - compiler-errors:new-solver-float-var, r=lcnr | Yuki Okushi | -1/+1 |
| 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 |