| Age | Commit message (Expand) | Author | Lines |
| 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 | Extend the test for `EscapeUnicode` | Andrea Canciani | -0/+6 |
| 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-26 | Add `make tips` as useful make target | Sebastian Thiel | -0/+2 |
| 2016-05-26 | Explain the order of the enumeration items | Andrea Canciani | -0/+3 |
| 2016-05-26 | Move length computation to `ExactSizeIterator` impls | Andrea Canciani | -24/+36 |
| 2016-05-26 | Implement `count` for `EscapeDefault` and `EscapeUnicode` | Andrea Canciani | -6/+7 |
| 2016-05-26 | `EscapeUnicode` and `EscapeDefault` are `ExactSizeIterator`s | Andrea Canciani | -0/+6 |
| 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 | catch attempts to leak obligations out of snapshots | Ariel Ben-Yehuda | -116/+127 |
| 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 | Implement Error trait for fmt::Error type | Guillaume Gomez | -0/+7 |
| 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 | antlr grammar verification script now compiles under latest nightly | Michael Rosenberg | -106/+108 |
| 2016-05-25 | save-analysis: be a bit more defensive with field sub-expressions | Nick Cameron | -3/+9 |
| 2016-05-25 | Point out the clone operation in summary line docs of `Vec::extend_from_slice` | Liigo Zhuang | -1/+1 |
| 2016-05-25 | trans: remove item_symbols from metadata and CrateContext. | Eduard Burtescu | -97/+6 |
| 2016-05-25 | trans: move the linker support to compute symbols on-demand. | Eduard Burtescu | -45/+88 |
| 2016-05-25 | trans: move exported_symbol to Instance::symbol_name. | Eduard Burtescu | -126/+146 |
| 2016-05-25 | trans: force absolute item paths within symbols. | Eduard Burtescu | -5/+42 |
| 2016-05-25 | trans: move exported_name's logic into symbol_names. | Eduard Burtescu | -70/+62 |
| 2016-05-24 | std: Use memalign, not posix_memalign, on Android | Alex Crichton | -7/+34 |