summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-08-27Use `FnvHashMap` in more placesJonas Schievink-80/+76
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-27fix cross compilation of stdJorge Aparicio-3/+19
2016-08-27update libcJorge Aparicio-0/+0
2016-08-27rustc_trans: don't round up the DST prefix size to its alignment.Eduard Burtescu-48/+70
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-26initial support for s390xJorge Aparicio-2/+39
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-26add mips64-gnu and mips64el-gnu targetsJorge Aparicio-10/+237
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-26Introduce `into_inner` method on `std::io::Take`.Corey Farwell-0/+27
2016-08-26improve `BitAnd` trait documentationMatthew Piziak-21/+41
2016-08-26accumulate vector and assert for RangeFrom and RangeInclusive examplesMatthew Piziak-22/+10
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-26Fix documentation in cell modchangchun.fan-10/+39
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-25Fix fallout in tests.Jeffrey Seyfried-5/+6
2016-08-25Refactor away `AttrMetaMethods`.Jeffrey Seyfried-158/+50
2016-08-25Refactor away `AttributeMethods`.Jeffrey Seyfried-15/+7
2016-08-25Refactor away `AttrNestedMetaItemMethods`.Jeffrey Seyfried-59/+50
2016-08-25prevent error message interleaving on win/unixJonathan Turner-2/+198
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-373/+942
2016-08-25add a simple example for `thread::current()`Matthew Piziak-0/+18
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-25Rename {uint,int} methods to {usize,isize}.Corey Farwell-33/+33
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