about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-12-11Auto merge of #67202 - JohnTitor:rollup-0xjm5pz, r=JohnTitorbors-646/+745
2019-12-11Auto merge of #67198 - Xanewok:update-rls, r=nikomatsakisbors-18/+18
2019-12-11Rollup merge of #67193 - lqd:measureme_polonius, r=wesleywiserYuki Okushi-37/+41
2019-12-11Rollup merge of #67181 - TheSamsa:update-hashmap-doc, r=Dylan-DPCYuki Okushi-1/+1
2019-12-11Rollup merge of #67180 - NieDzejkob:vec-doc-copied, r=Dylan-DPCYuki Okushi-1/+1
2019-12-11Rollup merge of #67178 - GuillaumeGomez:move-non-clean-impls, r=kinnisonYuki Okushi-588/+608
2019-12-11Rollup merge of #67168 - ryanswilson59:master, r=Dylan-DPCYuki Okushi-2/+2
2019-12-11Rollup merge of #67154 - kraai:alloc-typos, r=Dylan-DPCYuki Okushi-6/+6
2019-12-11Rollup merge of #67152 - GuillaumeGomez:sort-auto-impls, r=kinnisonYuki Okushi-6/+28
2019-12-11Rollup merge of #67134 - oli-obk:const_prop_zst, r=wesleywiserYuki Okushi-5/+58
2019-12-10Update RLS and RustfmtIgor Matuszewski-18/+18
2019-12-10Move CI to new builtin check-toolstateMark Rousskov-239/+39
2019-12-10Add toolstate checking into bootstrapMark Rousskov-27/+406
2019-12-10add polonius activities to -Z self-profileRemy Rakic-2/+14
2019-12-10cleanup polonius liveness fact generation: refactor some type namesRemy Rakic-5/+5
2019-12-10cleanup polonius liveness fact generation: fix debug! logsRemy Rakic-5/+5
2019-12-10cleanup polonius liveness fact generation: mir visitorRemy Rakic-3/+3
2019-12-10cleanup polonius liveness fact generationRemy Rakic-22/+14
2019-12-10Auto merge of #66277 - peter-wilkins:impl-from-wider-non-zeros, r=SimonSapinbors-85/+177
2019-12-10Remove tidy commentGuillaume Gomez-2/+0
2019-12-10Auto merge of #67039 - xfix:manually-implement-pin-traits, r=nikomatsakisbors-17/+81
2019-12-09Rollup merge of #67169 - lzutao:inline_osstr, r=nagisaTyler Mandry-0/+11
2019-12-09Rollup merge of #67155 - kraai:move-instead-of-binding-to-reference, r=cramertjTyler Mandry-6/+6
2019-12-09Rollup merge of #67149 - JohnTitor:fix-ice-1, r=Dylan-DPCTyler Mandry-1/+22
2019-12-09Rollup merge of #67145 - RalfJung:miri-step, r=oli-obkTyler Mandry-1/+3
2019-12-09Rollup merge of #67138 - kraai:simplify-Layout-extend_packed, r=AmanieuTyler Mandry-2/+1
2019-12-09Rollup merge of #67125 - hashedone:master, r=petrochenkovTyler Mandry-5/+9
2019-12-09Rollup merge of #67119 - RalfJung:miri-test-libstd, r=alexcrichtonTyler Mandry-42/+48
2019-12-09Rollup merge of #67115 - Centril:simplify-check-decl-no-pat, r=davidtwcoTyler Mandry-5/+5
2019-12-09Rollup merge of #67113 - Centril:enum-vis-pretty-fix, r=davidtwcoTyler Mandry-0/+9
2019-12-09Rollup merge of #67106 - petrochenkov:docerr, r=matthewjasperTyler Mandry-88/+162
2019-12-09Rollup merge of #66892 - dtolnay:fmt5, r=KodrAusTyler Mandry-1171/+1311
2019-12-09Added ExactSizeIterator bound to return typesBartłomiej Kuras-53/+31
2019-12-09resolve: Make visibility resolution more speculativeVadim Petrochenkov-70/+87
2019-12-09resolve: Cleanup some field processing codeVadim Petrochenkov-32/+31
2019-12-09resolve: Resolve visibilities on fields with non-builtin attributesVadim Petrochenkov-4/+62
2019-12-09Update HashMap documentation hint of the used 'quadratic probing' and 'SIMD l...Christoph Schmidler-1/+1
2019-12-09doc: Use .copied() instead of .cloned() in Vec exampleJakub Kądziołka-1/+1
2019-12-09Remove useless commentGuillaume Gomez-2/+0
2019-12-09Move RegionTarget and RegionDeps where they into clean/auto_traitGuillaume Gomez-14/+16
2019-12-09Remove unused importsGuillaume Gomez-10/+7
2019-12-09Fix usage of variants in clean/utilsGuillaume Gomez-7/+7
2019-12-09Make utils module publicGuillaume Gomez-19/+19
2019-12-09Fix missing importsGuillaume Gomez-1/+25
2019-12-09Remove functions from clean/mod.rsGuillaume Gomez-567/+0
2019-12-09Move clean functions to another fileGuillaume Gomez-0/+568
2019-12-09Auto merge of #67096 - mark-i-m:fix-rustc-guide-2, r=ehussbors-0/+0
2019-12-09Show const_err lint in addition to the hard errorOliver Scherer-2/+16
2019-12-09Update E0478.mdDylan DPC-2/+2
2019-12-09Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasperbors-36/+620