summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2016-08-01Add regression test.Jeffrey Seyfried-0/+23
2016-08-01Just pass in NodeId to FunctionContext::new instead of looking it up.Luqman Aden-0/+43
2016-07-26tyencode: Make sure that projection bounds are handled in stable order.Michael Woerister-0/+66
2016-07-03Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturonbors-5/+0
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-5/+0
2016-07-02Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisabors-0/+43
2016-07-02fail obligations that depend on erroring obligationsAriel Ben-Yehuda-0/+20
2016-06-30Revert "Remove the return_address intrinsic."Eduard Burtescu-0/+43
2016-06-27Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearthbors-0/+39
2016-06-26Auto merge of #34419 - eddyb:virtually-inexistent, r=Aatchbors-0/+28
2016-06-27Remove the return_address intrinsic.Eduard Burtescu-43/+0
2016-06-25Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfriedJeffrey Seyfried-0/+39
2016-06-23Auto merge of #34077 - durka:patch-23, r=alexcrichtonbors-0/+23
2016-06-22Auto merge of #34374 - jseyfried:fix_hygiene_bug, r=nrcbors-0/+116
2016-06-23Don't translate vtable methods with Self: Sized bounds.Eduard Burtescu-0/+28
2016-06-22upgrade thread_local! invocation syntaxAlex Burka-0/+23
2016-06-22More hygiene testsJeffrey Seyfried-3/+75
2016-06-22Auto merge of #34408 - Manishearth:rollup, r=Manishearthbors-0/+40
2016-06-22Rollup merge of #34394 - oli-obk:const_cast_false_positive, r=eddybManish Goregaokar-0/+15
2016-06-21Fix overflow error in thread::sleepGuillaume Gomez-0/+25
2016-06-21don't warn on casting byte strs to slicesOliver Schneider-0/+15
2016-06-21Add message argument to `assert_eq` macroMitsunori Komatsu-0/+3
2016-06-20Add more hygiene testsJeffrey Seyfried-0/+23
2016-06-20Add regression testJeffrey Seyfried-0/+21
2016-06-18Add test case for #30276Steven Allen-0/+14
2016-06-13Correct broken testChris Tomlinson-0/+23
2016-06-13Add support for macro expansion inside trait itemsJoseph Dunne-0/+39
2016-06-10Add testsVadim Petrochenkov-0/+18
2016-06-08Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakisbors-50/+183
2016-06-09handle string literals correctly in match checkingAriel Ben-Yehuda-0/+23
2016-06-09implement RFC495 semantics for slice patternsAriel Ben-Yehuda-50/+142
2016-06-09trans: don't misuse C_nil for ZSTs other than ().Eduard Burtescu-0/+15
2016-06-08fix translation of unsized types and arraysAriel Ben-Yehuda-0/+18
2016-06-07Auto merge of #34128 - eddyb:mir-trans-fixes, r=luqmanabors-6/+20
2016-06-07Auto merge of #34012 - eddyb:tick-erased, r=nikomatsakisbors-1/+1
2016-06-07trans: don't forget to cast Pair constants of the wrong type.Eduard Burtescu-6/+8
2016-06-07trans: use Pair for ignored nil pairs instead of Immediate.Eduard Burtescu-0/+12
2016-06-06Auto merge of #34006 - eddyb:mir-const-fixes, r=nikomatsakisbors-0/+26
2016-06-06Rollup merge of #34048 - shepmaster:corrected-issue-number, r=steveklabnikEduard-Mihai Burtescu-0/+0
2016-06-05rustc_const_eval: work around double rounding.Eduard Burtescu-0/+26
2016-06-05trans: update Luqmana's patch for generalized pair handling.Eduard Burtescu-4/+14
2016-06-05[MIR] Handle call return values that need to be casted properly.Luqman Aden-0/+24
2016-06-05Enable the overflow-related tests for MIRJames Miller-2/+0
2016-06-05rustc: add ReErased to be used by trait selection, MIR and trans.Eduard Burtescu-1/+1
2016-06-04Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakisbors-0/+156
2016-06-04Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1bors-17/+92
2016-06-04fix translation of terminators in MSVC cleanup blocksAriel Ben-Yehuda-17/+73
2016-06-03Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichtonbors-1/+1
2016-06-03implement drop elaborationAriel Ben-Yehuda-0/+100
2016-06-03Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichtonbors-0/+100