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