| Age | Commit message (Expand) | Author | Lines |
| 2016-01-31 | Fix problems with f64 and DirEntry on Illumos | Nikita Baksalyar | -67/+37 |
| 2016-01-31 | Apply several fixes for Illumos support | Nikita Baksalyar | -39/+76 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -29/+268 |
| 2016-01-31 | Auto merge of #31298 - japaric:mips-musl, r=alexcrichton | bors | -2/+12 |
| 2016-01-30 | Change MutexGuard and RwLockWriteGuard to store &mut T not &UnsafeCell<T> | Jonathan Reem | -38/+46 |
| 2016-01-30 | Rollup merge of #31292 - alexcrichton:osx-dtors-in-dtors-in-dtors, r=aturon | Manish Goregaokar | -0/+25 |
| 2016-01-29 | Add guard map methods for transforming guards to contain sub-borrows. | Jonathan Reem | -5/+139 |
| 2016-01-30 | Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis | bors | -114/+199 |
| 2016-01-29 | trans: Reimplement unwinding on MSVC | Alex Crichton | -114/+199 |
| 2016-01-29 | add support for mips(el)-unknown-linux-musl | Jorge Aparicio | -2/+12 |
| 2016-01-29 | std: Ignore dtors_in_dtors_in_dtors on OSX | Alex Crichton | -0/+25 |
| 2016-01-28 | std: Fix rumprun build | Alex Crichton | -4/+9 |
| 2016-01-28 | Auto merge of #31171 - dirk:dirk/safety-section-in-cstring-docs, r=steveklabnik | bors | -4/+16 |
| 2016-01-27 | Fix formatting in documentation of `ffi::CString` | Dirk Gadsden | -2/+2 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -110/+129 |
| 2016-01-26 | Auto merge of #31081 - alexcrichton:stabilize-hasher, r=aturon | bors | -122/+129 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -110/+128 |
| 2016-01-26 | Auto merge of #30402 - jooert:prettypanic, r=alexcrichton | bors | -0/+5 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -122/+129 |
| 2016-01-26 | Add message about RUST_BACKTRACE to default output of panic! | Johannes Oertel | -0/+5 |
| 2016-01-25 | std: Fix some behavior without stdio handles | Alex Crichton | -4/+9 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-24 | Add section about memory safety to `ffi::CString` documentation | Dirk Gadsden | -3/+15 |
| 2016-01-24 | Auto merge of #31166 - geofft:process-comments, r=alexcrichton | bors | -9/+6 |
| 2016-01-24 | Auto merge of #31093 - tshepang:misc-doc-improvements, r=steveklabnik | bors | -5/+5 |
| 2016-01-24 | sys/unix/process.rs: Update comments in make_argv and make_envp | Geoffrey Thomas | -9/+6 |
| 2016-01-24 | doc: miscellaneous OpenOptions:append improvements | Tshepang Lekhonkhobe | -5/+5 |
| 2016-01-23 | Rollup merge of #31146 - angelsl:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-01-23 | Rollup merge of #31090 - tshepang:improve-sentence, r=brson | Steve Klabnik | -2/+2 |
| 2016-01-23 | Rollup merge of #31088 - tshepang:grammar, r=brson | Steve Klabnik | -1/+1 |
| 2016-01-23 | Rollup merge of #31035 - nathankleyn:improve-visibility-of-entry-api, r=steve... | Steve Klabnik | -0/+29 |
| 2016-01-23 | Rollup merge of #31019 - andreabedini:patch-1, r=alexcrichton | Steve Klabnik | -3/+1 |
| 2016-01-23 | Semaphore not sempahore | angelsl | -1/+1 |
| 2016-01-23 | Impl Error for Box<T: Error> | Guillaume Gomez | -0/+11 |
| 2016-01-22 | Simplify return for error::Error impl for string::ParseError | Dirk Gadsden | -1/+1 |
| 2016-01-22 | Implement error::Error and fmt::Display for string::ParseError | Dirk Gadsden | -0/+7 |
| 2016-01-22 | Auto merge of #31070 - sfackler:bufreader-box-slice, r=alexcrichton | bors | -2/+2 |
| 2016-01-22 | Auto merge of #31068 - sfackler:bufwriter-panic, r=alexcrichton | bors | -3/+40 |
| 2016-01-21 | doc: this sentence did not read well | Tshepang Lekhonkhobe | -2/+2 |
| 2016-01-21 | doc: improve grammar | Tshepang Lekhonkhobe | -1/+1 |
| 2016-01-21 | Auto merge of #31057 - bluss:memrchr-fallback, r=alexcrichton | bors | -1/+1 |
| 2016-01-20 | Use a Box<[u8]> in BufReader | Steven Fackler | -2/+2 |
| 2016-01-20 | Don't flush in BufWriter destructor after a panic in write | Steven Fackler | -3/+40 |
| 2016-01-20 | Auto merge of #30872 - pitdicker:expand_open_options, r=alexcrichton | bors | -177/+480 |
| 2016-01-20 | std: Use the fallback impl for memrchr on non-linux | Ulrik Sverdrup | -1/+1 |
| 2016-01-20 | Remove raw pointer from OpenOptions struct | Paul Dicker | -3/+9 |
| 2016-01-20 | Auto merge of #30894 - antrik:debug-mpsc, r=brson | bors | -0/+69 |
| 2016-01-20 | Remove leftover import of `std::str` in doc test | Andrea Bedini | -1/+0 |
| 2016-01-19 | Add examples of the Entry API to the HashMap documentation. | Nathan Kleyn | -0/+29 |
| 2016-01-19 | Improve CStr::from_ptr example in docs | Andrea Bedini | -2/+1 |