| Age | Commit message (Expand) | Author | Lines |
| 2018-06-22 | Added stripping current directory prefixes when comparing suite path names | Steven Laabs | -0/+6 |
| 2018-06-22 | Auto merge of #51184 - lambtowolf:master, r=nikomatsakis | bors | -2/+51 |
| 2018-06-22 | add an explanatory comment for recovery behavior | Niko Matsakis | -0/+3 |
| 2018-06-22 | Issue #50974: Fix compilation error and test | Lamb | -2/+2 |
| 2018-06-22 | Fix when the help message is displayed | Maerten | -2/+2 |
| 2018-06-22 | Issue #50974: Adding issue number in the test | Lamb | -1/+3 |
| 2018-06-22 | Issue #50974: Adding tests | Lamb | -0/+38 |
| 2018-06-22 | Issue #50974: Change text of suggestion to be more direct | Lamb | -1/+1 |
| 2018-06-22 | Issue #50974: Suboptimal error in case of duplicate `,` in struct constructor | Lamb | -2/+8 |
| 2018-06-22 | Auto merge of #51660 - lqd:the-MIRnistry-of-walks, r=nikomatsakis | bors | -33/+84 |
| 2018-06-22 | Auto merge of #51686 - nikomatsakis:issue-51415-borrowck-match-default-bindin... | bors | -5/+48 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -376/+559 |
| 2018-06-22 | Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis | bors | -139/+335 |
| 2018-06-21 | Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obk | bors | -14/+87 |
| 2018-06-21 | Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkov | bors | -2484/+2565 |
| 2018-06-21 | tolerate existential types whose concrete expansion is not known | Niko Matsakis | -8/+53 |
| 2018-06-21 | do not introduce *false* results from lifetime resolution | Niko Matsakis | -6/+34 |
| 2018-06-21 | use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments | Niko Matsakis | -2/+45 |
| 2018-06-21 | rename `pat_ty` to `pat_ty_adjusted` for clarity | Niko Matsakis | -4/+4 |
| 2018-06-21 | Auto merge of #51680 - Mark-Simulacrum:acc-revert, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-06-21 | Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" | Mark Simulacrum | -5/+5 |
| 2018-06-21 | Share code between gather_used_muts and find_assignments | Rémy Rakic | -42/+30 |
| 2018-06-21 | Auto merge of #50336 - japaric:llvm-tools, r=Mark-Simulacrum | bors | -4/+130 |
| 2018-06-21 | Auto merge of #51601 - Emerentius:step_by_range_diet, r=sfackler | bors | -7/+81 |
| 2018-06-21 | Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-06-20 | Fix error-chain warnings | Mark Simulacrum | -0/+0 |
| 2018-06-20 | no -Bsymbolic for mac; no static-libstdc++ for windows | Jorge Aparicio | -1/+7 |
| 2018-06-20 | Fix tidy | Bastien Orivel | -3/+8 |
| 2018-06-20 | Replace tempdir by tempfile in librustc | Bastien Orivel | -14/+2 |
| 2018-06-20 | Replace tempdir by tempfile in librustc_trans | Bastien Orivel | -6/+6 |
| 2018-06-20 | Replace tempdir by tempfile in librustdoc | Bastien Orivel | -5/+5 |
| 2018-06-20 | NLL: Walk the MIR only once for the "unused mut" lint | Rémy Rakic | -14/+77 |
| 2018-06-20 | [beta] Prepare 1.28.0 beta release | Mark Simulacrum | -5/+5 |
| 2018-06-20 | Auto merge of #51651 - spastorino:fix_var_name_in_e0502, r=nikomatsakis | bors | -0/+58 |
| 2018-06-20 | Fix variable name in E0502 double borrow error | Santiago Pastorino | -0/+58 |
| 2018-06-20 | Fix rebase issues with existential types | varkor | -3/+3 |
| 2018-06-20 | Rename ParenthesizedArgData to ParenthesisedArgs | varkor | -13/+13 |
| 2018-06-20 | Simplify some counting | varkor | -19/+13 |
| 2018-06-20 | Rename ty_param_bound to generic_bound | varkor | -17/+17 |
| 2018-06-20 | Use ty::Generics instead of hir::Generics for various checks | varkor | -29/+40 |
| 2018-06-20 | Fix additional comments | varkor | -3/+3 |
| 2018-06-20 | Fix accidental quadratic loops | varkor | -48/+52 |
| 2018-06-20 | Rename ty_param_bound to trait_bound | varkor | -10/+9 |
| 2018-06-20 | Make GenericBound explicit | varkor | -56/+53 |
| 2018-06-20 | Rename ParamBound(s) to GenericBound(s) | varkor | -181/+181 |
| 2018-06-20 | Address various comments | varkor | -97/+103 |
| 2018-06-20 | Lift attrs into hir::GenericParam | varkor | -15/+13 |
| 2018-06-20 | Rename TraitTyParamBound to ParamBound::Trait | varkor | -64/+57 |
| 2018-06-20 | Fix HasAttrs support for GenericParam | varkor | -11/+6 |
| 2018-06-20 | Introduce ParamName and use it in place of LifetimeName | varkor | -174/+170 |