about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-12-20Merge branch 'rfc_1560_warning_cycle' of https://github.com/jseyfried/rust in...Alex Crichton-0/+30
2016-12-20Rollup merge of #38486 - est31:master, r=petrochenkovAlex Crichton-0/+15
2016-12-20Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichtonAlex Crichton-0/+1
2016-12-20Rollup merge of #38245 - estebank:cast-deref-hint-2, r=nikomatsakisAlex Crichton-123/+322
2016-12-20Rollup merge of #38171 - jseyfried:cleanup, r=nrcAlex Crichton-11/+11
2016-12-20Rollup merge of #38150 - estebank:fix-23286, r=nikomatsakisAlex Crichton-0/+43
2016-12-20Add regression test for #38458est31-0/+15
2016-12-19resolve: clean up diagnostics for name conflicts.Jeffrey Seyfried-11/+11
2016-12-19Auto merge of #38140 - jseyfried:proc_macro_visibility, r=nrcbors-1/+6
2016-12-18Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddybbors-0/+22
2016-12-18Auto merge of #37429 - camlorn:univariant_layout_optimization, r=eddybbors-53/+130
2016-12-17Auto merge of #38279 - KalitaAlexey:issue-8521, r=jseyfriedbors-0/+64
2016-12-17disable run-pass/backtrace for openbsdSébastien Marie-0/+1
2016-12-17Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddybbors-0/+33
2016-12-16Allow path fragments to be parsed as type parameter bounds in macro expansionKalita Alexey-0/+64
2016-12-15Warn unused type aliasesSeo Sanghyeon-0/+22
2016-12-15Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings.Jeffrey Seyfried-0/+30
2016-12-15Require `#[proc_macro_derive]` functions to be `pub`.Jeffrey Seyfried-1/+6
2016-12-14When cast needs a dereference point at full castEsteban Küber-123/+322
2016-12-15Fix regression in resolution of primitive typesVadim Petrochenkov-0/+20
2016-12-14review commentsEsteban Küber-0/+34
2016-12-14Add a case to type-sizes to explicitly verify that field reordering triggers.Austin Hicks-0/+7
2016-12-14Fix computation of enum names based off the discrfield in the case of the nul...Austin Hicks-2/+2
2016-12-14Fix -Z print-type-sizes and tests.Austin Hicks-32/+29
2016-12-14Incorporate review commentsAustin Hicks-2/+1
2016-12-14Make tidyAustin Hicks-1/+1
2016-12-14Fix closure arguments which are immediate because of field reordering.Austin Hicks-0/+22
2016-12-14Fix having multiple reprs on the same type.Austin Hicks-1/+45
2016-12-14Change how type-sizes works slightly: we want to ensure that [i16; 0] introdu...Austin Hicks-1/+2
2016-12-14Fix type-sizes testAustin Hicks-1/+1
2016-12-14Make tidyAustin Hicks-2/+2
2016-12-14Modify debuginfo to deal with the difference between source and memory orderAustin Hicks-17/+17
2016-12-14Add yet more missing #[repr(C)] to testsAustin Hicks-0/+2
2016-12-14Fix extern-pass-empty test, which needed repr(C)Austin Hicks-0/+3
2016-12-14Make constant field access account for field reordering.Austin Hicks-3/+1
2016-12-14Fix bugs to optimizing enums:Austin Hicks-2/+6
2016-12-14Auto merge of #38332 - bluss:copy-prop-arguments, r=eddybbors-0/+34
2016-12-13Auto merge of #38325 - frewsxcv:rollup, r=frewsxcvbors-0/+786
2016-12-12Rollup merge of #38202 - michaelwoerister:closure-ich-test, r=nikomatsakisCorey Farwell-0/+786
2016-12-12incr.comp.: Avoid creating an edge to DepNode::Krate when generating debuginf...Michael Woerister-0/+40
2016-12-12Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakisbors-20/+45
2016-12-11Auto merge of #38265 - bluss:mir-deaggregator-loop, r=nagisabors-0/+105
2016-12-11mir: Allow copy-propagation of function argumentsUlrik Sverdrup-0/+34
2016-12-11Auto merge of #38272 - michaelwoerister:incr-symbol-visibility, r=nikomatsakisbors-0/+42
2016-12-11Auto merge of #38249 - arielb1:special-substs, r=nikomatsakisbors-0/+41
2016-12-11Auto merge of #38250 - michaelwoerister:trait-methods-in-reachable, r=alexcri...bors-0/+57
2016-12-10Auto merge of #38239 - jseyfried:fix_doc_tests_on_macros, r=eddybbors-0/+18
2016-12-10Auto merge of #37780 - GuillaumeGomez:E0571, r=nikomatsakisbors-0/+13
2016-12-09Add UI test for missing type parameterKeith Yeung-0/+25
2016-12-09incr.comp.: Add test case for symbol visibility changesMichael Woerister-0/+42