| Age | Commit message (Expand) | Author | Lines |
| 2020-03-14 | Move opaque_types::unexpected_hidden_region_diagnostic to error_reporting. | Camille GILLOT | -87/+85 |
| 2020-03-14 | Move IntercrateAmbiguityCause back to rustc::traits::select. | Camille GILLOT | -41/+41 |
| 2020-03-14 | Add a test for generator discriminants | Jonas Schievink | -0/+134 |
| 2020-03-14 | Use smaller discriminants for generators | Jonas Schievink | -28/+31 |
| 2020-03-14 | fix a codegen test | Ralf Jung | -6/+1 |
| 2020-03-14 | increase slack for stack size test | Ralf Jung | -2/+2 |
| 2020-03-14 | debug-assert ptr sanity in ptr::write | Ralf Jung | -3/+1 |
| 2020-03-14 | fix comment, rustfmt | Ralf Jung | -3/+2 |
| 2020-03-14 | adjust Miri to needs of changed unwinding strategy | Ralf Jung | -26/+19 |
| 2020-03-14 | update panicking comments in libstd | Ralf Jung | -8/+7 |
| 2020-03-14 | Add long error explanation for E0634 #61137 | Ayush Kumar Mishra | -2/+22 |
| 2020-03-14 | adjust Miri interaction with panic runtime | Ralf Jung | -16/+47 |
| 2020-03-14 | add Scalar::from methods for signed integers | Ralf Jung | -0/+26 |
| 2020-03-14 | Auto merge of #69744 - ecstatic-morse:fix-enum-discr-effect-test, r=oli-obk | bors | -0/+43 |
| 2020-03-14 | Add long error explanation for E0693 #61137 | Ayush Kumar Mishra | -1/+21 |
| 2020-03-14 | Block version-specific docs from search engines | Kornel | -17/+2 |
| 2020-03-14 | Auto merge of #69716 - jonas-schievink:generator-size, r=tmandry | bors | -31/+120 |
| 2020-03-14 | fix E0117 message out of sync | YI | -1/+1 |
| 2020-03-13 | Allow `rustdoc-js` and `rustdoc-js-std` to use none default build dir location | Oliver Middleton | -21/+21 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -370/+368 |
| 2020-03-14 | rustc_metadata: Remove `rmeta::MacroDef` | Vadim Petrochenkov | -60/+21 |
| 2020-03-13 | Auto merge of #69986 - JohnTitor:rollup-h0809mf, r=JohnTitor | bors | -237/+356 |
| 2020-03-14 | Rollup merge of #69974 - GuillaumeGomez:cleanup-e0434, r=Dylan-DPC | Yuki Okushi | -6/+4 |
| 2020-03-14 | Rollup merge of #69973 - tspiteri:const-int-conversion-since, r=dtolnay | Yuki Okushi | -12/+12 |
| 2020-03-14 | Rollup merge of #69966 - JohnTitor:more-more-tests, r=Centril | Yuki Okushi | -0/+128 |
| 2020-03-14 | Rollup merge of #69960 - RalfJung:abort, r=oli-obk | Yuki Okushi | -9/+6 |
| 2020-03-14 | Rollup merge of #69954 - RalfJung:panic_if-assert, r=Centril,eddyb | Yuki Okushi | -18/+36 |
| 2020-03-14 | Rollup merge of #69947 - GuillaumeGomez:cleanup-e0423, r=Dylan-DPC | Yuki Okushi | -2/+1 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -50/+50 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -118/+78 |
| 2020-03-14 | Rollup merge of #69723 - sjud:sjud-doc-request, r=Mark-Simulacrum | Yuki Okushi | -2/+8 |
| 2020-03-14 | Rollup merge of #69460 - LeSeulArtichaut:move-compile-pass, r=RalfJung | Yuki Okushi | -20/+23 |
| 2020-03-14 | Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler | Yuki Okushi | -0/+10 |
| 2020-03-13 | update rustdocs for frozen | Mark Mansi | -1/+7 |
| 2020-03-13 | move frozen to rustc_data_structures | Mark Mansi | -26/+66 |
| 2020-03-13 | Auto merge of #69155 - chrissimpkins:llvm-globals, r=eddyb | bors | -7/+10 |
| 2020-03-13 | Add documentation for pub keyword | sjud | -2/+8 |
| 2020-03-13 | Clean up E0434 explanation | Guillaume Gomez | -6/+4 |
| 2020-03-13 | update stable-since version for const_int_conversion | Trevor Spiteri | -12/+12 |
| 2020-03-13 | fix a glaring typo | Matt Cooper | -1/+1 |
| 2020-03-13 | Print ConstKind::Placeholder just like TyKind::Placeholder | Oliver Scherer | -15/+1 |
| 2020-03-13 | Print ConstKind::Bound the same as TyKind::Bound | Oliver Scherer | -9/+17 |
| 2020-03-13 | bless tests | Ralf Jung | -1/+1 |
| 2020-03-13 | adjust enum naming | Ralf Jung | -12/+12 |
| 2020-03-13 | Add test for issue-69092 | Yuki Okushi | -0/+21 |
| 2020-03-13 | Add test for issue-67739 | Yuki Okushi | -0/+26 |
| 2020-03-13 | Add test for issue-62504 | Yuki Okushi | -0/+33 |
| 2020-03-13 | Add test for issue-60390 | Yuki Okushi | -0/+8 |
| 2020-03-13 | Add test for issue-58490 | Yuki Okushi | -0/+40 |
| 2020-03-13 | Minor change | Ayush Kumar Mishra | -1/+1 |