about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-23Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkovManish Goregaokar-242/+257
2020-06-23Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morseManish Goregaokar-2/+11
2020-06-23Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandryManish Goregaokar-84/+240
2020-06-23Rollup merge of #73244 - ecstatic-morse:validate-generator-mir, r=tmandryManish Goregaokar-56/+213
2020-06-23Rollup merge of #72876 - TrolledWoods:patch-2, r=Dylan-DPCManish Goregaokar-0/+2
2020-06-23Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27Manish Goregaokar-0/+57
2020-06-23Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearthbors-1578/+3091
2020-06-23Rollup merge of #73590 - davidtwco:bootstrap-fix-config-env-var, r=Mark-Simul...Manish Goregaokar-5/+9
2020-06-23Rollup merge of #73572 - JOE1994:patch-4, r=jonas-schievinkManish Goregaokar-3/+3
2020-06-23Rollup merge of #73567 - adetaylor:extern-doc-fix, r=dtolnayManish Goregaokar-2/+10
2020-06-23Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obkManish Goregaokar-24/+120
2020-06-23Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikomatsakisManish Goregaokar-79/+367
2020-06-23Rollup merge of #73472 - GuillaumeGomez:cleanup-e0689, r=Dylan-DPCManish Goregaokar-8/+11
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-201/+358
2020-06-23Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasperManish Goregaokar-1250/+2143
2020-06-23Rollup merge of #72271 - rakshith-ravi:master, r=varkorManish Goregaokar-6/+70
2020-06-22Updated query for num_counters to compute from max indexRich Kadel-4/+27
2020-06-23Auto merge of #73635 - Dylan-DPC:rollup-b4wbp42, r=Dylan-DPCbors-114/+176
2020-06-22using "mir_body" (vs "body") in InstrumentCoverageRich Kadel-2/+2
2020-06-22PR no longer requires u32 impl TypeFoldableRich Kadel-1/+0
2020-06-22moves coverage data computation from pass to queryRich Kadel-56/+56
2020-06-23Rollup merge of #73610 - GuillaumeGomez:cleanup-e0699, r=Dylan-DPCDylan DPC-2/+4
2020-06-23Rollup merge of #73600 - Aaron1011:fix/move-in-macro, r=ecstatic-morseDylan DPC-2/+34
2020-06-23Rollup merge of #73586 - RalfJung:switch-ty, r=oli-obkDylan DPC-10/+18
2020-06-23Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievinkDylan DPC-40/+32
2020-06-23Rollup merge of #73575 - dario23:typo-errorcodes-doc, r=matthewjasperDylan DPC-1/+1
2020-06-23Rollup merge of #73495 - Lucretiel:wasi-io-impls, r=sfacklerDylan DPC-56/+49
2020-06-23Rollup merge of #71756 - carstenandrich:master, r=dtolnayDylan DPC-3/+38
2020-06-23Auto merge of #73007 - yoshuawuyts:socketaddr-from-string-u16, r=sfacklerbors-0/+8
2020-06-22review commentsEsteban Küber-4/+6
2020-06-22Address remaining feedback itemsRich Kadel-28/+5
2020-06-22implemented query for coverage dataRich Kadel-13/+25
2020-06-22Auto merge of #73594 - Aaron1011:revert/move-fn-self-msg, r=Manishearthbors-736/+108
2020-06-22cite issue 73154Niko Matsakis-6/+6
2020-06-22fix subtle bug in NLL type checkerNiko Matsakis-61/+472
2020-06-22WIP bless test and compare-mode=nllNiko Matsakis-101/+186
2020-06-22add new coherence tests and update the documentationNiko Matsakis-4/+53
2020-06-22add new tests from MCP and the tracking issueNiko Matsakis-0/+197
2020-06-22remove `leak_check` from the outlives predicate evaluationsNiko Matsakis-5/+2
2020-06-22remove leak-check from projectNiko Matsakis-87/+132
2020-06-22remove snapshot calls from "match" operations during selectNiko Matsakis-188/+138
2020-06-22Stop using old version of `syn` in `rustc-workspace-hack`Aaron Hill-3/+4
2020-06-22Re-enable Clippy testsAaron Hill-4/+1
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-729/+103
2020-06-22Auto merge of #73415 - ehuss:update-cargo, r=ehussbors-0/+0
2020-06-22upcasting traits requires only that things become more generalNiko Matsakis-40/+12
2020-06-22move leak-check to during coherence, candidate evalNiko Matsakis-576/+511
2020-06-22rewrite leak check to be based on universesNiko Matsakis-319/+571
2020-06-22Revert "modify leak-check to track only outgoing edges from placeholders"Niko Matsakis-219/+201
2020-06-22modify leak-check to track only outgoing edges from placeholdersNiko Matsakis-201/+219