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

Rollup #12509

Merged
merged 10 commits into from
Feb 24, 2014
Merged

Rollup #12509

merged 10 commits into from
Feb 24, 2014

Commits on Feb 22, 2014

  1. test: 'ratcher' is not a word

    brson committed Feb 22, 2014
    Configuration menu
    Copy the full SHA
    623e475 View commit details
    Browse the repository at this point in the history
  2. std: mark two helper functions #[inline].

    `str::utf8_char_width` and `char::from_u32` are tiny, which means it's a
    big performance hit to call them in a tight loop outside libstd.
    huonw committed Feb 22, 2014
    Configuration menu
    Copy the full SHA
    713ca7d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2014

  1. std: Remove some nonsense from old std::io docs

    Most of this stuff is irrelevant implementation notes from last year.
    This trims out the stuff that isn't appropriate for user-facing docs.
    brson committed Feb 23, 2014
    Configuration menu
    Copy the full SHA
    a8941c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9bb571 View commit details
    Browse the repository at this point in the history
  3. Tutorial: fix typo

    kud1ing committed Feb 23, 2014
    Configuration menu
    Copy the full SHA
    778d032 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0368886 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    feac422 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e034a43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb33955 View commit details
    Browse the repository at this point in the history
  8. 5 Configuration menu
    Copy the full SHA
    d08952c View commit details
    Browse the repository at this point in the history