about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-05-31Stabilize short error formatGuillaume Gomez-14/+2
2018-05-31Auto merge of #51050 - symphorien:fstatat, r=kennytmbors-12/+33
2018-05-31Rename num -> bits and num -> out_valLinus Färnstrand-6/+6
2018-05-31Rename bytes -> bitsLinus Färnstrand-8/+8
2018-05-31libstd/sys/unix/fs.rs: fix compilation on fuchsiaGuillaume Girol-1/+1
2018-05-31Rewrite numeric_intrinsic without macroLinus Färnstrand-28/+11
2018-05-31Add test for intrinsics::bswapLinus Färnstrand-0/+23
2018-05-31Make ctpop, cttz, ctlz and bswap const fnsLinus Färnstrand-4/+69
2018-05-31Auto merge of #51235 - nikomatsakis:issue-51117-borrowck-implicit-deref, r=eddybbors-68/+139
2018-05-31typeck: Do not pass the field check on field errorDan Robertson-3/+82
2018-05-31change `PointerKind::Implicit` to a noteNiko Matsakis-68/+139
2018-05-31Add std/core to prelude if extern_prelude enabledMatt Brubeck-1/+60
2018-05-31Auto merge of #51203 - nnethercote:obligations-2, r=michaelwoeristerbors-5/+2
2018-05-31Use builder.cargo() for cargo-vendor.Johannes Nixdorf-5/+8
2018-05-31builder.cargo(): don't add "--target"/"--release" to cargo installJohannes Nixdorf-5/+10
2018-05-31Add a test for issue 36710.Johannes Nixdorf-0/+66
2018-05-31compiletest: escape CXX the same way as CC for MSVCJohannes Nixdorf-1/+1
2018-05-31bootstrap: pass crt-static for the compiler host as wellJohannes Nixdorf-0/+13
2018-05-31bootstrap.py: respect crt-staticJohannes Nixdorf-3/+30
2018-05-31musl: don't use the included startfiles with -crt-staticJohannes Nixdorf-9/+37
2018-05-31Auto merge of #51182 - eddyb:not-just-visibility, r=nikomatsakisbors-261/+275
2018-05-31Update miri submoduleOliver Schneider-6/+6
2018-05-31ScalarPair for two element tuples was treated wrongly in closure callsOliver Schneider-17/+29
2018-05-31Pull a layout computation out of a loopOliver Schneider-1/+4
2018-05-31Don't invalidate one byte beyond the endOliver Schneider-1/+1
2018-05-31Don't store the discriminant with the enum's type sizeOliver Schneider-1/+1
2018-05-31Update the miri submoduleOliver Schneider-5/+5
2018-05-31Auto merge of #51127 - frewsxcv:frewsxcv-discriminant, r=GuillaumeGomezbors-1/+3
2018-05-31Avoid an unnecessary `match` when lexing "<-".Nicholas Nethercote-5/+1
2018-05-31Tweak identifer lexing.Nicholas Nethercote-0/+2
2018-05-30Add doc link from discriminant struct to function.Corey Farwell-1/+3
2018-05-31Auto merge of #51145 - petrochenkov:npbot, r=alexcrichtonbors-17/+69
2018-05-31Auto merge of #51220 - nikomatsakis:issue-51008-false-positive-lifetime-must-...bors-48/+132
2018-05-31Inline `NodeIndex` methods.Nicholas Nethercote-0/+2
2018-05-31Remove `ObligationForest::cache_list`.Nicholas Nethercote-5/+0
2018-05-30Auto merge of #51138 - spastorino:add-polonius-compare-mode, r=pnkfelixbors-782/+1230
2018-05-30Auto merge of #51215 - eddyb:visit-for-a-lifetime, r=nikomatsakisbors-143/+122
2018-05-30mod.rs isn't beautifuluuttff8-4/+4
2018-05-30resolve: Make sure indeterminate and inconsistent macro resolutions always ge...Vadim Petrochenkov-17/+69
2018-05-30make Layout's align a NonZeroUsizegnzlbg-36/+38
2018-05-30also reset anon-param-mode for `fn()` typesNiko Matsakis-11/+41
2018-05-30reset the "anonymous lifetime mode" for parenthesized where clausesNiko Matsakis-37/+91
2018-05-30std::fs::DirEntry.metadata(): use fstatat instead of lstat when possibleGuillaume Girol-11/+32
2018-05-30Run rustfmtSantiago Pastorino-783/+1206
2018-05-30Add compare-mode to x.pySantiago Pastorino-1/+14
2018-05-30rustc: rename mir::LocalDecl's syntactic_source_info to source_info.Eduard-Mihai Burtescu-47/+47
2018-05-30rustc: turn mir::LocalDecl's visibility_source_info into a SourceScope.Eduard-Mihai Burtescu-55/+44
2018-05-30rustc: use syntactic (instead of visibility) source info where appropriate.Eduard-Mihai Burtescu-30/+32
2018-05-30rustc: rename mir::LocalDecl's source_info to visibility_source_info.Eduard-Mihai Burtescu-59/+60
2018-05-30rustc: turn mir::LocalDecl's syntactic_scope into a SourceInfo.Eduard-Mihai Burtescu-33/+53