| Age | Commit message (Expand) | Author | Lines |
| 2018-06-25 | Use fstatat64 where available | Josh Stone | -6/+5 |
| 2018-06-21 | [beta] Bootstrap from released artifacts | Mark Simulacrum | -2/+2 |
| 2018-06-20 | Fix error-chain warnings | Mark Simulacrum | -0/+0 |
| 2018-06-20 | [beta] Prepare 1.28.0 beta release | Mark Simulacrum | -5/+5 |
| 2018-06-20 | Auto merge of #51638 - spastorino:diagnostic-suggest-drop-in-reverse, r=nikom... | bors | -454/+784 |
| 2018-06-20 | Auto merge of #51644 - Sgeo:patch-1, r=rkruppe | bors | -1/+1 |
| 2018-06-20 | Auto merge of #51617 - nnethercote:nll-allocs, r=pnkfelix | bors | -13/+21 |
| 2018-06-19 | Run rustfmt | Santiago Pastorino | -451/+692 |
| 2018-06-19 | Suggest that values are dropped in the opposite order they are defined | Santiago Pastorino | -13/+102 |
| 2018-06-19 | Auto merge of #51639 - SimonSapin:missing-alloc, r=rkruppe | bors | -2/+34 |
| 2018-06-19 | Remove erroneous example of main as a non-Result function. | Sgeo | -1/+1 |
| 2018-06-19 | Auto merge of #51275 - pnkfelix:nll-diagnostics-revise-check-access-permissio... | bors | -263/+670 |
| 2018-06-19 | Auto merge of #51543 - SimonSapin:oom, r=SimonSapin | bors | -64/+72 |
| 2018-06-19 | Update the error message for a missing global allocator | Simon Sapin | -3/+5 |
| 2018-06-19 | Add a UI test for the missing allocator error message | Simon Sapin | -0/+30 |
| 2018-06-19 | Add unit test for case that didn't seem to be covered in existing UI tests | Felix S. Klock II | -0/+46 |
| 2018-06-19 | Update the existing compile-fail tests to reflect diagnostic changes in NLL. | Felix S. Klock II | -1/+8 |
| 2018-06-19 | Update the existing UI tests to reflect diagnostic changes in NLL. | Felix S. Klock II | -5/+38 |
| 2018-06-19 | Added diagnostics for suggesting `mut x` on repeated mutations of `x`. | Felix S. Klock II | -46/+63 |
| 2018-06-19 | updates to compile-fail tests for changes to NLL. | Felix S. Klock II | -3/+3 |
| 2018-06-19 | NLL: Updates to diagnostic output in `test/ui`. | Felix S. Klock II | -103/+163 |
| 2018-06-19 | NLL: Broad rewrite of check_access_perimssions. | Felix S. Klock II | -100/+205 |
| 2018-06-19 | small refactoring: replaced mutable state with `return` statements in control... | Felix S. Klock II | -15/+22 |
| 2018-06-19 | Thread more argument info down from `Hir` into the `mir::LocalDecls`. | Felix S. Klock II | -6/+36 |
| 2018-06-19 | Add `fn fn_decl` to `Hir`, for looking up the `FnDecl` of a body owner. | Felix S. Klock II | -0/+42 |
| 2018-06-19 | Refactor: Replace anonymous-tuple with tuple struct as prep for adding more f... | Felix S. Klock II | -7/+9 |
| 2018-06-19 | Thread info about form of variable bindings, including spans of arg types, do... | Felix S. Klock II | -27/+85 |
| 2018-06-19 | Auto merge of #51367 - oli-obk:silence!_I_test_you, r=Mark-Simulacrum | bors | -15/+13 |
| 2018-06-19 | Auto merge of #51081 - kornelski:examplestr, r=steveklabnik | bors | -23/+37 |
| 2018-06-19 | Auto merge of #51597 - Mark-Simulacrum:update-books, r=Mark-Simulacrum | bors | -0/+0 |
| 2018-06-19 | Auto merge of #50383 - stevepentland:union-derive, r=oli-obk | bors | -3/+56 |
| 2018-06-19 | Auto merge of #51383 - Zoxc:parallel-stuff, r=nikomatsakis | bors | -43/+103 |
| 2018-06-19 | Auto merge of #51278 - EPashkin:fix_mod_with_multilevel_paths_on_windows, r=n... | bors | -1/+62 |
| 2018-06-18 | Add ability to apply custom derive to union types. | Steve Pentland | -3/+56 |
| 2018-06-19 | Use MTRef and MTLock to avoid a RefCell | John Kåre Alsaker | -18/+24 |
| 2018-06-19 | Add MTRef and a lock_mut function to MTLock | John Kåre Alsaker | -8/+37 |
| 2018-06-19 | Parallelize trans item collection | John Kåre Alsaker | -18/+27 |
| 2018-06-19 | Save query results and the dep graph in parallel | John Kåre Alsaker | -8/+16 |
| 2018-06-19 | Parallel code | John Kåre Alsaker | -9/+11 |
| 2018-06-19 | Add par_body_owners | John Kåre Alsaker | -1/+7 |
| 2018-06-19 | Return a `SmallVec` from `place_elements`. | Nicholas Nethercote | -2/+3 |
| 2018-06-19 | Avoid allocations in `has_any_child_of`. | Nicholas Nethercote | -11/+18 |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -56/+50 |
| 2018-06-18 | Rename OOM to allocation error | Simon Sapin | -64/+72 |
| 2018-06-18 | Auto merge of #50894 - teiesti:stabilize_path_ancestors, r=dtolnay | bors | -8/+4 |
| 2018-06-18 | Stabilize std::path::Path:ancestors | Tobias Stolzmann | -8/+4 |
| 2018-06-18 | Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelix | bors | -481/+685 |
| 2018-06-18 | Update books for next release | Mark Simulacrum | -0/+0 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -288/+646 |
| 2018-06-18 | Prefer use of owned values in examples | Kornel | -23/+37 |