| Age | Commit message (Expand) | Author | Lines |
| 2016-03-17 | tests: Use arguments in codegen/stores.rs to turn aggregates into immediates. | Eduard Burtescu | -15/+8 |
| 2016-03-17 | trans: Remove the foreign module. | Eduard Burtescu | -24/+26 |
| 2016-03-17 | tests: Force instantiation of extern fns. | Eduard Burtescu | -0/+5 |
| 2016-03-17 | trans: Rename MonoId to Instance and start using it in more places. | Eduard Burtescu | -5/+5 |
| 2016-03-17 | Auto merge of #32294 - Manishearth:derive-fix, r=alexcrichton | bors | -0/+18 |
| 2016-03-17 | Auto merge of #32263 - frewsxcv:compiletest-ignored-expected, r=nikomatsakis | bors | -4/+139 |
| 2016-03-17 | Add test | Jeffrey Seyfried | -0/+24 |
| 2016-03-17 | test: Fix missing call of function pointer | pravic | -3/+3 |
| 2016-03-16 | Auto merge of #32285 - oli-obk:fix/const_bitshift, r=eddyb | bors | -0/+33 |
| 2016-03-17 | Add test for silenced unused params in derive | Manish Goregaokar | -0/+18 |
| 2016-03-16 | Stop ignoring expected note/help messages in compiletest suite. | Corey Farwell | -4/+139 |
| 2016-03-16 | Auto merge of #32284 - jseyfried:name_conflict_diagnostics, r=eddyb | bors | -70/+71 |
| 2016-03-16 | Auto merge of #31746 - erickt:newline, r=sfackler | bors | -0/+20 |
| 2016-03-16 | Resolve conflicts and extend the test | Jonas Schievink | -0/+14 |
| 2016-03-16 | Normalize return type when checking for E0269 | Jonas Schievink | -0/+23 |
| 2016-03-16 | don't assume the rhs of a bitshift is of any particular type | Oliver Schneider | -0/+33 |
| 2016-03-16 | Fix fallout in tests | Jeffrey Seyfried | -70/+71 |
| 2016-03-15 | Update rpass tests for panic hooks | Steven Fackler | -22/+22 |
| 2016-03-15 | Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichton | bors | -0/+2 |
| 2016-03-15 | Add a test for --quiet in test harness. | Simon Sapin | -0/+2 |
| 2016-03-15 | Auto merge of #32251 - durka:derive-2810, r=alexcrichton | bors | -0/+4 |
| 2016-03-15 | Auto merge of #32250 - durka:derive-31574, r=alexcrichton | bors | -14/+37 |
| 2016-03-14 | std: Fix inheriting stdin on status() | Alex Crichton | -0/+41 |
| 2016-03-14 | Auto merge of #30652 - aturon:specialization, r=nikomatsakis | bors | -84/+1336 |
| 2016-03-14 | Add pretty printer output for `default` | Aaron Turon | -1/+2 |
| 2016-03-14 | Parse fail test fixes | Aaron Turon | -3/+3 |
| 2016-03-14 | Introduce ICE when the topmost projection restriction kicks in, as per issue ... | Aaron Turon | -2/+6 |
| 2016-03-14 | Test fixes, added README for tests | Aaron Turon | -22/+218 |
| 2016-03-14 | Move tests to dedicated subdirectories | Aaron Turon | -0/+0 |
| 2016-03-14 | Address review comments | Aaron Turon | -6/+25 |
| 2016-03-14 | Forbid cross-polarity specializations | Aaron Turon | -9/+13 |
| 2016-03-14 | Add regression tests from initial implementation review | Aaron Turon | -0/+55 |
| 2016-03-14 | Move specialization graph walks to iterators; make associated type | Aaron Turon | -2/+2 |
| 2016-03-14 | Address basic nits from initial review | Aaron Turon | -0/+74 |
| 2016-03-14 | Assorted fixed after rebasing | Aaron Turon | -6/+6 |
| 2016-03-14 | Adjust tests for feature gate, and add tests for the gate itself | Aaron Turon | -0/+76 |
| 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 | Check for proper use of `default` keyword in specializing impls. | Aaron Turon | -0/+41 |
| 2016-03-14 | Add basic specialization tests, including for default item | Aaron Turon | -19/+570 |
| 2016-03-14 | Add `default` as contextual keyword, and parse it for impl items. | Aaron Turon | -0/+35 |
| 2016-03-14 | Auto merge of #32169 - mitaa:anon-tip, r=nrc | bors | -3/+6 |
| 2016-03-14 | derive: improve hygiene for type parameters (see #2810) | Alex Burka | -0/+4 |
| 2016-03-14 | refactor derive-no-std test, add empty struct/enum | Alex Burka | -14/+37 |
| 2016-03-14 | Allow custom filenames for anonymous inputs | mitaa | -3/+6 |
| 2016-03-14 | Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakis | bors | -135/+316 |
| 2016-03-14 | Auto merge of #32233 - Amanieu:volatile_store, r=eddyb | bors | -0/+64 |
| 2016-03-14 | Auto merge of #32232 - jonas-schievink:issue31511, r=eddyb | bors | -2/+18 |