about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-01-21Auto merge of #47622 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+57
2018-01-21Auto merge of #47495 - nikomatsakis:nll-issue-47153, r=pnkfelixbors-0/+27
2018-01-20Rollup merge of #47193 - cramertj:result-opts, r=TimNNGuillaume Gomez-0/+57
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-2/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-3/+3
2018-01-20Replace Unique<T> with NonZero<T> in Alloc traitSimon Sapin-1/+1
2018-01-20NLL test for mutating &mut referencesritiek-0/+34
2018-01-19Run yield-subtype test on nll mode too as a regression checkSantiago Pastorino-0/+3
2018-01-19Auto merge of #47503 - arielb1:check-size, r=eddybbors-0/+37
2018-01-17Simplify irrefutable slice patternsSeiichi Uchida-0/+24
2018-01-16avoid double-unsizing arrays in bytestring match loweringAriel Ben-Yehuda-0/+37
2018-01-16remove bogus assertion and commentsNiko Matsakis-0/+27
2018-01-16rustc_trans: take into account primitives larger than 8 bytes.Eduard-Mihai Burtescu-0/+21
2018-01-16rustc_trans: ignore trailing padding larger than 8 bytes.Eduard-Mihai Burtescu-4/+4
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-1/+1
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-4/+4
2018-01-13check_match: fix handling of privately uninhabited typesAriel Ben-Yehuda-0/+28
2018-01-13Parse `auto trait` inside fns.leonardo.yvens-1/+4
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-6/+2
2018-01-13Rollup merge of #47344 - topecongiro:fixed-ices, r=alexcrichtonkennytm-0/+94
2018-01-13Rollup merge of #47305 - cramertj:better-calendar-alone, r=eddybkennytm-47/+14
2018-01-13Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakiskennytm-0/+0
2018-01-12Auto merge of #46551 - jseyfried:improve_legacy_modern_macro_interaction, r=nrcbors-0/+160
2018-01-11Add tests to fixed issues.Seiichi Uchida-0/+94
2018-01-10Add transpose conversions for Option and ResultTaylor Cramer-0/+57
2018-01-10Auto merge of #47167 - ivanbakel:builtin_indexing, r=nikomatsakisbors-0/+58
2018-01-09Use copy/clone closures to simplify calendar testTaylor Cramer-47/+14
2018-01-09Treat #[path] files as mod.rs filesTaylor Cramer-0/+0
2018-01-07Added tests for non-obvious builtin indexingIsaac van Bakel-0/+58
2018-01-07Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakisbors-0/+31
2018-01-04Auto merge of #47147 - projektir:to_ptr_cast, r=eddybbors-0/+18
2018-01-04Auto merge of #47132 - cramertj:impl-trait-camel-case, r=nikomatsakisbors-0/+20
2018-01-03Support `extern` in pathsVadim Petrochenkov-0/+31
2018-01-02Force appropriate extension when converting from int to ptr #43291projektir-0/+18
2018-01-02Limit style lint to non-synthetic generic paramsTaylor Cramer-0/+20
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-31/+105
2018-01-01Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfriedbors-0/+119
2018-01-01Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebankbors-12/+10
2017-12-30Add tests on fixed ICEsSeiichi Uchida-0/+42
2017-12-30Remove excessive trailing newlines.kennytm-2/+0
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-10/+10
2017-12-28Add feature gate macro_lifetime_matcherMatt Peterson-0/+7
2017-12-28Fix build and add a macro lifetime labels testMatt Peterson-0/+43
2017-12-28Resurrecting #33135Michael Hewson-0/+69
2017-12-27Auto merge of #47014 - topecongiro:fixed-ices, r=estebankbors-0/+113
2017-12-27Auto merge of #46479 - bkchr:termination_trait, r=arielb1bors-0/+45
2017-12-27Auto merge of #47009 - eddyb:issue-46855, r=arielb1bors-0/+34
2017-12-27Auto merge of #46977 - est31:column_fix, r=dtolnaybors-5/+5
2017-12-26Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1bors-0/+43
2017-12-26rustc_trans: support ZST indexing involving uninhabited types.Eduard-Mihai Burtescu-0/+34