Skip to content

1.66.0

Closed
No due date
Closed Nov 16, 2023
100% complete

List view

  • Status: Merged (completed).
    rust-lang/rustnumber 89891
    #89891 In rust-lang/rust;
    · by ojeda was closed on Sep 21, 2022
  • add Vec::push_within_capacity - fallible, does not allocate

    merged-by-borsThis PR was explicitly merged by bors.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 89123
    #89123 In rust-lang/rust;
    · by the8472 was closed on Oct 10, 2022
  • Only apply <code>ProceduralMasquerade</code> hack to older versions of <code>rental</code>

    A-testsuiteArea: The testsuite used to check the correctness of rustc
    disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.
    merged-by-borsThis PR was explicitly merged by bors.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 94063
    #94063 In rust-lang/rust;
    · by Aaron1011 was closed on Oct 24, 2022
  • Use BOLT in CI to optimize LLVM

    merged-by-borsThis PR was explicitly merged by bors.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
    T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 94381
    #94381 In rust-lang/rust;
    · by Kobzol was closed on Oct 10, 2022
  • Reduce CString allocations in std as much as possible

    merged-by-borsThis PR was explicitly merged by bors.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
    T-libsRelevant to the library team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 93668
    #93668 In rust-lang/rust;
    · by SUPERCILEX was closed on Oct 9, 2022
  • Stabilize arbitrary_enum_discriminant, take 2

    relnotesMarks issues that should be documented in the release notes of the next release.
    S-waiting-on-authorStatus: This is awaiting some action (such as code changes or more information) from the author.
    T-langRelevant to the language team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 95710
    #95710 In rust-lang/rust;
    · by fee1-dead was closed on Oct 26, 2022
  • Neither require nor imply lifetime bounds on opaque type for well formedness

    disposition-mergeThis issue / PR is in PFCP or FCP with a disposition to merge it.
    merged-by-borsThis PR was explicitly merged by bors.
    relnotesMarks issues that should be documented in the release notes of the next release.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-typesRelevant to the types team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 95474
    #95474 In rust-lang/rust;
    · by oli-obk was closed on Sep 25, 2022
  • make <code>compare_const_impl</code> a query and use it in <code>instance.rs</code>

    A-query-systemArea: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-typesRelevant to the types team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 98496
    #98496 In rust-lang/rust;
    · by BoxyUwU was closed on Oct 6, 2022
  • Distribute bootstrap in CI

    merged-by-borsThis PR was explicitly merged by bors.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
    T-infraRelevant to the infrastructure team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 98483
    #98483 In rust-lang/rust;
    · by dvtkrlbs was closed on Sep 24, 2022
  • Make <code>std::os::fd</code> public.

    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 98368
    #98368 In rust-lang/rust;
    · by sunfishcode was closed on Sep 29, 2022
  • Remove more attributes from metadata

    A-testsuiteArea: The testsuite used to check the correctness of rustc
    merged-by-borsThis PR was explicitly merged by bors.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 98450
    #98450 In rust-lang/rust;
    · by lqd was closed on Oct 21, 2022
  • Status: Merged (completed).
    rust-lang/rustnumber 98457
    #98457 In rust-lang/rust;
    · by japaric was closed on Sep 25, 2022
  • Clarify <code>[T]::select_nth_unstable*</code> return values

    A-docsArea: Documentation for any part of the project, including the compiler, standard library, and tools
    C-bugCategory: This is a bug.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 98111
    #98111 In rust-lang/rust;
    · by eggyal was closed on Sep 25, 2022
  • Document the conditional existence of <code>alloc::sync</code> and <code>alloc::task</code>.

    A-atomicArea: Atomics, barriers, and sync primitives
    A-docsArea: Documentation for any part of the project, including the compiler, standard library, and tools
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-libsRelevant to the library team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 98218
    #98218 In rust-lang/rust;
    · by kpreid was closed on Oct 3, 2022
  • Change <code>is_some_and</code> to take by value

    merged-by-borsThis PR was explicitly merged by bors.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-libsRelevant to the library team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 98354
    #98354 In rust-lang/rust;
    · by camsteffen was closed on Oct 2, 2022
  • docs: Improve AsRef / AsMut docs on blanket impls

    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-libsRelevant to the library team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 99460
    #99460 In rust-lang/rust;
    · by JanBeh was closed on Oct 3, 2022
  • Status: Merged (completed).
    rust-lang/rustnumber 99578
    #99578 In rust-lang/rust;
    · by steffahn was closed on Oct 24, 2022
  • Standard library OS support for Apple WatchOS

    merged-by-borsThis PR was explicitly merged by bors.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 99497
    #99497 In rust-lang/rust;
    · by vladimir-ea was closed on Oct 6, 2022
  • Add T to PhantomData impl Debug

    merged-by-borsThis PR was explicitly merged by bors.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 99099
    #99099 In rust-lang/rust;
    · by Stargateur was closed on Oct 4, 2022
  • Inline SyntaxContext in both encoded span representation.

    merged-by-borsThis PR was explicitly merged by bors.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 98840
    #98840 In rust-lang/rust;
    · by cjgillot was closed on Sep 22, 2022
  • Status: Merged (completed).
    rust-lang/rustnumber 98033
    #98033 In rust-lang/rust;
    · by joshtriplett was closed on Oct 15, 2022
  • Stabilize <code>Option::unzip()</code>

    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    S-waiting-on-fcpStatus: PR is in FCP and is awaiting for FCP to complete.
    T-libsRelevant to the library team, which will review and decide on the PR/issue.
    T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 98204
    #98204 In rust-lang/rust;
    · by Kixiron was closed on Oct 25, 2022
  • Status: Merged (completed).
    rust-lang/rustnumber 98736
    #98736 In rust-lang/rust;
    · by alex was closed on Oct 5, 2022
  • docs: be less harsh in wording for Vec::from_raw_parts

    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 99216
    #99216 In rust-lang/rust;
    · by duarten was closed on Oct 3, 2022
  • slice: #[inline] a couple iterator methods.

    merged-by-borsThis PR was explicitly merged by bors.
    S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.
    T-libsRelevant to the library team, which will review and decide on the PR/issue.
    Status: Merged (completed).
    rust-lang/rustnumber 96711
    #96711 In rust-lang/rust;
    · by emilio was closed on Oct 10, 2022