about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-10Auto merge of #66277 - peter-wilkins:impl-from-wider-non-zeros, r=SimonSapinbors-85/+177
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-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-09Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasperbors-36/+620
2019-12-09inline some common methods on OsStrLzu Tao-0/+11
2019-12-09Do not ICE on closureYuki Okushi-1/+22
2019-12-09Auto merge of #67004 - estebank:issue-66958, r=eddybbors-9/+38
2019-12-09Auto merge of #67003 - cjgillot:corrida, r=Mark-Simulacrumbors-47/+12
2019-12-08move from non zero impls to `libcore/convert/num.rs`Peter-50828/+58011
2019-12-08Auto merge of #66984 - GuillaumeGomez:move-clean-types, r=kinnisonbors-1534/+1558
2019-12-08Auto merge of #66981 - michaelwoerister:measureme-0.5.0, r=Mark-Simulacrumbors-15/+12
2019-12-08Auto merge of #66730 - hermitcore:master, r=alexcrichtonbors-2/+0
2019-12-08Move `Layout`s instead of binding by referenceMatthew Kraai-6/+6
2019-12-08Sort auto trait and blanket implementations displayGuillaume Gomez-6/+28
2019-12-08Change "attributes" to "attribute" in `Alloc`'s docsMatthew Kraai-1/+1
2019-12-08Change "`alloc`/`realloc`" to "`realloc/dealloc`"Matthew Kraai-3/+3
2019-12-08Add "this" to `GlobalAlloc::alloc`'s docsMatthew Kraai-1/+1
2019-12-08Change "though" to "through" in `Alloc`'s docsMatthew Kraai-1/+1
2019-12-08Change "result" to "resulting" in `Layout::extend`'s docsMatthew Kraai-1/+1
2019-12-08update MiriRalf Jung-7/+9
2019-12-08fix miri step debug printingRalf Jung-1/+3
2019-12-08Rollup merge of #67129 - remexre:patch-1, r=Dylan-DPCMazdak Farrokhzad-1/+1
2019-12-08Rollup merge of #67114 - Centril:foreign-item-alias, r=petrochenkovMazdak Farrokhzad-14/+10
2019-12-08Rollup merge of #67101 - rust-lang:ostrich, r=Mark-SimulacrumMazdak Farrokhzad-0/+1
2019-12-08Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddybMazdak Farrokhzad-224/+226
2019-12-08Rollup merge of #66325 - BartMassey:master, r=joshtriplettMazdak Farrokhzad-65/+68
2019-12-07Simplify `Layout::extend_packed`Matthew Kraai-2/+1
2019-12-08Ensure that we get a hard error on generic ZST constants if their body causes...Oliver Scherer-5/+44
2019-12-08leave a FIXMEMazdak Farrokhzad-1/+1
2019-12-08use `#[allow(unused_attributes)]` to paper over incr.comp problemMazdak Farrokhzad-0/+1
2019-12-07Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obkbors-141/+286