| Age | Commit message (Expand) | Author | Lines |
| 2016-05-27 | Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -115/+613 |
| 2016-05-27 | Rollup merge of #33898 - srinivasreddy:rustfmt_liblog, r=Manishearth | Guillaume Gomez | -4/+2 |
| 2016-05-27 | Rollup merge of #33891 - polachok:faster-ipv4-cmp, r=bluss | Guillaume Gomez | -1/+1 |
| 2016-05-27 | Rollup merge of #33870 - jseyfried:ice-issue-33569, r=pnkfelix | Guillaume Gomez | -7/+28 |
| 2016-05-27 | Rollup merge of #33866 - GuillaumeGomez:err-codes, r=jonathandturner | Guillaume Gomez | -0/+240 |
| 2016-05-27 | Rollup merge of #33865 - GuillaumeGomez:E0084, r=jonathandturner | Guillaume Gomez | -2/+22 |
| 2016-05-27 | Rollup merge of #33858 - liigo:patch-7, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2016-05-27 | Rollup merge of #33829 - GuillaumeGomez:stability-css, r=steveklabnik | Guillaume Gomez | -0/+4 |
| 2016-05-27 | Rollup merge of #33815 - carols10cents:trait-documentation-clarifications, r=... | Guillaume Gomez | -100/+313 |
| 2016-05-27 | Rollup merge of #33753 - mmatyas:armtestfix, r=alexcrichton | Guillaume Gomez | -0/+2 |
| 2016-05-27 | Rollup merge of #33839 - kamalmarhubi:codemape-get-filemap-option, r=nmatsakis | Manish Goregaokar | -3/+4 |
| 2016-05-27 | Rollup merge of #33644 - petrochenkov:selfast, r=nrc | Manish Goregaokar | -282/+166 |
| 2016-05-27 | Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis | Manish Goregaokar | -298/+874 |
| 2016-05-27 | Rollup merge of #33351 - birkenfeld:loop-label-spans, r=pnkfelix | Manish Goregaokar | -83/+99 |
| 2016-05-27 | rustfmt on liblog | Srinivas Reddy Thatiparthy | -4/+2 |
| 2016-05-26 | Fix overflow in type checking of tuple patterns | Vadim Petrochenkov | -1/+1 |
| 2016-05-26 | Make Ipv4Addr cmp() faster | Alexander Polyakov | -1/+1 |
| 2016-05-26 | Auto merge of #33783 - michaelwoerister:collector-cleanup-2, r=nikomatsakis | bors | -14/+32 |
| 2016-05-26 | Auto merge of #33766 - jseyfried:cleanup_expansion, r=nrc | bors | -413/+191 |
| 2016-05-26 | Auto merge of #33872 - nagisa:undef-is-llvm-for-sigsegv, r=eddyb | bors | -36/+81 |
| 2016-05-26 | Fix stores codegen pass | Simonas Kazlauskas | -4/+4 |
| 2016-05-26 | Do not forget to schedule the drop for the argument | Simonas Kazlauskas | -2/+3 |
| 2016-05-26 | Replace pat_adjust_pos with an iterator adapter | Vadim Petrochenkov | -66/+61 |
| 2016-05-26 | Address review comments | Vadim Petrochenkov | -211/+355 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -299/+736 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -494/+567 |
| 2016-05-26 | Fix ICE on failure to parse token tree | Jeffrey Seyfried | -2/+23 |
| 2016-05-26 | Fix nit/Refine the datum construction | Simonas Kazlauskas | -3/+1 |
| 2016-05-26 | Fix the fix/hack interaction with debuginfo | Simonas Kazlauskas | -10/+13 |
| 2016-05-25 | Auto merge of #33732 - nikomatsakis:incr-comp-empty-cgu, r=mw | bors | -2/+11 |
| 2016-05-26 | Add a regression test | Simonas Kazlauskas | -0/+29 |
| 2016-05-26 | Fix handling of C arguments | Simonas Kazlauskas | -20/+34 |
| 2016-05-25 | parser.rs: fix typos in comments | Carlo Teubner | -5/+5 |
| 2016-05-25 | Auto merge of #33667 - pnkfelix:fixes-to-mir-dataflow, r=arielb1 | bors | -837/+2464 |
| 2016-05-25 | Fix rebase | Vadim Petrochenkov | -8/+4 |
| 2016-05-25 | Add a new AST-only type variant `ImplicitSelf` | Vadim Petrochenkov | -40/+34 |
| 2016-05-25 | Remove ExplicitSelf from AST | Vadim Petrochenkov | -261/+155 |
| 2016-05-25 | Auto merge of #33713 - LeoTestard:macro-rules-invalid-lhs, r=pnkfelix | bors | -46/+96 |
| 2016-05-25 | Alpha rename `OwnIdxSet` to `IdxSetBuf`. | Felix S. Klock II | -18/+18 |
| 2016-05-25 | fixes to `indexed_set`: add comments and fix `PhantomData` def'n. | Felix S. Klock II | -2/+15 |
| 2016-05-25 | remove `indexed_set::Indexed` trait. | Felix S. Klock II | -4/+0 |
| 2016-05-25 | remove unnecessary use of `indexed_set::Indexed` trait. | Felix S. Klock II | -9/+1 |
| 2016-05-25 | Add notes that data-structures should potentially move to different crate. | Felix S. Klock II | -0/+5 |
| 2016-05-25 | Fix some comments. | Felix S. Klock II | -7/+8 |
| 2016-05-25 | Add new error code tests | ggomez | -0/+240 |
| 2016-05-25 | Improve E0084 error explanation | Guillaume Gomez | -2/+22 |
| 2016-05-25 | Auto merge of #33602 - eddyb:no-trans--check, r=michaelwoerister | bors | -350/+371 |
| 2016-05-25 | trans: save metadata even with -Z no-trans. | Eduard Burtescu | -33/+58 |
| 2016-05-24 | Auto merge of #33615 - GuillaumeGomez:field_static_method, r=pnkfelix | bors | -24/+93 |
| 2016-05-25 | Point out the clone operation in summary line docs of `Vec::extend_from_slice` | Liigo Zhuang | -1/+1 |