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