| Age | Commit message (Expand) | Author | Lines |
| 2015-06-30 | Update all uses of FulfillmentContext | Jared Roesch | -10/+12 |
| 2015-06-30 | Move FufillmentContext into InferContext | Jared Roesch | -29/+48 |
| 2015-06-30 | Auto merge of #26670 - frewsxcv:regression-test-13902, r=alexcrichton | bors | -0/+22 |
| 2015-06-30 | Alternate method | Nick Cameron | -113/+117 |
| 2015-06-30 | Implement get_enclosing_scope and use it in save-analysis | Nick Cameron | -8/+36 |
| 2015-06-30 | Add parent_node to ast_map | Nick Cameron | -67/+133 |
| 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-29 | Link to docs from error explanations via HTTPS | Corey Farwell | -2/+2 |
| 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 | Add missing trailing newline. | Eljay | -1/+1 |
| 2015-06-29 | Add test for #26646. | Eljay | -0/+21 |
| 2015-06-29 | Refine Atomic*::compare_and_swap documentation | Simonas Kazlauskas | -23/+23 |
| 2015-06-29 | Fix incorrect warning about unused repr attributes. | Lee Jeffery | -2/+4 |
| 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 |