| Age | Commit message (Expand) | Author | Lines |
| 2018-06-20 | Refactor hir::GenericParam as a struct | varkor | -566/+704 |
| 2018-06-20 | Rename ast::GenericParam and ast::GenericArg | varkor | -124/+123 |
| 2018-06-20 | Make method and variable names more consistent | varkor | -163/+182 |
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -355/+242 |
| 2018-06-20 | Rename PathParameter(s) to GenericArg(s) | varkor | -203/+194 |
| 2018-06-20 | Abstract walk_path_parameters | varkor | -2/+7 |
| 2018-06-20 | Rename *Parameter to *Param | varkor | -77/+81 |
| 2018-06-20 | Consolidate PathParameters and AngleBracketedParameterData | varkor | -175/+364 |
| 2018-06-20 | Auto merge of #51638 - spastorino:diagnostic-suggest-drop-in-reverse, r=nikom... | bors | -454/+784 |
| 2018-06-20 | Replace unreachable! with unreachable_unchecked | Martin Glagla | -3/+3 |
| 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 | Update error code numbers | Esteban Küber | -11/+11 |
| 2018-06-19 | Update message for `!Sized` types | Esteban Küber | -207/+209 |
| 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-20 | Raise an error if gcov profiling and incremental compilation are both enabled | Marco Castelluccio | -0/+7 |
| 2018-06-19 | Add test for updated parser error | Esteban Küber | -0/+32 |
| 2018-06-19 | Remove erroneous example of main as a non-Result function. | Sgeo | -1/+1 |
| 2018-06-19 | Fix tidy and remove unused method | Esteban Küber | -7/+8 |
| 2018-06-19 | Point to previous line for single expected token | Esteban Küber | -1/+20 |
| 2018-06-19 | Add link to book for `Sized` errors | Esteban Küber | -1/+44 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -318/+394 |
| 2018-06-20 | Fix doc build on unknown windows target | Guillaume Gomez | -0/+2 |
| 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 | Add code to incorrect `pub` restriction error | Esteban Küber | -7/+10 |
| 2018-06-19 | Add code to `invalid ABI` error | Esteban Küber | -7/+14 |
| 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 | specialize StepBy<Range(Inclusive)> | Emerentius | -7/+81 |
| 2018-06-19 | Update zx_cprng_draw_new on Fuchsia | Adam Barth | -4/+3 |
| 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 |