| Age | Commit message (Expand) | Author | Lines |
| 2016-02-04 | Auto merge of #30796 - GuillaumeGomez:impl_box_error, r=alexcrichton | bors | -0/+11 |
| 2016-02-03 | Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton | bors | -30/+272 |
| 2016-02-03 | Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichton | bors | -57/+228 |
| 2016-02-03 | Auto merge of #31056 - kamalmarhubi:std-process-nul-chars, r=alexcrichton | bors | -52/+163 |
| 2016-02-03 | std: Properly handle interior NULs in std::process | Kamal Marhubi | -52/+163 |
| 2016-02-03 | Fix broken auto-mac-ios-opt build | Nikita Baksalyar | -27/+23 |
| 2016-02-03 | Auto merge of #31375 - nagisa:path-docs, r=alexcrichton | bors | -29/+51 |
| 2016-02-02 | trying again at fixing stackp initialization | Dave Huseby | -3/+18 |
| 2016-02-02 | simplifying get_stack | Dave Huseby | -24/+3 |
| 2016-02-02 | refactoring get_stack to be cleaner | Dave Huseby | -27/+20 |
| 2016-02-02 | unifying name_bytes now that the two blocks are the same | Dave Huseby | -8/+2 |
| 2016-02-02 | Fixes #31229 | Dave Huseby | -10/+35 |
| 2016-02-03 | Auto merge of #31370 - Manishearth:rollup, r=Manishearth | bors | -0/+3 |
| 2016-02-02 | Add issue number to guard map methods. | Jonathan Reem | -49/+78 |
| 2016-02-03 | Improve docs for Path::methods | Simonas Kazlauskas | -29/+51 |
| 2016-02-03 | Rollup merge of #27499 - barosl:macro-doc-raw-str-hashes, r=nikomatsakis | Manish Goregaokar | -0/+3 |
| 2016-02-02 | Auto merge of #31312 - alexcrichton:no-le-in-powerpc64le, r=alexcrichton | bors | -33/+11 |
| 2016-02-02 | Auto merge of #30991 - rthomas:master, r=Gankro | bors | -1/+29 |
| 2016-02-02 | Ensure capacity returned of HashMap is max(capacity, length). | Ryan Thomas | -1/+29 |
| 2016-02-02 | Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste... | Steve Klabnik | -14/+14 |
| 2016-02-01 | Remove "powerpc64le" and "mipsel" target_arch | Alex Crichton | -33/+11 |
| 2016-02-01 | docs: Standardize on 'Errors' header in std docs | Kamal Marhubi | -14/+14 |
| 2016-01-31 | Minor corrections in docs for `std::process::Child` | Dirk Gadsden | -4/+6 |
| 2016-01-31 | Safety docs about `std::process::Child` going out of scope | Dirk Gadsden | -0/+8 |
| 2016-01-31 | Fix unresolved name in libstd/sys/unix/thread | Nikita Baksalyar | -1/+1 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -37/+37 |
| 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 |