about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-05-11mem_categorization: freely_aliasable doesn't need to take TyCtxt.Eduard Burtescu-5/+4
2016-05-11infer: Turn normalize_associated_type into a method on TyCtxt.Eduard Burtescu-58/+51
2016-05-11infer: Use methods for creating an InferCtxt.Eduard Burtescu-154/+126
2016-05-11rustc: Always refer to TyCtxt as tcx.Eduard Burtescu-143/+143
2016-05-10Auto merge of #33319 - birkenfeld:issue31424, r=jseyfriedbors-5/+37
2016-05-10Auto merge of #33488 - eddyb:trans-fixes, r=Aatchbors-11/+44
2016-05-10borrowck: do not suggest to change "&mut self" to "&mut mut self"Georg Brandl-5/+37
2016-05-10Auto merge of #33471 - birkenfeld:issue-33464, r=jseyfriedbors-4/+24
2016-05-10Auto merge of #33337 - birkenfeld:issue-27842, r=jseyfriedbors-1/+48
2016-05-09Auto merge of #33473 - michaelwoerister:split-cratecontext, r=nikomatsakisbors-495/+541
2016-05-10resolve: do not modify span of non-importable nameGeorg Brandl-4/+24
2016-05-09Auto merge of #33443 - jseyfried:resolve_ast, r=nrcbors-555/+706
2016-05-09Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakisbors-930/+2321
2016-05-09rustc: Use C++ personalities on MSVCAlex Crichton-200/+336
2016-05-09Auto merge of #33523 - Manishearth:rollup, r=Manishearthbors-925/+1106
2016-05-09Rollup merge of #33493 - Manishearth:more-diag, r=ManishearthManish Goregaokar-21/+94
2016-05-09Rollup merge of #33514 - birkenfeld:issue-29503, r=alexcrichtonManish Goregaokar-3/+38
2016-05-09Rollup merge of #33509 - birkenfeld:issue-30219, r=alexcrichtonManish Goregaokar-1/+1
2016-05-09Rollup merge of #33496 - silvo38:master, r=apasel422Manish Goregaokar-1/+1
2016-05-09Rollup merge of #33480 - birkenfeld:issue-33422, r=steveklabnikManish Goregaokar-59/+61
2016-05-09Rollup merge of #33474 - frewsxcv:unwrap-err, r=alexcrichtonManish Goregaokar-22/+22
2016-05-09Rollup merge of #33431 - GuillaumeGomez:issue-30416, r=steveklabnikManish Goregaokar-7/+48
2016-05-09Rollup merge of #33383 - cramertj:E0509, r=ManishearthManish Goregaokar-1/+95
2016-05-09Rollup merge of #33370 - aochagavia:dump, r=nrcManish Goregaokar-810/+746
2016-05-09Rollup merge of #33224 - alexcrichton:create-exit-status, r=aturonManish Goregaokar-0/+42
2016-05-09Auto merge of #33224 - alexcrichton:create-exit-status, r=aturonbors-0/+42
2016-05-09Fix some rebasing fallout.Michael Woerister-2/+2
2016-05-09trans::context: Remove some tcx::tls wackinessMichael Woerister-4/+1
2016-05-09trans: Consistently name SharedCrateContext instances 'scx'Michael Woerister-119/+119
2016-05-09Make FixedCount partitioning handle case where codegen units have to be added.Michael Woerister-18/+17
2016-05-09trans: Add some explanatory comments to trans::context types.Michael Woerister-0/+6
2016-05-09trans: Make partitioning available in LocalCrateContext.Michael Woerister-14/+21
2016-05-09Restructure trans_crate() so that codegen unit partitioning happens before cr...Michael Woerister-23/+45
2016-05-09Make trans::collector only depend on SharedCrateContext.Michael Woerister-45/+53
2016-05-09trans: Make glue::get_drop_glue_type() independent of CrateContext.Michael Woerister-20/+22
2016-05-09trans: Make base::custom_coerce_unsize_info only depend on SharedCrateContext.Michael Woerister-6/+7
2016-05-09trans: Make common::fulfill_obligation only depend on SharedCrateContext.Michael Woerister-77/+70
2016-05-09trans: Make various trans::collector functions independent of CrateContext.Michael Woerister-52/+49
2016-05-09trans: Make meth::get_vtable_methods() not depend on CrateContext.Michael Woerister-8/+6
2016-05-09trans: Make normalize_and_test_predicates() not depend on CrateContext.Michael Woerister-6/+5
2016-05-09Make trans::collector item printing methods independent of CrateContext.Michael Woerister-65/+65
2016-05-09trans: Split LocalCrateContext ownership out of SharedCrateContext.Michael Woerister-134/+151
2016-05-09trans: deal with the fact that ZSTs are always "initialized".Eduard Burtescu-7/+26
2016-05-09trans: monomorphize varidiac call argument types.Eduard Burtescu-4/+5
2016-05-09Auto merge of #33457 - oli-obk:const_err/cast_u8_ptr, r=eddybbors-0/+7
2016-05-09Auto merge of #33048 - Amanieu:integer_atomics, r=alexcrichtonbors-612/+600
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-742/+1997
2016-05-09rustdoc: do not strip blanket impls in crate of originGeorg Brandl-3/+38
2016-05-09Auto merge of #33484 - murarth:diagnostic-builder-fields, r=brsonbors-0/+8
2016-05-09Utilize `Result::unwrap_err` in more places.Corey Farwell-22/+22