about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-03-31std: move `thread::current` TLS variable out of `thread_info`joboet-176/+29
2024-03-31std: move UNIX stack overflow guard page handling into `stack_overflow.rs`joboet-310/+287
2024-03-29Auto merge of #122616 - Jules-Bertholet:casemappingiter-layout, r=Nilstriebbors-128/+181
2024-03-29Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlinbors-6/+11
2024-03-29Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstriebbors-1/+64
2024-03-28Rollup merge of #123164 - Marcondiro:unicode15-1, r=ManishearthMatthias Krüger-12/+14
2024-03-28Bump Unicode printables to version 15.1, align to unicode_dataMarcondiro-12/+14
2024-03-27Rollup merge of #123139 - scottmcm:simpler-nonzero-get, r=jhprattMatthias Krüger-12/+14
2024-03-27Rollup merge of #123136 - Vagelis-Prokopiou:fix/docs, r=ChrisDentonMatthias Krüger-2/+2
2024-03-27Rollup merge of #123133 - xiaoxiangxianzi:master, r=fmeaseMatthias Krüger-1/+1
2024-03-27Rollup merge of #121943 - joshlf:patch-11, r=scottmcmMatthias Krüger-3/+3
2024-03-27`num::NonZero::get` can be 1 transmute instead of 3Scott McMurray-12/+14
2024-03-27Less generic code for Vec allocationsKornel-13/+29
2024-03-27Some wording improvementVagelis Prokopiou-2/+2
2024-03-27chore: fix some commentsxiaoxiangxianzi-1/+1
2024-03-27Eliminate `UbCheck` for non-standard librariesDianQK-6/+11
2024-03-27Auto merge of #123128 - GuillaumeGomez:rollup-3l3zu6s, r=GuillaumeGomezbors-10/+10
2024-03-27Rollup merge of #123083 - klensy:clippy-me, r=workingjubileeGuillaume Gomez-10/+10
2024-03-27Auto merge of #116016 - jhpratt:kill-rustc-serialize, r=ehussbors-30/+68
2024-03-27Rollup merge of #123118 - tgross35:rwlock-docs, r=workingjubileeMatthias Krüger-6/+7
2024-03-27Rollup merge of #123107 - avandesa:vec_pop_if, r=joboetMatthias Krüger-0/+57
2024-03-27Rollup merge of #123084 - a1phyr:unixstream_read_buf, r=workingjubileeMatthias Krüger-0/+8
2024-03-27Rollup merge of #123038 - he32:netbsd-ilp32-fix, r=workingjubileeMatthias Krüger-1/+1
2024-03-27Rollup merge of #122880 - a1phyr:preadv_more_platform, r=workingjubileeMatthias Krüger-6/+22
2024-03-26Update `RwLock` deadlock example to not use shadowingTrevor Gross-6/+7
2024-03-26Implement `Vec::pop_if`Alex van de Sandt-0/+57
2024-03-26Rollup merge of #123057 - sthibaul:systemtime, r=jhprattMatthias Krüger-2/+2
2024-03-26Rollup merge of #122835 - compiler-errors:deref-pure, r=NadrierilMatthias Krüger-3/+41
2024-03-26Rollup merge of #123086 - ding-young:fix-ref-to-BufWriter, r=the8472Matthias Krüger-1/+1
2024-03-26unix fs: Make hurd and horizon using explicit new rather than FromSamuel Thibault-2/+2
2024-03-26Auto merge of #122939 - joboet:proc_macro_bridge_state, r=petrochenkovbors-135/+61
2024-03-26Unix: Support more platforms with `preadv` and `pwritev`Benoît du Garreau-6/+22
2024-03-26`UnixStream`: override `read_buf`Benoît du Garreau-0/+8
2024-03-26Fix link to BufWriterding-young-1/+1
2024-03-26std library unix/thread.rs: fix NetBSD code for ILP32 CPUs.Havard Eidnes-1/+1
2024-03-25Extract helper, fix comment on DerefPureMichael Goulet-1/+9
2024-03-25Require DerefPure for patternsMichael Goulet-3/+33
2024-03-25Rollup merge of #123042 - dpaoliello:prelude, r=NilstriebJubilee-23/+7
2024-03-25Rollup merge of #122896 - dpaoliello:stdarch, r=AmanieuJubilee-0/+1
2024-03-25Rollup merge of #122707 - reedwoodruff:string_docs_typo, r=workingjubileeJubilee-1/+1
2024-03-25lib: fix some unnecessary_cast clippy lintklensy-10/+10
2024-03-25Import the 2021 prelude in the core crateDaniel Paoliello-23/+7
2024-03-25Rollup merge of #122990 - SkiFire13:transmute-may-copy, r=jhprattMatthias Krüger-1/+1
2024-03-24Amended wordingReed-2/+2
2024-03-24Rollup merge of #122992 - devnexen:available_parallelism_sol_upd, r=AmanieuMatthias Krüger-2/+6
2024-03-24Rollup merge of #122984 - RalfJung:panic-in-hook, r=AmanieuMatthias Krüger-5/+10
2024-03-24Rollup merge of #122983 - taiki-e:bsd, r=workingjubileeMatthias Krüger-1/+1
2024-03-24Rollup merge of #122977 - cuviper:as_statically_known_str, r=RalfJungMatthias Krüger-5/+9
2024-03-24fix build.David Carlier-5/+3
2024-03-24std::thread: refine available_parallelism for solaris/illumos.David Carlier-0/+6