| Age | Commit message (Expand) | Author | Lines |
| 2019-04-13 | Remove dangling ` in Into documentation | Chris Gregory | -1/+1 |
| 2019-04-12 | Fix convert module's documentation links | Chris Gregory | -11/+11 |
| 2019-04-11 | Auto merge of #59780 - RalfJung:miri-unsized, r=oli-obk | bors | -153/+192 |
| 2019-04-11 | Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAus | bors | -0/+45 |
| 2019-04-11 | Auto merge of #58972 - QuietMisdreavus:intra-doc-link-imports, r=GuillaumeGomez | bors | -0/+28 |
| 2019-04-10 | Don't build test helpers for wasm32 | John Kåre Alsaker | -1/+4 |
| 2019-04-10 | Don't require a C compiler on wasm32 | John Kåre Alsaker | -0/+5 |
| 2019-04-10 | Update cmake, cc and compiler_builtins for VS 2019 support | John Kåre Alsaker | -7/+7 |
| 2019-04-09 | submodules: update rls from 90f7ab0 to 49efc06 | Matthias Krüger | -0/+0 |
| 2019-04-09 | submodules: update miri from 0e4f963 to 28f2e5b | Matthias Krüger | -14/+14 |
| 2019-04-09 | submodules: update clippy from 92612c9d to 37f5c1ec | Matthias Krüger | -10/+8 |
| 2019-04-08 | avoid reading from ZST locals | Ralf Jung | -56/+29 |
| 2019-04-08 | Apply suggestions from code review
| Ralf Jung | -2/+2 |
| 2019-04-08 | Auto merge of #59724 - oli-obk:const_arg_ice, r=eddyb | bors | -4/+65 |
| 2019-04-07 | Only run SIMD tests on x86 | Oliver Scherer | -3/+9 |
| 2019-04-07 | Auto merge of #59765 - lzutao:patch-1, r=Centril | bors | -1/+3 |
| 2019-04-07 | implement by-value object safety | Ralf Jung | -13/+36 |
| 2019-04-07 | initialize unsized locals when copying to the for the first time | Ralf Jung | -33/+57 |
| 2019-04-07 | Auto merge of #59766 - xales:revertlibtest, r=Manishearth | bors | -40/+5602 |
| 2019-04-07 | Auto merge of #59770 - pietroalbini:pin-android-emulator, r=kennytm | bors | -3/+15 |
| 2019-04-07 | ci: pin android emulator to 28.0.23 | Pietro Albini | -3/+15 |
| 2019-04-07 | fix miri engine debug output for uninitialized locals | Ralf Jung | -11/+6 |
| 2019-04-07 | make StorageLive lazy as well | Ralf Jung | -37/+22 |
| 2019-04-07 | Auto merge of #59119 - cramertj:cx-back, r=withoutboats | bors | -70/+176 |
| 2019-04-07 | Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg" | Jacob Greenfield | -40/+5602 |
| 2019-04-07 | Update comment | Oliver Scherer | -1/+1 |
| 2019-04-07 | Add more regression tests for accidental promotion | Oliver Scherer | -2/+39 |
| 2019-04-07 | Function arguments should never get promoted | Oliver Scherer | -1/+19 |
| 2019-04-07 | Add reference to cfg attr | lzutao | -1/+3 |
| 2019-04-07 | Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelix | bors | -207/+455 |
| 2019-04-06 | miri engine: lazily allocate memory for locals on first write | Ralf Jung | -40/+79 |
| 2019-04-06 | Rollup merge of #59755 - matthewjasper:update-miri, r=RalfJung | Mazdak Farrokhzad | -14/+14 |
| 2019-04-06 | Rollup merge of #59754 - ehuss:update-books, r=frewsxcv | Mazdak Farrokhzad | -0/+0 |
| 2019-04-06 | Rollup merge of #59751 - tbu-:pr_doc_fix_format, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-04-06 | Rollup merge of #59740 - cuviper:folded-extend, r=scottmcm | Mazdak Farrokhzad | -22/+10 |
| 2019-04-06 | Rollup merge of #59738 - flip1995:match_path_move, r=eddyb,Manishearth | Mazdak Farrokhzad | -107/+114 |
| 2019-04-06 | Update miri | Matthew Jasper | -14/+14 |
| 2019-04-06 | Update books | Eric Huss | -0/+0 |
| 2019-04-06 | Tiny docs fix | Tobias Bucher | -1/+1 |
| 2019-04-06 | Auto merge of #59710 - alexcrichton:llvm-9-compat, r=sanxiyn | bors | -27/+45 |
| 2019-04-06 | Auto merge of #59745 - cwhakes:master, r=sanxiyn | bors | -10/+10 |
| 2019-04-06 | Auto merge of #59744 - cuviper:output-errors, r=sanxiyn | bors | -13/+26 |
| 2019-04-06 | Auto merge of #59723 - Zoxc:rem-noforce, r=michaelwoerister | bors | -1/+0 |
| 2019-04-05 | Change `copytest` parameter name from `y` to `sign` | Will Hakes | -10/+10 |
| 2019-04-05 | Show better errors for LLVM IR output | Josh Stone | -13/+26 |
| 2019-04-06 | Rollup merge of #59727 - alexcrichton:wasi-apis, r=fitzgen | Mazdak Farrokhzad | -88/+87 |
| 2019-04-06 | Rollup merge of #59707 - GuillaumeGomez:GuillaumeGomez-patch-1, r=Centril | Mazdak Farrokhzad | -0/+20 |
| 2019-04-06 | Rollup merge of #59696 - michaelwoerister:fix-issue-59137, r=alexcrichton | Mazdak Farrokhzad | -4/+20 |
| 2019-04-06 | Rollup merge of #59624 - jethrogb:jb/sgx-unwind-syms, r=alexcrichton | Mazdak Farrokhzad | -41/+53 |
| 2019-04-06 | Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebank | Mazdak Farrokhzad | -11/+27 |