| Age | Commit message (Expand) | Author | Lines |
| 2019-04-09 | Make trait_methods_not_found use a lock | John Kåre Alsaker | -2/+2 |
| 2019-04-09 | Clean up jobserver integration | John Kåre Alsaker | -122/+8 |
| 2019-04-08 | Rename Waker::new_unchecked to Waker::from_raw | Taylor Cramer | -5/+5 |
| 2019-04-08 | Add Waker::wake_by_ref and make Waker::wake consume the Waker | Taylor Cramer | -19/+73 |
| 2019-04-08 | compiletest: Improve no_prefer_dynamic docs | Philipp Hansch | -1/+5 |
| 2019-04-08 | Update test cases for changes to error messages | Isaac Whitfield | -12/+3 |
| 2019-04-08 | Add must_use annotations to Result::is_ok and is_err | Alex Gaynor | -8/+12 |
| 2019-04-08 | Elaborate on implicit promotability | Oliver Scherer | -1/+4 |
| 2019-04-08 | Pacify tidy | Oliver Scherer | -2/+5 |
| 2019-04-08 | Get rid of "is not const" naming | Oliver Scherer | -16/+16 |
| 2019-04-08 | Explicit promotion is indistinguishable from explicit promotion | Oliver Scherer | -10/+8 |
| 2019-04-08 | Generalize initial "not const" assignments | Oliver Scherer | -23/+23 |
| 2019-04-08 | Merge remote-tracking branch 'origin/master' | rchaser53 | -65/+5691 |
| 2019-04-08 | avoid reading from ZST locals | Ralf Jung | -56/+29 |
| 2019-04-08 | `asm!` output can neither be promotable nor const | Oliver Scherer | -1/+0 |
| 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-08 | Add test demonstrating existing behaviour. | David Wood | -0/+27 |
| 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 | Change root path for unstable-book | Bastian Gruber | -9/+9 |
| 2019-04-07 | Add test with current behaviour. | David Wood | -0/+46 |
| 2019-04-07 | Auto merge of #59766 - xales:revertlibtest, r=Manishearth | bors | -57/+5608 |
| 2019-04-07 | Improvement for comparision against fn | rchaser53 | -3/+48 |
| 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 | -57/+5608 |
| 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 | Remove check_match from const_eval | Isaac Whitfield | -16/+3 |
| 2019-04-06 | miri engine: lazily allocate memory for locals on first write | Ralf Jung | -40/+79 |
| 2019-04-06 | Auto merge of #59760 - Centril:rollup-4b9x7ue, r=Centril | bors | -144/+139 |
| 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 | path -> from | Bastian Gruber | -2/+2 |