| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | Auto merge of #33484 - murarth:diagnostic-builder-fields, r=brson | bors | -0/+8 |
| 2016-05-09 | Add test to ensure that atomic types are lock-free | Amanieu d'Antras | -0/+92 |
| 2016-05-09 | Add new atomic integer types | Amanieu d'Antras | -602/+418 |
| 2016-05-09 | Add #[cfg(target_has_atomic)] to get atomic support for the current target | Amanieu d'Antras | -10/+90 |
| 2016-05-09 | Auto merge of #33478 - xen0n:normalize-callee-trait-ref, r=eddyb | bors | -0/+37 |
| 2016-05-08 | Auto merge of #33365 - birkenfeld:makehelpfix, r=alexcrichton | bors | -1/+1 |
| 2016-05-08 | Auto merge of #33360 - alexcrichton:rustbuild-dox, r=brson | bors | -47/+726 |
| 2016-05-08 | Auto merge of #33288 - cyplo:32834_retry_download, r=alexcrichton | bors | -11/+38 |
| 2016-05-08 | Auto merge of #33414 - Nercury:master, r=alexcrichton | bors | -4/+40 |
| 2016-05-08 | Rollup merge of #33426 - sfackler:try-from, r=aturon | Manish Goregaokar | -158/+450 |
| 2016-05-08 | Rollup merge of #33420 - durka:patch-20, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2016-05-08 | Rollup merge of #33406 - Manishearth:diag-improve-const-let, r=GuillaumeGomez | Manish Goregaokar | -9/+71 |
| 2016-05-08 | Rollup merge of #33404 - gsquire:cargo-lock, r=alexcrichton | Manish Goregaokar | -27/+49 |
| 2016-05-08 | Rollup merge of #33373 - birkenfeld:issue-32555, r=bluss | Manish Goregaokar | -3/+3 |
| 2016-05-08 | Rollup merge of #33369 - nikomatsakis:graceful-empty-span, r=jntrnr | Manish Goregaokar | -1/+49 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -83/+193 |
| 2016-05-08 | Auto merge of #33403 - alexcrichton:consistent-env, r=brson | bors | -3/+3 |
| 2016-05-08 | casting `b"text"` to `* const u8` doesn't work in const_eval | Oliver 'ker' Schneider | -0/+7 |
| 2016-05-08 | Remove sha256 file only if present. | Cyryl Płotnicki-Chudyk | -5/+8 |
| 2016-05-08 | Better error handling for bootstrap file downloads. | Cyryl Płotnicki-Chudyk | -14/+20 |
| 2016-05-08 | Auto merge of #33130 - eddyb:mir-const, r=nikomatsakis | bors | -1350/+3410 |
| 2016-05-08 | trans: handle string literal reborrows. | Eduard Burtescu | -0/+23 |
| 2016-05-07 | Always remove tmp/partitioning-tests before check-codegen-units to work aroun... | Eduard Burtescu | -0/+5 |
| 2016-05-07 | Rollup merge of #33459 - frewsxcv:patch-29, r=guillaumegomez | Steve Klabnik | -2/+2 |
| 2016-05-07 | Rollup merge of #33456 - CryZe:barrier-wait-docs, r=GuillaumeGomez | Steve Klabnik | -1/+1 |
| 2016-05-07 | Rollup merge of #33442 - tshepang:trim, r=steveklabnik | Steve Klabnik | -3/+2 |
| 2016-05-07 | Rollup merge of #33439 - birkenfeld:ip-rfc-refs, r=steveklabnik | Steve Klabnik | -5/+5 |
| 2016-05-07 | Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik | Steve Klabnik | -11/+11 |
| 2016-05-07 | Rollup merge of #33437 - brson:trips, r=Manishearth | Steve Klabnik | -18/+26 |
| 2016-05-07 | Rollup merge of #33430 - phil-opp:patch-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-05-07 | Rollup merge of #33428 - fiveop:wrapping_example, r=steveklabnik | Steve Klabnik | -0/+11 |
| 2016-05-07 | Rollup merge of #33412 - cramertj:E0389, r=Manishearth | Steve Klabnik | -1/+64 |
| 2016-05-07 | Rollup merge of #33410 - GuillaumeGomez:explain, r=Manishearth | Steve Klabnik | -1/+7 |
| 2016-05-07 | Rollup merge of #33409 - kindlychung:patch-2, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-05-07 | Rollup merge of #33402 - shepmaster:copied-variable-name, r=Manishearth | Steve Klabnik | -2/+2 |