| Age | Commit message (Expand) | Author | Lines |
| 2015-12-30 | Add test for MIR range matching. | Scott Olson | -0/+30 |
| 2015-12-29 | Implement `as` casting (Misc cast kind) | Simonas Kazlauskas | -0/+349 |
| 2015-12-28 | [MIR] Translate ConstVal::Function | Simonas Kazlauskas | -0/+7 |
| 2015-12-28 | [MIR] Fix setting discriminant for unit enums | Simonas Kazlauskas | -0/+12 |
| 2015-12-26 | Also fix MIRification of unit enum variants | Simonas Kazlauskas | -0/+6 |
| 2015-12-25 | libstd: unix process spawning: fix bug with setting stdio | Ivan Petkov | -0/+107 |
| 2015-12-25 | Rollup merge of #30551 - nagisa:mir-unit-structs, r=luqmana | Manish Goregaokar | -0/+8 |
| 2015-12-25 | Rollup merge of #30513 - alexcrichton:assert-is-safe, r=aturon | Manish Goregaokar | -1/+5 |
| 2015-12-25 | Rollup merge of #30485 - sfackler:panic-handler, r=alexcrichton | Manish Goregaokar | -0/+117 |
| 2015-12-24 | Add test. | Luqman Aden | -0/+28 |
| 2015-12-25 | Properly translate unit structs in MIR | Simonas Kazlauskas | -0/+8 |
| 2015-12-23 | Implement custom panic handlers | Steven Fackler | -0/+117 |
| 2015-12-22 | Add an impl for Box<Error> from String. | Michael Sproul | -0/+18 |
| 2015-12-21 | std: Ensure AssertRecoverSafe indeed is more often | Alex Crichton | -1/+5 |
| 2015-12-19 | [MIR] Handle FatPtr in mir::constant::trans_constval. | Luqman Aden | -0/+7 |
| 2015-12-19 | Auto merge of #30408 - durka:issue-26873, r=alexcrichton | bors | -0/+106 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+45 |
| 2015-12-18 | Auto merge of #30364 - luqmana:mir-calls, r=nikomatsakis | bors | -0/+100 |
| 2015-12-18 | [MIR] Initial implementation for translating calls. | Luqman Aden | -0/+100 |
| 2015-12-18 | Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1 | bors | -22/+34 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -16/+18 |
| 2015-12-18 | Make RFC 1214 warnings into errors, and rip out the "warn or err" | Niko Matsakis | -22/+34 |
| 2015-12-18 | add tests for #26873 | Alex Burka | -0/+106 |
| 2015-12-18 | Auto merge of #30374 - durka:issue-30371, r=alexcrichton | bors | -0/+18 |
| 2015-12-18 | Require exact type equality + add tests | Vadim Petrochenkov | -40/+45 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -27/+4 |
| 2015-12-18 | Rewrite VisiblePrivateTypesVisitor | Vadim Petrochenkov | -0/+25 |
| 2015-12-18 | Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakis | bors | -0/+218 |
| 2015-12-17 | Added a functioning version of the assoc-oddities-3 test case to | Aaron Keen | -0/+51 |
| 2015-12-17 | Test generic methods | Simonas Kazlauskas | -0/+63 |
| 2015-12-16 | Auto merge of #30337 - wesleywiser:mir_switch, r=nikomatsakis | bors | -0/+48 |
| 2015-12-16 | Add ExprType to HIR and make everything compile | Vadim Petrochenkov | -11/+11 |
| 2015-12-16 | Implement type ascription. | Eduard Burtescu | -0/+40 |
| 2015-12-16 | Auto merge of #30141 - oli-obk:fix/30117, r=arielb1 | bors | -1/+46 |
| 2015-12-15 | Implement references to functions and constants | Simonas Kazlauskas | -0/+155 |
| 2015-12-14 | Implement trans for the MIR Switch terminator | Wesley Wiser | -0/+48 |
| 2015-12-14 | add failing run-pass test for #30371 | Alex Burka | -0/+18 |
| 2015-12-14 | Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix | bors | -2/+14 |
| 2015-12-13 | Remove duplicate test case | Tamir Duberstein | -20/+0 |
| 2015-12-12 | Auto merge of #30279 - Aatch:dst-ref-binding, r=pnkfelix | bors | -0/+24 |
| 2015-12-12 | Auto merge of #27929 - w00ns:issue-27889-same-field-names, r=pnkfelix | bors | -0/+31 |
| 2015-12-12 | Auto merge of #30242 - arielb1:region-unification, r=nikomatsakis | bors | -0/+33 |
| 2015-12-11 | Fix for issue #27889: same field names in enum variants | w00ns | -0/+31 |
| 2015-12-11 | Auto merge of #30294 - jseyfried:fix_shadowed_use_visibility, r=nrc | bors | -0/+20 |
| 2015-12-10 | Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon | bors | -24/+4 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -24/+4 |
| 2015-12-10 | Auto merge of #30267 - alexcrichton:tls-init-oh-my, r=nikomatsakis | bors | -0/+51 |
| 2015-12-10 | Fix a bug in which the visibility of a use declaration defining a name in one... | Jeffrey Seyfried | -0/+20 |
| 2015-12-09 | Auto merge of #29937 - alexcrichton:panic-recover, r=alexcrichton | bors | -25/+67 |
| 2015-12-09 | std: Rename thread::catch_panic to panic::recover | Alex Crichton | -25/+67 |