about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-05-14Add implementation of Extend for ()Taylor Cramer-0/+20
2018-05-14Auto merge of #50735 - eddyb:issue-50731, r=nikomatsakisbors-0/+15
2018-05-14Auto merge of #50385 - durka:stabilize-macro-lifetime, r=petrochenkovbors-7/+0
2018-05-14rustc: don't trip an assertion for enums with present but uninhabited variants.Eduard-Mihai Burtescu-0/+15
2018-05-14Auto merge of #50694 - leodasvacas:fix-impl-trait-self-substitution, r=petroc...bors-0/+29
2018-05-13stabilize :lifetimeAlex Burka-7/+0
2018-05-13Fix conversion from Miri Value to ConstValueJohn Kåre Alsaker-0/+21
2018-05-13Macros: Add a 'literal' fragment specifierDan Aloni-0/+143
2018-05-13Auto merge of #50622 - eddyb:make-room-for-ghosts, r=nikomatsakisbors-4/+69
2018-05-12Fix self referential impl Trait substitutionsleonardo.yvens-0/+29
2018-05-12Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkovMark Simulacrum-2/+2
2018-05-11Fix `fn main() -> impl Trait` for non-`Termination` traitleonardo.yvens-0/+13
2018-05-10kill get-default run-pass testNiko Matsakis-31/+0
2018-05-10rustc: leave space for fields of uninhabited types to allow partial initializ...Eduard-Mihai Burtescu-4/+69
2018-05-09Rollup merge of #50505 - Aaronepower:add-test, r=oli-obkkennytm-0/+29
2018-05-09Rollup merge of #50460 - F001:const_string, r=kennytmkennytm-1/+6
2018-05-09use fmt::Result where applicableAndre Bogus-2/+2
2018-05-08Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakisbors-36/+0
2018-05-07Added regression function match value test, closes #44333Aaron Power-0/+29
2018-05-05make `String::new()` constF001-1/+6
2018-05-04Make extern_absolute_paths only work on the new editionManish Goregaokar-1/+2
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-02lint: deny incoherent_fundamental_impls by defaultHoàng Đức Hiếu-36/+0
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