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 of 6 pull requests #33081

Merged
merged 17 commits into from
Apr 19, 2016
Merged

Rollup of 6 pull requests #33081

merged 17 commits into from
Apr 19, 2016

Commits on Jan 30, 2016

  1. Reword explanation of 'size' types.

    Do not reference machine 'pointers' in explanation of 'size' types.
    jocki84 committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    46885ee View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Configuration menu
    Copy the full SHA
    b308a8c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Add a test

    sanxiyn committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    87030f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Update primitive-types.md

    Simplify explanation and rephrase as per @GuillaumeGomez's suggestion.
    jocki84 committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    069b3a6 View commit details
    Browse the repository at this point in the history
  2. Update primitive-types.md

    Replace "make for" by the slightly more accurate "account for".
    jocki84 committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    a548d4d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. Configuration menu
    Copy the full SHA
    63b5080 View commit details
    Browse the repository at this point in the history
  2. grammar: fix

    Reading this, one item stood out a bit. Small improvements here.
    
    . ‘Compile-time’ is not a noun, ‘compilation time’ was meant;
    . Mathematical formulas are best not rendered as code;
    . Use the same tense as in other items.
    Sander Maijers authored and Sander Maijers committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    2ef88c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

  1. style: enhance font of big-O expressions

    Sander Maijers authored and Sander Maijers committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    3149ff3 View commit details
    Browse the repository at this point in the history
  2. semantics: slightly clarify big-O claim

    Clarification by more precise specification.
    Sander Maijers authored and Sander Maijers committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    8ff34c7 View commit details
    Browse the repository at this point in the history
  3. Use v instead of v1 for consistency

    The code examples and previous paragraphs all use `v` and `v2`
    jbranchaud committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    06e2e0e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    f089cf9 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#32558 - sanxiyn:rustdoc-self-link, r=stevek…

    …labnik
    
    Avoid linking to itself in implementors section of trait page
    
    Fix rust-lang#32474.
    steveklabnik committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    5d0dca3 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#32906 - jocki84:jocki84-book-size, r=stevek…

    …labnik
    
    Reword explanation of 'size' types.
    
    Do not reference machine 'pointers' in explanation of 'size' types.
    
    I think the number of elements that can be directly addressed is a fundamental feature of a machine architecture in its own right. The fact that it coincides with the ‘size’ of a pointer should be viewed as an ‘implementation detail’ ;)
    steveklabnik committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    108a9e4 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#33007 - notriddle:master, r=steveklabnik

    Do not use "bind" to refer to both referencing and to assignment
    
    See https://users.rust-lang.org/t/difference-between-four-references/5406/7
    steveklabnik committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    d3d9bd0 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#33008 - sanmai-NL:patch-1, r=steveklabnik

    grammar: fix
    
    Reading this, one item stood out a bit. Small improvements here.
    
    1. ‘Compile-time’ is not a noun, ‘compilation time’ was meant;
    1. Mathematical formulas are best not rendered as code;
    1. Use the same tense as in other items.
    steveklabnik committed Apr 18, 2016
    Configuration menu