| Age | Commit message (Expand) | Author | Lines |
| 2019-11-13 | parser: don't use `unreachable!()` in `fn unexpected`. | Mazdak Farrokhzad | -1/+33 |
| 2019-11-13 | Auto merge of #65637 - ssomers:master, r=scottmcm | bors | -11/+314 |
| 2019-11-13 | Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -193/+51 |
| 2019-11-12 | Remove no longer needed mutability | Mark Rousskov | -1/+1 |
| 2019-11-12 | Compiletest bump to stage0 bootstrap libtest | Mark Rousskov | -0/+2 |
| 2019-11-12 | Hopefully fix rustdoc build | Mark Rousskov | -1/+12 |
| 2019-11-12 | Snap cfgs | Mark Rousskov | -189/+34 |
| 2019-11-12 | Bump version to 1.41 | Mark Rousskov | -2/+2 |
| 2019-11-12 | Auto merge of #60026 - Aaron1011:feature/miri-unwind, r=RalfJung,oli-obk | bors | -112/+305 |
| 2019-11-12 | Auto merge of #65608 - matthewjasper:mir-eval-order, r=pnkfelix | bors | -223/+687 |
| 2019-11-12 | Auto merge of #66318 - mati865:llvm-update, r=matthewjasper | bors | -0/+0 |
| 2019-11-12 | Update llvm submodule | Mateusz MikuĊa | -0/+0 |
| 2019-11-12 | Auto merge of #66323 - JohnTitor:rollup-jl8xdk4, r=JohnTitor | bors | -185/+453 |
| 2019-11-12 | Rollup merge of #66309 - petrochenkov:annoying, r=Mark-Simulacrum | Yuki Okushi | -13/+4 |
| 2019-11-12 | Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkor | Yuki Okushi | -39/+82 |
| 2019-11-12 | Rollup merge of #66280 - stepancheg:union, r=alexcrichton | Yuki Okushi | -1/+1 |
| 2019-11-12 | Rollup merge of #66278 - LukasKalbertodt:fix-proc-macro-error, r=Centril | Yuki Okushi | -10/+12 |
| 2019-11-12 | Rollup merge of #66276 - Mark-Simulacrum:sess-code-stats, r=nikomatsakis | Yuki Okushi | -14/+16 |
| 2019-11-12 | Rollup merge of #66267 - GuillaumeGomez:add-rustdoc-doc, r=kinnison | Yuki Okushi | -0/+203 |
| 2019-11-12 | Rollup merge of #66263 - guanqun:make-error-explicit, r=alexcrichton | Yuki Okushi | -3/+3 |
| 2019-11-12 | Rollup merge of #66257 - mati865:long-section-names-no-more, r=alexcrichton | Yuki Okushi | -27/+0 |
| 2019-11-12 | Rollup merge of #66230 - Axelderan:remove-vestigial-comments, r=alexcrichton | Yuki Okushi | -2/+0 |
| 2019-11-12 | Rollup merge of #65965 - GuillaumeGomez:clean-up-librustc_typeck-error-codes,... | Yuki Okushi | -76/+132 |
| 2019-11-12 | Auto merge of #66129 - Nadrieril:refactor-slice-pat-usefulness, r=varkor | bors | -264/+627 |
| 2019-11-11 | Auto merge of #66310 - Manishearth:clippyup, r=Manishearth | bors | -7/+7 |
| 2019-11-11 | Evaluate borrow and struct expressions in `into` | Matthew Jasper | -96/+184 |
| 2019-11-11 | Fix soundness issue with index bounds checks | Matthew Jasper | -124/+500 |
| 2019-11-11 | Avoid a string comparison in MIR construction | Matthew Jasper | -3/+3 |
| 2019-11-11 | Update | Aaron Hill | -1/+1 |
| 2019-11-11 | Return Ok(false) instead of throwing when handling a diverging intrinsic | Aaron Hill | -3/+2 |
| 2019-11-11 | Fix rebase fallout | Aaron Hill | -1/+1 |
| 2019-11-11 | Rename to | Aaron Hill | -3/+4 |
| 2019-11-11 | Fix debug assertion | Aaron Hill | -1/+2 |
| 2019-11-11 | Remove trampoline, pass `ret` and `unwind` when handling intrinsics | Aaron Hill | -23/+13 |
| 2019-11-11 | Fix tidy | Aaron Hill | -2/+0 |
| 2019-11-11 | Add more detailed codegen comment | Aaron Hill | -0/+5 |
| 2019-11-11 | Move to miri.rs and re-export it | Aaron Hill | -4/+9 |
| 2019-11-11 | Some code cleanup | Aaron Hill | -28/+23 |
| 2019-11-11 | Make doc comment more accurate | Aaron Hill | -1/+4 |
| 2019-11-11 | Change TODO to FIXME | Aaron Hill | -1/+1 |
| 2019-11-11 | Add comment | Aaron Hill | -0/+2 |
| 2019-11-11 | Add miri trampoline, fix handling of intrinsic return | Aaron Hill | -1/+13 |
| 2019-11-11 | Use proper intrinsic type | Aaron Hill | -9/+5 |
| 2019-11-11 | More work on miri_start_panic | Aaron Hill | -3/+16 |
| 2019-11-11 | Fix up intrinsic implementation | Aaron Hill | -3/+21 |
| 2019-11-11 | Add explicit Miri support to libpanic_unwind | Aaron Hill | -1/+21 |
| 2019-11-11 | Don't attempt to get cwd when printing backtrace under Miri | Aaron Hill | -1/+8 |
| 2019-11-11 | Fix unwinding logic | Aaron Hill | -12/+9 |
| 2019-11-11 | Some cleanup | Aaron Hill | -38/+31 |
| 2019-11-11 | Add doc comment | Aaron Hill | -0/+13 |