summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-01Remove feature flag from fs::read_to_string examplesteveklabnik-2/+0
2018-06-01Auto merge of #51181 - mbrubeck:prelude, r=petrochenkovbors-1/+60
2018-06-01Auto merge of #51060 - michaelwoerister:thread-safe-consts, r=Zoxcbors-115/+449
2018-06-01Remove outdated AllocId decoding function.Michael Woerister-42/+1
2018-06-01Make metadata decoding use AllocDecodingState/Session.Michael Woerister-35/+19
2018-06-01Make const decoding from the incremental cache thread-safe.Michael Woerister-42/+181
2018-06-01Add TinyList data structure.Michael Woerister-0/+252
2018-06-01fs: copy: Add EPERM to fallback error conditionsNicolas Koch-5/+12
2018-06-01Auto merge of #51225 - oli-obk:miri_oob_ptr, r=eddybbors-20/+35
2018-06-01Stabilize SliceIndex trait.Thayne McCombs-4/+31
2018-06-01Auto merge of #51171 - faern:const-bswap-ctpop-cttz-ctlz, r=oli-obkbors-4/+75
2018-06-01Replace `if` with `if and only if` in the definition dox of `Sync`CrLF0710-1/+1
2018-06-01Auto merge of #50836 - jsgf:arc-downcast, r=SimonSapinbors-10/+153
2018-06-01Make the OOM hook return `()` rather than `!`Mike Hommey-10/+12
2018-06-01Add missing whitespace in num exampleGuillaume Gomez-1/+1
2018-05-31Auto merge of #51096 - matthewjasper:reverse-normalization-bounds, r=nikomats...bors-5/+82
2018-05-31Fix up Any doc examplesJeremy Fitzhardinge-3/+3
2018-05-31Update `Arc` and `Rc` to use `NonNull::cast` to cast the inner pointersJeremy Fitzhardinge-17/+6
2018-05-31Implement `downcast` for `Arc<Any + Send + Sync>`Jeremy Fitzhardinge-0/+64
2018-05-31Add implementations for Any + Send + SyncJeremy Fitzhardinge-0/+90
2018-05-31Rollup merge of #51240 - nnethercote:parse-2, r=nikomatsakisGuillaume Gomez-5/+3
2018-05-31Rollup merge of #51227 - uuttff8:master, r=dtolnayGuillaume Gomez-4/+4
2018-05-31Rollup merge of #51213 - nicokoch:copy_permissions, r=cramertjGuillaume Gomez-5/+5
2018-05-31Rollup merge of #51193 - GuillaumeGomez:fixes-style-issues, r=QuietMisdreavusGuillaume Gomez-8/+33
2018-05-31Rollup merge of #51146 - dlrobertson:fix_51102, r=estebankGuillaume Gomez-3/+82
2018-05-31Rollup merge of #49546 - GuillaumeGomez:stabilize-short-error-format, r=oli-obkGuillaume Gomez-17/+5
2018-05-31Fix confusing error message for sub_instantClaudio Bley-1/+1
2018-05-31Register outlives predicates from queries the right way around.Matthew Jasper-5/+82
2018-05-31Make short-error format GNU compatibleGuillaume Gomez-3/+3
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