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

Improve io docs #5672

Closed
wants to merge 31 commits into from
Closed

Commits on Mar 30, 2013

  1. Configuration menu
    Copy the full SHA
    0224eb3 View commit details
    Browse the repository at this point in the history
  2. vim: highlight ref + static as storage specifiers

    lifetimes and globals are now the only two places static is used, and
    'static isn't matched by this
    thestinger committed Mar 30, 2013
    Configuration menu
    Copy the full SHA
    7142cde View commit details
    Browse the repository at this point in the history
  3. vim: mark Todo as contained and rm unsafe from it

    It's nice to make unsafe stand out, but this way isn't correct because it
    highlights it in comments.
    thestinger committed Mar 30, 2013
    Configuration menu
    Copy the full SHA
    b0f66c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6442b1c View commit details
    Browse the repository at this point in the history
  5. 5 Configuration menu
    Copy the full SHA
    47011e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e30d3f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2013

  1. move dlist from core -> std

    thestinger committed Mar 31, 2013
    11 Configuration menu
    Copy the full SHA
    258a367 View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    02700e0 View commit details
    Browse the repository at this point in the history
  3. auto merge of rust-lang#5634 : thestinger/rust/dlist, r=brson,thestinger

    Closes rust-lang#3549
    
    The issue report has some reasoning, but I'd like to add that I don't think managed pointers belong in core. It's *possible* to write a safe doubly-linked list on top of `unsafe`, but it would be much more limited and I don't think there's much of a use case - it would lose a lot of flexibility. You're probably better off using a vector, hash table, tree, heap or ring buffer in almost every case.
    bors committed Mar 31, 2013
    Configuration menu
    Copy the full SHA
    bd7ba1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eadd358 View commit details
    Browse the repository at this point in the history
  5. 5 Configuration menu
    Copy the full SHA
    74d20b4 View commit details
    Browse the repository at this point in the history
  6. auto merge of rust-lang#5638 : luqmana/rust/5405, r=brson

    rust-lang#5405
    
    Also, renames the confusingly named `use_new_rt` in `libcore/unstable/lang.rs`
    bors committed Mar 31, 2013
    Configuration menu
    Copy the full SHA
    042a665 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75d615d View commit details
    Browse the repository at this point in the history
  8. Fix underflow in char_range_at_reverse

    Added char_range_at_reverse underflow test
    Kimundi committed Mar 31, 2013
    5 Configuration menu
    Copy the full SHA
    df66e8d View commit details
    Browse the repository at this point in the history
  9. Update RELEASES.txt

    Fix typo and add fixed length vec changes.
    luqmana committed Mar 31, 2013
    5 Configuration menu
    Copy the full SHA
    4c58903 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb5f020 View commit details
    Browse the repository at this point in the history
  11. mark the assembly object stacks as non-executable

    Closes rust-lang#5643
    
    This also removes the need to pass noexecstack to gcc, but that wasn't
    actually working anymore.
    thestinger committed Mar 31, 2013
    5 Configuration menu
    Copy the full SHA
    c0be7df View commit details
    Browse the repository at this point in the history
  12. auto merge of rust-lang#5648 : luqmana/rust/incoming, r=thestinger

    Fix typo and add fixed length vec changes.
    bors committed Mar 31, 2013
    Configuration menu
    Copy the full SHA
    f336afd View commit details
    Browse the repository at this point in the history
  13. install.mk: use INSTALL_LIB for all libraries

    There's no reason to make them executable, and this throws a warning
    with the Arch Linux package lint tool (namcap) for .a files.
    thestinger committed Mar 31, 2013
    5 Configuration menu
    Copy the full SHA
    431380f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2013

  1. Configuration menu
    Copy the full SHA
    b9c7ee5 View commit details
    Browse the repository at this point in the history
  2. auto merge of rust-lang#5649 : thestinger/rust/lib, r=brson

    There's no reason to make them executable, and this throws a warning
    with the Arch Linux package lint tool (namcap) for .a files.
    bors committed Apr 1, 2013
    Configuration menu
    Copy the full SHA
    686f448 View commit details
    Browse the repository at this point in the history
  3. Update tutorial.md

    Change fn() -> &fn().
    luqmana committed Apr 1, 2013
    5 Configuration menu
    Copy the full SHA
    d617030 View commit details
    Browse the repository at this point in the history
  4. auto merge of rust-lang#5651 : luqmana/rust/incoming, r=thestinger

    Change fn() -> &fn().
    bors committed Apr 1, 2013
    Configuration menu
    Copy the full SHA
    be79258 View commit details
    Browse the repository at this point in the history
  5. Fix warnings

    brson committed Apr 1, 2013
    5 Configuration menu
    Copy the full SHA
    e3327d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bd7eb7e View commit details
    Browse the repository at this point in the history
  7. 5 Configuration menu
    Copy the full SHA
    26fc76a View commit details
    Browse the repository at this point in the history
  8. auto merge of rust-lang#5655 : thestinger/rust/arm, r=brson

    Turns out @ isn't valid for the ARM assembler.
    bors committed Apr 1, 2013
    Configuration menu
    Copy the full SHA
    8e9fd72 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37634f3 View commit details
    Browse the repository at this point in the history
  10. 5 Configuration menu
    Copy the full SHA
    243e601 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc60788 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a20d1ad View commit details
    Browse the repository at this point in the history