about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-01-25Rollup merge of #47609 - ritiek:test-mutating-references, r=nikomatsakisGuillaume Gomez-6/+6
2018-01-25Auto merge of #47374 - topecongiro:issue-47096, r=nikomatsakisbors-0/+24
2018-01-25Auto merge of #47006 - bitshifter:stabilize-repr-align, r=eddybbors-4/+0
2018-01-23Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakisbors-0/+141
2018-01-23Remove similar test that does not run the resultritiek-35/+1
2018-01-23Make immovable generators unsafeJohn Kåre Alsaker-6/+8
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-0/+139
2018-01-23Stabilized `#[repr(align(x))]` attribute (RFC 1358)Cameron Hart-4/+0
2018-01-22Add dynamic-drop test to nll tests alsoSantiago Pastorino-0/+3
2018-01-22Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakisbors-0/+3
2018-01-21Auto merge of #47001 - arielb1:private-match, r=nikomatsakisbors-0/+28
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-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