about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-12-30TidySimonas Kazlauskas-0/+18
2016-12-30Feature gate the 128 bit typesSimonas Kazlauskas-0/+28
2016-12-29Add a test for #38273Nick Cameron-0/+21
2016-12-29Change --crate-type metadata to --emit=metadataNick Cameron-8/+6
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-3/+3
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-47/+16
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-3/+6
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-183/+278
2016-12-26Move some compile-fail tests into UI directoryVadim Petrochenkov-991/+0
2016-12-25Auto merge of #38539 - jseyfried:fix_resolve_hang, r=eddybbors-1/+3
2016-12-22Fix non-termination in `resolve`.Jeffrey Seyfried-1/+3
2016-12-22Refactor how global paths are represented (for both ast and hir).Jeffrey Seyfried-1/+1
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 #38245 - estebank:cast-deref-hint-2, r=nikomatsakisAlex Crichton-123/+0
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-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-14When cast needs a dereference point at full castEsteban Küber-123/+0
2016-12-15Fix regression in resolution of primitive typesVadim Petrochenkov-0/+20
2016-12-14review commentsEsteban Küber-0/+34
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-08Point out the known type when field doesn't satisfy boundEsteban Küber-0/+9
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