| Age | Commit message (Expand) | Author | Lines |
| 2023-07-06 | Rollup merge of #113350 - chenyukang:yukang-fix-113342-parser, r=compiler-errors | fee1-dead | -1/+25 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -101/+222 |
| 2023-07-06 | Rollup merge of #113332 - petrochenkov:bindintern, r=cjgillot | fee1-dead | -255/+224 |
| 2023-07-06 | Rollup merge of #113163 - JohnTitor:issue-112895, r=compiler-errors | fee1-dead | -0/+40 |
| 2023-07-06 | Rollup merge of #113145 - joshtriplett:style-guide-document-assignment-newlin... | fee1-dead | -2/+3 |
| 2023-07-06 | Rollup merge of #112791 - WaffleLapkin:wag_the_llvm, r=cuviper | fee1-dead | -0/+37 |
| 2023-07-06 | Rollup merge of #111119 - compiler-errors:style-nightly, r=joshtriplett | fee1-dead | -0/+6 |
| 2023-07-05 | style-guide: Add chapter for nightly formatting | Josh Triplett | -3/+5 |
| 2023-07-05 | Clarify that style guide does not cover nightly-only features | Michael Goulet | -0/+4 |
| 2023-07-05 | Auto merge of #113287 - RalfJung:miri-test-libstd, r=JohnTitor | bors | -1/+1 |
| 2023-07-06 | Add a regression test for #112895 | Yuki Okushi | -0/+40 |
| 2023-07-05 | Auto merge of #113370 - compiler-errors:rollup-8gvyy8e, r=compiler-errors | bors | -1459/+2035 |
| 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 | 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 |
| 2023-07-05 | Add more tests | Oli Scherer | -0/+59 |
| 2023-07-05 | tidy: move a large function out of an even larger file | Oli Scherer | -406/+418 |
| 2023-07-05 | Add some extra information to opaque type cycle errors | Oli Scherer | -24/+421 |
| 2023-07-05 | Remove redundant `delay_span_bug` | Oli Scherer | -9/+3 |
| 2023-07-05 | Fix some tests to *only* test their main issue and not have secondary failures | Oli Scherer | -9/+9 |