about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-05-04Auto merge of #50435 - cuviper:rm-lookup_host, r=sfacklerbors-4/+2
2018-05-04Auto merge of #50409 - KiChjang:issue-50343, r=nikomatsakisbors-0/+17
2018-05-03Remove the deprecated std::net::{lookup_host,LookupHost}Josh Stone-4/+2
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-0/+27
2018-05-03Fix issue #50415.kennytm-0/+27
2018-05-03Auto merge of #50030 - flip1995:rfc2103, r=petrochenkovbors-0/+23
2018-05-02Skip checking for unused mutable locals that have no nameKeith Yeung-0/+17
2018-05-02Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddybbors-0/+55
2018-05-02Add tests for a new feature 'tool_attributes'Seiichi Uchida-0/+23
2018-05-01Auto merge of #49982 - petrochenkov:noreex, r=alexcrichtonbors-85/+0
2018-05-01Add repr(u8) to the testvarkor-0/+16
2018-05-01Correct initial field alignment for repr(C)/repr(int)varkor-0/+39
2018-05-01Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakisbors-0/+21
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-85/+0
2018-05-01Force frame pointers for the backtrace testSimonas Kazlauskas-0/+1
2018-05-01Rollup merge of #50233 - mark-i-m:const_vec, r=kennytmkennytm-0/+17
2018-04-29Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakisbors-0/+56
2018-04-29Auto merge of #50271 - sinkuu:fix_ice, r=eddybbors-0/+33
2018-04-28feature on testMark Mansi-0/+2
2018-04-28Track unused mutable variables across closuresKeith Yeung-0/+56
2018-04-27Don't feature gate bang macros on 'proc_macro_path_invoc'.Sergio Benitez-7/+7
2018-04-28Make `trait_of_item` return None for non associated itemsShotaro Yamada-0/+33
2018-04-27Auto merge of #49822 - matthewjasper:dropck-closures, r=nikomatsakisbors-0/+70
2018-04-27Access individual fields of tuples, closures and generators on drop.Matthew Jasper-0/+70
2018-04-28Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichtonkennytm-0/+17
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-4/+0
2018-04-27dyn_trait feature-gate just for stage0Christian Poveda-2/+0
2018-04-27removed dyn_trait feature from testsChristian Poveda-2/+0
2018-04-27Allow #[inline] on closuresAmanieu d'Antras-0/+17
2018-04-26Auto merge of #50253 - nikomatsakis:regressions-2018-04-26, r=eddybbors-0/+22
2018-04-27Add one more prelude layer for extern crate names passed with `--extern`Vadim Petrochenkov-0/+21
2018-04-26add regression testNiko Matsakis-0/+22
2018-04-26Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747)Anthony Ramine-0/+33
2018-04-26Add a test for casts of univariant C-like enumsAnthony Ramine-2/+7
2018-04-25Make Vec::new constMark Mansi-0/+15
2018-04-25Fix crate:: in local pathsManish Goregaokar-0/+23
2018-04-25compiletest: introduce skip-transTatsuyuki Ishi-0/+17
2018-04-25Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearthbors-0/+15
2018-04-24Test format hygieneJames Sanderson-0/+15
2018-04-24Auto merge of #50096 - alexcrichton:less-simd-warnings, r=michaelwoeristerbors-0/+35
2018-04-24Auto merge of #49911 - rcoh:master, r=nikomatsakisbors-43/+0
2018-04-23Don't allow #[should_panic] with non-() testsRussell Cohen-43/+0
2018-04-22Replace GlobalAlloc::oom with a lang itemSteven Fackler-9/+7
2018-04-21Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a...bors-0/+12
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-7/+7
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+12
2018-04-19rustc: Whitelist upstream target_featuresAlex Crichton-0/+35
2018-04-18Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfacklerbors-1/+1
2018-04-18Auto merge of #49981 - nox:fix-signed-niches, r=eddybbors-0/+20
2018-04-17Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelixbors-4/+2