GitXplorerGitXplorer
r

impl-trait-initiative

public
6 stars
11 forks
12 issues

Commits

List of commits on branch master.
Verified
5f54131c3eab60ec475563d1ee98876dc67fbbf1

Merge pull request #14 from Vsevak/master

ttmandry committed 2 years ago
Unverified
633e073793be15178d6acc5beebb232ddd79c53b

Fix messed markup

VVsevak committed 2 years ago
Verified
857fa24ff2948df546c2629e0204a69406351afa

Merge pull request #9 from spastorino/patch-2

nnikomatsakis committed 3 years ago
Verified
2af01e2c7481973c3c19cb80ddb7e2bed41cd6e1

Merge branch 'master' into patch-2

nnikomatsakis committed 3 years ago
Verified
a07119961b97bb17f3c6b61be2c572806e167b21

Merge pull request #8 from spastorino/patch-1

nnikomatsakis committed 3 years ago
Verified
042dddb870b809c17390bca9f9db32a792953215

Merge branch 'master' into patch-1

nnikomatsakis committed 3 years ago

README

The README file for this repository.

Impl trait initiative

initiative status: active

What is this?

This page tracks the work of the Impl trait initiative! To learn more about what we are trying to do, and to find out the people who are doing it, take a look at the charter.

Current status

This is an umbrella initiative and, as such, it covers a number of subprojects.

Subproject Issue Progress State Stage
impl Trait in fns and inherent methods #123 ▰▰▰▰▰▰ Stabilized
type alias impl trait #63063 ▰▰▰▰▱▱ 🦀 Development
impl trait in traits, impls #123 ▰▰▱▱▱▱ 🦀 Experimental
impl trait in bindings #63065 ▰▰▰▱▱▱ 💤 Development
impl trait with multiple types ▰▱▱▱▱▱ 💤 Experimental
existential lifetimes ▰▱▱▱▱▱ 💤 Experimental

Key:

  • ✅ -- project complete
  • 🦀 -- project in progress
  • 💤 -- project not under active development

How Can I Get Involved?

  • Check for 'help wanted' issues on this repository!
  • If you would like to help with development, please contact the owner to find out if there are things that need doing.
  • If you would like to help with the design, check the list of active design questions first.
  • If you have questions about the design, you can file an issue, but be sure to check the FAQ or the design-questions first to see if there is already something that covers your topic.
  • If you are using the feature and would like to provide feedback about your experiences, please [open a "experience report" issue].
  • If you are using the feature and would like to report a bug, please open a regular issue.

We also participate on Zulip, feel free to introduce yourself over there and ask us any questions you have.

Building Documentation

This repository is also an mdbook project. You can view and build it using the following command.

mdbook serve