| Age | Commit message (Expand) | Author | Lines |
| 2022-11-07 | Rollup merge of #104066 - TimNN:riscv-layout, r=nikic | Yuki Okushi | -6/+10 |
| 2022-11-07 | Rollup merge of #104059 - Rejyr:rustc_middle-lint-typo, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2022-11-07 | Rollup merge of #104045 - Ayush1325:type_array, r=nikic | Yuki Okushi | -25/+26 |
| 2022-11-07 | Rollup merge of #103914 - nnethercote:close-42326, r=petrochenkov | Yuki Okushi | -14/+7 |
| 2022-11-07 | Make underscore_literal_suffix a hard error. | Nicholas Nethercote | -14/+7 |
| 2022-11-06 | LLVM 16: Update RISCV data layout | Tim Neumann | -6/+10 |
| 2022-11-06 | Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726 | bors | -46/+72 |
| 2022-11-06 | fix: typo | Rejyr | -1/+1 |
| 2022-11-06 | Auto merge of #103861 - compiler-errors:codegen-select-in-vtable-slot, r=nagisa | bors | -18/+6 |
| 2022-11-06 | Auto merge of #103720 - crlf0710:most_translation_attr, r=compiler-errors | bors | -3/+4 |
| 2022-11-06 | Add type_array to BaseTypeMethods | Ayush Singh | -25/+26 |
| 2022-11-06 | Auto merge of #104043 - matthiaskrgr:rollup-sttf9e8, r=matthiaskrgr | bors | -15/+50 |
| 2022-11-06 | Rollup merge of #104016 - Nilstrieb:query-descs-more, r=compiler-errors | Matthias Krüger | -11/+22 |
| 2022-11-06 | Rollup merge of #103012 - chenyukang:fix-102806, r=davidtwco,compiler-errors | Matthias Krüger | -4/+28 |
| 2022-11-06 | Auto merge of #102618 - aliemjay:simplify-closure-promote, r=compiler-errors | bors | -258/+103 |
| 2022-11-05 | Fix typo | Michael Goulet | -2/+2 |
| 2022-11-06 | Auto merge of #103975 - oli-obk:tracing, r=jackh726 | bors | -56/+23 |
| 2022-11-05 | Auto merge of #104009 - Nilstrieb:query-unify-config-desc, r=jyn514 | bors | -45/+42 |
| 2022-11-05 | Auto merge of #102458 - JohnTitor:stabilize-instruction-set, r=oli-obk | bors | -7/+3 |
| 2022-11-05 | Bless chalk tests | Michael Goulet | -1/+2 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -9/+29 |
| 2022-11-05 | Enforce rust-check ABI in signatures, calls | Michael Goulet | -39/+44 |
| 2022-11-05 | Rollup merge of #103972 - oli-obk:unoptional, r=fee1-dead | Matthias Krüger | -10/+10 |
| 2022-11-05 | Rollup merge of #103927 - fee1-dead-contrib:E0425-no-typo-when-pattern-matchi... | Matthias Krüger | -2/+13 |
| 2022-11-05 | Add internal descriptions to a few queries | Nilstrieb | -1/+17 |
| 2022-11-05 | Simplify code | Nilstrieb | -10/+5 |
| 2022-11-05 | Do not make typo suggestions when suggesting pattern matching | Deadbeef | -2/+13 |
| 2022-11-05 | Merge `QueryDescription` into `QueryConfig` | Nilstrieb | -45/+42 |
| 2022-11-05 | Auto merge of #103831 - chenyukang:yukang/fix-103751-ice, r=nagisa | bors | -2/+2 |
| 2022-11-05 | Auto merge of #103691 - michaelwoerister:consistent-slice-and-str-cpp-like-de... | bors | -13/+13 |
| 2022-11-05 | Rollup merge of #103994 - clubby789:break-unlabeled, r=TaKO8Ki | Dylan DPC | -3/+10 |
| 2022-11-05 | Rollup merge of #103867 - compiler-errors:no-has-errors, r=cjgillot | Dylan DPC | -14/+1 |
| 2022-11-05 | Rollup merge of #103866 - compiler-errors:fn-ctxt-less-state, r=fee1-dead | Dylan DPC | -27/+15 |
| 2022-11-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -120/+133 |
| 2022-11-05 | Rollup merge of #103621 - fee1-dead-contrib:iat-fix-use, r=cjgillot | Dylan DPC | -0/+14 |
| 2022-11-05 | use spans in TypeTest rather than mir::Location | Ali MJ Al-Nasrawy | -23/+11 |
| 2022-11-05 | simplify applying closure requirements | Ali MJ Al-Nasrawy | -235/+92 |
| 2022-11-05 | Specify that `break` cannot be used outside of loop *or* labeled block | clubby789 | -3/+10 |
| 2022-11-05 | Rollup merge of #103984 - V0ldek:103974-refactor-mk_const, r=BoxyUwU | Matthias Krüger | -104/+74 |
| 2022-11-05 | Rollup merge of #103977 - TimNN:memory-effects, r=nikic | Matthias Krüger | -10/+63 |
| 2022-11-05 | Rollup merge of #103946 - camsteffen:cleanup-bind-pattern, r=cjgillot | Matthias Krüger | -37/+14 |
| 2022-11-05 | Rollup merge of #103868 - compiler-errors:trait-engine-less, r=jackh726 | Matthias Krüger | -86/+57 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -104/+74 |
| 2022-11-04 | LLVM 16: Switch to using MemoryEffects | Tim Neumann | -10/+63 |
| 2022-11-04 | Rollup merge of #103964 - clubby789:lint-enclosing-unsafe, r=compiler-errors | Matthias Krüger | -9/+34 |
| 2022-11-04 | Rollup merge of #103937 - BoxyUwU:misc_cleanups, r=compiler-errors | Matthias Krüger | -101/+56 |
| 2022-11-04 | Rollup merge of #103897 - Amanieu:llvm-58384, r=davidtwco | Matthias Krüger | -3/+54 |
| 2022-11-04 | Rollup merge of #103792 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru... | Matthias Krüger | -99/+298 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -93/+209 |
| 2022-11-04 | Some tracing and comment cleanups | Oli Scherer | -56/+23 |