| Age | Commit message (Expand) | Author | Lines |
| 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 | 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/+35 |
| 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 | Auto merge of #65091 - sekineh:into-iter-sorted, r=KodrAus | bors | -5/+204 |
| 2019-10-31 | update ui tests | Guillaume Gomez | -0/+1 |
| 2019-10-31 | Add long error explanation for E0578 | Guillaume Gomez | -1/+28 |
| 2019-10-31 | Auto merge of #63803 - GuillaumeGomez:stabilize-doctest, r=ollie27,QuietMisdr... | bors | -56/+50 |
| 2019-10-31 | Auto merge of #65982 - RalfJung:miri, r=alexcrichton | bors | -17/+17 |
| 2019-10-31 | rustdoc: Resolve module-level doc references more locally | Daniel Silverstone | -4/+109 |
| 2019-10-31 | rebase and re-update lock file | Ralf Jung | -2/+2 |
| 2019-10-31 | update miri | Ralf Jung | -15/+15 |
| 2019-10-31 | Adjust rustc-workspace-hack | msizanoen1 | -1/+2 |
| 2019-10-31 | Implement dual proc macro hashing | msizanoen | -7/+33 |
| 2019-10-31 | Auto merge of #65990 - Centril:rollup-v843h4a, r=Centril | bors | -151/+197 |
| 2019-10-31 | Rollup merge of #65981 - RalfJung:check-your-gates, r=Centril | Mazdak Farrokhzad | -0/+12 |
| 2019-10-31 | Rollup merge of #65979 - spastorino:crate-metadata-mutexes, r=Mark-Simulacrum | Mazdak Farrokhzad | -92/+75 |
| 2019-10-31 | Rollup merge of #65959 - vext01:immediate-docstring, r=davidtwco | Mazdak Farrokhzad | -1/+1 |
| 2019-10-31 | Rollup merge of #65955 - pietroalbini:master-revert-msys2-hack, r=Mark-Simula... | Mazdak Farrokhzad | -16/+0 |
| 2019-10-31 | Rollup merge of #65850 - mikeyhew:patch-1, r=nikomatsakis | Mazdak Farrokhzad | -5/+7 |
| 2019-10-31 | Rollup merge of #65434 - GuillaumeGomez:long-err-explanation-E0577, r=Dylan-DPC | Mazdak Farrokhzad | -2/+29 |
| 2019-10-31 | Rollup merge of #65274 - pietroalbini:ci-upload-toolstate, r=alexcrichton | Mazdak Farrokhzad | -35/+73 |
| 2019-10-30 | Auto merge of #65957 - Xanewok:update-rls, r=Xanewok | bors | -14/+7 |
| 2019-10-30 | Make init_locking return a reference to the initialized data | Santiago Pastorino | -9/+9 |
| 2019-10-30 | work around aggressive syntax feature gating | Ralf Jung | -0/+12 |
| 2019-10-30 | Change CrateMetadata's source_map_import_info from RwLock to Once | Santiago Pastorino | -83/+66 |
| 2019-10-30 | Correctly indent get_predicates function | Santiago Pastorino | -1/+1 |
| 2019-10-30 | ci: move toolstates.json to /tmp/toolstate/ and docker mount it | Pietro Albini | -6/+13 |
| 2019-10-30 | submodules: Bump RLS to 58869107ec162a821a4bee53cdd3f51c84cda3ea | Igor Matuszewski | -14/+7 |
| 2019-10-30 | Update ui tests | Guillaume Gomez | -1/+2 |
| 2019-10-30 | Add long error explanation for E0577 | Guillaume Gomez | -1/+27 |
| 2019-10-30 | Auto merge of #65941 - ehuss:update-cargo-books, r=alexcrichton | bors | -0/+0 |
| 2019-10-30 | Fix an incorrect docstring for Immediate in librustc_mir/interpret. | Edd Barrett | -1/+1 |
| 2019-10-30 | ci: revert msys2 ca-certificates hack | Pietro Albini | -16/+0 |
| 2019-10-30 | Make ItemContext available for better diagnositcs. | Giles Cope | -2/+166 |
| 2019-10-30 | Auto merge of #65068 - estebank:trait-impl-lt-mismatch, r=nikomatsakis | bors | -53/+115 |
| 2019-10-29 | Auto merge of #65943 - tmandry:rollup-g20uvkh, r=tmandry | bors | -202/+304 |
| 2019-10-29 | Rollup merge of #65936 - Xanewok:save-analysis-async, r=nikomatsakis | Tyler Mandry | -4/+44 |