about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-06-23Add suggestion for bad block fragment errorMichael Goulet-0/+32
2023-06-22Auto merge of #112686 - estebank:sealed-traits, r=petrochenkovbors-54/+337
2023-06-22Tweak privacy errors to account for reachable itemsEsteban Küber-54/+276
2023-06-22Account for sealed traits in trait bound errorsEsteban Küber-0/+61
2023-06-22Auto merge of #112913 - nnethercote:avoid-Lrc-Box-dyn-CodegenBackend, r=compi...bors-8/+8
2023-06-22Auto merge of #112695 - nnethercote:inline-before-merging-cgus, r=wesleywiserbors-92/+65
2023-06-22Auto merge of #112914 - matthiaskrgr:rollup-f0kdqh9, r=matthiaskrgrbors-81/+206
2023-06-22Rollup merge of #112908 - spastorino:add-def-id-to-early-bound-region-debug, ...Matthias Krüger-3/+3
2023-06-22Rollup merge of #112907 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+0
2023-06-22Rollup merge of #112906 - fmease:rustdoc-render-assoc-ty-body-before-where-cl...Matthias Krüger-3/+4
2023-06-22Rollup merge of #112876 - compiler-errors:check-subst-compat-in-OpaqueTypeCol...Matthias Krüger-75/+199
2023-06-22Auto merge of #112814 - antoyo:sync-cg_gcc-2023-06-19, r=bjorn3bors-265/+245
2023-06-22Tweak CGU size estimate code.Nicholas Nethercote-14/+17
2023-06-22Avoid `Lrc<Box<dyn CodegenBackend>>`.Nicholas Nethercote-8/+8
2023-06-21Auto merge of #103503 - thomcc:tvos-support, r=workingjubileebors-50/+313
2023-06-21Print def_id on EarlyBoundRegion debugSantiago Pastorino-3/+3
2023-06-22Merge root and inlined item placement.Nicholas Nethercote-71/+44
2023-06-22Inline before merging CGUs.Nicholas Nethercote-16/+14
2023-06-22Streamline some comments.Nicholas Nethercote-6/+5
2023-06-21Note that posix_spawnp probably still does not work the way people may wantThom Chiovoloni-3/+5
2023-06-21Actually save all the filesThom Chiovoloni-7/+6
2023-06-21Note the incomplete Command support in the apple-tvos.md documentThom Chiovoloni-3/+16
2023-06-21Update tvOS support elsewhere in the stdlibThom Chiovoloni-7/+36
2023-06-21Avoid fork/exec spawning on tvOS/watchOS, as those functions are marked as pr...Thom Chiovoloni-4/+48
2023-06-21Reorder `tvos_*` functions in apple_base.rs to avoid breaking sorted orderThom Chiovoloni-10/+12
2023-06-21Apply suggestions from code reviewThom Chiovoloni-7/+7
2023-06-21Fix missing link in SUMMARY.mdThom Chiovoloni-0/+1
2023-06-21Fix rustc_target::spec::apple::testsThom Chiovoloni-1/+4
2023-06-21Add a tvOS entry to the platform-support documentationThom Chiovoloni-2/+72
2023-06-21Fix the tvOS targets to use the right LLVM target and respect the deployment ...Thom Chiovoloni-5/+19
2023-06-21Fix busted data_layout (mismatch vs LLVM) in x86_64 tvOS simulator targetThom Chiovoloni-1/+2
2023-06-21Finish up preliminary tvos support in libstdThom Chiovoloni-8/+31
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-22/+84
2023-06-21Update cargoWeihang Lo-0/+0
2023-06-21rustdoc: render the assoc ty body before the where-clauseLeón Orell Valerian Liehr-3/+4
2023-06-21Auto merge of #112900 - GuillaumeGomez:rollup-1blf4io, r=GuillaumeGomezbors-95/+134
2023-06-21Rollup merge of #112894 - GuillaumeGomez:gui-fields-display, r=notriddleGuillaume Gomez-11/+61
2023-06-21Rollup merge of #112892 - petrochenkov:cleanres, r=oli-obkGuillaume Gomez-51/+38
2023-06-21Rollup merge of #112868 - compiler-errors:liberate-afit-sugg, r=WaffleLapkinGuillaume Gomez-17/+22
2023-06-21Rollup merge of #112538 - ndrewxie:issue-84447-partial-1, r=compiler-errorsGuillaume Gomez-16/+13
2023-06-21Additional test demonstrating check for full trait refMichael Goulet-0/+55
2023-06-21Auto merge of #111684 - ChayimFriedman2:unused-offset-of, r=WaffleLapkinbors-135/+333
2023-06-21Don't substitute a GAT that has mismatched generics in OpaqueTypeCollectorMichael Goulet-75/+144
2023-06-21Liberate bound vars properly when suggesting missing AFITMichael Goulet-17/+22
2023-06-21Add test to prevent regression for fields displayGuillaume Gomez-0/+50
2023-06-21Fix union fields displayGuillaume Gomez-11/+11
2023-06-21resolve: Minor cleanup to `fn resolve_path_with_ribs`Vadim Petrochenkov-51/+38
2023-06-21Auto merge of #112890 - GuillaumeGomez:rollup-7e01q69, r=GuillaumeGomezbors-49/+246
2023-06-21Rollup merge of #112886 - clubby789:revert-user-dist, r=albertlarsan68Guillaume Gomez-7/+7
2023-06-21Rollup merge of #112885 - imor:fix_span_bug_msg, r=cjgillotGuillaume Gomez-1/+1