summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-01-19disable run-pass/backtrace for openbsdSébastien Marie-0/+1
2017-01-19more complete error messageNiko Matsakis-1/+1
2017-01-19only consider value items when searching for methods, not typesNiko Matsakis-0/+15
2017-01-17fix function arguments in constant promotionAriel Ben-Yehuda-0/+7
2017-01-17Improve the warning cycle for `use $crate;`.Jeffrey Seyfried-3/+10
2017-01-07Merge pull request #38884 from nikomatsakis/beta-unmergedAlex Crichton-0/+169
2017-01-06Don't `unused_qualifications`-check global paths.Jeffrey Seyfried-4/+5
2017-01-06Add regression test.Jeffrey Seyfried-0/+43
2017-01-06Fix tidy warningJonathan Turner-0/+10
2017-01-06Add in test for E0090Jonathan Turner-0/+5
2017-01-06Fix ICE on i686 when calling immediate() on OperandValue::Ref in returnMark Simulacrum-0/+21
2017-01-06std: Don't pass overlapped handles to processesAlex Crichton-0/+90
2017-01-06rustc: Stabilize the `proc_macro` featureAlex Crichton-155/+1
2017-01-06Add test.Without Boats-0/+16
2017-01-06Fix rustdoc ICE.Jeffrey Seyfried-0/+57
2017-01-06Don't leak the compiler's internal representation of scopes in error messages.Eduard-Mihai Burtescu-0/+58
2017-01-06Regression test and exploratory unit test.Felix S. Klock II-0/+249
2017-01-06Style fixesJosh Driver-2/+1
2017-01-06Stop macro calls in structs for proc_macro_derive from panicingJosh Driver-0/+53
2017-01-06Fix regression with duplicate `#[macro_export] macro_rules!`.Jeffrey Seyfried-0/+35
2017-01-06fix promotion of MIR terminatorsAriel Ben-Yehuda-0/+20
2016-12-30Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings.Jeffrey Seyfried-0/+30
2016-12-30Disable field reorderingAustin Hicks-36/+32
2016-12-30Fix non-termination in `resolve`.Jeffrey Seyfried-1/+3
2016-12-30clear discriminant drop flag at the bottom of a ladderAriel Ben-Yehuda-0/+54
2016-12-29Remove --crate-type=metadata from betaNick Cameron-207/+0
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-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-15Require `#[proc_macro_derive]` functions to be `pub`.Jeffrey Seyfried-1/+6
2016-12-15Fix regression in resolution of primitive typesVadim Petrochenkov-0/+20
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