| Age | Commit message (Expand) | Author | Lines |
| 2016-01-21 | [MIR] Promote temps to alloca on multi-assignment | Simonas Kazlauskas | -9/+44 |
| 2016-01-20 | Auto merge of #31038 - gereeter:btree-panic, r=Gankro | bors | -2/+2 |
| 2016-01-20 | Auto merge of #30894 - antrik:debug-mpsc, r=brson | bors | -0/+69 |
| 2016-01-19 | In BTreeMap's merge function, adjust the length of the node before moving ele... | Jonathan S | -2/+2 |
| 2016-01-19 | Auto merge of #30820 - oli-obk:docs/wrapping_ops, r=alexcrichton | bors | -50/+43 |
| 2016-01-19 | Auto merge of #30696 - steveklabnik:gh30655, r=brson | bors | -0/+10 |
| 2016-01-19 | Auto merge of #31018 - gutworth:doc-loc, r=alexcrichton | bors | -1/+1 |
| 2016-01-19 | Auto merge of #30845 - nagisa:mir-extern-calls, r=dotdash | bors | -13/+109 |
| 2016-01-19 | [MIR] Implement extern call support | Simonas Kazlauskas | -13/+109 |
| 2016-01-19 | Auto merge of #31014 - nrc:fmt-term, r=sfackler | bors | -6/+6 |
| 2016-01-19 | fix the docs and simplify the implementation of unsigned wrapping ops | Oliver Schneider | -50/+43 |
| 2016-01-19 | Auto merge of #31015 - nrc:fmt-test, r=sfackler | bors | -510/+519 |
| 2016-01-18 | fix path to region inference documentation | Benjamin Peterson | -1/+1 |
| 2016-01-19 | manual fixups | Nick Cameron | -20/+13 |
| 2016-01-19 | rustfmt libtest | Nick Cameron | -522/+538 |
| 2016-01-19 | rustfmt libterm | Nick Cameron | -6/+6 |
| 2016-01-19 | Auto merge of #31013 - nrc:fmt-rbml, r=sfackler | bors | -450/+505 |
| 2016-01-19 | manual fixups | Nick Cameron | -10/+23 |
| 2016-01-19 | rustfmt librbml | Nick Cameron | -468/+510 |
| 2016-01-18 | Auto merge of #31006 - Manishearth:rollup, r=Manishearth | bors | -35/+37 |
| 2016-01-19 | Rollup merge of #31008 - barosl:typo, r=bluss | Manish Goregaokar | -2/+2 |
| 2016-01-19 | Rollup merge of #30998 - apasel422:btree-set-variance, r=Gankro | Manish Goregaokar | -19/+19 |
| 2016-01-19 | Rollup merge of #30988 - bluss:doc-space-t-bound, r=apasel422 | Manish Goregaokar | -9/+9 |
| 2016-01-19 | Rollup merge of #30986 - sliz1:book-macro, r=alexcrichton | Manish Goregaokar | -3/+5 |
| 2016-01-19 | Rollup merge of #30981 - boblehest:tmp, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2016-01-19 | Fix typo | Barosl Lee | -2/+2 |
| 2016-01-18 | Auto merge of #30987 - antonblanchard:powerpc64_merge3, r=alexcrichton | bors | -0/+2 |
| 2016-01-18 | Auto merge of #31000 - bluss:efficient-clone-from-slice, r=dotdash | bors | -2/+7 |
| 2016-01-18 | core: Restore indexed formulation of clone_from_slice | Ulrik Sverdrup | -2/+7 |
| 2016-01-18 | Auto merge of #30956 - KiChjang:move-tests-to-libcollectionstest, r=bluss | bors | -30/+41 |
| 2016-01-18 | Make `btree_set::{IntoIter, Iter, Range}` covariant | Andrew Paseltiner | -19/+19 |
| 2016-01-18 | Auto merge of #30996 - oli-obk:fix/load_range_assert, r=nagisa | bors | -10/+8 |
| 2016-01-18 | revert using `trans::Disr` in `LoadRangeAssert` | Oliver Schneider | -10/+8 |
| 2016-01-18 | Auto merge of #30953 - KalitaAlexey:17823-get-rid-of-duplicate-error, r=nrc | bors | -112/+22 |
| 2016-01-18 | simplify E0308 message for primitive types | kalita.alexey | -112/+22 |
| 2016-01-18 | Auto merge of #30980 - gereeter:fix-btree-iter-variance, r=apasel422 | bors | -17/+118 |
| 2016-01-18 | Auto merge of #30973 - SimonSapin:patch-16, r=alexcrichton | bors | -4/+4 |
| 2016-01-17 | Auto merge of #30964 - GuillaumeGomez:patch-5, r=Manishearth | bors | -1/+88 |
| 2016-01-17 | Fix spacing style of `T: Bound` in docs | Ulrik Sverdrup | -9/+9 |
| 2016-01-17 | Fix C macro example | Stephen (Ziyun) Li | -3/+5 |
| 2016-01-17 | Fix LLVM default CPU on powerpc64 and powerpc64le | Anton Blanchard | -0/+2 |
| 2016-01-17 | Expand the macro in variance-btree-invariant-types.rs to make compiletest rec... | Jonathan S | -36/+43 |
| 2016-01-17 | Auto merge of #30978 - nikomatsakis:fulfillment-tree-add-fixme, r=aturon | bors | -1/+1 |
| 2016-01-17 | Fix and test variance of BTreeMap and its companion structs. | Jonathan S | -17/+111 |
| 2016-01-17 | Move zst test from libcollections to src/test | Keith Yeung | -30/+41 |
| 2016-01-17 | Add E0507 error explanation | Guillaume Gomez | -1/+88 |
| 2016-01-17 | Auto merge of #30975 - Manishearth:rollup, r=Manishearth | bors | -249/+416 |
| 2016-01-17 | add fixme number into code | Niko Matsakis | -1/+1 |
| 2016-01-17 | Rollup merge of #30959 - bluss:bench-resolution, r=Gankro | Manish Goregaokar | -2/+1 |
| 2016-01-17 | Rollup merge of #30957 - GuillaumeGomez:patch-3, r=apasel422 | Manish Goregaokar | -1/+1 |