about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-24Changed APIT with explicit generic args span to specific arg spansSydney Acksman-14/+29
2019-10-23Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakisbors-89/+847
2019-10-23Auto merge of #65716 - JohnTitor:rollup-fkcr85k, r=JohnTitorbors-803/+736
2019-10-23Rollup merge of #65706 - popzxc:add-missing-space, r=Mark-SimulacrumYuki Okushi-1/+1
2019-10-23Rollup merge of #65695 - michaelwoerister:fix-self-profiling-work-item-event-...Yuki Okushi-6/+6
2019-10-23Rollup merge of #65689 - RalfJung:miri-debug, r=CentrilYuki Okushi-2/+2
2019-10-23Rollup merge of #65688 - JohnTitor:add-some-tests, r=Dylan-DPCYuki Okushi-0/+103
2019-10-23Rollup merge of #65686 - yjhmelody:yjhmelody-patch-1, r=CentrilYuki Okushi-9/+8
2019-10-23Rollup merge of #65681 - sunfishcode:followup, r=CentrilYuki Okushi-13/+24
2019-10-23Rollup merge of #65678 - JohnTitor:add-e0728-explanation, r=GuilliaumeGomezYuki Okushi-5/+88
2019-10-23Rollup merge of #65656 - GuillaumeGomez:option-disable-shortcut, r=Dylan-DPCYuki Okushi-1/+3
2019-10-23Rollup merge of #65617 - newpavlov:patch-2, r=alexcrichtonYuki Okushi-4/+4
2019-10-23Rollup merge of #65591 - GuillaumeGomez:long-err-explanation-E0588, r=Dylan-DPCYuki Okushi-6/+33
2019-10-23Rollup merge of #65507 - polyedre:master, r=nikomatsakisYuki Okushi-754/+66
2019-10-23Rollup merge of #65417 - weiznich:more_coherence_tests, r=nikomatsakisYuki Okushi-0/+373
2019-10-23Rollup merge of #64145 - togiberlin:feature/target-features-doc, r=ehussYuki Okushi-2/+25
2019-10-23Public some types for compiletest_rsLzu Tao-3/+4
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-105/+847
2019-10-22Update Clippyflip1995-15/+21
2019-10-22Readd some PartialEq and Hash derives used by Clippyflip1995-3/+6
2019-10-22Add missing space in librustdocIgor Aleksanov-1/+1
2019-10-22Target-feature documented as unsafe. rustc book and rustc -C help have been m...togiberlin-2/+25
2019-10-22Add link to async/awaitYuki Okushi-3/+6
2019-10-22Auto merge of #65503 - popzxc:refactor-libtest, r=wesleywiserbors-1793/+2123
2019-10-22self-profiling: Remove module names from some event-ids in codegen backend.Michael Woerister-6/+6
2019-10-22Update error_codes.rsDylan DPC-7/+7
2019-10-22Add test for issue-63496Yuki Okushi-0/+30
2019-10-22add commentsRalf Jung-2/+2
2019-10-22bring back some Debug instances for MiriRalf Jung-2/+2
2019-10-22Add test for issue-52437Yuki Okushi-0/+20
2019-10-22Add test for issue-51431Yuki Okushi-0/+18
2019-10-22Add test for issue-41366Yuki Okushi-0/+35
2019-10-22refactor maybe_appendyjhmelody-9/+8
2019-10-22Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrumbors-101/+35
2019-10-21Code cleanups following up on #65576.Dan Gohman-13/+24
2019-10-22Apply suggestionsYuki Okushi-9/+16
2019-10-22Add long error explanation for E0728Yuki Okushi-5/+78
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-101/+35
2019-10-21Rollup merge of #65663 - Amanieu:typo, r=varkorMazdak Farrokhzad-1/+1
2019-10-21Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddybMazdak Farrokhzad-64/+47
2019-10-21Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=CentrilMazdak Farrokhzad-124/+105
2019-10-21Rollup merge of #65621 - RalfJung:write_bytes, r=oli-obkMazdak Farrokhzad-20/+39
2019-10-21Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obkMazdak Farrokhzad-2/+13
2019-10-21Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJungMazdak Farrokhzad-265/+454
2019-10-21Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)`varkor-64/+47
2019-10-21Auto merge of #65661 - JohnTitor:rollup-68la1fq, r=JohnTitorbors-57/+298
2019-10-21improve readability of is_power_of_twoTrevor Spiteri-1/+1
2019-10-21Fix typo from #65214Amanieu d'Antras-1/+1
2019-10-21Rollup merge of #65652 - skinny121:const_infer_leak, r=eddybYuki Okushi-1/+68
2019-10-21Rollup merge of #65650 - guanqun:use-unwrap-or, r=eddybYuki Okushi-5/+1