about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-02-01Rollup merge of #93436 - dcsommer:master, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-02-01Rollup merge of #92584 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+20
2022-02-01Rollup merge of #91828 - oxalica:feat/waker-getters, r=dtolnayMatthias Krüger-0/+48
2022-02-01Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472bors-7/+137
2022-02-01add a rustc::query_stability lintlcnr-0/+20
2022-01-31Rollup merge of #93504 - solid-rs:fix-kmc-solid-stack-size, r=nagisaEric Huss-1/+2
2022-01-31Rollup merge of #93090 - jyn514:errorkind-asstr, r=dtolnayEric Huss-1/+17
2022-01-31Improve test coverage of {Chunks,RChunks,RChunksMut}::{next,next_back}Thom Chiovoloni-0/+102
2022-01-31Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgrbors-15/+77
2022-01-31kmc-solid: Increase the default stack sizeTomoaki Kawada-1/+2
2022-01-31Rollup merge of #93494 - solid-rs:fix-kmc-solid-spawned-task-priority, r=Mark...Matthias Krüger-5/+2
2022-01-31Rollup merge of #93485 - est31:remove_curly, r=joshtriplettMatthias Krüger-3/+3
2022-01-31Rollup merge of #93480 - est31:remove_unstable_deprecated, r=Mark-SimulacrumMatthias Krüger-45/+0
2022-01-31Rollup merge of #93471 - cuviper:direntry-file_type-stat, r=the8472Matthias Krüger-2/+2
2022-01-31Rollup merge of #93462 - ChrisDenton:systime-doc, r=joshtriplettMatthias Krüger-1/+6
2022-01-31Rollup merge of #93403 - nagisa:total-cmp-review, r=joshtriplettMatthias Krüger-38/+54
2022-01-31Rollup merge of #93392 - GKFX:char-docs, r=scottmcmMatthias Krüger-12/+22
2022-01-31Rollup merge of #93347 - WaffleLapkin:better_char_decode_utf16_size_hint, r=d...Matthias Krüger-3/+55
2022-01-31kmc-solid: Inherit the calling task's base priority in `Thread::new`Tomoaki Kawada-5/+2
2022-01-31Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrumbors-0/+22
2022-01-30(#93392) Update char::MAX docs and core::char::MAXGeorge Bateman-12/+22
2022-01-30review the total_cmp documentationSimonas Kazlauskas-38/+54
2022-01-30core: Remove some redundant {}s from the sorting codeest31-3/+3
2022-01-30Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-SimulacrumEric Huss-81/+47
2022-01-30Remove deprecated and unstable slice_partition_at_index functionsest31-45/+0
2022-01-30Fix an edge case in `chat::DecodeUtf16::size_hint`Maybe Waffle-11/+20
2022-01-29unix: Use metadata for `DirEntry::file_type` fallbackJosh Stone-2/+2
2022-01-30Rollup merge of #93459 - tavianator:dirent-copy-only-reclen, r=cuviperMatthias Krüger-2/+26
2022-01-30Rollup merge of #93414 - Amanieu:std_arch_detect, r=m-ou-seMatthias Krüger-19/+31
2022-01-30Rollup merge of #93256 - EFanZh:patch-1, r=joshtriplettMatthias Krüger-1/+1
2022-01-29fs: Add a regression test for #93384Tavian Barnes-0/+16
2022-01-29fs: Don't copy d_name from struct direntTavian Barnes-2/+10
2022-01-29Document `SystemTime` platform precisionChris Denton-1/+6
2022-01-29Update compiler_builtins to fix duplicate symbols in `armv7-linux-androideabi...Daniel Sommermann-1/+1
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-0/+22
2022-01-29Rollup merge of #93410 - solid-rs:feat-kmc-solid-net-dup, r=dtolnayMatthias Krüger-1/+4
2022-01-29Rollup merge of #93236 - woppopo:const_nonnull_new, r=oli-obkMatthias Krüger-1/+19
2022-01-29Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obkMatthias Krüger-1/+45
2022-01-29Document about some behaviors of `const_(de)allocate` and add some tests.woppopo-4/+18
2022-01-29Auto merge of #93351 - anp:fuchsia-remove-dir-all, r=tmandrybors-3/+1
2022-01-28Fix remove_dir_all on Fuchsia after CVE fix.Adam Perry-3/+1
2022-01-28Rollup merge of #93404 - rust-lang:scottmcm-patch-1, r=wesleywiserMatthias Krüger-1/+1
2022-01-28Rollup merge of #93356 - pierwill:partialord-headline, r=dtolnayMatthias Krüger-1/+1
2022-01-28Rollup merge of #93353 - kellerkindt:saturating_int_assign_impl, r=joshtriplettMatthias Krüger-122/+8
2022-01-28Rollup merge of #93295 - ChrisDenton:tempdir-double-panic, r=dtolnayMatthias Krüger-1/+7
2022-01-28Rollup merge of #93239 - Thomasdezeeuw:socketaddr_creation, r=m-ou-seMatthias Krüger-8/+48
2022-01-28Rollup merge of #93158 - haraldh:wasi_sock_accept, r=dtolnayMatthias Krüger-38/+122
2022-01-28Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-seMatthias Krüger-0/+12
2022-01-28update cfg(bootstrap)sPietro Albini-81/+47
2022-01-28Update tracking issue for unix_socket_creationThomas de Zeeuw-1/+1