about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-08-27Rollup merge of #36044 - mikhail-m1:master, r=jonathandturnerJonathan Turner-9/+32
2016-08-27Rollup merge of #36003 - GuillaumeGomez:err_codes, r=jonathandturnerJonathan Turner-4/+372
2016-08-27Rollup merge of #35989 - 0xmohit:pr/error-code-E0453, r=jonathandturnerJonathan Turner-7/+15
2016-08-27Rollup merge of #35985 - 0xmohit:pr/error-code-E0277, r=jonathandturnerJonathan Turner-4/+34
2016-08-27Rollup merge of #35980 - kyrias:E0094-underline, r=jonathandturnerJonathan Turner-6/+11
2016-08-27Rollup merge of #35657 - ahmedcharles:e0389, r=jonathandturnerJonathan Turner-2/+5
2016-08-27update error E0450 to new formatMikhail Modin-9/+32
2016-08-27Auto merge of #35969 - bluss:memrchr-alignment, r=nagisabors-1/+23
2016-08-27Auto merge of #36030 - Manishearth:rollup, r=Manishearthbors-3841/+1478
2016-08-27Fixup rustbuild on #35124Manish Goregaokar-9/+2
2016-08-26Auto merge of #35877 - KiChjang:issue-35869, r=arielb1bors-63/+122
2016-08-27Rollup merge of #36014 - slash3g:stabilize-type-macros, r=nikomatsakisManish Goregaokar-54/+9
2016-08-27Rollup merge of #36005 - apasel422:traitobj, r=alexcrichtonManish Goregaokar-38/+9
2016-08-27Rollup merge of #36004 - petrochenkov:hashloan, r=arielb1Manish Goregaokar-5/+9
2016-08-27Rollup merge of #36002 - eddyb:abstract-kindness, r=nikomatsakisManish Goregaokar-1225/+1416
2016-08-27Rollup merge of #35953 - Aatch:better-missing-block-error, r=nrcManish Goregaokar-3/+44
2016-08-27Rollup merge of #35877 - KiChjang:issue-35869, r=arielb1Manish Goregaokar-63/+122
2016-08-27Rollup merge of #35124 - steveklabnik:remove_style, r=aturonManish Goregaokar-2518/+0
2016-08-26Auto merge of #35542 - scottcarr:visitor_refactor, r=nikomatsakisbors-254/+278
2016-08-26Auto merge of #36008 - eddyb:compound-fail, r=michaelwoeristerbors-1/+9
2016-08-27rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer.Eduard Burtescu-409/+532
2016-08-27rustc: pass ty::Region behind an interned 'tcx reference.Eduard Burtescu-664/+711
2016-08-27rustc: use accessors for Substs::{types,regions}.Eduard Burtescu-229/+250
2016-08-26fix port for visit_statementScott A Carr-3/+14
2016-08-26Add new error code testsGuillaume Gomez-0/+324
2016-08-26Small error code explanations improvementsGuillaume Gomez-3/+4
2016-08-26Stabilize type-macrosDaniele Baracchi-54/+9
2016-08-26Replace unnecessary uses of `TraitObject` with castsAndrew Paseltiner-38/+9
2016-08-26Auto merge of #35975 - jonathandturner:error_buffering, r=alexcrichtonbors-2/+198
2016-08-26Do not emit "class method" debuginfo for types that are not DICompositeType.Eduard Burtescu-1/+9
2016-08-25Auto merge of #35906 - jseyfried:local_prelude, r=eddybbors-403/+43
2016-08-26Update E0453 to new error formatMohit Agarwal-7/+15
2016-08-25Auto merge of #35885 - durka:gh35753, r=arielb1bors-1/+1
2016-08-26rustc_borrowck: Don't hash types in loan pathsVadim Petrochenkov-5/+9
2016-08-26Add E0525 error explanationGuillaume Gomez-1/+44
2016-08-25prevent error message interleaving on win/unixJonathan Turner-2/+198
2016-08-25Remove style guide.Steve Klabnik-2518/+0
2016-08-25Auto merge of #34923 - eddyb:deny-fn-item-transmute, r=nikomatsakisbors-1/+1
2016-08-25use file!() even though it shouldn't be necessaryAlex Burka-1/+1
2016-08-25Auto merge of #35884 - habnabit:freebsd-arc4rand, r=alexcrichtonbors-30/+77
2016-08-25Update E0277 to new error formatMohit Agarwal-4/+34
2016-08-25Rollup merge of #35955 - frewsxcv:idiomatic-methods, r=eddybManish Goregaokar-28/+29
2016-08-25Rollup merge of #35947 - SimonSapin:decodeutf8-error-handling, r=alexcrichtonManish Goregaokar-37/+114
2016-08-25Rollup merge of #35916 - eddyb:mir-no-dead-allocas, r=AatchManish Goregaokar-0/+24
2016-08-25Rollup merge of #35867 - frewsxcv:rustdoc-cleanup, r=alexcrichtonManish Goregaokar-149/+175
2016-08-25Rollup merge of #35238 - vadimcn:macro-debug-locs, r=michaelwoeristerManish Goregaokar-53/+298
2016-08-25Make E0094 underline betterJohannes Löthberg-6/+11
2016-08-25Fix debug line info for macro expansions. Vadim Chugunov-53/+298
2016-08-24Implement `From<ast::FloatTy>` for `PrimitiveType`.Corey Farwell-4/+11
2016-08-24Implement `From<ast::UintTy>` for `PrimitiveType`.Corey Farwell-10/+14