| Age | Commit message (Expand) | Author | Lines |
| 2016-01-01 | In the middle of the implementation | Nicholas Mazzuca | -0/+405 |
| 2015-12-31 | Rollup merge of #30590 - nagisa:mir-constval-function, r=luqmana | Simonas Kazlauskas | -0/+7 |
| 2015-12-31 | Rollup merge of #30365 - tamird:update-valgrind, r=pnkfelix | Simonas Kazlauskas | -0/+3 |
| 2015-12-31 | Deactivate one test in mir_trans_calls.rs since it fails now that it is corre... | Michael Woerister | -6/+12 |
| 2015-12-31 | Auto merge of #30641 - tsion:match-range, r=eddyb | bors | -0/+30 |
| 2015-12-31 | Auto merge of #30598 - est31:macro_export_help_note, r=Manishearth | bors | -0/+27 |
| 2015-12-31 | Auto merge of #30586 - nagisa:mir-cast, r=arielb1 | bors | -0/+349 |
| 2015-12-31 | Cut out a bunch of Result and panictry! boilerplate from libsyntax. | Nick Cameron | -3/+3 |
| 2015-12-30 | Auto merge of #30375 - aaronkeen:issue_28777, r=eddyb | bors | -4/+39 |
| 2015-12-30 | Add test for MIR range matching. | Scott Olson | -0/+30 |
| 2015-12-30 | Move pub-{item,methd}-macro.rs to the parse-fail subdir as well | est31 | -0/+0 |
| 2015-12-30 | Move pub-macro-rules.rs test to parse-fail directory | est31 | -0/+0 |
| 2015-12-30 | Custom help message for people trying to make macro public | est31 | -0/+27 |
| 2015-12-30 | use structured errors | Nick Cameron | -15/+27 |
| 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-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 | update valgrind suppressions | Tamir Duberstein | -0/+3 |
| 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/+181 |
| 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 | 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-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-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 |