| Age | Commit message (Expand) | Author | Lines |
| 2015-12-30 | use structured errors | Nick Cameron | -15/+27 |
| 2015-12-28 | [MIR] Fix setting discriminant for unit enums | Simonas Kazlauskas | -0/+12 |
| 2015-12-28 | Auto merge of #30547 - mmcco:cfg, r=sanxiyn | bors | -2/+2 |
| 2015-12-28 | rewrite the method-receiver matching code | Ariel Ben-Yehuda | -17/+14 |
| 2015-12-26 | Also fix MIRification of unit enum variants | Simonas Kazlauskas | -0/+6 |
| 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/+181 |
| 2015-12-25 | Properly translate unit structs in MIR | Simonas Kazlauskas | -0/+8 |
| 2015-12-23 | Simply two cfg attributes | Michael McConville | -2/+2 |
| 2015-12-23 | Implement custom panic handlers | Steven Fackler | -0/+181 |
| 2015-12-23 | Auto merge of #30377 - Wafflespeanut:levenshtein, r=Manishearth | bors | -6/+8 |
| 2015-12-21 | std: Ensure AssertRecoverSafe indeed is more often | Alex Crichton | -1/+5 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -4/+2 |
| 2015-12-21 | Auto merge of #30413 - pnkfelix:fsk-span_note, r=Manishearth | bors | -0/+60 |
| 2015-12-21 | Auto merge of #30493 - semarie:openbsd-cc, r=alexcrichton | bors | -5/+1 |
| 2015-12-20 | openbsd: use specific linker for building | Sébastien Marie | -0/+1 |
| 2015-12-20 | remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGS | Sébastien Marie | -5/+0 |
| 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 | -3/+192 |
| 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 | -227/+193 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -261/+456 |
| 2015-12-18 | Do not substitute type aliases during error reporting | Vadim Petrochenkov | -5/+6 |
| 2015-12-18 | Make RFC 1214 warnings into errors, and rip out the "warn or err" | Niko Matsakis | -227/+193 |
| 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/+174 |
| 2015-12-18 | Rollup merge of #30452 - dotdash:24876_take_2, r=alexcrichton | Manish Goregaokar | -0/+90 |
| 2015-12-18 | Auto merge of #30286 - oli-obk:const_error_span, r=nikomatsakis | bors | -0/+18 |
| 2015-12-18 | Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis | Manish Goregaokar | -3/+3 |
| 2015-12-18 | Rollup merge of #30286 - oli-obk:const_error_span, r=nikomatsakis | Manish Goregaokar | -0/+18 |
| 2015-12-18 | Fix emitting asm and object file output at the same time | Björn Steinbrink | -0/+90 |
| 2015-12-18 | Add more systematic tests | Vadim Petrochenkov | -429/+402 |
| 2015-12-18 | Prohibit public glob reexports of private variants | Vadim Petrochenkov | -2/+20 |
| 2015-12-18 | Substitute type aliases before checking for privacy | Vadim Petrochenkov | -16/+15 |
| 2015-12-18 | Use lint instead of warning | Vadim Petrochenkov | -25/+96 |
| 2015-12-18 | Report errors not caught by the old visitor as warnings | Vadim Petrochenkov | -14/+18 |
| 2015-12-18 | Prohibit private variant reexports | Vadim Petrochenkov | -1/+16 |
| 2015-12-18 | Approximate type aliases as public when determining impl publicity | Vadim Petrochenkov | -0/+19 |
| 2015-12-18 | Update error messages and error descriptions | Vadim Petrochenkov | -32/+32 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -35/+12 |
| 2015-12-18 | Rewrite VisiblePrivateTypesVisitor | Vadim Petrochenkov | -0/+118 |
| 2015-12-18 | Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakis | bors | -0/+246 |
| 2015-12-17 | Test generic methods | Simonas Kazlauskas | -0/+63 |
| 2015-12-17 | rustc_resolve: fix a bug in which unused imports can get wrongly marked as us... | Jeffrey Seyfried | -1/+5 |
| 2015-12-16 | Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakis | bors | -0/+307 |
| 2015-12-17 | test errors | Nick Cameron | -3/+3 |