summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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-17Improve the warning cycle for `use $crate;`.Jeffrey Seyfried-3/+10
2017-01-07Merge pull request #38884 from nikomatsakis/beta-unmergedAlex Crichton-0/+15
2017-01-06Don't `unused_qualifications`-check global paths.Jeffrey Seyfried-4/+5
2017-01-06Fix tidy warningJonathan Turner-0/+10
2017-01-06Add in test for E0090Jonathan Turner-0/+5
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/+20
2016-12-30Demote most backwards incompatible ambiguity errors from RFC 1560 to warnings.Jeffrey Seyfried-0/+30
2016-12-30Fix non-termination in `resolve`.Jeffrey Seyfried-1/+3
2016-12-29Remove --crate-type=metadata from betaNick Cameron-149/+0
2016-12-15Warn unused type aliasesSeo Sanghyeon-0/+22
2016-12-15Fix regression in resolution of primitive typesVadim Petrochenkov-0/+20
2016-12-12Auto merge of #38057 - KiChjang:display-formal-type-param, r=nikomatsakisbors-18/+18
2016-12-08Change error to E0572Guillaume Gomez-1/+1
2016-12-08Add E0571 testGuillaume Gomez-0/+13
2016-12-07Rollup merge of #38085 - estebank:empty-import-list-fix-38012, r=jseyfriedGuillaume Gomez-3/+9
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-6/+38
2016-12-05Warn when an import list is emptyEsteban Küber-3/+9
2016-12-06Auto merge of #38121 - jonathandturner:better_e0061, r=nikomatsakisbors-22/+25
2016-12-05Auto merge of #38093 - mikhail-m1:stack-overflow, r=arielb1bors-0/+26
2016-12-04Auto merge of #38082 - jseyfried:macro_invocation_paths, r=nrcbors-41/+45
2016-12-03Update error expectationsKeith Yeung-18/+18
2016-12-03fix stack overflow by enum and cont issue #36163, some paths were skipped whi...Mikhail Modin-0/+26
2016-12-03Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichtonbors-0/+13
2016-12-01Tighten up error checking of library renames.Vadim Chugunov-0/+48
2016-12-01Remove the "linked_from" feature.Vadim Chugunov-16/+0
2016-12-01Point arg num mismatch errors back to their definitionJonathan Turner-22/+25
2016-12-02limit the length of types in monomorphizationAriel Ben-Yehuda-1/+37
2016-11-30Add tests.Jeffrey Seyfried-41/+45
2016-11-30Auto merge of #38014 - jseyfried:refactor_path_resolution, r=nrcbors-1/+1
2016-11-29Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddybbors-19/+18
2016-11-29Add new #[target_feature = "..."] attribute.Andrew Gallant-0/+13
2016-11-29Auto merge of #37863 - mikhail-m1:mut_error, r=nikomatsakisbors-381/+0
2016-11-28Remove auto_traits from PartitionedBoundsMark-Simulacrum-1/+1
2016-11-28Refactor TyTrait to contain a interned ExistentialPredicate slice.Mark-Simulacrum-10/+9
2016-11-29Refactor path resoloution.Jeffrey Seyfried-1/+1
2016-11-29add hint to fix error for immutable ref in argMikhail Modin-381/+0
2016-11-28Auto merge of #37791 - petrochenkov:where, r=nikomatsakisbors-0/+73
2016-11-28Remove BuiltinBound and BuiltinBounds.Mark-Simulacrum-12/+12
2016-11-28rustc_privacy: switch private-in-public checking to Ty.Eduard Burtescu-85/+106
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-384/+1485
2016-11-28rustc: embed path resolutions into the HIR instead of keeping DefMap.Eduard-Mihai Burtescu-1/+1
2016-11-28rustc: desugar UFCS as much as possible during HIR lowering.Eduard Burtescu-7/+9
2016-11-26Overload get{,_mut}{,_unchecked}Steven Fackler-13/+14
2016-11-25Support `?Sized` in where clausesVadim Petrochenkov-0/+73
2016-11-23Rollup merge of #37442 - estebank:cast-deref-hint, r=jonathandturnerGuillaume Gomez-0/+5
2016-11-22Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichtonbors-0/+149
2016-11-22Auto merge of #37487 - goffrie:break, r=nikomatsakisbors-0/+116