| Age | Commit message (Expand) | Author | Lines |
| 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 | rustc_mir: focus const-checking logic on whether mutation is forbidden. | Eduard-Mihai Burtescu | -14/+26 |
| 2018-05-16 | Auto merge of #50473 - petrochenkov:pmapi, r=alexcrichton | bors | -210/+595 |
| 2018-05-16 | rustc_mir: promote borrows' underlying temps, and project at runtime. | Eduard-Mihai Burtescu | -0/+12 |
| 2018-05-16 | rustc_mir: also promote interior borrows, not just whole temps. | Eduard-Mihai Burtescu | -2/+43 |
| 2018-05-16 | rustc_mir: generate an extra temporary during borrowed rvalue promotion. | Eduard-Mihai Burtescu | -60/+98 |
| 2018-05-16 | Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakis | bors | -65/+1084 |
| 2018-05-16 | Fix large file copies on 32 bit platforms | Nicolas Koch | -2/+6 |
| 2018-05-16 | Adjust len in every iteration | Nicolas Koch | -1/+2 |
| 2018-05-16 | Add clarifying comment about offset argument | Nicolas Koch | -0/+2 |
| 2018-05-16 | Use copy_file_range on android also | Nicolas Koch | -3/+3 |
| 2018-05-16 | Auto merge of #50795 - nrc:update, r=oli-obk | bors | -121/+69 |
| 2018-05-16 | fix a typo in signed-integer::from_str_radix() | SHA Miao | -1/+1 |
| 2018-05-15 | Complete implementation of invalidates facts | bobtwinkles | -36/+60 |
| 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-15 | Separate feature gate for wrapping_next_power_of_two | Clar Charr | -4/+6 |
| 2018-05-16 | Fix rustdoc panic with `impl Trait` in type parameters | Shotaro Yamada | -7/+42 |
| 2018-05-16 | Auto merge of #50541 - QuietMisdreavus:rustdoc-errors, r=GuillaumeGomez | bors | -122/+144 |
| 2018-05-16 | Null exclusions in grammar docs | bstrie | -3/+3 |
| 2018-05-16 | Fix grammar documentation wrt Unicode identifiers | bstrie | -11/+6 |
| 2018-05-15 | Ensure libraries built in stage0 have unique metadata | Josh Stone | -1/+9 |
| 2018-05-16 | Fix an ICE when casting a nonexistent const | varkor | -1/+31 |
| 2018-05-15 | Fix run-make wasm tests | Eric Huss | -6/+6 |
| 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 | add auto-impl for primitive type | Guillaume Gomez | -16/+63 |
| 2018-05-15 | Reenable the MergeFunctions pass | Anthony Ramine | -2/+3 |
| 2018-05-15 | Rename ret_ty to declared_ret_ty | leonardo.yvens | -4/+4 |
| 2018-05-15 | Add Option::xor method | Clar Charr | -0/+36 |
| 2018-05-15 | Make mutable_noalias and arg_align_attributes be tracked | Anthony Ramine | -2/+2 |
| 2018-05-15 | rustc: Fix `crate` lint for single-item paths | Alex Crichton | -47/+287 |
| 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 | Merge branch 'master' of https://github.com/nicokoch/rust | Nicolas Koch | -382/+456 |