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