| Age | Commit message (Expand) | Author | Lines |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -541/+541 |
| 2014-03-04 | auto merge of #12694 : thestinger/rust/mut_iter, r=huonw | bors | -9/+19 |
| 2014-03-04 | make `MutItems` iterator sound again | Daniel Micay | -9/+19 |
| 2014-03-04 | auto merge of #12667 : Kimundi/rust/any_improv, r=cmr | bors | -120/+70 |
| 2014-03-04 | Cleaned up `std::any` | Marvin Löbel | -120/+70 |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -8/+8 |
| 2014-03-04 | rustdoc: tweak highlighting | Adrien Tétar | -29/+29 |
| 2014-03-04 | auto merge of #12678 : lifthrasiir/rust/pluralize, r=alexcrichton | bors | -107/+114 |
| 2014-03-04 | rustc: Streamline error messages for i18n, using `plural` whenever possible. | Kang Seonghoon | -107/+114 |
| 2014-03-03 | auto merge of #12669 : huonw/rust/de-block-arms, r=alexcrichton | bors | -57/+30 |
| 2014-03-03 | auto merge of #12672 : korenchkin/rust/checked-bigint, r=alexcrichton | bors | -0/+233 |
| 2014-03-03 | Register new snapshots | Alex Crichton | -18/+8 |
| 2014-03-04 | std: add reserve_additional and an Extendable impl to Vec. | Huon Wilson | -2/+66 |
| 2014-03-03 | Implemented checked arithmetic for Big(U)Ints | TorstenWeber | -0/+233 |
| 2014-03-03 | auto merge of #12665 : alexcrichton/rust/fix-snap-again, r=huonw | bors | -0/+2 |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -57/+30 |
| 2014-03-03 | test: Ignore some more syntax extension tests | Alex Crichton | -0/+4 |
| 2014-03-02 | auto merge of #12663 : MicahChalmer/rust/emacs-remove-ws-bug-warning, r=brson | bors | -5/+0 |
| 2014-03-02 | Emacs: Remove README warning of old whitespace bug | Micah Chalmer | -5/+0 |
| 2014-03-02 | auto merge of #12662 : sfackler/rust/unexported-type, r=cmr | bors | -46/+43 |
| 2014-03-02 | auto merge of #12659 : alexcrichton/rust/fix-snap, r=sfackler | bors | -0/+2 |
| 2014-03-02 | Make visible types public in rustc | Steven Fackler | -46/+43 |
| 2014-03-02 | auto merge of #12658 : sfackler/rust/asm-expand, r=alexcrichton | bors | -23/+41 |
| 2014-03-02 | test: Ignore some phase(syntax) tests | Alex Crichton | -0/+2 |
| 2014-03-02 | Expand string literals and exprs inside of macros | Steven Fackler | -23/+41 |
| 2014-03-02 | Add /etc/terminfo to the terminfo search paths | Virgile Andreani | -4/+6 |
| 2014-03-02 | auto merge of #12651 : lucab/rust/llvmdep-ldflags, r=alexcrichton | bors | -0/+16 |
| 2014-03-02 | auto merge of #12637 : pcwalton/rust/devecing, r=alexcrichton | bors | -1607/+2144 |
| 2014-03-02 | librustc: add LLVM LDFLAGS to deps | Luca Bruno | -0/+16 |
| 2014-03-02 | auto merge of #12647 : huonw/rust/rustdoc-highlight-macros, r=alexcrichton | bors | -10/+22 |
| 2014-03-02 | auto merge of #12645 : alexcrichton/rust/invalid-libraries, r=brson | bors | -4/+42 |
| 2014-03-01 | rustc: Better error when loading invalid libraries | Alex Crichton | -4/+42 |
| 2014-03-01 | libfourcc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -2/+6 |
| 2014-03-01 | librustdoc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -55/+97 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -299/+528 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -306/+577 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -979/+934 |
| 2014-03-01 | libstd: Add some functionality to `Vec<T>` | Patrick Walton | -1/+37 |
| 2014-03-01 | Merge pull request #12636 from chromatic/fixup_trans_fail | bors | -55/+9 |
| 2014-03-02 | rustdoc: syntax highlight macro definitions, colour $... substitutions. | Huon Wilson | -10/+22 |
| 2014-03-01 | Merge pull request #12308 from kballard/vim-nested-comments | bors | -5/+6 |
| 2014-03-01 | auto merge of #12630 : alexcrichton/rust/flush-buffered, r=brson | bors | -35/+66 |
| 2014-03-01 | auto merge of #12641 : sfackler/rust/issue-11552, r=huonw | bors | -0/+29 |
| 2014-03-01 | std: Switch stdout/stderr to buffered by default | Alex Crichton | -21/+41 |
| 2014-03-01 | Add a test for #11552 | Steven Fackler | -0/+29 |
| 2014-03-01 | std: Flush when buffered writers are dropped | Alex Crichton | -14/+25 |
| 2014-03-01 | auto merge of #12639 : luqmana/rust/struct-variant-pat, r=pcwalton | bors | -2/+31 |
| 2014-03-01 | auto merge of #12638 : luqmana/rust/op-no-ref, r=alexcrichton | bors | -1/+40 |
| 2014-03-01 | auto merge of #12627 : alexcrichton/rust/issue-12623, r=brson | bors | -116/+155 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -301/+354 |