| Age | Commit message (Expand) | Author | Lines |
| 2017-02-25 | rustc_typeck: simplify AstConv requests as implemented by collect. | Eduard-Mihai Burtescu | -0/+3 |
| 2017-02-25 | Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+51 |
| 2017-02-25 | Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichton | Eduard-Mihai Burtescu | -0/+35 |
| 2017-02-25 | Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrc | Eduard-Mihai Burtescu | -6/+0 |
| 2017-02-25 | Rollup merge of #40025 - est31:master, r=eddyb | Eduard-Mihai Burtescu | -0/+41 |
| 2017-02-25 | Rollup merge of #40022 - wagenet:lib-defaults, r=alexcrichton | Eduard-Mihai Burtescu | -0/+38 |
| 2017-02-25 | Rollup merge of #40020 - alexcrichton:fix-unwind-safe, r=sfackler | Eduard-Mihai Burtescu | -1/+4 |
| 2017-02-25 | Rollup merge of #39980 - arielb1:privately-uninhabited, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+25 |
| 2017-02-25 | Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+9 |
| 2017-02-24 | Review changes | est31 | -8/+8 |
| 2017-02-23 | Feature gate | est31 | -1/+1 |
| 2017-02-23 | Implement non-capturing closure to fn coercion | est31 | -0/+41 |
| 2017-02-23 | use a more conservative inhabitableness rule | Ariel Ben-Yehuda | -5/+1 |
| 2017-02-23 | Add tests for lib defaults | Peter Wagenet | -0/+38 |
| 2017-02-23 | Fix tests on Windows (#1) | Vadim Petrochenkov | -2/+2 |
| 2017-02-23 | trans: don't ICE when trying to create ADT trans-items | Ariel Ben-Yehuda | -0/+51 |
| 2017-02-22 | add `-C overflow-checks` option | Nathan Froyd | -0/+35 |
| 2017-02-21 | Stabilize static_recursion | Taylor Cramer | -6/+0 |
| 2017-02-21 | std: Relax UnwindSafe impl for Unique | Alex Crichton | -1/+4 |
| 2017-02-20 | check_match: don't treat privately uninhabited types as uninhabited | Ariel Ben-Yehuda | -0/+29 |
| 2017-02-20 | Rollup merge of #39913 - nikomatsakis:inference-error, r=pnkfelix | Corey Farwell | -0/+2 |
| 2017-02-19 | fix run-pass test that required `Copy` impl | Niko Matsakis | -0/+2 |
| 2017-02-18 | Properly implement labeled breaks in while conditions | Taylor Cramer | -0/+16 |
| 2017-02-18 | Auto merge of #39887 - nikomatsakis:issue-39292, r=arielb1 | bors | -0/+26 |
| 2017-02-17 | Normalize labeled and unlabeled breaks | Taylor Cramer | -8/+0 |
| 2017-02-17 | Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis | bors | -4/+26 |
| 2017-02-16 | erase late bound regions in `get_vtable_methods()` | Niko Matsakis | -0/+26 |
| 2017-02-15 | Improve backtrace formating while panicking. | Yamakaky | -3/+50 |
| 2017-02-15 | Stabilize field init shorthand | est31 | -2/+0 |
| 2017-02-14 | Use check_variant for non_camel_case_types lint | Seo Sanghyeon | -0/+18 |
| 2017-02-10 | Rollup merge of #39721 - whataloadofwhat:catch-unwind-bang, r=alexcrichton | Corey Farwell | -0/+17 |
| 2017-02-10 | Rollup merge of #39692 - oli-obk:patch-2, r=aturon | Corey Farwell | -12/+0 |
| 2017-02-10 | Change std::panicking::try::Data into a union | whataloadofwhat | -0/+17 |
| 2017-02-09 | Rollup merge of #39682 - solson:fix-unaligned-read, r=eddyb | Corey Farwell | -15/+46 |
| 2017-02-09 | Rollup merge of #39604 - est31:i128_tests, r=alexcrichton | Corey Farwell | -3/+0 |
| 2017-02-09 | removed unused struct | Oliver Schneider | -6/+0 |
| 2017-02-09 | remove wrong packed struct test | Oliver Schneider | -6/+0 |
| 2017-02-09 | Auto merge of #39265 - est31:master, r=petrochenkov | bors | -1/+0 |
| 2017-02-09 | Fix indentation in test. | Scott Olson | -14/+14 |
| 2017-02-09 | Avoid unsafe unaligned loads in test. | Scott Olson | -1/+32 |
| 2017-02-09 | Fix tests | Andrew Cann | -4/+7 |
| 2017-02-09 | Add test for #39485 | Andrew Cann | -0/+19 |
| 2017-02-08 | Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichton | Corey Farwell | -10/+9 |
| 2017-02-08 | Rollup merge of #39462 - emilio:improper-ctypes, r=nikomatsakis | Corey Farwell | -0/+34 |
| 2017-02-08 | Stabilize static in const | est31 | -1/+0 |
| 2017-02-07 | Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson | Corey Farwell | -1/+1 |
| 2017-02-06 | make Child::try_wait return io::Result<Option<ExitStatus>> | Jack O'Connor | -10/+9 |
| 2017-02-07 | Unignore u128 test for stage 0,1 | est31 | -3/+0 |
| 2017-02-05 | Rollup merge of #39519 - nagisa:more-snap, r=alexcrichton | Corey Farwell | -10/+0 |
| 2017-02-04 | note individual lint name set via lint group attribute in notes | Zack M. Davis | -3/+3 |