| Age | Commit message (Expand) | Author | Lines |
| 2016-03-15 | Forbid creation of lang item from user code | ggomez | -0/+7 |
| 2016-03-15 | Auto merge of #32238 - frewsxcv:compiletest, r=alexcrichton | bors | -11/+2 |
| 2016-03-14 | Auto merge of #32206 - alexcrichton:fix-windows-rustbuild, r=brson | bors | -167/+143 |
| 2016-03-14 | Auto merge of #30652 - aturon:specialization, r=nikomatsakis | bors | -620/+3029 |
| 2016-03-14 | Add pretty printer output for `default` | Aaron Turon | -1/+10 |
| 2016-03-14 | Adjust error code | Aaron Turon | -3/+3 |
| 2016-03-14 | Parse fail test fixes | Aaron Turon | -3/+3 |
| 2016-03-14 | Fixes after rebase | Aaron Turon | -29/+47 |
| 2016-03-14 | Introduce ICE when the topmost projection restriction kicks in, as per issue ... | Aaron Turon | -6/+35 |
| 2016-03-14 | Test fixes, added README for tests | Aaron Turon | -27/+230 |
| 2016-03-14 | Move tests to dedicated subdirectories | Aaron Turon | -0/+0 |
| 2016-03-14 | Fixes after a rebase | Aaron Turon | -20/+18 |
| 2016-03-14 | Address review comments | Aaron Turon | -107/+99 |
| 2016-03-14 | Move projection_mode to InferContext rather than SelectionContext to reduce c... | Aaron Turon | -184/+225 |
| 2016-03-14 | Forbid cross-polarity specializations | Aaron Turon | -9/+19 |
| 2016-03-14 | Add regression tests from initial implementation review | Aaron Turon | -0/+55 |
| 2016-03-14 | Add some debugging output for specialization graph assembly | Aaron Turon | -0/+9 |
| 2016-03-14 | Refactor core specialization and subst translation code to avoid | Aaron Turon | -178/+156 |
| 2016-03-14 | Add more commentary for subst translation | Aaron Turon | -3/+29 |
| 2016-03-14 | Move specialization graph walks to iterators; make associated type | Aaron Turon | -650/+989 |
| 2016-03-14 | Address basic nits from initial review | Aaron Turon | -19/+97 |
| 2016-03-14 | Assorted fixed after rebasing | Aaron Turon | -56/+56 |
| 2016-03-14 | Add some basic comments about how specialization fits into the rest of the tr... | Aaron Turon | -0/+43 |
| 2016-03-14 | Adjust tests for feature gate, and add tests for the gate itself | Aaron Turon | -0/+76 |
| 2016-03-14 | Add feature gate | Aaron Turon | -0/+22 |
| 2016-03-14 | Adjust coherence test to reflect that only the orphan rule prevents you from ... | Aaron Turon | -3/+2 |
| 2016-03-14 | Adjust test for new overlap message on default trait impls | Aaron Turon | -1/+1 |
| 2016-03-14 | Adjust overlap-related tests to account for cosmetic changes to error reporti... | Aaron Turon | -40/+38 |
| 2016-03-14 | Add tests for specialization on associated types | Aaron Turon | -0/+199 |
| 2016-03-14 | Implement default associated type inheritance. | Aaron Turon | -43/+55 |
| 2016-03-14 | Check for proper use of `default` keyword in specializing impls. | Aaron Turon | -13/+138 |
| 2016-03-14 | Add basic specialization tests, including for default item | Aaron Turon | -19/+570 |
| 2016-03-14 | Implement default method inheritance. | Aaron Turon | -138/+296 |
| 2016-03-14 | Add subst helper for inheriting FnSpace from another subst | Aaron Turon | -0/+9 |
| 2016-03-14 | Initial incorporation of specialization: | Aaron Turon | -219/+254 |
| 2016-03-14 | Add specialization module. | Aaron Turon | -0/+232 |
| 2016-03-14 | Refactor `impl_trait_ref_and_oblig`, making it generally available as a utility | Aaron Turon | -4/+36 |
| 2016-03-14 | Hook `default` keyword into metadata and carry data through to typeck | Aaron Turon | -3/+48 |
| 2016-03-14 | Add `default` as contextual keyword, and parse it for impl items. | Aaron Turon | -58/+150 |
| 2016-03-14 | Remove useless vector accumulation in `type_vars_for_defs` | Aaron Turon | -3/+0 |
| 2016-03-14 | Fix existing comment typo. | Aaron Turon | -2/+1 |
| 2016-03-14 | linkchecker: Fix path checks on Windows | Alex Crichton | -18/+17 |
| 2016-03-14 | rustbuild: Refactor stage arguments away | Alex Crichton | -136/+110 |
| 2016-03-14 | rustbuild: Use tool_cmd() instead of tool() | Alex Crichton | -6/+3 |
| 2016-03-14 | rustbuild: Fix 32-bit Windows build | Alex Crichton | -7/+13 |
| 2016-03-14 | Auto merge of #32169 - mitaa:anon-tip, r=nrc | bors | -19/+32 |
| 2016-03-14 | Allow custom filenames for anonymous inputs | mitaa | -19/+32 |
| 2016-03-14 | Clean up cloning logic in compiletest.rs. | Corey Farwell | -11/+2 |
| 2016-03-14 | Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakis | bors | -1035/+1813 |
| 2016-03-14 | Auto merge of #32233 - Amanieu:volatile_store, r=eddyb | bors | -1/+69 |