| Age | Commit message (Expand) | Author | Lines |
| 2019-06-01 | rustc: remove Res::Upvar. | Eduard-Mihai Burtescu | -84/+61 |
| 2019-06-01 | rustc: remove `has_parent` from `hir::Upvar`. | Eduard-Mihai Burtescu | -34/+7 |
| 2019-06-01 | rustc: track the body owner in liveness. | Eduard-Mihai Burtescu | -6/+21 |
| 2019-06-01 | rustc: remove closure ID from Res::Upvar. | Eduard-Mihai Burtescu | -26/+30 |
| 2019-06-01 | rustc: track the body owner DefId in MC and EUV. | Eduard-Mihai Burtescu | -9/+43 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -115/+189 |
| 2019-06-01 | rustc: remove the closure ID from hir::Upvar's parent field. | Eduard-Mihai Burtescu | -56/+72 |
| 2019-06-01 | rustc: remove the index field from Res::Upvar. | Eduard-Mihai Burtescu | -21/+30 |
| 2019-06-01 | rustc: replace Res in hir::Upvar with only Local/Upvar data. | Eduard-Mihai Burtescu | -38/+44 |
| 2019-06-01 | Bump hashbrown to 0.4.0 | Amanieu d'Antras | -1/+1 |
| 2019-06-01 | Auto merge of #61418 - Centril:rollup-yvj33a1, r=Centril | bors | -364/+295 |
| 2019-06-01 | Rollup merge of #61403 - estebank:test-cleanup, r=petrochenkov | Mazdak Farrokhzad | -214/+142 |
| 2019-06-01 | Rollup merge of #61391 - wesleywiser:doc_comments_interpretcx, r=Centril | Mazdak Farrokhzad | -8/+8 |
| 2019-06-01 | Rollup merge of #61389 - Zoxc:arena-cleanup, r=eddyb | Mazdak Farrokhzad | -61/+33 |
| 2019-06-01 | Rollup merge of #61387 - JohnTitor:remove-unused, r=matthewjasper | Mazdak Farrokhzad | -52/+4 |
| 2019-06-01 | Rollup merge of #61375 - varkor:panic-contains-string-lowercase, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-06-01 | Rollup merge of #61364 - lzutao:stabilize-reverse_bits, r=Centril | Mazdak Farrokhzad | -22/+11 |
| 2019-06-01 | Rollup merge of #61263 - GuillaumeGomez:valid-html, r=Manishearth | Mazdak Farrokhzad | -4/+4 |
| 2019-06-01 | Rollup merge of #60729 - matthewjasper:leak-after-into, r=nikomatsakis | Mazdak Farrokhzad | -1/+91 |
| 2019-06-01 | Auto merge of #60145 - little-dude:ip2, r=alexcrichton | bors | -163/+781 |
| 2019-06-01 | Auto merge of #61394 - pietroalbini:rollup-lzugnb4, r=pietroalbini | bors | -119/+222 |
| 2019-05-31 | Auto merge of #61300 - indygreg:upgrade-cross-make, r=sanxiyn | bors | -2/+2 |
| 2019-05-31 | fix tidy | Esteban Küber | -210/+138 |
| 2019-05-31 | Auto merge of #57967 - eddyb:rmangle, r=michaelwoerister | bors | -577/+1659 |
| 2019-05-31 | test: add a more complex symbol-name testcase. | Eduard-Mihai Burtescu | -19/+98 |
| 2019-05-31 | rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl. | Eduard-Mihai Burtescu | -1022/+11 |
| 2019-05-31 | rustc_codegen_utils: update mw's symbol mangler implementation. | Eduard-Mihai Burtescu | -169/+220 |
| 2019-05-31 | rustc_codegen_utils: add harness for dumping/checking symbol names, and mw ma... | Eduard-Mihai Burtescu | -3/+958 |
| 2019-05-31 | test: force `legacy` mangling for run-make-fulldeps/a-b-a-linker-guard. | Eduard-Mihai Burtescu | -3/+6 |
| 2019-05-31 | test: support both (`legacy` and `v0`) choices of mangling. | Eduard-Mihai Burtescu | -58/+245 |
| 2019-05-31 | rustc_codegen_utils: don't ignore `Ctor` path components in symbols. | Eduard-Mihai Burtescu | -3/+13 |
| 2019-05-31 | rustc_codegen_utils: add new mangling scheme implementation. | Eduard-Mihai Burtescu | -490/+1234 |
| 2019-05-31 | rustc_codegen_utils: test demangler output, not just symbol names. | Eduard-Mihai Burtescu | -13/+77 |
| 2019-05-31 | Update rustc-demangle version. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-31 | Auto merge of #61298 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -8/+10 |
| 2019-05-31 | Rollup merge of #61382 - OptimisticPeach:patch-1, r=Centril | Pietro Albini | -2/+2 |
| 2019-05-31 | Rollup merge of #61374 - VirrageS:master, r=Centril | Pietro Albini | -7/+7 |
| 2019-05-31 | Rollup merge of #61372 - mati865:books, r=Centril,GuillaumeGomez | Pietro Albini | -25/+25 |
| 2019-05-31 | Rollup merge of #61369 - Vallentin:patch-1, r=varkor | Pietro Albini | -1/+1 |
| 2019-05-31 | Rollup merge of #61363 - lzutao:stabilize-iter_nth_back, r=Centril | Pietro Albini | -6/+1 |
| 2019-05-31 | Rollup merge of #61359 - GuillaumeGomez:fix-deref-doc-links, r=Manishearth | Pietro Albini | -6/+6 |
| 2019-05-31 | Rollup merge of #61344 - varkor:const-failed-to-life-ice, r=Centril | Pietro Albini | -0/+24 |
| 2019-05-31 | Rollup merge of #61342 - memoryruins:ellipsis_inclusive_range_patterns, r=Cen... | Pietro Albini | -32/+113 |
| 2019-05-31 | Rollup merge of #61319 - Centril:async-unsafe-fn-order, r=cramertj | Pietro Albini | -39/+36 |
| 2019-05-31 | Rollup merge of #60897 - seanmonstar:patch-4, r=sfackler | Pietro Albini | -1/+7 |
| 2019-05-31 | Auto merge of #60166 - oli-obk:type_name, r=eddyb | bors | -28/+307 |
| 2019-05-31 | Doc comment fixes for `rustc::mir::interpret::InterpretCx` | Wesley Wiser | -8/+8 |
| 2019-05-31 | Remove GlobalArenas and use Arena instead | John Kåre Alsaker | -61/+33 |
| 2019-05-31 | Remove ty::BrFresh and new_bound | Yuki Okushi | -52/+4 |
| 2019-05-31 | Stabilize reverse_bits feature | Lzu Tao | -22/+11 |