| Age | Commit message (Expand) | Author | Lines |
| 2018-05-16 | Auto merge of #50710 - Zoxc:value_to_constvalue, r=oli-obk | bors | -56/+88 |
| 2018-05-16 | Auto merge of #49479 - nox:merge-funcs, r=nagisa | bors | -2/+3 |
| 2018-05-16 | Auto merge of #50045 - est31:label_break_value, r=eddyb | bors | -54/+510 |
| 2018-05-16 | Address review comments | est31 | -12/+12 |
| 2018-05-16 | Add feature gate label_break_value | est31 | -10/+54 |
| 2018-05-16 | Test that label break value only works on actual blocks | est31 | -0/+60 |
| 2018-05-16 | Add E0696 for continue pointing to a labeled block | est31 | -2/+81 |
| 2018-05-16 | Extend error E0695 to unlabeled continue statements | est31 | -9/+17 |
| 2018-05-16 | Add E0695 for unlabeled breaks | est31 | -0/+87 |
| 2018-05-16 | Make the compiler support the label-break-value feature | est31 | -13/+32 |
| 2018-05-16 | Add a file with test cases | est31 | -0/+121 |
| 2018-05-16 | label-break-value: Parsing and AST/HIR changes | est31 | -39/+77 |
| 2018-05-16 | Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichton | bors | -210/+595 |
| 2018-05-16 | Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis | bors | -65/+1084 |
| 2018-05-16 | Auto merge of #50795 - nrc:update, r=oli-obk | bors | -121/+69 |
| 2018-05-16 | Auto merge of #50750 - est31:master, r=eddyb | bors | -127/+48 |
| 2018-05-16 | Update RLS and Rustfmt | Nick Cameron | -121/+69 |
| 2018-05-16 | Auto merge of #50541 - QuietMisdreavus:rustdoc-errors, r=GuillaumeGomez | bors | -122/+144 |
| 2018-05-15 | Auto merge of #48523 - varkor:generics-ty-generalisations, r=nikomatsakis | bors | -806/+966 |
| 2018-05-16 | Fix stability annotations for already stable bits of proc macro API 1.1 | Vadim Petrochenkov | -48/+41 |
| 2018-05-15 | Represent lifetimes as two joint tokens in proc macros | Vadim Petrochenkov | -21/+158 |
| 2018-05-15 | Make is_global true for latebound regions | Matthew Jasper | -17/+28 |
| 2018-05-15 | Address feedback, remove remaining review comments, add some more docs | Vadim Petrochenkov | -53/+30 |
| 2018-05-15 | proc_macro: Validate inputs to `Punct::new` and `Ident::new` | Vadim Petrochenkov | -22/+203 |
| 2018-05-15 | proc_macro: Properly support raw identifiers | Vadim Petrochenkov | -14/+13 |
| 2018-05-15 | TokenTree: Op -> Punct, Term -> Ident | Vadim Petrochenkov | -131/+115 |
| 2018-05-15 | Extend documentation and add review comments | Vadim Petrochenkov | -38/+152 |
| 2018-05-15 | Auto merge of #50767 - oli-obk:rls_clippy, r=kennytm | bors | -9/+0 |
| 2018-05-15 | Reenable the MergeFunctions pass | Anthony Ramine | -2/+3 |
| 2018-05-15 | Update LLVM to 1abfd0e562cc8f7a9577d97ee92246699093b954 | Anthony Ramine | -0/+0 |
| 2018-05-15 | One must always remember to clean up after themselves | varkor | -5/+6 |
| 2018-05-15 | Pattern match on Ok instead of Some of .ok() retval | est31 | -1/+1 |
| 2018-05-15 | Remove LoopIdResult | est31 | -64/+19 |
| 2018-05-15 | Remove hir::ScopeTarget | est31 | -85/+51 |
| 2018-05-15 | Collapse Substs::identity_for_item in collect | varkor | -3/+1 |
| 2018-05-15 | Clean up dropck_outlives PhantomData handling | varkor | -7/+4 |
| 2018-05-15 | Add mk_param_from_def | varkor | -37/+24 |
| 2018-05-15 | Use Kind instead of UnpackedKind in Substs methods | varkor | -94/+75 |
| 2018-05-15 | Clean up shared subst code | varkor | -144/+101 |
| 2018-05-15 | Refactor Substs methods on generic parameters | varkor | -306/+393 |
| 2018-05-15 | Clean up generic param handling | varkor | -22/+35 |
| 2018-05-15 | Update bad-annotation error message | varkor | -2/+2 |
| 2018-05-15 | Refactoring generic counting loops | varkor | -67/+71 |
| 2018-05-15 | Review refactoring | varkor | -52/+48 |
| 2018-05-15 | Rename param_counts to own_counts | varkor | -35/+35 |
| 2018-05-15 | Remove GenericParamDef::to_type | varkor | -23/+34 |
| 2018-05-15 | Lift pure_wrt_drop to GenericParamDef | varkor | -60/+40 |
| 2018-05-15 | Refactor generic params loops | varkor | -165/+95 |
| 2018-05-15 | Fix rebase fallout | varkor | -4/+10 |
| 2018-05-15 | Rename RegionParamDef to LifetimeParamDef | varkor | -5/+5 |