| Age | Commit message (Expand) | Author | Lines |
| 2016-07-13 | Auto merge of #34752 - ollie27:rustdoc_search, r=GuillaumeGomez | bors | -0/+42 |
| 2016-07-13 | Auto merge of #34660 - jseyfried:fix_parse_stmt, r=nrc | bors | -1/+23 |
| 2016-07-12 | Auto merge of #34756 - habnabit:mutex-refunwindsafe, r=alexcrichton | bors | -0/+2 |
| 2016-07-13 | Start a best-effort warning cycle. | Jeffrey Seyfried | -0/+22 |
| 2016-07-13 | Allow macro-expanded macros in trailing expression positions to expand into s... | Jeffrey Seyfried | -1/+1 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -5/+0 |
| 2016-07-12 | rustdoc: Fix methods in seach results | Oliver Middleton | -0/+42 |
| 2016-07-12 | Fix fallout. | Jeffrey Seyfried | -2/+2 |
| 2016-07-10 | Mutex and RwLock need RefUnwindSafe too. | Aaron Gallagher | -0/+2 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -0/+18 |
| 2016-07-09 | Auto merge of #34365 - petrochenkov:deferr, r=eddyb | bors | -27/+136 |
| 2016-07-09 | trans: Make sure that closures only get translated once. | Michael Woerister | -0/+26 |
| 2016-07-08 | trans: Adjust linkage assignment so that we don't need weak linkage. | Michael Woerister | -20/+22 |
| 2016-07-08 | Fix codegen tests by make sure items are translated in AST order. | Michael Woerister | -7/+7 |
| 2016-07-08 | Improve linkage assignment in trans::partitioning. | Michael Woerister | -45/+45 |
| 2016-07-08 | Ignore closure-related translation item collection tests. | Michael Woerister | -0/+10 |
| 2016-07-08 | Stabilize `FnOnce::Output` + Fix rebase | petrochenkov | -4/+0 |
| 2016-07-08 | Add tests + Fix rustdoc regression + Fix rebase | Vadim Petrochenkov | -1/+130 |
| 2016-07-08 | Resolve partially resolved paths in struct patterns/expressions | Vadim Petrochenkov | -33/+9 |
| 2016-07-08 | Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_path | Vadim Petrochenkov | -7/+15 |
| 2016-07-08 | Auto merge of #34679 - eddyb:mir-nested-pairs, r=dotdash | bors | -0/+8 |
| 2016-07-07 | Auto merge of #34682 - CensoredUsername:clobber-docs, r=eddyb | bors | -0/+26 |
| 2016-07-07 | Auto merge of #34658 - luqmana:34592-nested_returns, r=eddyb | bors | -0/+43 |
| 2016-07-07 | Auto merge of #34672 - luqmana:27021-reassign-match-body, r=eddyb | bors | -0/+21 |
| 2016-07-06 | Auto merge of #34654 - jseyfried:configure_multi_modified, r=nrc | bors | -0/+4 |
| 2016-07-06 | Auto merge of #34648 - eddyb:return-in-peace-pls, r=nagisa | bors | -67/+0 |
| 2016-07-06 | Correct inline assembly clobber formatting. | CensoredUsername | -0/+26 |
| 2016-07-06 | Handle nested pairs in MIR trans. | Eduard Burtescu | -0/+8 |
| 2016-07-06 | Auto merge of #34546 - jseyfried:cfg_attr_path, r=nrc | bors | -0/+12 |
| 2016-07-06 | Add regression test | Jeffrey Seyfried | -0/+12 |
| 2016-07-05 | Auto merge of #34587 - ollie27:rustdoc_prim_titles, r=steveklabnik | bors | -0/+17 |
| 2016-07-05 | Make match discriminant reassignment check more accurate. | Luqman Aden | -0/+21 |
| 2016-07-05 | Just pass in NodeId to FunctionContext::new instead of looking it up. | Luqman Aden | -0/+43 |
| 2016-07-05 | Add regression test | Jeffrey Seyfried | -0/+4 |
| 2016-07-04 | Auto merge of #34594 - willcrichton:master, r=nrc | bors | -0/+87 |
| 2016-07-04 | Auto merge of #34639 - dzamlo:master, r=michaelwoerister | bors | -0/+77 |
| 2016-07-04 | Use lazy iterator in vec/slice gdb pretty printers | Loïc Damien | -0/+77 |
| 2016-07-04 | Revert "Revert "Remove the return_address intrinsic."" | Eduard Burtescu | -67/+0 |
| 2016-07-04 | Added new compilation phase and test | Will Crichton | -0/+87 |
| 2016-07-03 | Auto merge of #34550 - cynicaldevil:master, r=Manishearth | bors | -0/+7 |
| 2016-07-03 | Auto merge of #34480 - jseyfried:remove_entry_points, r=nrc | bors | -2/+3 |
| 2016-07-03 | Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon | bors | -8/+2 |
| 2016-07-04 | Added a pretty printer for &mut slices | Nikhil Shagrithaya | -0/+7 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -8/+2 |
| 2016-07-02 | Auto merge of #34580 - eddyb:two-steps-forward-one-step-backwards, r=nagisa | bors | -0/+67 |
| 2016-07-02 | Auto merge of #34605 - arielb1:bug-in-the-jungle, r=eddyb | bors | -0/+20 |
| 2016-07-02 | Auto merge of #34443 - eddyb:sized-matters, r=arielb1 | bors | -0/+37 |
| 2016-07-02 | Auto merge of #34539 - arielb1:metadata-hash, r=alexcrichton | bors | -9/+9 |
| 2016-07-02 | fix test fallout | Ariel Ben-Yehuda | -9/+9 |
| 2016-07-02 | Rollup merge of #34531 - GuillaumeGomez:libsyntax_err_codes, r=jonathandturner | Manish Goregaokar | -24/+25 |