about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-08-05non-linux platformsNick Cameron-140/+205
2022-08-04Add some docs for BorrowBufNick Cameron-24/+60
2022-08-04std::io: migrate ReadBuf to BorrowBuf/BorrowCursorNick Cameron-390/+324
2022-08-03FilesTimes support does not build for ESP-IDFIvan Markov-3/+7
2022-08-03Auto merge of #100023 - saethlin:send-sync-chunksmut, r=m-ou-sebors-0/+45
2022-08-03Rollup merge of #99800 - sandydoo:bugfix/wasm-futex, r=m-ou-seDylan DPC-2/+4
2022-08-03Rollup merge of #99614 - RalfJung:transmute-is-not-memcpy, r=thomccDylan DPC-13/+18
2022-08-03Rollup merge of #99371 - ChrisDenton:simplify-gen-random-keys, r=thomccDylan DPC-60/+8
2022-08-02wordsmithingRalf Jung-2/+4
2022-08-02Auto merge of #92268 - jswrenn:transmute, r=oli-obkbors-0/+47
2022-08-02Auto merge of #99977 - BlackHoleFox:cfte-cstr, r=thomccbors-13/+34
2022-08-02Auto merge of #100048 - matthiaskrgr:rollup-agimvm6, r=matthiaskrgrbors-2/+2
2022-08-02Rollup merge of #100017 - solid-rs:patch/kmc-solid/adapt-to-78802, r=thomccMatthias Krüger-2/+2
2022-08-01remove fn backtraceJane Losare-Lusby-43/+36
2022-08-01Add back Send and Sync impls on ChunksMut iteratorsBen Kimock-0/+45
2022-08-01kmc-solid: Adapt to a recent change in the `IntoInner` impl of `SocketAddr`Tomoaki Kawada-2/+2
2022-08-01Auto merge of #98246 - joshtriplett:times, r=m-ou-sebors-3/+262
2022-07-31Rollup merge of #99984 - ChrisDenton:fix-miri, r=Mark-SimulacrumMatthias Krüger-5/+5
2022-07-31Rollup merge of #99932 - madsmtm:fix-unwinding-debug-assertions, r=AmanieuMatthias Krüger-1/+3
2022-07-31Add validation to const fn CStr creationBlackHoleFox-13/+34
2022-07-31Make sure `symbol_name` is const evaluatedChris Denton-4/+4
2022-07-31Auto merge of #78802 - faern:simplify-socketaddr, r=joshtriplettbors-247/+172
2022-07-31Fix compat.rs for `cfg(miri)`Chris Denton-1/+1
2022-07-31typoRalf Jung-1/+1
2022-07-31Auto merge of #99553 - ChrisDenton:lazy-compat-fn, r=Mark-Simulacrumbors-64/+205
2022-07-30Rollup merge of #99937 - ChrisDenton:fix-remove-dir-all-win-7, r=joshtriplettMatthias Krüger-1/+3
2022-07-30Fix warnings in stubbed out set_timesJosh Triplett-4/+5
2022-07-30Reset directory iteration in remove_dir_allChris Denton-1/+3
2022-07-30Fix unwinding when debug assertions are enabledMads Marquart-1/+3
2022-07-30Remove socklen_t from platforms where it's no longer usedLinus Färnstrand-6/+0
2022-07-29proc_macro: use crossbeam channels for the proc_macro cross-thread bridgeNika Layzell-72/+64
2022-07-29Rollup merge of #99781 - workingjubilee:demo-string-from-cstr, r=thomccYuki Okushi-3/+3
2022-07-28Rollup merge of #99689 - dtolnay:write, r=Mark-SimulacrumDylan DPC-8/+6
2022-07-28Rollup merge of #99628 - vincenzopalazzo:macros/is_number_doc, r=joshtriplettDylan DPC-1/+11
2022-07-28add more docs regarding ideographic numbersVincenzo Palazzo-1/+11
2022-07-28Rollup merge of #99723 - bstrie:wasifd, r=yaahcDylan DPC-0/+19
2022-07-28Auto merge of #99182 - RalfJung:mitigate-uninit, r=scottmcmbors-1/+12
2022-07-27safe transmute: reference tracking issueJack Wrenn-3/+3
2022-07-27safe transmute: add `rustc_on_unimplemented` to `BikeshedIntrinsicFrom`Jack Wrenn-0/+4
2022-07-27Initial (incomplete) implementation of transmutability trait.Jack Wrenn-0/+43
2022-07-27Rollup merge of #94247 - saethlin:chunksmut-aliasing, r=the8472Guillaume Gomez-72/+166
2022-07-27Allow using stable os::fd::raw items through unstable os::wasi modulebstrie-0/+19
2022-07-27Auto merge of #99802 - JohnTitor:rollup-uaklql1, r=JohnTitorbors-2/+3
2022-07-27Rollup merge of #99704 - fee1-dead-contrib:add_self_tilde_const_trait, r=oli-obkYuki Okushi-2/+3
2022-07-27Auto merge of #98748 - saethlin:optimize-bufreader, r=Mark-Simulacrumbors-53/+134
2022-07-27Fix futex module imports on wasm+atomicssandydoo-2/+4
2022-07-27Auto merge of #99792 - JohnTitor:rollup-20i7ewx, r=JohnTitorbors-5/+9
2022-07-27Rollup merge of #98583 - joshtriplett:stabilize-windows-symlink-types, r=thomccYuki Okushi-5/+9
2022-07-26Clarify safety commentsBen Kimock-59/+47
2022-07-27Auto merge of #98553 - the8472:next_chunk_opt, r=Mark-Simulacrumbors-2/+75