| Age | Commit message (Expand) | Author | Lines |
| 2016-06-19 | Auto merge of #34313 - frewsxcv:panicking-example, r=steveklabnik | bors | -0/+29 |
| 2016-06-18 | Auto merge of #34314 - tshepang:misnamed, r=steveklabnik | bors | -8/+9 |
| 2016-06-17 | Add short summaries to btree modules | Oliver Middleton | -2/+4 |
| 2016-06-18 | Add example in docs for `std::thread::panicking`. | Corey Farwell | -0/+29 |
| 2016-06-16 | doc: fix mis-named binding & remove not needed `mut` | Tshepang Lekhonkhobe | -8/+9 |
| 2016-06-16 | Fix issue where rustbuild expected msvc to have ar | Peter Atashian | -1/+2 |
| 2016-06-16 | Rollup merge of #34270 - gkoz:error_file_exists, r=alexcrichton | Manish Goregaokar | -1/+12 |
| 2016-06-15 | Auto merge of #33300 - seanmonstar:map-entry-take, r=alexcrichton | bors | -0/+13 |
| 2016-06-15 | Map::Entry::take() method to recover key and value together | Sean McArthur | -0/+13 |
| 2016-06-15 | Fix a docs typo | Gleb Kozyrev | -1/+1 |
| 2016-06-15 | Test ErrorKind::AlreadyExists for files | Gleb Kozyrev | -0/+9 |
| 2016-06-14 | Add ERROR_FILE_EXISTS to ErrorKind conversion on Windows | Gleb Kozyrev | -0/+2 |
| 2016-06-13 | Improve IP reserved address docs | Oliver Middleton | -20/+35 |
| 2016-06-11 | run rustfmt on libstd/collections/hash folder | Srinivas Reddy Thatiparthy | -167/+178 |
| 2016-06-09 | doc: intro should be 1 sentence | Tshepang Lekhonkhobe | -2/+4 |
| 2016-06-09 | use the slice_pat hack in libstd too | Ariel Ben-Yehuda | -18/+21 |
| 2016-06-09 | fix stdtest | Ariel Ben-Yehuda | -5/+8 |
| 2016-06-09 | address review comments | Ariel Ben-Yehuda | -5/+5 |
| 2016-06-09 | implement RFC495 semantics for slice patterns | Ariel Ben-Yehuda | -6/+15 |
| 2016-06-05 | test: don't assume anything about the sign of NAN. | Eduard Burtescu | -4/+10 |
| 2016-06-03 | Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton | bors | -1/+1 |
| 2016-06-03 | Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichton | bors | -10/+113 |
| 2016-06-02 | Fix rwlock successfully acquiring a write lock after a read lock | Amanieu d'Antras | -12/+27 |
| 2016-06-02 | Don't allow pthread_rwlock_t to recursively lock itself | Amanieu d'Antras | -9/+52 |
| 2016-06-02 | Fix undefined behavior when re-locking a mutex from the same thread | Amanieu d'Antras | -1/+46 |
| 2016-06-02 | Rollup merge of #34033 - tshepang:typo, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2016-06-02 | Rollup merge of #34019 - kennytm:fix-33958, r=steveklabnik | Guillaume Gomez | -2/+3 |
| 2016-06-02 | Rollup merge of #34013 - kraai:fix-link, r=steveklabnik | Guillaume Gomez | -1/+1 |
| 2016-06-02 | Rollup merge of #33993 - oconnor663:filedocs, r=alexcrichton | Guillaume Gomez | -0/+2 |
| 2016-06-02 | doc: typo | Tshepang Lekhonkhobe | -1/+1 |
| 2016-06-01 | Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturon | bors | -553/+2 |
| 2016-06-01 | Auto merge of #33814 - lambda:rtabort-use-platform-abort, r=alexcrichton | bors | -9/+17 |
| 2016-06-02 | Restore original meaning of std::fs::read_dir's example changed in #33958. | kennytm | -2/+3 |
| 2016-06-01 | allow for the future addition of a close method on File | Jack O'Connor | -2/+1 |
| 2016-06-01 | Fix broken link name in `bool` documentation | Matt Kraai | -1/+1 |
| 2016-06-01 | Rollup merge of #33921 - jameysharp:patch-1, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2016-05-31 | mk: Prepare for a new stage0 compiler | Alex Crichton | -10/+3 |
| 2016-05-31 | document that Files close themselves automatically | Jack O'Connor | -0/+3 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -553/+2 |
| 2016-05-30 | Retry on EINTR in Bytes and Chars. | Aaron Gallagher | -11/+18 |
| 2016-05-30 | Use Path::is_dir() in fs::read_dir()'s example. | kennytm | -2/+2 |
| 2016-05-28 | Rollup merge of #33856 - GuillaumeGomez:fmt_error, r=alexcrichton | Manish Goregaokar | -0/+7 |
| 2016-05-28 | Rollup merge of #33831 - diwic:patch-1, r=aturon | Manish Goregaokar | -35/+35 |
| 2016-05-27 | Inline simple Cursor write calls | Jamey Sharp | -0/+2 |
| 2016-05-26 | Make Ipv4Addr cmp() faster | Alexander Polyakov | -1/+1 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -351/+459 |
| 2016-05-25 | Implement Error trait for fmt::Error type | Guillaume Gomez | -0/+7 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -351/+459 |
| 2016-05-24 | Open code the __fastfail intrinsic for rtabort! on windows | Brian Anderson | -9/+17 |
| 2016-05-24 | panic.rs: fix docs (recover -> catch_unwind) | diwic | -35/+35 |