| Age | Commit message (Expand) | Author | Lines |
| 2015-03-31 | Lex binary and octal literals more eagerly. | Huon Wilson | -15/+75 |
| 2015-03-30 | convert: remove FromError, use From<E> instead | Sean McArthur | -50/+30 |
| 2015-03-30 | std: Stabilize the rest of Any/BoxAny | Alex Crichton | -25/+7 |
| 2015-03-30 | libcore: Ensure min and max functions are consistent for equal inputs | Kevin Butler | -28/+127 |
| 2015-03-30 | rustdoc: output stderr on doc-test fail | ray glover | -2/+3 |
| 2015-03-31 | book: make Builder Pattern example more complete | Tshepang Lekhonkhobe | -8/+16 |
| 2015-03-30 | Document the effect of `#` on array formatting | Matt Brubeck | -6/+6 |
| 2015-03-30 | lint: handle private traits better | Corey Richardson | -2/+54 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -42/+41 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -107/+147 |
| 2015-03-30 | std: Add a note about the print! macro and output buffering | Richo Healey | -0/+4 |
| 2015-03-30 | convert: add Into<Cow> impls for &str and String | Sean McArthur | -2/+19 |
| 2015-03-30 | Second attempt to fix #23713 based on follow-up comments in #23791. | Julian Viereck | -1/+1 |
| 2015-03-30 | Explain why 'elision' | Steve Klabnik | -4/+9 |
| 2015-03-30 | Only zero at most 64k at a time. We still use the doubling | bcoopers | -8/+4 |
| 2015-03-30 | Auto merge of #23861 - Manishearth:rollup, r=Manishearth | bors | -3/+3 |
| 2015-03-30 | Make note of noalias in unsafe reference section | Steve Klabnik | -1/+6 |
| 2015-03-30 | Change max size to isize | bcoopers | -8/+14 |
| 2015-03-30 | Auto merge of #23673 - nikomatsakis:issue-23319-binops-ng-5, r=pnkfelix | bors | -563/+685 |
| 2015-03-30 | Add test case for #22743. | Niko Matsakis | -0/+32 |
| 2015-03-30 | Fallout in tests: largely changes to error messages. | Niko Matsakis | -51/+37 |
| 2015-03-30 | Fallout to test. | Felix S. Klock II | -1/+61 |
| 2015-03-30 | Address Issue 14270 by making `cmt::freely_aliasable` result more fine-grained. | Felix S. Klock II | -19/+64 |
| 2015-03-30 | mem_categorization.rs removed `pub` from method called only from this mod. | Felix S. Klock II | -2/+2 |
| 2015-03-30 | expr_use_visitor: Added comment explaining meaning of boolean return value. | Felix S. Klock II | -0/+5 |
| 2015-03-30 | Mucho debug instrumentation. | Felix S. Klock II | -43/+91 |
| 2015-03-30 | Fix the fallout | Vadim Petrochenkov | -6/+6 |
| 2015-03-30 | Remove unnecessary `as usize` | Vadim Petrochenkov | -76/+76 |
| 2015-03-30 | Change the type of constants BYTES/BITS to usize | Vadim Petrochenkov | -4/+4 |
| 2015-03-30 | Fallout where types must be specified. | Niko Matsakis | -26/+47 |
| 2015-03-30 | Driveby cleanup of the impl for negation, which had some kind of | Niko Matsakis | -22/+4 |
| 2015-03-30 | Implement new type-checking strategy for binary operators. Basically, | Niko Matsakis | -472/+573 |
| 2015-03-30 | Auto merge of #23843 - apasel422:thrads, r=steveklabnik | bors | -1/+1 |
| 2015-03-30 | book: improve a bit of grammar in Method Syntax chapeter | Tshepang Lekhonkhobe | -3/+3 |
| 2015-03-30 | Auto merge of #23838 - kgv:master, r=steveklabnik | bors | -2/+1 |
| 2015-03-30 | Auto merge of #23837 - wesleywiser:patch-1, r=alexcrichton | bors | -0/+4 |
| 2015-03-29 | If doubling the vector in reserve() brings you over usize::MAX, | bcoopers | -1/+1 |
| 2015-03-29 | Clearer wording | bcoopers | -3/+3 |
| 2015-03-29 | 80 character line limit | bcoopers | -2/+3 |
| 2015-03-29 | Clarified and simplified algorithm for increasing size of buffer in | bcoopers | -5/+4 |
| 2015-03-29 | Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnik | bors | -21/+21 |
| 2015-03-29 | Fix line spacing. | Andrew Hobden | -1/+4 |
| 2015-03-29 | s/THRADS/THREADS/ | Andrew Paseltiner | -1/+1 |
| 2015-03-29 | Fixed wrong name of test module in testing.md | Germano Gabbianelli | -3/+3 |
| 2015-03-29 | Remove about standard io chapter from the book (from arrays-vectors-and-slice... | kgv | -2/+1 |
| 2015-03-29 | change std::usize to usize | bcoopers | -2/+2 |
| 2015-03-29 | Vector can currently panic when pushing an element or reserving space | bcoopers | -5/+11 |
| 2015-03-29 | Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichton | bors | -59/+76 |
| 2015-03-29 | Fix extremely small stability bars on docs page | Wesley Wiser | -0/+4 |
| 2015-03-29 | Fix trailing whitespace. Whoops! | Andrew Hobden | -5/+5 |