| Age | Commit message (Expand) | Author | Lines |
| 2023-04-25 | Auto merge of #110325 - obeis:hir-analysis-migrate-diagnostics-4, r=davidtwco | bors | -84/+251 |
| 2023-04-25 | Auto merge of #101069 - zhaixiaojuan:loongarch64-inline-asm, r=Amanieu | bors | -0/+168 |
| 2023-04-25 | Add loongarch64 asm! support | zhaixiaojuan | -0/+168 |
| 2023-04-25 | Rollup merge of #110782 - matthiaskrgr:revert_panic_oom, r=Amanieu | Matthias Krüger | -18/+361 |
| 2023-04-25 | Rollup merge of #110755 - TimNN:exp-tls, r=durin42 | Matthias Krüger | -0/+5 |
| 2023-04-25 | Rollup merge of #110563 - bryangarza:refactor-trait-selection-error-reporting... | Matthias Krüger | -441/+680 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -13/+356 |
| 2023-04-25 | Revert "Rename -Zoom=panic to -Zoom=unwind" | Matthias Krüger | -5/+5 |
| 2023-04-25 | Rollup merge of #110750 - scottmcm:vardebug-size, r=cjgillot | Yuki Okushi | -0/+2 |
| 2023-04-25 | Rollup merge of #110685 - cjgillot:clean-dcp, r=oli-obk | Yuki Okushi | -73/+52 |
| 2023-04-25 | Rollup merge of #110681 - klensy:cut-dep, r=lcnr | Yuki Okushi | -12/+3 |
| 2023-04-25 | Rollup merge of #110539 - WaffleLapkin:split_index_vec&slice, r=cjgillot | Yuki Okushi | -514/+532 |
| 2023-04-24 | Fix `rustc_index` imports outside the compiler | Maybe Waffle | -1/+1 |
| 2023-04-24 | Decorative changes to `IndexVec` | Maybe Waffle | -13/+12 |
| 2023-04-24 | `const`-ify some `{IndexVec, IndexSlice}` methods | Maybe Waffle | -11/+11 |
| 2023-04-24 | move index code around | Maybe Waffle | -99/+100 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -454/+472 |
| 2023-04-24 | Auto merge of #110672 - Ezrashaw:allow-array-simd-in-inline-asm, r=workingjub... | bors | -13/+25 |
| 2023-04-24 | [LLVM17] Adapt to `ExplicitEmulatedTLS` removal. | Tim Neumann | -0/+5 |
| 2023-04-24 | Rollup merge of #110714 - cjgillot:reveal-consts, r=oli-obk | Matthias Krüger | -9/+23 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -2/+3 |
| 2023-04-24 | Rollup merge of #110566 - compiler-errors:bad-projection-term, r=cjgillot,Box... | Matthias Krüger | -8/+23 |
| 2023-04-24 | Rollup merge of #110514 - compiler-errors:remove-find_map_relevant_impl, r=b-... | Matthias Krüger | -133/+143 |
| 2023-04-24 | Rollup merge of #110255 - clubby789:proc-macro-test-help, r=jackh726 | Matthias Krüger | -5/+17 |
| 2023-04-23 | Add size asserts for MIR `SourceScopeData` & `VarDebugInfo` | Scott McMurray | -0/+2 |
| 2023-04-24 | Auto merge of #109590 - Nilstrieb:copy-hir, r=oli-obk | bors | -111/+72 |
| 2023-04-24 | Auto merge of #110736 - matthiaskrgr:rollup-gorv8zp, r=matthiaskrgr | bors | -12/+23 |
| 2023-04-23 | Don't create projection ty for const projection | Michael Goulet | -8/+23 |
| 2023-04-23 | Rollup merge of #110700 - compiler-errors:fn-ret-fn, r=oli-obk | Matthias Krüger | -11/+20 |
| 2023-04-23 | Rollup merge of #110668 - ehuss:fix-native-cpu-list, r=cuviper | Matthias Krüger | -1/+3 |
| 2023-04-23 | Auto merge of #110281 - ozkanonur:multiarch-compatible-sysroot-finding, r=jac... | bors | -17/+18 |
| 2023-04-23 | Fix printing native CPU on cross-compiled compiler. | Eric Huss | -1/+3 |
| 2023-04-23 | Auto merge of #110705 - saethlin:ignore-locals-cost, r=cjgillot | bors | -34/+0 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -99/+89 |
| 2023-04-23 | Auto merge of #107404 - cjgillot:const-debuginfo, r=oli-obk | bors | -1/+2 |
| 2023-04-23 | Use param_env_reveal_all_normalized in MIR opts. | Camille GILLOT | -8/+10 |
| 2023-04-23 | Also reveal constants before MIR opts. | Camille GILLOT | -1/+13 |
| 2023-04-23 | Auto merge of #110497 - cjgillot:span-ctxt, r=b-naber | bors | -10/+14 |
| 2023-04-23 | allow array-style simd in inline asm | Ezra Shaw | -13/+25 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -2/+3 |
| 2023-04-22 | Remove the size of locals heuristic in MIR inlining | Ben Kimock | -34/+0 |
| 2023-04-22 | Auto merge of #110703 - clubby789:synstructure-remove, r=Nilstrieb | bors | -1/+0 |
| 2023-04-22 | Turn on ConstDebugInfo pass. | Wesley Wiser | -1/+1 |
| 2023-04-22 | Set debug location to debug operand spill. | Camille GILLOT | -0/+1 |
| 2023-04-22 | Remove unused `synstructure` dep | clubby789 | -1/+0 |
| 2023-04-22 | Also arena-allocate `ast::MacroDef` to make `Item: Copy` | Nilstrieb | -5/+6 |
| 2023-04-22 | Impl `Copy` for almost all HIR types | Nilstrieb | -106/+66 |
| 2023-04-22 | Auto merge of #110523 - ecnelises:llvm_isa_fix, r=cuviper | bors | -8/+8 |
| 2023-04-22 | Don't infer fn return type to return itself | Michael Goulet | -11/+20 |
| 2023-04-22 | Auto merge of #110674 - compiler-errors:expect-projection-term-eq-succeeds, r... | bors | -5/+10 |