| Age | Commit message (Expand) | Author | Lines |
| 2023-07-06 | Add a regression test for #112895 | Yuki Okushi | -0/+40 |
| 2023-07-06 | Add a regression test for #109054 | Yuki Okushi | -0/+34 |
| 2023-07-05 | allow mixing `llvm.assertions` and `download-rustc` | jyn | -22/+22 |
| 2023-07-05 | Patch clippy | Oli Scherer | -3/+4 |
| 2023-07-05 | Auto merge of #113370 - compiler-errors:rollup-8gvyy8e, r=compiler-errors | bors | -1459/+2035 |
| 2023-07-05 | don't try to cross-compile sanitizer tests | jyn | -1/+6 |
| 2023-07-05 | fix `x test --stage 0 core` | jyn | -1/+1 |
| 2023-07-05 | check ci-rustc options | jyn | -3/+39 |
| 2023-07-05 | Make `--dry-run` more useful when download-rustc is enabled | jyn | -2/+6 |
| 2023-07-05 | Document magic boolean | Oli Scherer | -1/+3 |
| 2023-07-05 | Fix submodule handling when the current branch is named after a tag | jyn | -0/+3 |
| 2023-07-05 | Name the destructure_mir_constant query appropriately | Oli Scherer | -6/+6 |
| 2023-07-05 | Use options instead of errors if the errors are never needed | Oli Scherer | -13/+11 |
| 2023-07-05 | Remove a function argument that is always passed with the same value. | Oli Scherer | -46/+21 |
| 2023-07-05 | Specialize `DestructuredConstant` to its one user (pretty printing) | Oli Scherer | -8/+13 |
| 2023-07-05 | Specialize `try_destructure_mir_constant` for its sole user | Oli Scherer | -18/+23 |
| 2023-07-05 | Rollup merge of #113356 - he32:netbsd-riscv64, r=oli-obk | Michael Goulet | -2/+32 |
| 2023-07-05 | Rollup merge of #113355 - Zalathar:ssa, r=oli-obk | Michael Goulet | -168/+88 |
| 2023-07-05 | Rollup merge of #113337 - compiler-errors:next-solver-winnow-specializing, r=... | Michael Goulet | -4/+37 |
| 2023-07-05 | Rollup merge of #113321 - BoxyUwU:move_constkind_to_typeir, r=oli-obk | Michael Goulet | -250/+459 |
| 2023-07-05 | Rollup merge of #113320 - oli-obk:eval_obligation_query, r=petrochenkov,BoxyUwU | Michael Goulet | -55/+443 |
| 2023-07-05 | Rollup merge of #113319 - lcnr:type-param-def-def-id, r=compiler-errors | Michael Goulet | -8/+8 |
| 2023-07-05 | Rollup merge of #113317 - lcnr:sketchy-new-select, r=oli-obk | Michael Goulet | -84/+87 |
| 2023-07-05 | Rollup merge of #113010 - klensy:ri-rls-fmt, r=ozkanonur | Michael Goulet | -888/+881 |
| 2023-07-05 | Update compiler-builtins to 0.1.95 | jyn | -4/+3 |
| 2023-07-05 | Add support for NetBSD/riscv64 aka. riscv64gc-unknown-netbsd. | Havard Eidnes | -2/+32 |
| 2023-07-05 | Auto merge of #113210 - fee1-dead-contrib:effects-mvp, r=oli-obk | bors | -26/+269 |
| 2023-07-05 | Add regression test | León Orell Valerian Liehr | -0/+24 |
| 2023-07-05 | Revert "use new c literals instead of cstr! macro" | León Orell Valerian Liehr | -52/+75 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -23/+26 |
| 2023-07-05 | Revert "fix ptr cast" | León Orell Valerian Liehr | -9/+7 |
| 2023-07-05 | Revert the lexing of c_str_literals | León Orell Valerian Liehr | -23/+96 |
| 2023-07-05 | Auto merge of #112594 - ChrisDenton:process=-kill, r=Amanieu | bors | -14/+32 |
| 2023-07-05 | resolve: Add comments explaining use of `Interned` | Vadim Petrochenkov | -0/+6 |
| 2023-07-05 | resolve: Use `Interned` for `Module` | Vadim Petrochenkov | -65/+59 |
| 2023-07-05 | resolve: Use `Interned` for `Import` | Vadim Petrochenkov | -71/+58 |
| 2023-07-05 | resolve: Use `Interned` for `NameBinding` | Vadim Petrochenkov | -124/+106 |
| 2023-07-05 | Move `coverageinfo::ffi` and `coverageinfo::map` out of SSA | Zalathar | -6/+6 |
| 2023-07-05 | Remove trait `CoverageInfoMethods`, since non-LLVM backends don't need it | Zalathar | -60/+13 |
| 2023-07-05 | Narrow trait `CoverageInfoBuilderMethods` down to just one method | Zalathar | -102/+69 |
| 2023-07-05 | Workaround for old android not having echo | Chris Denton | -1/+8 |
| 2023-07-05 | Auto merge of #112319 - oli-obk:assoc_ty_sized_bound_for_object_safety2, r=co... | bors | -404/+652 |
| 2023-07-05 | Deal with fallout | Boxy | -29/+47 |
| 2023-07-05 | move `ConstKind` to typeir and move inherent impls to `Const` | Boxy | -222/+413 |
| 2023-07-05 | Fix the issue of wrong diagnosis for extern pub fn | yukang | -1/+25 |
| 2023-07-05 | Test that you can't circumvent the `Sized` bound check | Oli Scherer | -0/+73 |
| 2023-07-05 | Only use a single loop over the associated types | Oli Scherer | -5/+2 |
| 2023-07-05 | Prefer `retain` over hand-rolling an inefficient version of it | Oli Scherer | -7/+3 |
| 2023-07-05 | Make `unused_associated_type_bounds`'s lint level changeable | Oli Scherer | -0/+4 |
| 2023-07-05 | Make all generics_require_sized_self go through the query to get caching. | Oli Scherer | -3/+3 |