about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-06-22Move `Message::CodegenItem` to a separate type.Nicholas Nethercote-10/+11
2023-06-21Auto merge of #10993 - Centri3:iter_nth_zero, r=Manishearthbors-23/+54
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-21Don't lint `iter_nth_zero` in `next`Centri3-23/+54
2023-06-21move to `drop_forget_ref`Catherine-63/+64
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-21Auto merge of #10948 - Centri3:borrow_as_ptr, r=dswijbors-2/+30
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-21[`question_mark`]: don't lint inside of `try` blocky21-114/+178
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
2023-06-21Rollup merge of #112883 - oli-obk:tracing_queries, r=cjgillotGuillaume Gomez-1/+9
2023-06-21Rollup merge of #112863 - clubby789:stderr-typo, r=albertlarsan68Guillaume Gomez-2/+2
2023-06-21Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obkGuillaume Gomez-5/+68
2023-06-21Rollup merge of #112836 - GuillaumeGomez:rustdoc-invalid-file-creation, r=not...Guillaume Gomez-22/+138
2023-06-21Rollup merge of #99587 - ibraheemdev:park-orderings, r=m-ou-seGuillaume Gomez-11/+21
2023-06-21Correctly handle Weak type aliases in rustdocGuillaume Gomez-8/+19
2023-06-21Add tests for invalid files generationGuillaume Gomez-4/+81
2023-06-21Revert 'Rename profile=user to profile=dist'clubby789-7/+7
2023-06-21Remove outdated import in r-a proc macro server.Mara Bos-4/+1
2023-06-21Add rustdoc tests for `lazy_type_alias`Guillaume Gomez-0/+49
2023-06-21Add `lazy_type_alias` feature gateGuillaume Gomez-1/+4
2023-06-21Fix msg passed to span_bugRaminder Singh-1/+1
2023-06-21Auto merge of #112834 - oli-obk:mir_opts_considered_unsound, r=cjgillotbors-171/+164