summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2016-02-26Don't assume color=always when explicitally specifiedSteven Allen-6/+6
2016-02-23Revert "Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon"Niko Matsakis-511/+227
2016-02-18Split dummy in region inference graph into distinct source and sink nodes.Felix S. Klock II-3/+10
2016-02-03std: Stabilize custom hasher support in HashMapAlex Crichton-4/+2
2016-01-18fix path to region inference documentationBenjamin Peterson-1/+1
2016-01-18Auto merge of #30953 - KalitaAlexey:17823-get-rid-of-duplicate-error, r=nrcbors-3/+21
2016-01-18simplify E0308 message for primitive typeskalita.alexey-3/+21
2016-01-17Auto merge of #30978 - nikomatsakis:fulfillment-tree-add-fixme, r=aturonbors-1/+1
2016-01-17add fixme number into codeNiko Matsakis-1/+1
2016-01-17Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturonManish Goregaokar-15/+15
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-15/+15
2016-01-16Auto merge of #30934 - oli-obk:simplify_const_eval, r=alexcrichtonbors-20/+6
2016-01-16Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturonbors-227/+511
2016-01-16simplify some codeOliver 'ker' Schneider-20/+6
2016-01-16Document `ObligationForest` better.Niko Matsakis-1/+1
2016-01-16Pacify tidy.Niko Matsakis-1/+2
2016-01-16Implement a hacky version of the DAG support we ultimately want, leavingNiko Matsakis-6/+52
2016-01-16Detect cycles and specialize error reporting for Sized. It is importantNiko Matsakis-7/+224
2016-01-16Permit coinductive match only for purely OIBIT backtraces.Niko Matsakis-11/+38
2016-01-16Fix bug in new stall checking code, it should consider integer variablesNiko Matsakis-1/+1
2016-01-16fallout from removing the `errors_will_be_reported` flagNiko Matsakis-30/+35
2016-01-16only insert global predicates into the global cache once we'veNiko Matsakis-36/+27
2016-01-16enable coinductive reasoning for structural traits, this isNiko Matsakis-0/+13
2016-01-16Auto merge of #30930 - oli-obk:fix/30887, r=arielb1bors-102/+7
2016-01-16Auto merge of #30896 - petrochenkov:vkindmeta, r=alexcrichtonbors-8/+3
2016-01-15Auto merge of #30878 - brson:raw-pointer-derive, r=brsonbors-36/+157
2016-01-15Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats...bors-21/+30
2016-01-15Preserve struct/variant kinds in metadataVadim Petrochenkov-8/+3
2016-01-15Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichtonbors-15/+1
2016-01-15move const block checks before lowering stepOliver Schneider-102/+7
2016-01-15Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brsonManish Goregaokar-10/+38
2016-01-15Auto merge of #30711 - nrc:json-errs, r=huonwbors-72/+124
2016-01-15Address reviewer commentsNick Cameron-61/+61
2016-01-14Support generic associated constsMichael Wu-21/+30
2016-01-14rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_deriveBrian Anderson-36/+157
2016-01-15Implement JSON error emissionNick Cameron-2/+2
2016-01-15Add an --output option for specifying an error emitterNick Cameron-54/+106
2016-01-14Revert "Link with ld.gold by default"Brian Anderson-2/+0
2016-01-14switch the fulfillment context to use the new obligation forest;Niko Matsakis-129/+90
2016-01-14modify trait checker to track the variables on which trait resolution isNiko Matsakis-46/+69
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-15/+1
2016-01-14Rollup merge of #30835 - kraai:show-span, r=sanxiynManish Goregaokar-4/+2
2016-01-13improve use of `,` vs `;`Niko Matsakis-2/+2
2016-01-13s/HARD ERROR/hard error/ -- perhaps the warning is enoughNiko Matsakis-1/+1
2016-01-12use fileline_ and not full span_ for the followon messagesNiko Matsakis-2/+2
2016-01-12Revamp the "future incompatible" section to clarify the situationNiko Matsakis-10/+38
2016-01-11Replace --show-span with -Z show-spanMatt Kraai-4/+2
2016-01-11Rollup merge of #30768 - steveklabnik:gh28953, r=alexcrichtonSimonas Kazlauskas-0/+24
2016-01-11Rollup merge of #30761 - nagisa:mir-fix-destination, r=michaelwoeristerSimonas Kazlauskas-2/+11
2016-01-11Rollup merge of #30737 - Ms2ger:MutateMode, r=sanxiynSimonas Kazlauskas-10/+12