| Age | Commit message (Expand) | Author | Lines |
| 2016-06-11 | run rustfmt on libstd/collections/hash folder | Srinivas Reddy Thatiparthy | -167/+178 |
| 2016-06-10 | Auto merge of #34200 - sanxiyn:rollup, r=sanxiyn | bors | -256/+341 |
| 2016-06-10 | Rollup merge of #34185 - tshepang:shorten-paragraph, r=steveklabnik | Seo Sanghyeon | -2/+4 |
| 2016-06-10 | Rollup merge of #34175 - rwz:patch-2, r=alexcrichton | Seo Sanghyeon | -1/+1 |
| 2016-06-10 | Rollup merge of #34165 - ollie27:docs_char_case, r=steveklabnik | Seo Sanghyeon | -9/+15 |
| 2016-06-10 | Rollup merge of #34160 - hoodie:bug/GoT_References, r=GuillaumeGomez | Seo Sanghyeon | -4/+4 |
| 2016-06-10 | Rollup merge of #34148 - srinivasreddy:bitflags_rustfmt, r=nagisa | Seo Sanghyeon | -2/+2 |
| 2016-06-10 | Rollup merge of #34146 - srinivasreddy:libflate_rustfmt, r=nagisa | Seo Sanghyeon | -5/+5 |
| 2016-06-10 | Rollup merge of #34145 - matklad:any-docs, r=steveklabnik | Seo Sanghyeon | -1/+1 |
| 2016-06-10 | Rollup merge of #34136 - imjacobclark:ice-test-case-25579, r=nikomatsakis | Seo Sanghyeon | -0/+27 |
| 2016-06-10 | Rollup merge of #34129 - jviide:from-string-box-error, r=steveklabnik | Seo Sanghyeon | -12/+8 |
| 2016-06-10 | Rollup merge of #34088 - srinivasreddy:rustfmt_map.rs, r=nrc | Seo Sanghyeon | -220/+274 |
| 2016-06-10 | Auto merge of #34178 - shepmaster:llvm-3.7-and-up, r=alexcrichton | bors | -224/+5 |
| 2016-06-10 | Auto merge of #34086 - srinivasreddy:rustfmt_liballoc_jemalloc, r=nagisa | bors | -14/+26 |
| 2016-06-09 | Auto merge of #34046 - Vtec234:fix-atomic-doc, r=steveklabnik | bors | -3/+3 |
| 2016-06-09 | Auto merge of #34173 - srinivasreddy:rm_redundant, r=alexcrichton | bors | -16/+14 |
| 2016-06-10 | Address review comments + fix rebase | Vadim Petrochenkov | -167/+51 |
| 2016-06-10 | make all pattern bindings with the same name resolve to the first one | Ariel Ben-Yehuda | -77/+22 |
| 2016-06-10 | Add tests | Vadim Petrochenkov | -1/+56 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -473/+277 |
| 2016-06-10 | Move the hack with fake partial resolution for <A>::B from typeck to resolve | Vadim Petrochenkov | -105/+40 |
| 2016-06-10 | resolve: Rewrite resolve_pattern | Vadim Petrochenkov | -483/+339 |
| 2016-06-09 | doc: intro should be 1 sentence | Tshepang Lekhonkhobe | -2/+4 |
| 2016-06-09 | Remove unneeded indirection of GET_ARCHIVE | Jake Goulding | -2/+1 |
| 2016-06-09 | Reflect supporting only LLVM 3.7+ in the LLVM wrappers | Jake Goulding | -222/+4 |
| 2016-06-09 | Auto merge of #34149 - arielb1:remove-remove-dead-blocks, r=nikomatsakis | bors | -942/+1262 |
| 2016-06-09 | fix issues | Ariel Ben-Yehuda | -2/+10 |
| 2016-06-09 | Auto merge of #33895 - AndrewBrinker:master, r=steveklabnik | bors | -137/+114 |
| 2016-06-09 | use the type name as the pass name | Ariel Ben-Yehuda | -27/+12 |
| 2016-06-09 | refactor simplify_cfg and split off simplify_branches | Ariel Ben-Yehuda | -133/+194 |
| 2016-06-09 | add hook infrastructure for automatically dumping MIR on every pass | Ariel Ben-Yehuda | -30/+152 |
| 2016-06-09 | introduce an `unreachable` terminator | Ariel Ben-Yehuda | -92/+37 |
| 2016-06-09 | add a cache for MIR predecessors | Ariel Ben-Yehuda | -21/+93 |
| 2016-06-09 | make the basic_blocks field private | Ariel Ben-Yehuda | -200/+203 |
| 2016-06-09 | introduce the type-safe IdxVec and use it instead of loose indexes | Ariel Ben-Yehuda | -437/+594 |
| 2016-06-09 | Auto merge of #34109 - pnkfelix:fix-issue-34101, r=arielb1 | bors | -28/+103 |
| 2016-06-09 | merge the RemoveDeadBlocks pass into the SimplifyCfg pass | Ariel Ben-Yehuda | -103/+70 |
| 2016-06-09 | Auto merge of #34108 - jseyfried:refactor_prelude_injection, r=nrc | bors | -173/+98 |
| 2016-06-08 | Auto merge of #34032 - jseyfried:load_macros_in_expansion, r=nrc | bors | -97/+99 |
| 2016-06-08 | Fix BTreeMap example typo | Pavel Pravosud | -1/+1 |
| 2016-06-09 | clean up for test cases | Srinivas Reddy Thatiparthy | -14/+14 |
| 2016-06-09 | remove redundant assert statements | Srinivas Reddy Thatiparthy | -2/+0 |
| 2016-06-08 | Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakis | bors | -729/+931 |
| 2016-06-09 | Add comment and clean up `expand_annotatable` | Jeffrey Seyfried | -8/+8 |
| 2016-06-09 | Add regression test | Jeffrey Seyfried | -0/+19 |
| 2016-06-09 | Load macros from `extern crate`s during expansion. | Jeffrey Seyfried | -90/+73 |
| 2016-06-08 | Auto merge of #34167 - eddyb:fix-pairs-for-real, r=nikomatsakis | bors | -4/+20 |
| 2016-06-09 | fix Cargo.lock | Ariel Ben-Yehuda | -2/+0 |
| 2016-06-09 | use the slice_pat hack in libstd too | Ariel Ben-Yehuda | -18/+21 |
| 2016-06-09 | remove residual slice pattern junk from mem_categorization | Ariel Ben-Yehuda | -76/+10 |