| Age | Commit message (Expand) | Author | Lines |
| 2016-01-21 | [MIR] Promote temps to alloca on multi-assignment | Simonas Kazlauskas | -0/+22 |
| 2016-01-19 | Auto merge of #30845 - nagisa:mir-extern-calls, r=dotdash | bors | -0/+42 |
| 2016-01-19 | [MIR] Implement extern call support | Simonas Kazlauskas | -0/+42 |
| 2016-01-18 | Auto merge of #30956 - KiChjang:move-tests-to-libcollectionstest, r=bluss | bors | -0/+41 |
| 2016-01-18 | Auto merge of #30953 - KalitaAlexey:17823-get-rid-of-duplicate-error, r=nrc | bors | -109/+1 |
| 2016-01-18 | simplify E0308 message for primitive types | kalita.alexey | -109/+1 |
| 2016-01-17 | Expand the macro in variance-btree-invariant-types.rs to make compiletest rec... | Jonathan S | -36/+43 |
| 2016-01-17 | Fix and test variance of BTreeMap and its companion structs. | Jonathan S | -0/+56 |
| 2016-01-17 | Move zst test from libcollections to src/test | Keith Yeung | -0/+41 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -6/+11 |
| 2016-01-17 | Rollup merge of #30938 - dotdash:zst_void, r=eddyb | Manish Goregaokar | -0/+40 |
| 2016-01-16 | Auto merge of #30567 - steffengy:master, r=alexcrichton | bors | -0/+51 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -6/+11 |
| 2016-01-16 | Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon | bors | -46/+150 |
| 2016-01-16 | Add regression tests for #29859. However #29859 is not fully fixed. | Niko Matsakis | -0/+84 |
| 2016-01-16 | Implement a hacky version of the DAG support we ultimately want, leaving | Niko Matsakis | -3/+2 |
| 2016-01-16 | Detect cycles and specialize error reporting for Sized. It is important | Niko Matsakis | -44/+65 |
| 2016-01-16 | Auto merge of #30930 - oli-obk:fix/30887, r=arielb1 | bors | -7/+90 |
| 2016-01-16 | Auto merge of #30896 - petrochenkov:vkindmeta, r=alexcrichton | bors | -30/+188 |
| 2016-01-15 | Auto merge of #30878 - brson:raw-pointer-derive, r=brson | bors | -0/+110 |
| 2016-01-15 | Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats... | bors | -8/+168 |
| 2016-01-15 | Auto merge of #30890 - nagisa:mir-tuple-adts, r=nikomatsakis | bors | -3/+98 |
| 2016-01-15 | Add some tests for non-trivial ADTs | Simonas Kazlauskas | -3/+98 |
| 2016-01-15 | Auto merge of #30773 - fhahn:test-fix, r=alexcrichton | bors | -11/+13 |
| 2016-01-15 | Translate zero-sized return types as void | Björn Steinbrink | -0/+40 |
| 2016-01-15 | Preserve struct/variant kinds in metadata | Vadim Petrochenkov | -30/+188 |
| 2016-01-15 | move const block checks before lowering step | Oliver Schneider | -7/+90 |
| 2016-01-15 | Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brson | Manish Goregaokar | -1/+43 |
| 2016-01-15 | Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichton | Manish Goregaokar | -17/+15 |
| 2016-01-15 | Auto merge of #30763 - gchp:issue/30033, r=nagisa | bors | -6/+66 |
| 2016-01-15 | Address reviewer comments | Nick Cameron | -4/+5 |
| 2016-01-14 | Support generic associated consts | Michael Wu | -8/+168 |
| 2016-01-14 | rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_derive | Brian Anderson | -0/+110 |
| 2016-01-15 | Add a test | Nick Cameron | -2/+24 |
| 2016-01-14 | Display better snippet for invalid char literal | Greg Chapple | -6/+66 |
| 2016-01-14 | Auto merge of #30848 - nagisa:mir-no-store-zsts, r=nikomatsakis | bors | -0/+27 |
| 2016-01-14 | Rollup merge of #30823 - pnkfelix:put-back-alloca-zeroing-for-issue-30530, r=... | Manish Goregaokar | -0/+213 |
| 2016-01-13 | Auto merge of #30813 - fhahn:fix-ice-semicolon-in-lifetime, r=nrc | bors | -0/+19 |
| 2016-01-13 | Auto merge of #30509 - michaelsproul:string-box-error, r=alexcrichton | bors | -0/+20 |
| 2016-01-13 | s/HARD ERROR/hard error/ -- perhaps the warning is enough | Niko Matsakis | -43/+43 |
| 2016-01-13 | Unit/regression tests for issues #29092, #30018, #30530, #30822. | Felix S. Klock II | -0/+213 |
| 2016-01-13 | Simplify some uses of cfg in test cases | Anton Blanchard | -26/+9 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -7/+22 |
| 2016-01-13 | Add an impl for Box<Error> from &str. | Michael Sproul | -0/+2 |
| 2016-01-12 | test: add a basic test for the vectorcall calling convention | Steffen | -0/+32 |
| 2016-01-12 | [MIR] Avoid some code generation for stores of ZST | Simonas Kazlauskas | -0/+27 |
| 2016-01-12 | Fix test cases accordingly | Niko Matsakis | -1/+43 |
| 2016-01-11 | add feature gate "abi_vectorcall" for the vectorcall calling convention | Steffen | -0/+19 |
| 2016-01-11 | Rollup merge of #30774 - nagisa:mir-fix-constval-adts, r=arielb1 | Simonas Kazlauskas | -0/+32 |
| 2016-01-11 | Rollup merge of #30694 - pnkfelix:issue-25658-real-first-follow, r=nrc | Simonas Kazlauskas | -20/+44 |