summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-03-17tests: Use arguments in codegen/stores.rs to turn aggregates into immediates.Eduard Burtescu-15/+8
2016-03-17trans: Remove the foreign module.Eduard Burtescu-24/+26
2016-03-17tests: Force instantiation of extern fns.Eduard Burtescu-0/+5
2016-03-17trans: Rename MonoId to Instance and start using it in more places.Eduard Burtescu-5/+5
2016-03-17Auto merge of #32294 - Manishearth:derive-fix, r=alexcrichtonbors-0/+18
2016-03-17Auto merge of #32263 - frewsxcv:compiletest-ignored-expected, r=nikomatsakisbors-4/+139
2016-03-17Add testJeffrey Seyfried-0/+24
2016-03-17test: Fix missing call of function pointerpravic-3/+3
2016-03-16Auto merge of #32285 - oli-obk:fix/const_bitshift, r=eddybbors-0/+33
2016-03-17Add test for silenced unused params in deriveManish Goregaokar-0/+18
2016-03-16Stop ignoring expected note/help messages in compiletest suite.Corey Farwell-4/+139
2016-03-16Auto merge of #32284 - jseyfried:name_conflict_diagnostics, r=eddybbors-70/+71
2016-03-16Auto merge of #31746 - erickt:newline, r=sfacklerbors-0/+20
2016-03-16Resolve conflicts and extend the testJonas Schievink-0/+14
2016-03-16Normalize return type when checking for E0269Jonas Schievink-0/+23
2016-03-16don't assume the rhs of a bitshift is of any particular typeOliver Schneider-0/+33
2016-03-16Fix fallout in testsJeffrey Seyfried-70/+71
2016-03-15Update rpass tests for panic hooksSteven Fackler-22/+22
2016-03-15Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichtonbors-0/+2
2016-03-15Add a test for --quiet in test harness.Simon Sapin-0/+2
2016-03-15Auto merge of #32251 - durka:derive-2810, r=alexcrichtonbors-0/+4
2016-03-15Auto merge of #32250 - durka:derive-31574, r=alexcrichtonbors-14/+37
2016-03-14std: Fix inheriting stdin on status()Alex Crichton-0/+41
2016-03-14Auto merge of #30652 - aturon:specialization, r=nikomatsakisbors-84/+1336
2016-03-14Add pretty printer output for `default`Aaron Turon-1/+2
2016-03-14Parse fail test fixesAaron Turon-3/+3
2016-03-14Introduce ICE when the topmost projection restriction kicks in, as per issue ...Aaron Turon-2/+6
2016-03-14Test fixes, added README for testsAaron Turon-22/+218
2016-03-14Move tests to dedicated subdirectoriesAaron Turon-0/+0
2016-03-14Address review commentsAaron Turon-6/+25
2016-03-14Forbid cross-polarity specializationsAaron Turon-9/+13
2016-03-14Add regression tests from initial implementation reviewAaron Turon-0/+55
2016-03-14Move specialization graph walks to iterators; make associated typeAaron Turon-2/+2
2016-03-14Address basic nits from initial reviewAaron Turon-0/+74
2016-03-14Assorted fixed after rebasingAaron Turon-6/+6
2016-03-14Adjust tests for feature gate, and add tests for the gate itselfAaron Turon-0/+76
2016-03-14Adjust coherence test to reflect that only the orphan rule prevents you from ...Aaron Turon-3/+2
2016-03-14Adjust test for new overlap message on default trait implsAaron Turon-1/+1
2016-03-14Adjust overlap-related tests to account for cosmetic changes to error reporti...Aaron Turon-40/+38
2016-03-14Add tests for specialization on associated typesAaron Turon-0/+199
2016-03-14Check for proper use of `default` keyword in specializing impls.Aaron Turon-0/+41
2016-03-14Add basic specialization tests, including for default itemAaron Turon-19/+570
2016-03-14Add `default` as contextual keyword, and parse it for impl items.Aaron Turon-0/+35
2016-03-14Auto merge of #32169 - mitaa:anon-tip, r=nrcbors-3/+6
2016-03-14derive: improve hygiene for type parameters (see #2810)Alex Burka-0/+4
2016-03-14refactor derive-no-std test, add empty struct/enumAlex Burka-14/+37
2016-03-14Allow custom filenames for anonymous inputsmitaa-3/+6
2016-03-14Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakisbors-135/+316
2016-03-14Auto merge of #32233 - Amanieu:volatile_store, r=eddybbors-0/+64
2016-03-14Auto merge of #32232 - jonas-schievink:issue31511, r=eddybbors-2/+18