| Age | Commit message (Expand) | Author | Lines |
| 2023-04-04 | Rollup merge of #109896 - Nilstrieb:integers-are-not-fn-ptrs-remember-this-de... | Yuki Okushi | -8/+14 |
| 2023-04-03 | Auto merge of #109819 - scottmcm:index-slice, r=WaffleLapkin | bors | -118/+168 |
| 2023-04-03 | Never consider int and float vars for `FnPtr` candidates | Nilstrieb | -8/+14 |
| 2023-04-03 | fix(middle): emit error rather than delay bug when reaching limit | bohan | -5/+21 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -118/+168 |
| 2023-04-02 | Auto merge of #109849 - scottmcm:more-fieldidx-rebase, r=oli-obk | bors | -46/+51 |
| 2023-04-02 | Auto merge of #109008 - clubby789:drop-elaborate-array, r=davidtwco | bors | -18/+54 |
| 2023-04-02 | Rollup merge of #109846 - matthiaskrgr:clippy2023_04_III, r=Nilstrieb | Nilstrieb | -30/+21 |
| 2023-04-02 | Rollup merge of #109844 - matthiaskrgr:clippy2023_04, r=Nilstrieb | Nilstrieb | -18/+13 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -46/+51 |
| 2023-04-01 | slighty simplify a few boolean expressions (clippy::nonminimal_bool) | Matthias Krüger | -5/+4 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -10/+7 |
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -15/+10 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -18/+13 |
| 2023-04-01 | Fix `non_exhaustive_omitted_patterns` on arguments | clubby789 | -0/+3 |
| 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 |