Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Branch: master
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
123 lines (108 sloc) 5.61 KB

Subteam report: lang 2015-10-16

Highlights

Quiet week this week again. There is one RFC under FCP:

  • RFC 1268: Allow overlapping implementations for marker traits

We did not reach a final decision this week.

--nmatsakis

Dashboard

RFC phase

  • PR #197: ManuallyDrop type gives precise control of dtors of inline data.
  • PR #243: Trait-based exception handling
  • PR #733: Amend macro future proofing RFC
  • PR #1062: Constants that depend on type parameters in generic code
  • PR #1129: IndexAssign: overloading the a[b] = c expression
  • PR #1148: Mutually exclusive traits
  • PR #1177: Anonymous/placeholder lifetime "'_".
  • PR #1180: Propose Interior<T> data-type, to allow moves out of the dropped value during the drop hook.
  • PR #1190: Style: function declarations
  • PR #1196: RFC for allowing eliding more type parameters.
  • PR #1210: RFC: impl specialization
  • PR #1248: Safe intrinsics RFC
  • PR #1258: Add macros to get the values of configuration flags
  • PR #1275: Support interrupt calling conventions
  • PR #1296: RFC: Add an alias attribute to #[link] and -l
  • PR #1300: Intrinsic semantics
  • PR #1303: Add a let...else expression, similar to Swift's guard let...else
  • PR #1305: Abstract output type parameters
  • PR #1319: Amend RFC1228 with operator fixity and precedence
  • PR #1321: Unstable visibility RFC
  • FCP PR #1268: Allow overlapping implementations for marker traits

Implementation phase

High priority issues

  • Issue #24622: Mismatched assumptions for interaction between associated type and lifetime in trait
  • Issue #25658: In macros, $($x:expr),* fragments can be used to bypass future-proofing restrictions
  • Issue #25860: Implied bounds on nested references + variance = soundness hole
  • Issue #26739: In macros, expr followed by { is buggy
  • Issue #26775: 'pub extern crate' is accepted and behaves badly
  • Issue #27060: repr(packed) allows invalid unaligned loads
  • Issue #28450: Type alias can be used to bypass privacy check
  • Issue #28514: Private trait's methods reachable through UFCS
  • Issue #29048: Nightly regression: Incorrect "parameter type may not live long enough" warning

Needs decision

  • Issue #26502: Do not warn about unused arguments in default methods
  • Issue #27499: Use different numbers of #s when expanding documentation comments
  • Issue #29107: unsafe const fn declaration order
You can’t perform that action at this time.