| Age | Commit message (Expand) | Author | Lines |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -77/+48 |
| 2017-02-28 | Auto merge of #40008 - eddyb:lazy-12, r=nikomatsakis | bors | -234/+241 |
| 2017-02-27 | Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkov | bors | -3/+4 |
| 2017-02-27 | This test is too hard to maintain cross-platform | Yamakaky | -46/+0 |
| 2017-02-25 | rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body. | Eduard-Mihai Burtescu | -24/+35 |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -121/+104 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -13/+22 |
| 2017-02-25 | rustc: allow handling cycle errors gracefully in on-demand. | Eduard-Mihai Burtescu | -0/+1 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -43/+25 |
| 2017-02-25 | rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super... | Eduard-Mihai Burtescu | -5/+13 |
| 2017-02-25 | rustc: move the actual values of enum discriminants into a map. | Eduard-Mihai Burtescu | -12/+12 |
| 2017-02-25 | rustc_typeck: simplify AstConv requests as implemented by collect. | Eduard-Mihai Burtescu | -15/+27 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -6/+7 |
| 2017-02-25 | Rollup merge of #40086 - danobi:move-compiler_tests, r=brson | Eduard-Mihai Burtescu | -0/+88 |
| 2017-02-25 | Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+51 |
| 2017-02-25 | Rollup merge of #40038 - nikomatsakis:issue-39828, r=michaelwoerister | Eduard-Mihai Burtescu | -0/+40 |
| 2017-02-25 | Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichton | Eduard-Mihai Burtescu | -0/+35 |
| 2017-02-25 | Rollup merge of #40035 - er-1:master, r=alexcrichton | Eduard-Mihai Burtescu | -0/+6 |
| 2017-02-25 | Rollup merge of #40031 - cynicaldevil:master, r=est31 | Eduard-Mihai Burtescu | -0/+2 |
| 2017-02-25 | Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrc | Eduard-Mihai Burtescu | -73/+0 |
| 2017-02-25 | Rollup merge of #40025 - est31:master, r=eddyb | Eduard-Mihai Burtescu | -0/+110 |
| 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 #39995 - Aatch:vtable-ptr-metadata, r=arielb1 | Eduard-Mihai Burtescu | -2/+2 |
| 2017-02-25 | Rollup merge of #39980 - arielb1:privately-uninhabited, r=nikomatsakis | Eduard-Mihai Burtescu | -7/+58 |
| 2017-02-25 | Rollup merge of #39953 - keeperofdakeys:macro-error, r=jseyfried | Eduard-Mihai Burtescu | -3/+26 |
| 2017-02-25 | Rollup merge of #39945 - petrochenkov:llvmtarg, r=alexcrichton | Eduard-Mihai Burtescu | -2/+2 |
| 2017-02-25 | Rollup merge of #39905 - estebank:useless-error, r=arielb1 | Eduard-Mihai Burtescu | -4/+10 |
| 2017-02-25 | Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakis | Eduard-Mihai Burtescu | -35/+97 |
| 2017-02-25 | Move COMPILER_TESTS.md out of the root directory | Daniel Xu | -0/+88 |
| 2017-02-24 | Auto merge of #39851 - alexcrichton:verify-unstable, r=brson | bors | -0/+34 |
| 2017-02-24 | Review changes | est31 | -13/+13 |
| 2017-02-23 | Two more tests | est31 | -0/+69 |
| 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 | -8/+4 |
| 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-23 | Add macro suggestions for macros imported with `use` | Josh Driver | -3/+26 |
| 2017-02-22 | Don't assume plugin-whitelisted attributes are proc macro attributes | Austin Bonander | -0/+83 |
| 2017-02-23 | Added test for inclusive_range_syntax in compile-fail test suite | Nikhil Shagrithaya | -0/+2 |
| 2017-02-22 | detect "bootstrap outputs" when serializing the dep-graph | Niko Matsakis | -0/+40 |
| 2017-02-22 | add `-C overflow-checks` option | Nathan Froyd | -0/+35 |
| 2017-02-22 | Ignore ASM tests on powerpc | er-1 | -0/+6 |
| 2017-02-21 | Stabilize static_recursion | Taylor Cramer | -73/+0 |
| 2017-02-21 | std: Relax UnwindSafe impl for Unique | Alex Crichton | -1/+4 |
| 2017-02-21 | Auto merge of #39765 - GuillaumeGomez:file-not-found-for-module-error, r=jsey... | bors | -0/+42 |
| 2017-02-22 | Update codegen test with new attributes | James Miller | -2/+2 |
| 2017-02-21 | test: Verify all sysroot crates are unstable | Alex Crichton | -0/+34 |