| Age | Commit message (Expand) | Author | Lines |
| 2016-06-12 | Auto merge of #34238 - jpreiss:master, r=steveklabnik | bors | -2/+2 |
| 2016-06-11 | typo fix in loops.md | James Alan Preiss | -1/+1 |
| 2016-06-11 | fix typo in primitive-types section on slices | James Alan Preiss | -1/+1 |
| 2016-06-11 | Auto merge of #34132 - AtheMathmo:no-stdlib, r=steveklabnik | bors | -4/+20 |
| 2016-06-11 | Auto merge of #34153 - apasel422:btree, r=alexcrichton | bors | -4/+4 |
| 2016-06-11 | Auto merge of #34211 - srinivasreddy:rf_libstd_coll, r=brson | bors | -167/+178 |
| 2016-06-11 | Auto merge of #34208 - shepmaster:llvm-3.7-linking-intrinsics, r=alexcrichton | bors | -291/+32 |
| 2016-06-10 | Auto merge of #34002 - jseyfried:strip_tests_in_cfg, r=nrc | bors | -51/+41 |
| 2016-06-11 | Refactor away the `CfgFolder` trait. | Jeffrey Seyfried | -34/+18 |
| 2016-06-11 | Forbid `#[test]` attributes on non-optional expressions. | Jeffrey Seyfried | -1/+3 |
| 2016-06-11 | Strip `#[test]` nodes during `cfg` processing on non-test builds. | Jeffrey Seyfried | -16/+20 |
| 2016-06-10 | Auto merge of #34174 - shepmaster:16-bit-mir, r=Aatch | bors | -22/+26 |
| 2016-06-10 | Auto merge of #34172 - jseyfried:avoid_configuring_interpolated_ast, r=alexcr... | bors | -0/+28 |
| 2016-06-11 | run rustfmt on libstd/collections/hash folder | Srinivas Reddy Thatiparthy | -167/+178 |
| 2016-06-10 | All intrinsics are available in all supported LLVM versions | Jake Goulding | -39/+1 |
| 2016-06-10 | Remove linking with AR | Jake Goulding | -252/+31 |
| 2016-06-10 | Update tracking issue for `{BTreeMap, BTreeSet}::{append, split_off}` | Andrew Paseltiner | -4/+4 |
| 2016-06-10 | Auto merge of #34199 - jseyfried:visit_all_attrs, r=nrc | bors | -1/+12 |
| 2016-06-10 | Allow truncating constants to 16-bit u/isize | Jake Goulding | -22/+25 |
| 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 | Check that custom attributes are disallowed on statements and expressions | Jeffrey Seyfried | -1/+6 |
| 2016-06-10 | Visit statement and expression attributes | Jeffrey Seyfried | -0/+6 |
| 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 | Support getting the minimum 16-bit isize value | Jake Goulding | -0/+1 |
| 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 |