summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+7
2016-03-22try! -> ?Jorge Aparicio-5/+5
2016-03-23Annotate run-pass/backtrace with #[rustc_no_mir] on MSVC.Eduard Burtescu-0/+6
2016-03-22Consider `doc(no_inline)` in crate-local inliningmitaa-0/+33
2016-03-23Fix const transSeo Sanghyeon-0/+14
2016-03-22Add test for the feature gating of nakedTicki-0/+19
2016-03-22Add testsTicki-0/+69
2016-03-22Omit `pub` for inlined variant-struct fieldsmitaa-0/+36
2016-03-21Auto merge of #32253 - durka:derive-31886, r=alexcrichtonbors-0/+20
2016-03-21Add regression test for Issue 26997.Corey Farwell-0/+22
2016-03-21Auto merge of #32062 - Marwes:unification_table_for_eq_relations, r=nikomatsakisbors-0/+58
2016-03-21Improve time complexity of equality relationsMarkus Westerlind-0/+58
2016-03-21Fix tupling of fn args for rust-call ABI functionsBjörn Steinbrink-0/+20
2016-03-20Auto merge of #32344 - aturon:issue-32324, r=eddybbors-0/+33
2016-03-20Fix mis-uses of projection modeAaron Turon-0/+33
2016-03-20Auto merge of #32010 - devonhollowood:non-c-like-enum-repr, r=Aatchbors-1/+32
2016-03-20Auto merge of #32367 - tiehuis:tiehuis-E0412-help, r=nagisabors-3/+3
2016-03-20Update tests which reference E0421tiehuis-3/+3
2016-03-19Auto merge of #32358 - Manishearth:pr-32053, r=Manishearthbors-0/+35
2016-03-19Auto merge of #32306 - nikomatsakis:issue-32278, r=eddybbors-53/+72
2016-03-19Auto merge of #32362 - bluss:float-fast-math, r=eddybbors-6/+12
2016-03-19Update float_math test to not use constantsUlrik Sverdrup-6/+12
2016-03-19Auto merge of #32244 - Amanieu:compare_exchange_result, r=alexcrichtonbors-24/+24
2016-03-19Add Help and Suggestion to issue-29124 testsDaniel J Rollins-0/+4
2016-03-19Use last path segment for uncalled method note if span_to_segment failsDaniel J Rollins-2/+2
2016-03-19Add test for issue 29124Daniel J Rollins-0/+31
2016-03-19Change compare_exchange to return a Result<T, T>Amanieu d'Antras-24/+24
2016-03-19Auto merge of #32351 - eddyb:rollup, r=eddybbors-1/+41
2016-03-19Rollup merge of #32347 - Amanieu:volatile_fat_ptr, r=eddybEduard-Mihai Burtescu-0/+22
2016-03-19Rollup merge of #32332 - jonas-schievink:issue32323, r=arielb1Eduard-Mihai Burtescu-0/+18
2016-03-19Rollup merge of #32329 - sfackler:assert-recover-safe-pub, r=aturonEduard-Mihai Burtescu-1/+1
2016-03-19Auto merge of #32304 - pravic:fix-variadic-ffi-test, r=alexcrichtonbors-3/+3
2016-03-18Auto merge of #32256 - bluss:float-fast-math, r=alexcrichtonbors-0/+84
2016-03-19Fix volatile stores of fat pointersAmanieu d'Antras-0/+22
2016-03-18make suggestion stuff not swallow errorsNiko Matsakis-5/+3
2016-03-18fix coercion behavior for nested referencesNiko Matsakis-0/+36
2016-03-18change coercion to use target region if not LUBNiko Matsakis-49/+34
2016-03-18cfail test for #31886Alex Burka-10/+20
2016-03-18derive: assume enum repr defaults to isizeAlex Burka-0/+10
2016-03-18Auto merge of #32309 - aturon:overlap-warning, r=nikomatsakisbors-4/+11
2016-03-18Change inherent overlap error to a warning for now, to ease the breakage.Aaron Turon-4/+11
2016-03-18Add intrinsics for float arithmetic with `fast` flag enabledUlrik Sverdrup-0/+84
2016-03-18Auto merge of #32282 - sfackler:panic-hook, r=alexcrichtonbors-22/+22
2016-03-18Auto merge of #32080 - eddyb:transcendent, r=nikomatsakisbors-121/+244
2016-03-18tests: Update run-make/issue-25581 to reflect how fat pointers are passed.Eduard Burtescu-9/+4
2016-03-18liveness: substitute bound regions with free ones before normalizing the retu...Jonas Schievink-0/+18
2016-03-17Make AssertRecoverSafe's field publicSteven Fackler-1/+1
2016-03-18Update the not-at-all-pretty pain-o-tron-4000+264 test.Eduard Burtescu-29/+29
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-39/+166
2016-03-17compiletest: Add rustc-env for run-pass/super-fast-paren-parsing.Eduard Burtescu-0/+1