| Age | Commit message (Expand) | Author | Lines |
| 2015-03-28 | Auto merge of #23300 - sfackler:rm-iterator-ext, r=alexcrichton | bors | -129/+130 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -129/+130 |
| 2015-03-28 | Document properties for Eq + Hash | Steve Klabnik | -2/+28 |
| 2015-03-28 | Remove standard io chapter from the book | Steve Klabnik | -167/+0 |
| 2015-03-28 | Fold collections debug impls | Steven Fackler | -41/+6 |
| 2015-03-28 | libc: Don't use unstable apis | Alex Crichton | -1/+4 |
| 2015-03-28 | Update debug helpers and add list builder | Steven Fackler | -129/+275 |
| 2015-03-28 | iOS: int/uint fallout | Valerii Hiora | -3/+3 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -21/+21 |
| 2015-03-28 | Rollup merge of #23804 - dnwade:patch-1, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -94/+94 |
| 2015-03-28 | Rollup merge of #23788 - steveklabnik:gh23748, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2015-03-28 | Rollup merge of #23751 - tshepang:do-not-hardcode-the-growth, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2015-03-28 | Rollup merge of #23332 - jakub-:rustup-curl-silent-flag, r=brson | Manish Goregaokar | -2/+2 |
| 2015-03-28 | book: Fix typo | Dan W. | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -94/+94 |
| 2015-03-28 | Auto merge of #23799 - reem:error-no-send, r=aturon | bors | -1/+1 |
| 2015-03-28 | Auto merge of #23798 - alexcrichton:issue-23781, r=aturon | bors | -11/+52 |
| 2015-03-27 | std: Don't deadlock/panic on recursive prints | Alex Crichton | -11/+52 |
| 2015-03-28 | Auto merge of #23789 - steveklabnik:gh22716, r=alexcrichton | bors | -0/+17 |
| 2015-03-27 | check: Reword the warning to be more prescriptive | Richo Healey | -3/+5 |
| 2015-03-27 | check: Name the sentinal variable more sanely | Richo Healey | -1/+1 |
| 2015-03-27 | check: Fix the check for platform formatting | Richo Healey | -1/+1 |
| 2015-03-27 | check: Run the rlimit_core check on *BSD | Richo Healey | -1/+1 |
| 2015-03-27 | check: Add license | Richo Healey | -0/+11 |
| 2015-03-27 | check: Warn users with nonzero RLIMIT_CORE | Richo Healey | -0/+41 |
| 2015-03-27 | Make `std::error::Error` not inherit from Send | Jonathan Reem | -1/+1 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -300/+259 |
| 2015-03-27 | rollup merge of #23763: brson/installer | Alex Crichton | -0/+0 |
| 2015-03-27 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -3/+5 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -3/+93 |
| 2015-03-27 | Note that zip and enumerate are similar | Steve Klabnik | -0/+17 |
| 2015-03-27 | Explain why &self is common | Steve Klabnik | -1/+2 |
| 2015-03-27 | rustdoc: show negative impls properly in the implementors page | Corey Richardson | -2/+6 |
| 2015-03-27 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -17/+8 |
| 2015-03-27 | rollup merge of #23793: steveklabnik/gh21668 | Alex Crichton | -4/+8 |
| 2015-03-27 | rollup merge of #23197: aatxe/master | Alex Crichton | -34/+26 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -3/+93 |
| 2015-03-27 | rollup merge of #23791: jviereck/fix-23713 | Alex Crichton | -1/+1 |
| 2015-03-27 | rollup merge of #23665: steveklabnik/doc_std_ascii | Alex Crichton | -4/+96 |
| 2015-03-27 | rollup merge of #23486: nikomatsakis/issue-23485 | Alex Crichton | -33/+119 |
| 2015-03-27 | rollup merge of #23285: steveklabnik/gh11794 | Alex Crichton | -239/+22 |
| 2015-03-27 | Update return value docs in atomics docs | Steve Klabnik | -4/+8 |
| 2015-03-27 | Auto merge of #23419 - murarth:lookup-addr, r=alexcrichton | bors | -1/+57 |
| 2015-03-27 | Fix wording for Option<T>.unwrap. Fixes #23713 | Julian Viereck | -1/+1 |
| 2015-03-27 | Fix fallout of removing quotes in crate names | Alex Crichton | -204/+195 |
| 2015-03-27 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -10/+7 |
| 2015-03-27 | When testing whether a default method predicates are satisfiable, | Niko Matsakis | -33/+119 |
| 2015-03-27 | Updated std::dynamic_lib to use std::path. | Aaron Weiss | -34/+26 |
| 2015-03-27 | Merge 'richo/unquote-crates' into less-quotes | Alex Crichton | -24/+137 |