about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2017-07-18Unify rules about commas in match arms and semicolons in expressionsAleksey Kladov-0/+45
2017-07-17Support repr alignment on unions.Cameron Hart-0/+90
2017-07-16Auto merge of #43237 - zackmdavis:missing_sum_and_product_for_128_bit_integer...bors-0/+8
2017-07-15Auto merge of #43224 - jseyfried:fix_macro_idents_regression, r=nrcbors-0/+26
2017-07-15Auto merge of #43185 - durka:thread-local-pub-restricted, r=alexcrichtonbors-7/+15
2017-07-14add u128/i128 to sum/product implementorsZack M. Davis-0/+8
2017-07-13Fix regression involving identifiers in `macro_rules!` patterns.Jeffrey Seyfried-0/+26
2017-07-13Rollup merge of #43125 - aochagavia:stable_drop, r=arielb1Steve Klabnik-0/+231
2017-07-13Auto merge of #43158 - PlasmaPower:thread-local-try-with, r=alexcrichtonbors-0/+37
2017-07-12Add regression tests to ensure stable drop orderAdolfo OchagavĂ­a-0/+231
2017-07-12Rollup merge of #43011 - qnighy:unsized-tuple-impls, r=aturonMark Simulacrum-0/+29
2017-07-11support pub(restricted) in thread_local!Alex Burka-7/+15
2017-07-11Fix @alexcrichton commentsLee Bousfield-0/+4
2017-07-11compiletest: Refactor: Move the `ignore-{}` logic into its own method.kennytm-6/+1
2017-07-11Auto merge of #42913 - kennytm:fix-40569-ident-without-backtrack, r=jseyfriedbors-0/+245
2017-07-10Add LocalKey::try_with as an alternative to stateLee Bousfield-0/+33
2017-07-08Box large array to avoid blowing the stackLee Bousfield-6/+8
2017-07-08Raised alignment limit from 2^15 to 2^31Lee Bousfield-0/+17
2017-07-08Implement O(1)-time Iterator::nth for Range*Simon Sapin-13/+5
2017-07-08Make `patterns_in_fns_without_body` warn-by-default againVadim Petrochenkov-4/+8
2017-07-08Remove more anonymous trait method parametersVadim Petrochenkov-28/+30
2017-07-07Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakisbors-27/+0
2017-07-07Only match a fragment specifier the if it starts with certain tokens.kennytm-0/+245
2017-07-06Check types for privacyVadim Petrochenkov-126/+0
2017-07-06remove associated_consts feature gateSean McArthur-27/+0
2017-07-06rustc: Implement stack probes for x86Alex Crichton-0/+88
2017-07-06Auto merge of #42899 - alexcrichton:compiler-builtins, r=nikomatsakisbors-15/+0
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-107/+288
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-107/+288
2017-07-05Switch to rust-lang-nursery/compiler-builtinsAlex Crichton-24/+7
2017-07-04Add a test for unsized tuple impls.Masaki Hara-0/+29
2017-07-01Delete deprecated & unstable range-specific `step_by`Scott McMurray-2/+2
2017-07-01Auto merge of #42882 - stjepang:improve-sort-tests-and-benches, r=alexcrichtonbors-63/+105
2017-06-30Auto merge of #42807 - arielb1:consistent-coercion, r=eddybbors-1/+4
2017-06-29Move unsized_tuple_coercion behind a feature gate.Masaki Hara-0/+8
2017-06-29Add unsized tuple coercions.Masaki Hara-0/+363
2017-06-29Rollup merge of #42901 - alexcrichton:alloc-one, r=sfacklerAriel Ben-Yehuda-0/+27
2017-06-29Rollup merge of #42886 - durka:pplmm-mwe, r=petrochenkovAriel Ben-Yehuda-0/+35
2017-06-29Rollup merge of #42884 - stepancheg:set-env-run-pass, r=alexcrichtonAriel Ben-Yehuda-0/+98
2017-06-29Rollup merge of #42219 - pwoolcoc:add-allow-fail-to-libtest, r=GuillaumeGomezAriel Ben-Yehuda-0/+24
2017-06-29Auto merge of #42642 - venkatagiri:issue_42312, r=nikomatsakisbors-2/+0
2017-06-28Auto merge of #42797 - arielb1:ex-falso-ice, r=nikomatsakisbors-0/+14
2017-06-28rustc_typeck: enforce argument type is sizedVenkata Giri Reddy-2/+0
2017-06-28Auto merge of #42745 - sfackler:1.19-stabilization, r=alexcrichtonbors-2/+0
2017-06-28Auto merge of #42931 - arielb1:statement-visitor, r=eddybbors-0/+15
2017-06-28re-add the call to `super_statement` in EraseRegionsAriel Ben-Yehuda-0/+15
2017-06-28Auto merge of #42709 - stepancheg:discriminant-hash, r=jseyfriedbors-2/+11
2017-06-27syntax: allow negative integer literal expression to be interpolated as patternAlex Burka-0/+35
2017-06-26Move thread_rng() outside the loopStjepan Glavina-1/+2
2017-06-25std: Fix implementation of `Alloc::alloc_one`Alex Crichton-0/+27