| Age | Commit message (Expand) | Author | Lines |
| 2015-09-22 | Fix alignment of pthread types on NetBSD | Sebastian Wicki | -11/+19 |
| 2015-09-22 | Simplify inner_try in std::rt::unwind::try | Andrea Canciani | -9/+11 |
| 2015-09-22 | Simplify on_panic callback handling | Andrea Canciani | -16/+5 |
| 2015-09-21 | Various fixes for NetBSD/amd64 | Sebastian Wicki | -18/+106 |
| 2015-09-20 | Auto merge of #28499 - semmaz:doc-anchor-fix, r=steveklabnik | bors | -1/+1 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -55/+23 |
| 2015-09-20 | doc: Fix broken links | Simon Mazur | -1/+1 |
| 2015-09-19 | added panic docs for print\! and println\! macros | llogiq | -0/+8 |
| 2015-09-14 | Auto merge of #28256 - petrochenkov:conv, r=alexcrichton | bors | -27/+96 |
| 2015-09-14 | Drop upper bounds on net timeout tests | Steven Fackler | -4/+0 |
| 2015-09-14 | Auto merge of #28358 - dotdash:nounwind, r=alexcrichton | bors | -0/+7 |
| 2015-09-14 | Mark all extern functions as nounwind | Björn Steinbrink | -0/+7 |
| 2015-09-13 | Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon | bors | -40/+59 |
| 2015-09-11 | Auto merge of #28306 - alexcrichton:less-rt, r=brson | bors | -397/+244 |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -397/+244 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -40/+59 |
| 2015-09-09 | Reduce code bloat from conversion traits in function parameters | Vadim Petrochenkov | -27/+96 |
| 2015-09-09 | Rollup merge of #28289 - shepmaster:include_bytes-docs, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-09-09 | Auto merge of #28198 - alexcrichton:from-raw-mut, r=aturon | bors | -8/+5 |
| 2015-09-08 | Let's see if lifetime elision works in this case | llogiq | -1/+1 |
| 2015-09-08 | Fixed required type coercion | llogiq | -1/+2 |
| 2015-09-07 | Clarify that `include_bytes!` returns a reference to an array, not just a slice | Jake Goulding | -2/+2 |
| 2015-09-08 | fixes/improvements thanks to @Manishearth | Andre Bogus | -2/+1 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -64/+47 |
| 2015-09-07 | at_exit: fix a typo of the doc comment | Ryo Munakata | -1/+1 |
| 2015-09-05 | Rollup merge of #28253 - murarth:prelude-typo, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-09-05 | Auto merge of #28242 - Diggsey:msvc-backtrace, r=alexcrichton | bors | -4/+31 |
| 2015-09-04 | Fix typo in prelude docs | Murarth | -2/+2 |
| 2015-09-05 | Add line numbers to MSVC backtrace | Diggory Blake | -4/+31 |
| 2015-09-04 | Auto merge of #28069 - alexcrichton:rt-atexit, r=brson | bors | -17/+9 |
| 2015-09-04 | Auto merge of #28034 - alexcrichton:new-lines, r=aturon | bors | -4/+7 |
| 2015-09-03 | std: Account for CRLF in {str, BufRead}::lines | Alex Crichton | -4/+7 |
| 2015-09-04 | Add line numbers to windows-gnu backtraces | Diggory Blake | -77/+155 |
| 2015-09-04 | Add ptr import (fixup #28187) | Manish Goregaokar | -1/+1 |
| 2015-09-03 | std: Update CString::{into,from}_raw with `*mut T` | Alex Crichton | -8/+5 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -37/+48 |
| 2015-09-02 | std: Run at_exit cleanup on process::exit | Alex Crichton | -17/+9 |
| 2015-09-02 | Fix compile on DragonFly: Replace unknown uint32_t/in64_t by u32/i64. | Michael Neumann | -4/+4 |
| 2015-09-01 | Auto merge of #28130 - alexcrichton:fix-msvc-static-tls-dtor, r=brson | bors | -9/+29 |
| 2015-09-01 | std: Run TLS destructors in a statically linked binary | Alex Crichton | -9/+29 |
| 2015-09-01 | Auto merge of #28094 - apasel422:extend-hashmap, r=alexcrichton | bors | -0/+62 |
| 2015-08-31 | Implement RFC 839 for `{HashMap, HashSet}` | Andrew Paseltiner | -0/+62 |
| 2015-08-30 | Atomically set CLOEXEC on duplicated sockets | Tobias Bucher | -5/+25 |
| 2015-08-30 | Auto merge of #27588 - cesarb:read_all, r=alexcrichton | bors | -0/+140 |
| 2015-08-29 | Auto merge of #28043 - apasel422:rfc-1194, r=alexcrichton | bors | -4/+105 |
| 2015-08-28 | implement RFC 1194 | Andrew Paseltiner | -4/+105 |
| 2015-08-28 | Auto merge of #28047 - steveklabnik:doc_print, r=alexcrichton | bors | -0/+20 |
| 2015-08-28 | Add issue number to read_exact unstable declarations | Cesar Eduardo Barros | -2/+2 |
| 2015-08-28 | Auto merge of #28054 - zaeleus:ios-imports, r=alexcrichton | bors | -4/+1 |
| 2015-08-28 | Auto merge of #28038 - durka:grep-unstable-issue-refs, r=alexcrichton | bors | -1/+1 |