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