Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ecma402 traits #125

Merged
merged 2 commits into from
Jun 13, 2020
Merged

Ecma402 traits #125

merged 2 commits into from
Jun 13, 2020

Commits on Jun 12, 2020

  1. Moves 'experimental' to 'proposals'

    The motivation is that the proposals are not experimental *code*, but
    rather, they are documents that are meant to be read, and happen to have
    some bits that you can copy over to the rust playground.
    
    So in that respect, the texts are no different than any other doc you
    may write, hence the move to proposals.
    filmil committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    c693ac4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. ECMA-402 Intl.ListFormat implementation backed by rust_icu

    This change contributes an implementation of the [Intl.ListFormat
    API][lfapi], as prescribed by [ECMA-402][ecma].
    
    The ECMA-402 API surface is developed in lock-step with a `rust_icu`
    backed implementation.
    
    The approach is documented [here][appr].
    
      [lfapi]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat
      [ecma]: https://www.ecma-international.org/publications/standards/Ecma-402.htm
      [appr]: https://raw.githubusercontent.com/google/rust_icu/master/experimental/ecma402_listformat/src/lib.rs
    
    See issue google#125
    filmil committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    c0faaee View commit details
    Browse the repository at this point in the history