| Age | Commit message (Expand) | Author | Lines |
| 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-03 | Auto merge of #65759 - tmiasko:ui, r=petrochenkov | bors | -268/+283 |
| 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 |
| 2019-11-03 | Avoid mixing error patterns with error annotations | Tomasz Miąsko | -8/+6 |
| 2019-11-03 | Auto merge of #65779 - kevgrasso:E0308highlight, r=estebank | bors | -8/+52 |
| 2019-11-02 | Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikic | bors | -3/+252 |
| 2019-11-02 | adjust for missing spans on x86 test runner | Ralf Jung | -8/+7 |
| 2019-11-02 | Auto merge of #65429 - Timmmm:withoptions, r=Mark-Simulacrum | bors | -2/+35 |
| 2019-11-02 | Auto merge of #66004 - eddyb:revert-early-gate, r=petrochenkov | bors | -151/+160 |
| 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-01 | Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichton | Tyler Mandry | -92/+79 |
| 2019-11-01 | Rollup merge of #66005 - Wind-River:master_base, r=alexcrichton | Tyler Mandry | -1828/+60 |
| 2019-11-01 | Rollup merge of #66002 - lzutao:stablilize-float_to_from_bytes, r=SimonSapin | Tyler Mandry | -24/+12 |
| 2019-11-01 | Rollup merge of #65997 - spastorino:fix-init_locking-rustdoc, r=Mark-Simulacrum | Tyler Mandry | -4/+4 |
| 2019-11-01 | Rollup merge of #65995 - GuillaumeGomez:add-err-code-E0743, r=estebank | Tyler Mandry | -6/+25 |
| 2019-11-01 | Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat... | Tyler Mandry | -51/+64 |
| 2019-11-01 | Rollup merge of #65972 - braiins:vkr-arm-panicking, r=alexcrichton | Tyler Mandry | -0/+6 |
| 2019-11-01 | Rollup merge of #65960 - lzutao:doc-iter-example, r=Centril | Tyler Mandry | -21/+14 |
| 2019-11-01 | Rollup merge of #65946 - ecstatic-morse:refactor-promotion2, r=eddyb | Tyler Mandry | -19/+27 |
| 2019-11-01 | Rollup merge of #65914 - estebank:type-alias-bounds-sugg, r=davidtwco | Tyler Mandry | -28/+109 |
| 2019-11-01 | Rollup merge of #65902 - gilescope:issue62570, r=estebank | Tyler Mandry | -2/+166 |
| 2019-11-01 | Rollup merge of #65857 - kinnison:kinnison/issue-55364, r=Manisheart,Guillaum... | Tyler Mandry | -4/+109 |
| 2019-11-01 | Rollup merge of #65471 - GuillaumeGomez:long-err-explanation-E0578, r=Dylan-DPC | Tyler Mandry | -1/+29 |
| 2019-11-01 | Rollup merge of #65470 - traxys:fix_65401, r=michaelwoerister | Tyler Mandry | -1/+18 |
| 2019-11-01 | Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor | Tyler Mandry | -27/+65 |
| 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 | -92/+18 |
| 2019-11-01 | Auto merge of #65718 - eddyb:codegen-var-debuginfo, r=nikomatsakis | bors | -653/+655 |
| 2019-11-01 | Auto merge of #65698 - msizanoen1:dual-proc-macro-hash, r=petrochenkov | bors | -8/+34 |
| 2019-11-01 | Auto merge of #65459 - ecstatic-morse:graphviz-subgraph, r=estebank | bors | -20/+45 |
| 2019-10-31 | rustc_codegen_ssa: introduce MIR VarDebugInfo, but only for codegen. | Eduard-Mihai Burtescu | -138/+186 |
| 2019-10-31 | rustc_codegen_ssa: hide address ops from the declare_local interface. | Eduard-Mihai Burtescu | -72/+77 |
| 2019-10-31 | rustc_codegen_ssa: move debuginfo scopes into FunctionDebugContext. | Eduard-Mihai Burtescu | -154/+88 |
| 2019-10-31 | rustc_codegen_ssa: change set_var_name back to taking a &str. | Eduard-Mihai Burtescu | -34/+10 |
| 2019-10-31 | rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo. | Eduard-Mihai Burtescu | -173/+217 |
| 2019-10-31 | rustc_codegen_ssa: move local variable debuginfo to mir::debuginfo. | Eduard-Mihai Burtescu | -241/+227 |
| 2019-10-31 | rustc_codegen_ssa: move debuginfo-related things to a new mir::debuginfo module. | Eduard-Mihai Burtescu | -156/+165 |
| 2019-10-31 | syntax: disable the new early feature-gatings added in #65742. | Eduard-Mihai Burtescu | -0/+15 |
| 2019-10-31 | Revert "pre-expansion gate trait_alias." | Eduard-Mihai Burtescu | -19/+10 |
| 2019-10-31 | Revert "pre-expansion gate associated_type_bounds" | Eduard-Mihai Burtescu | -15/+15 |
| 2019-10-31 | Revert "pre-expansion gate crate_visibility_modifier" | Eduard-Mihai Burtescu | -13/+9 |
| 2019-10-31 | Revert "pre-expansion gate const_generics" | Eduard-Mihai Burtescu | -30/+26 |