| Age | Commit message (Expand) | Author | Lines |
| 2016-08-02 | Auto merge of #35084 - tbu-:pr_lowercase_wtf8_debug, r=brson | bors | -2/+2 |
| 2016-07-30 | Auto merge of #35051 - japaric:backtrace, r=alexcrichton | bors | -0/+2 |
| 2016-07-29 | Escape the unmatched surrogates with lower-case hexadecimal numbers | Tobias Bucher | -2/+2 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -3/+3 |
| 2016-07-26 | keep backtraces if using the old build system | Jorge Aparicio | -2/+2 |
| 2016-07-26 | rustbuild: make backtraces (RUST_BACKTRACE) optional | Jorge Aparicio | -0/+2 |
| 2016-07-13 | Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichton | bors | -4/+8 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -9/+15 |
| 2016-07-11 | std: Fix IPV6 imports for solaris | Josh Stone | -4/+8 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -2/+2 |
| 2016-07-10 | Demangle curly braces | Steven Fackler | -1/+3 |
| 2016-07-08 | Add test for std::net::lookup_host() duplicates | Ivan Nejgebauer | -0/+19 |
| 2016-07-07 | Use hints with getaddrinfo() in std::net::lokup_host() | Ivan Nejgebauer | -1/+11 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -2/+2 |
| 2016-06-29 | Convert a simple tail call to a loop | Tobias Bucher | -10/+14 |
| 2016-06-29 | Ignore unknown address types when looking up hosts | Tobias Bucher | -5/+9 |
| 2016-06-23 | Use `len` instead of `size_hint` where appropiate | Tobias Bucher | -1/+1 |
| 2016-06-09 | use the slice_pat hack in libstd too | Ariel Ben-Yehuda | -15/+6 |
| 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-03 | Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichton | bors | -0/+6 |
| 2016-06-02 | Fix undefined behavior when re-locking a mutex from the same thread | Amanieu d'Antras | -0/+6 |
| 2016-06-01 | Auto merge of #33814 - lambda:rtabort-use-platform-abort, r=alexcrichton | bors | -9/+17 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -6/+10 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -6/+10 |
| 2016-05-24 | Open code the __fastfail intrinsic for rtabort! on windows | Brian Anderson | -9/+17 |
| 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-12 | Don't use env::current_exe with libbacktrace | Steven Fackler | -37/+12 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -1246/+0 |
| 2016-04-20 | Remove IPV6_V6ONLY functionality | Steven Fackler | -18/+0 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -2/+5 |
| 2016-04-04 | Fix backtraces on ARM EHABI. | Timon Van Overveldt | -1/+6 |
| 2016-03-31 | allow RUST_BACKTRACE=0 to act as if unset | Emanuel Czirai | -1/+1 |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -2/+2 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -6/+6 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -58/+58 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -19/+12 |
| 2016-03-20 | Add unix socket support to the standard library | Steven Fackler | -20/+44 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -33/+3 |
| 2016-03-11 | std: Remove unstable from ReentrantMutex | Alex Crichton | -3/+0 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -0/+4 |
| 2016-03-06 | rustbuild: fix cross compilation of libstd to i686-unknown-linux-musl | Jorge Aparicio | -2/+8 |
| 2016-03-03 | Fix netbsd | Steven Fackler | -4/+4 |
| 2016-03-03 | Fix android build | Steven Fackler | -3/+3 |
| 2016-03-02 | Fix comments and OSX build | Steven Fackler | -3/+21 |
| 2016-02-28 | Fix windows | Steven Fackler | -16/+7 |
| 2016-02-28 | Add UDP functionality from net2 | Steven Fackler | -3/+135 |
| 2016-02-28 | Add TCP functionality from net2 | Steven Fackler | -0/+79 |
| 2016-02-27 | Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichton | bors | -1/+1 |