| Age | Commit message (Expand) | Author | Lines |
| 2015-06-30 | std: Fix formatting flags for chars | Alex Crichton | -1/+10 |
| 2015-06-30 | Auto merge of #26664 - steveklabnik:gh26571, r=alexcrichton | bors | -2/+39 |
| 2015-06-30 | Auto merge of #26662 - steveklabnik:gh26661, r=alexcrichton | bors | -3/+3 |
| 2015-06-30 | Auto merge of #26670 - frewsxcv:regression-test-13902, r=alexcrichton | bors | -0/+22 |
| 2015-06-30 | Auto merge of #26668 - frewsxcv:regression-test-17756, r=alexcrichton | bors | -0/+14 |
| 2015-06-30 | Auto merge of #26667 - arielb1:audit-walk, r=eddyb | bors | -319/+314 |
| 2015-06-29 | Add regression test for #13902 | Corey Farwell | -0/+22 |
| 2015-06-30 | Auto merge of #26666 - huonw:unc-rec, r=alexcrichton | bors | -2/+27 |
| 2015-06-29 | Add regression test for #17756 | Corey Farwell | -0/+14 |
| 2015-06-30 | Remove now-useless code | Ariel Ben-Yehuda | -40/+12 |
| 2015-06-30 | Kill count_late_bound_regions | Ariel Ben-Yehuda | -31/+40 |
| 2015-06-29 | lint: default methods must be called on Self to unconditionally recur. | Huon Wilson | -0/+16 |
| 2015-06-29 | lint: only consider actual calls as unconditional recursion. | Huon Wilson | -2/+11 |
| 2015-06-30 | Remove type_needs_unwind_cleanup | Ariel Ben-Yehuda | -51/+37 |
| 2015-06-30 | Fix lifetime elision region accounting | Ariel Ben-Yehuda | -179/+187 |
| 2015-06-29 | Auto merge of #26660 - steveklabnik:fix_up_pointers, r=alexcrichton | bors | -3/+6 |
| 2015-06-29 | Update link to Ousterhout | Steve Klabnik | -3/+3 |
| 2015-06-29 | Improve doc for std::mem::drop | Steve Klabnik | -2/+39 |
| 2015-06-29 | Auto merge of #26659 - nagisa:cas-docs, r=alexcrichton | bors | -23/+23 |
| 2015-06-29 | Refine Atomic*::compare_and_swap documentation | Simonas Kazlauskas | -23/+23 |
| 2015-06-29 | Auto merge of #26623 - Saser:master, r=steveklabnik | bors | -1/+6 |
| 2015-06-29 | Change removal notice for pointer guide. | Steve Klabnik | -3/+6 |
| 2015-06-29 | Fix off-by-one error in default-type-parameter checking | Ariel Ben-Yehuda | -19/+39 |
| 2015-06-29 | Auto merge of #26530 - steveklabnik:gh26471, r=alexcrichton | bors | -0/+1 |
| 2015-06-29 | Auto merge of #26462 - brson:stdidx, r=steveklabnik | bors | -7/+7 |
| 2015-06-29 | Hide the Rand trait from docs | Steve Klabnik | -0/+1 |
| 2015-06-29 | Rollup merge of #26593 - GuillaumeGomez:patch-2, r=Manishearth | Manish Goregaokar | -4/+97 |
| 2015-06-29 | The come back of the "a" eaten by the void | Guillaume Gomez | -1/+1 |
| 2015-06-29 | Add more details in error explanation | Guillaume Gomez | -2/+2 |
| 2015-06-29 | Add E0110 error explanation | Guillaume Gomez | -2/+22 |
| 2015-06-29 | Auto merge of #26582 - jroesch:infer-ctxt-refactor, r=nikomatsakis | bors | -351/+586 |
| 2015-06-28 | Add `.write(true)` to append and truncate examples | Remi Rampin | -2/+2 |
| 2015-06-28 | Fix librustc_driver/test.rs | Jared Roesch | -1/+1 |
| 2015-06-28 | Auto merge of #26631 - richo:comment-updates, r=steveklabnik | bors | -3/+2 |
| 2015-06-27 | Address nits | Jared Roesch | -151/+92 |
| 2015-06-27 | std: Fix Windows XP compatibility | Alex Crichton | -243/+353 |
| 2015-06-27 | rt: Update comment for new location of unwind | Richo Healey | -1/+1 |
| 2015-06-27 | rustc_driver: Fix incorrect comment | Richo Healey | -2/+1 |
| 2015-06-27 | Remove ClosureTyper impl for FnCtxt | Jared Roesch | -92/+62 |
| 2015-06-27 | Ground work for replacing the ClosureTyper trait | Jared Roesch | -21/+170 |
| 2015-06-27 | Begin refactor type checking state | Jared Roesch | -252/+427 |
| 2015-06-27 | std: Avoid missing fns on i686-pc-windows-msvc | Alex Crichton | -42/+157 |
| 2015-06-27 | rustc_back: Learn about i686-pc-windows-msvc | Alex Crichton | -1/+29 |
| 2015-06-27 | Clarifying deallocation order of resources within same scope | Christian Persson | -1/+6 |
| 2015-06-27 | Auto merge of #26616 - Manishearth:rollup, r=Manishearth | bors | -30/+2 |
| 2015-06-27 | Auto merge of #26609 - huonw:align, r=alexcrichton | bors | -2/+2 |
| 2015-06-27 | Add E0109 error explanation | Guillaume Gomez | -1/+16 |
| 2015-06-27 | Rollup merge of #26603 - Gankro:ref, r=steveklabnik | Manish Goregaokar | -8/+2 |
| 2015-06-27 | Rollup merge of #26596 - richo:richo-cleanup-macros, r=alexcrichton | Manish Goregaokar | -22/+0 |
| 2015-06-27 | Auto merge of #26575 - eddyb:tycx, r=nikomatsakis | bors | -5143/+4634 |