about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-06-18Rollup merge of #107200 - mina86:c, r=AmanieuMatthias Krüger-5/+6
2023-06-18Auto merge of #112599 - saethlin:cleaner-panics, r=thomccbors-8/+7
2023-06-17Auto merge of #112595 - hargoniX:l4re_fix, r=Mark-Simulacrumbors-3/+23
2023-06-17Auto merge of #112746 - matthiaskrgr:rollup-se59bfd, r=matthiaskrgrbors-4/+152
2023-06-17Rollup merge of #112738 - matthiaskrgr:ice_msg, r=oli-obkMatthias Krüger-3/+3
2023-06-17Rollup merge of #112619 - jyn514:llvm-reminder, r=Mark-SimulacrumMatthias Krüger-0/+7
2023-06-17Rollup merge of #112610 - scottmcm:update-stdarch, r=AmanieuMatthias Krüger-0/+0
2023-06-17Rollup merge of #112435 - antoyo:allow-overwrite-sysroot, r=Mark-SimulacrumMatthias Krüger-1/+3
2023-06-17Rollup merge of #110805 - pitaj:master, r=Mark-SimulacrumMatthias Krüger-0/+139
2023-06-17Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obkbors-146/+91
2023-06-17Auto merge of #112739 - matthiaskrgr:rollup-8cfggml, r=matthiaskrgrbors-287/+355
2023-06-17make ice msg "Unknown runtime phase" a bit nicerMatthias Krüger-3/+3
2023-06-17Rollup merge of #112728 - Zalathar:spanview-charset, r=NilstriebMatthias Krüger-5/+9
2023-06-17Rollup merge of #112719 - djkoloski:fuchsia_test_runner_remove_fvdl, r=tmandryMatthias Krüger-156/+100
2023-06-17Rollup merge of #112707 - GuillaumeGomez:back-in-history-fix, r=notriddleMatthias Krüger-20/+43
2023-06-17Rollup merge of #112683 - asquared31415:asm_clobber_ice, r=compiler-errorsMatthias Krüger-96/+184
2023-06-17Rollup merge of #112644 - zica87:nonZeroTypes, r=Mark-SimulacrumMatthias Krüger-9/+12
2023-06-17Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomccMatthias Krüger-1/+7
2023-06-17Auto merge of #112330 - the8472:use-buf-reader-buffer, r=thomccbors-74/+207
2023-06-17Extend io::copy buffer reuse to BufReader tooThe 8472-74/+207
2023-06-17Add `<meta charset="utf-8">` to `-Zdump-mir-spanview` outputZalathar-5/+9
2023-06-17Auto merge of #112687 - compiler-errors:simplify-impl-source, r=lcnrbors-384/+186
2023-06-17Remove even more redundant builtin candidatesMichael Goulet-138/+96
2023-06-17Simplify even more candidatesMichael Goulet-161/+88
2023-06-17Simplify an ObjectData fieldMichael Goulet-10/+14
2023-06-17Simplify some impl source candidatesMichael Goulet-81/+18
2023-06-17Remove some ImplSource candidatesMichael Goulet-50/+26
2023-06-17Auto merge of #112407 - tgross35:ci-docs-publish, r=Mark-Simulacrumbors-0/+97
2023-06-17Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errorsbors-344/+625
2023-06-16fix ICE on specific malformed asm clobber_abiasquared31415-96/+184
2023-06-16Fix edit failTyler Mandry-1/+0
2023-06-16Fix --rust-build flag in docsTyler Mandry-1/+2
2023-06-16Replace fvdl with ffx, allow test without installDavid Koloski-156/+100
2023-06-16Auto merge of #112716 - compiler-errors:rollup-h77daia, r=compiler-errorsbors-163/+331
2023-06-16remove box_free and replace with drop implDrMeepster-146/+91
2023-06-16Rollup merge of #112706 - WaffleLapkin:syntax_context_is_root, r=petrochenkovMichael Goulet-15/+20
2023-06-16Rollup merge of #112684 - saethlin:ignore-windows-alignment, r=wesleywiserMichael Goulet-0/+26
2023-06-16Rollup merge of #112665 - compiler-errors:assumption-takes-clause, r=lcnrMichael Goulet-26/+98
2023-06-16Rollup merge of #112662 - Vanille-N:symbol_unique, r=RalfJungMichael Goulet-0/+5
2023-06-16Rollup merge of #112474 - ldm0:ldm_enum_debuginfo_128_support, r=compiler-errorsMichael Goulet-11/+41
2023-06-16Rollup merge of #112226 - devnexen:netbsd_affinity, r=cuviperMichael Goulet-0/+23
2023-06-16Rollup merge of #111074 - WaffleLapkin:🌟unsizes_your_buf_reader🌟, r=Ama...Michael Goulet-111/+118
2023-06-16Pacify tidyOli Scherer-116/+128
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-199/+474
2023-06-16Add regression test for #112676Guillaume Gomez-1/+8
2023-06-16Fix invalid handling of "going back in history" when "Directly go to item in ...Guillaume Gomez-4/+21
2023-06-16Auto merge of #112294 - saethlin:inline-me-maybe, r=oli-obkbors-934/+349
2023-06-16Merge the orphan logic for all alias kindsOli Scherer-29/+23
2023-06-16Ignore the always part of #[inline(always)] in MIR inliningBen Kimock-934/+349
2023-06-16Auto merge of #110688 - GuillaumeGomez:result-search-type, r=notriddle,jshabors-40/+42