| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2016-05-23 | Auto merge of #33664 - huonw:abs_sub, r=alexcrichton | bors | -46/+24 |
| 2016-05-22 | Auto merge of #31457 - lambda:rtabort-use-libc-abort, r=alexcrichton | bors | -2/+24 |
| 2016-05-23 | Use libc::abort, not intrinsics::abort, in rtabort! | Brian Campbell | -2/+24 |
| 2016-05-22 | Rename main thread from "<main>" to "main". | Wangshan Lu | -1/+1 |
| 2016-05-21 | Auto merge of #33767 - sfackler:panic-hook-docs, r=alexcrichton | bors | -5/+6 |
| 2016-05-20 | update tracking issue for once_poison | Alex Burka | -3/+3 |
| 2016-05-19 | Mention that the panic hook will always run | Steven Fackler | -5/+6 |
| 2016-05-19 | std: Cache HashMap keys in TLS | Alex Crichton | -2/+27 |
| 2016-05-17 | Auto merge of #33665 - golddranks:thread-park-add-big-picture-explanation, r=... | bors | -1/+3 |
| 2016-05-17 | Deprecate {f32,f64}::abs_sub. | Huon Wilson | -46/+24 |
| 2016-05-16 | Auto merge of #33663 - rphmeier:recover_rename, r=sfackler | bors | -4/+4 |
| 2016-05-16 | Added a big-picture explanation for thread::park() & co. | Pyry Kontio | -1/+3 |
| 2016-05-16 | rename a few occurrences of RecoverSafe in docs | Robert Habermeier | -4/+4 |
| 2016-05-15 | Auto merge of #33251 - Kintaro:fix-typo-in-fs, r=GuillaumeGomez | bors | -2/+2 |
| 2016-05-15 | Rollup merge of #33591 - dns2utf8:systemtime_wording, r=GuillaumeGomez | Manish Goregaokar | -1/+1 |
| 2016-05-15 | Rollup merge of #33580 - frewsxcv:temp-dir, r=alexcrichton | Manish Goregaokar | -10/+10 |
| 2016-05-15 | Rollup merge of #33565 - Amanieu:once_doc, r=GuillaumeGomez | Manish Goregaokar | -1/+0 |
| 2016-05-14 | Auto merge of #33563 - Amanieu:oncestate, r=alexcrichton | bors | -1/+1 |
| 2016-05-14 | Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichton | Manish Goregaokar | -37/+12 |
| 2016-05-12 | Don't use env::current_exe with libbacktrace | Steven Fackler | -37/+12 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -1/+0 |