about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-24Update ChalkJack Huey-99/+270
2020-06-23Auto merge of #73669 - Manishearth:rollup-0n4u7vq, r=Manishearthbors-536/+1216
2020-06-23Rollup merge of #73665 - alexcrichton:update-wasm-atomics-feature, r=davidtwcoManish Goregaokar-4/+5
2020-06-23Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwcoManish Goregaokar-11/+94
2020-06-23Rollup merge of #73614 - lcnr:patch-4, r=Dylan-DPCManish Goregaokar-1/+1
2020-06-23Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiserManish Goregaokar-56/+204
2020-06-23Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m...Manish Goregaokar-80/+132
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-23review comments: wording and styleEsteban Küber-37/+32
2020-06-23Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomezbors-8/+55
2020-06-23rustc: Modernize wasm checks for atomicsAlex Crichton-4/+5
2020-06-23rustdoc: Fix doc aliases with crate filteringOliver Middleton-8/+55
2020-06-23The const propagator cannot trace references.Oliver Scherer-56/+204
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-22Provide context on E0308 involving fn itemsEsteban Küber-11/+99
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