| Age | Commit message (Expand) | Author | Lines |
| 2019-11-06 | Rollup merge of #66068 - euclio:null-emitter, r=estebank | Mazdak Farrokhzad | -64/+0 |
| 2019-11-06 | Rollup merge of #66054 - petrochenkov:delspan, r=estebank | Mazdak Farrokhzad | -9/+29 |
| 2019-11-06 | Rollup merge of #66014 - dkadashev:47319-type-param-def-location, r=estebank | Mazdak Farrokhzad | -40/+114 |
| 2019-11-05 | Auto merge of #66083 - RalfJung:miri-offset-from, r=oli-obk | bors | -8/+63 |
| 2019-11-05 | Rollup merge of #66096 - ecstatic-morse:const-loop-test, r=Centril | Pietro Albini | -0/+118 |
| 2019-11-05 | Rollup merge of #66042 - ohadravid:suggest-correct-code-when-ref-current-trai... | Pietro Albini | -3/+25 |
| 2019-11-04 | Add tests for loop constructs in consts | Dylan MacKenzie | -0/+118 |
| 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 | expand: Feature gate out-of-line modules in proc macro input | Vadim Petrochenkov | -0/+132 |
| 2019-11-03 | use silent emitter for rustdoc highlighting pass | Andy Russell | -64/+0 |
| 2019-11-04 | Auto merge of #65838 - estebank:resilient-recovery, r=Centril | bors | -103/+188 |
| 2019-11-03 | Auto merge of #65646 - Amanieu:foreign-exceptions, r=nikomatsakis | bors | -2/+161 |
| 2019-11-03 | Auto merge of #65759 - tmiasko:ui, r=petrochenkov | bors | -260/+272 |
| 2019-11-03 | Fix macOS tests | Amanieu d'Antras | -0/+2 |
| 2019-11-03 | Make SEH exceptions use a rust_panic type instead of unsigned __int64* | Amanieu d'Antras | -1/+2 |
| 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 | -0/+132 |
| 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 | syntax: Avoid span arithmetics for delimiter tokens | Vadim Petrochenkov | -9/+29 |
| 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 | Update error annotations positions | Tomasz Miąsko | -9/+13 |
| 2019-11-03 | Avoid mixing error patterns with error annotations | Tomasz Miąsko | -8/+6 |
| 2019-11-02 | Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikic | bors | -0/+160 |
| 2019-11-02 | adjust for missing spans on x86 test runner | Ralf Jung | -8/+7 |
| 2019-11-02 | Suggest more likely code when encountering an incorrect assoc item referencin... | Ohad Ravid | -4/+13 |
| 2019-11-02 | Auto merge of #66004 - eddyb:revert-early-gate, r=petrochenkov | bors | -149/+50 |
| 2019-11-02 | Update error annotations in tests that successfully compile | Tomasz Miąsko | -229/+245 |
| 2019-11-02 | Remove erroneous error-pattern from run-pass test | Tomasz Miąsko | -1/+0 |
| 2019-11-02 | Suggest correct code when encountering an incorrect trait bound referencing t... | Ohad Ravid | -2/+15 |
| 2019-11-02 | Prettify mismatched types error message in a special case | Dmitry Kadashev | -4/+2 |
| 2019-11-02 | Update tests | Dmitry Kadashev | -40/+116 |
| 2019-11-01 | Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichton | Tyler Mandry | -55/+63 |
| 2019-11-01 | Rollup merge of #65995 - GuillaumeGomez:add-err-code-E0743, r=estebank | Tyler Mandry | -3/+6 |
| 2019-11-01 | Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat... | Tyler Mandry | -46/+46 |
| 2019-11-01 | Rollup merge of #65914 - estebank:type-alias-bounds-sugg, r=davidtwco | Tyler Mandry | -24/+96 |
| 2019-11-01 | Rollup merge of #65902 - gilescope:issue62570, r=estebank | Tyler Mandry | -0/+96 |
| 2019-11-01 | Rollup merge of #65857 - kinnison:kinnison/issue-55364, r=Manisheart,Guillaum... | Tyler Mandry | -0/+88 |
| 2019-11-01 | Rollup merge of #65471 - GuillaumeGomez:long-err-explanation-E0578, r=Dylan-DPC | Tyler Mandry | -0/+1 |
| 2019-11-01 | Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor | Tyler Mandry | -18/+37 |
| 2019-11-01 | ui test formulation of regression test for issue 64872. | Felix S. Klock II | -0/+61 |
| 2019-11-01 | targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic... | Felix S. Klock II | -55/+2 |
| 2019-11-01 | Auto merge of #65718 - eddyb:codegen-var-debuginfo, r=nikomatsakis | bors | -86/+99 |
| 2019-11-01 | Auto merge of #65459 - ecstatic-morse:graphviz-subgraph, r=estebank | bors | -7/+4 |
| 2019-10-31 | rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo. | Eduard-Mihai Burtescu | -86/+99 |
| 2019-10-31 | Revert "pre-expansion gate trait_alias." | Eduard-Mihai Burtescu | -19/+1 |
| 2019-10-31 | Revert "pre-expansion gate associated_type_bounds" | Eduard-Mihai Burtescu | -14/+1 |