| Age | Commit message (Expand) | Author | Lines |
| 2019-04-30 | Rollup merge of #60380 - GuillaumeGomez:fix-line-number-display, r=Manishearth | Mazdak Farrokhzad | -0/+4 |
| 2019-04-30 | Rollup merge of #60276 - matthewjasper:cleanup-mir-visitor, r=estebank | Mazdak Farrokhzad | -285/+179 |
| 2019-04-30 | Rollup merge of #60238 - topecongiro:rustfmt-1.2.2, r=alexcrichton | Mazdak Farrokhzad | -7/+7 |
| 2019-04-30 | Rollup merge of #59869 - jethrogb:jb/sgx-iovec, r=sfackler | Mazdak Farrokhzad | -15/+60 |
| 2019-04-29 | SGX target: implemented vectored I/O | Jethro Beekman | -13/+50 |
| 2019-04-29 | SGX target: don't unwind on usercall index out of bounds | Jethro Beekman | -2/+10 |
| 2019-04-29 | Fix line number display in source view | Guillaume Gomez | -0/+4 |
| 2019-04-29 | Auto merge of #60377 - Centril:rollup-42fxe9u, r=Centril | bors | -491/+514 |
| 2019-04-29 | Rollup merge of #60360 - rasendubi:const-labeled-break, r=Centril | Mazdak Farrokhzad | -0/+10 |
| 2019-04-29 | Rollup merge of #60359 - petrochenkov:imperruse, r=estebank | Mazdak Farrokhzad | -0/+36 |
| 2019-04-29 | Rollup merge of #60358 - nickolay:patch-1, r=GuillaumeGomez | Mazdak Farrokhzad | -6/+8 |
| 2019-04-29 | Rollup merge of #60356 - JohnTitor:stabilize-as-mut-ptr, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-04-29 | Rollup merge of #60353 - JohnTitor:add-test, r=Centril | Mazdak Farrokhzad | -0/+26 |
| 2019-04-29 | Rollup merge of #60334 - sfackler:stable-iovec, r=alexcrichton | Mazdak Farrokhzad | -280/+294 |
| 2019-04-29 | Rollup merge of #60305 - ljedrz:remove_LoweredNodeId, r=Zoxc | Mazdak Farrokhzad | -202/+107 |
| 2019-04-29 | Rollup merge of #60256 - ethanboxx:master, r=alexcrichton | Mazdak Farrokhzad | -1/+31 |
| 2019-04-29 | Rollup merge of #59946 - mernen:patch-2, r=ehuss | Mazdak Farrokhzad | -1/+1 |
| 2019-04-29 | Auto merge of #60355 - Manishearth:clippyup, r=centril | bors | -10/+11 |
| 2019-04-29 | Update clippy | Manish Goregaokar | -10/+11 |
| 2019-04-29 | Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichton | bors | -14/+151 |
| 2019-04-29 | hir: remove LoweredNodeId | ljedrz | -202/+107 |
| 2019-04-29 | Auto merge of #60364 - JohnTitor:stabilize-const-needs-drop, r=oli-obk | bors | -3/+0 |
| 2019-04-29 | Auto merge of #60338 - petrochenkov:notidy, r=varkor | bors | -10/+11 |
| 2019-04-29 | const-stabilize std::mem::needs_drop | Yuki OKUSHI | -3/+0 |
| 2019-04-29 | Auto merge of #60182 - matklad:lexer-cleanup, r=petrochenkov | bors | -6/+4 |
| 2019-04-28 | Auto merge of #60317 - flip1995:internal_lints, r=oli-obk | bors | -170/+480 |
| 2019-04-28 | Remove unused TyCtxt argument from allow_two_phase_borrow function | flip1995 | -9/+6 |
| 2019-04-28 | Add test case for labeled break in const assignment | Alexey Shmalko | -0/+10 |
| 2019-04-28 | Clarify the short explanation of E0207 | Nickolay Ponomarev | -6/+8 |
| 2019-04-28 | resolve: Consider erroneous imports used to avoid duplicate diagnostics | Vadim Petrochenkov | -0/+36 |
| 2019-04-28 | Fix lint findings in librustdoc | flip1995 | -7/+7 |
| 2019-04-28 | Fix lint findings in librustc_mir | flip1995 | -41/+41 |
| 2019-04-28 | Fix lint findings in librustc_traits | flip1995 | -32/+32 |
| 2019-04-28 | Fix lint findings in librustc_typeck | flip1995 | -14/+14 |
| 2019-04-28 | Fix lint findings in librustc_metadata | flip1995 | -5/+5 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -56/+56 |
| 2019-04-28 | Update *.stderr files | flip1995 | -1/+101 |
| 2019-04-28 | Add tests | flip1995 | -0/+99 |
| 2019-04-28 | Implement internal lints | flip1995 | -12/+126 |
| 2019-04-29 | Stabilize str::as_mut_ptr | Yuki OKUSHI | -1/+1 |
| 2019-04-28 | Auto merge of #60352 - Centril:const-incomplete-features, r=oli-obk | bors | -6/+9 |
| 2019-04-28 | Add test | Yuki OKUSHI | -0/+26 |
| 2019-04-28 | Float 'incomplete_features' out to a const for visibility. | Mazdak Farrokhzad | -6/+9 |
| 2019-04-28 | Auto merge of #60351 - Centril:rollup-5xv3tka, r=Centril | bors | -18/+13 |
| 2019-04-28 | Rollup merge of #60347 - JohnTitor:remove-flags, r=matthewjasper | Mazdak Farrokhzad | -14/+3 |
| 2019-04-28 | Rollup merge of #60325 - Centril:doc-ast-exprkind-type, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2019-04-28 | Rollup merge of #60270 - alexcrichton:metadata-multi-cgu, r=oli-obk | Mazdak Farrokhzad | -3/+2 |
| 2019-04-28 | Rollup merge of #60022 - nathankleyn:fix-issue-59543, r=Centril | Mazdak Farrokhzad | -1/+7 |
| 2019-04-28 | Remove unnecessary function | Yuki OKUSHI | -7/+2 |
| 2019-04-28 | Auto merge of #60346 - dima74:patch-1, r=GuillaumeGomez | bors | -1/+1 |