| Age | Commit message (Expand) | Author | Lines |
| 2019-11-06 | Stabilize @file command line arguments | Jeremy Fitzhardinge | -17/+1 |
| 2019-11-05 | Auto merge of #66083 - RalfJung:miri-offset-from, r=oli-obk | bors | -11/+85 |
| 2019-11-05 | expand comment explaining integer exception | Ralf Jung | -2/+4 |
| 2019-11-05 | Auto merge of #66109 - pietroalbini:rollup-2npidna, r=pietroalbini | bors | -94/+468 |
| 2019-11-05 | Rollup merge of #66096 - ecstatic-morse:const-loop-test, r=Centril | Pietro Albini | -0/+118 |
| 2019-11-05 | Rollup merge of #66073 - Mark-Simulacrum:no-borrow-mut, r=Centril | Pietro Albini | -1/+1 |
| 2019-11-05 | Rollup merge of #66042 - ohadravid:suggest-correct-code-when-ref-current-trai... | Pietro Albini | -4/+60 |
| 2019-11-05 | Rollup merge of #66038 - jdxcode:char-len, r=alexcrichton | Pietro Albini | -4/+9 |
| 2019-11-05 | Rollup merge of #66019 - olegnn:fixed_std_iter_chain_docs, r=Mark-Simulacrum | Pietro Albini | -1/+1 |
| 2019-11-05 | Rollup merge of #65962 - kevincox:patch-1, r=sfackler | Pietro Albini | -5/+5 |
| 2019-11-05 | Rollup merge of #65905 - cuviper:doc-unix-mode, r=Dylan-DPC | Pietro Albini | -4/+4 |
| 2019-11-05 | Rollup merge of #65720 - icefoxen:LLVMgetInstructionCount, r=rkruppe | Pietro Albini | -0/+9 |
| 2019-11-05 | Rollup merge of #65574 - tshepang:linked-list-disclaimer, r=Centril | Pietro Albini | -7/+7 |
| 2019-11-05 | Rollup merge of #65136 - ehuss:update-codegen-options, r=Dylan-DPC | Pietro Albini | -68/+254 |
| 2019-11-05 | Auto merge of #65938 - eddyb:fn-abi-rename, r=oli-obk | bors | -311/+311 |
| 2019-11-05 | Auto merge of #65911 - mati865:static-libstdcxx-mingw, r=alexcrichton | bors | -6/+10 |
| 2019-11-04 | Add tests for loop constructs in consts | Dylan MacKenzie | -0/+118 |
| 2019-11-04 | Auto merge of #65874 - Nadrieril:clarify-usefulness, r=varkor | bors | -798/+1047 |
| 2019-11-04 | also test different integers | Ralf Jung | -1/+27 |
| 2019-11-04 | test offset_from with two integers | Ralf Jung | -8/+37 |
| 2019-11-04 | Miri: ptr_offset_from: support offset_from with twice the same non-null integer | Ralf Jung | -3/+20 |
| 2019-11-04 | Miri: offset_from: do int-to-ptr casts when needed | Ralf Jung | -2/+2 |
| 2019-11-04 | Auto merge of #66078 - petrochenkov:gateout, r=Centril | bors | -16/+182 |
| 2019-11-04 | expand: Feature gate out-of-line modules in proc macro input | Vadim Petrochenkov | -16/+182 |
| 2019-11-04 | Auto merge of #65835 - Mark-Simulacrum:lockless-lintbuffer, r=nikomatsakis | bors | -153/+173 |
| 2019-11-03 | Delete lint buffer from Session | Mark Rousskov | -68/+39 |
| 2019-11-03 | Move crate type checking later | Mark Rousskov | -51/+62 |
| 2019-11-03 | Utilize Resolver lint buffer during HIR lowering | Mark Rousskov | -10/+19 |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -39/+73 |
| 2019-11-03 | Only permit taking buffered lints inside lint internals | Mark Rousskov | -1/+1 |
| 2019-11-03 | Remove unused get_any method | Mark Rousskov | -5/+0 |
| 2019-11-04 | Auto merge of #65838 - estebank:resilient-recovery, r=Centril | bors | -153/+293 |
| 2019-11-03 | Auto merge of #65780 - GuillaumeGomez:move-help-popup-generation-code, r=Mark... | bors | -57/+49 |
| 2019-11-03 | Do not needlessly write-lock | Mark Rousskov | -1/+1 |
| 2019-11-03 | Auto merge of #65646 - Amanieu:foreign-exceptions, r=nikomatsakis | bors | -428/+480 |
| 2019-11-03 | Auto merge of #65759 - tmiasko:ui, r=petrochenkov | bors | -268/+283 |
| 2019-11-03 | Fix macOS tests | Amanieu d'Antras | -0/+2 |
| 2019-11-03 | Make Emscripten unwinding use a valid type_info | Amanieu d'Antras | -17/+58 |
| 2019-11-03 | Make SEH exceptions use a rust_panic type instead of unsigned __int64* | Amanieu d'Antras | -154/+62 |
| 2019-11-03 | Hack to make C++ exceptions test work on i686-pc-windows-gnu | Amanieu d'Antras | -2/+25 |
| 2019-11-03 | Allow foreign exceptions to unwind through Rust code | Amanieu d'Antras | -256/+333 |
| 2019-11-03 | Enable C++ exceptions on MSVC when building C++ tests | Amanieu d'Antras | -1/+1 |
| 2019-11-03 | Add -lstdc++ for run-make-fulldeps tests on MinGW | Amanieu d'Antras | -0/+1 |
| 2019-11-03 | Attempt to clarify LTO and codegen-units. | Eric Huss | -10/+21 |
| 2019-11-03 | Auto merge of #65827 - AnthonyMikh:out_of_the_loop, r=estebank | bors | -4/+3 |
| 2019-11-03 | Use check-pass for never type tests | Tomasz Miąsko | -10/+5 |
| 2019-11-03 | Avoid matching type in huge-struct test error annotation | Tomasz Miąsko | -1/+1 |
| 2019-11-03 | Update error annotations in ui-fulldeps tests that successfully compile | Tomasz Miąsko | -2/+2 |
| 2019-11-03 | Validate error patterns and error annotation in ui tests when present | Tomasz Miąsko | -8/+11 |
| 2019-11-03 | Update error annotations positions | Tomasz Miąsko | -9/+13 |