about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-12-12explain mem::forget(env_lock) in fork/execRalf Jung-3/+4
2022-12-12Rollup merge of #105616 - est31:add_the, r=Dylan-DPCMatthias Krüger-1/+1
2022-12-12Add a "the" to proc_macro documentationest31-1/+1
2022-12-12Correct typos in `core::sync::Exclusive::get_{pin_mut, mut}`Albert Larsan-2/+2
2022-12-12kmc-solid: Synchronize with the read when sending a joining task ID to a joineeTomoaki Kawada-1/+8
2022-12-12kmc-solid: Synchronize the first update of `ThreadInner::lifecycle` with the ...Tomoaki Kawada-8/+8
2022-12-12add assert messages if chunks/windows are length 0raffimolero-9/+9
2022-12-11Rollup merge of #101648 - Timmmm:home_dir_docs, r=joshtriplettMatthias Krüger-1/+8
2022-12-11Auto merge of #105508 - eduardosm:ptr-methods-inline-always, r=Mark-Simulacrumbors-4/+4
2022-12-11Remove some `cfg(not(bootstrap))`Jules Bertholet-7/+3
2022-12-11Use rint instead of roundevenJules Bertholet-7/+10
2022-12-11Add tracking issueJules Bertholet-2/+2
2022-12-11Add `round_ties_even` to `f32` and `f64`Jules Bertholet-0/+113
2022-12-11Implement blocking outputAyush Singh-6/+61
2022-12-11Rollup merge of #105460 - mkroening:compiler-builtins-0.1.85, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-12-11Rollup merge of #103146 - joboet:cleanup_pthread_condvar, r=Mark-SimulacrumMatthias Krüger-66/+34
2022-12-10Rollup merge of #105239 - gh2o:no-heap-alloc-on-thread-start, r=cuviperMatthias Krüger-12/+7
2022-12-10libcore: make result of iter::from_generator CloneXiretza-0/+1
2022-12-10libcore: make result type of iter::from_generator concreteXiretza-4/+18
2022-12-10Rollup merge of #105522 - est31:remove_or_and_note, r=scottmcmMatthias Krüger-4/+4
2022-12-10Rollup merge of #104901 - krtab:filetype_compare, r=the8472Matthias Krüger-2/+34
2022-12-10Rollup merge of #98391 - joboet:sgx_parker, r=m-ou-seMatthias Krüger-12/+119
2022-12-10Correct wrong note for short circuiting operatorsest31-4/+4
2022-12-09Rollup merge of #105453 - scottmcm:vecdeque_from_iter, r=the8472Matthias Krüger-11/+139
2022-12-09Rollup merge of #105265 - aDotInTheVoid:sum-product-on-unimplemented, r=estebankMatthias Krüger-0/+8
2022-12-09Make `<*{const,mut} T>::{,wrapping_}sub` methods `#[inline(always)]`Eduardo Sánchez Muñoz-4/+4
2022-12-09Auto merge of #105262 - eduardosm:more-inline-always, r=thomccbors-25/+33
2022-12-09Replace hand-made masking by call to masked() method in FileTypeArthur Carcano-1/+1
2022-12-09Rollup merge of #105474 - RalfJung:typo, r=dtolnayMatthias Krüger-1/+1
2022-12-09Rollup merge of #105245 - RalfJung:align_to, r=AmanieuMatthias Krüger-8/+10
2022-12-08Apply review feedback; Fix no_global_oom_handling buildScott McMurray-3/+18
2022-12-09Implement allow-by-default multiple_supertrait_upcastable lintGary Guo-0/+5
2022-12-08Add `rustc_on_unimplemented` to `Sum` and `Product` trait.Nixon Enraght-Moony-0/+8
2022-12-08lib docs: fix typoRalf Jung-1/+1
2022-12-08Bump compiler-builtins to 0.1.85Martin Kröning-1/+1
2022-12-08Add read_to_end for AnonPipeAyush Singh-1/+17
2022-12-08Rollup merge of #105434 - nbdd0121:lib, r=thomccMatthias Krüger-1/+3
2022-12-08Rollup merge of #105120 - solid-rs:patch/kmc-solid/maintainance, r=thomccMatthias Krüger-23/+38
2022-12-08Make `VecDeque::from_iter` O(1) from `vec(_deque)::IntoIter`Scott McMurray-11/+124
2022-12-08Fix warning when libcore is compiled with no_fp_fmt_parseGary Guo-1/+3
2022-12-07Avoid heap allocation when truncating thread namesGavin Li-12/+7
2022-12-07Use more LFS functions.Michael Benfield-8/+31
2022-12-07Make some trivial functions `#[inline(always)]`Eduardo Sánchez Muñoz-25/+33
2022-12-07Auto merge of #103459 - ChrisDenton:propagate-nulls, r=thomccbors-14/+20
2022-12-07Auto merge of #104799 - pcc:linkage-fn, r=tmiaskobors-1/+36
2022-12-06Auto merge of #105271 - eduardosm:inline-always-int-conv, r=scottmcmbors-1/+1
2022-12-06Don't set `STARTF_USESTDHANDLES` if none are setChris Denton-7/+15
2022-12-06Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obkMatthias Krüger-2/+9
2022-12-06Rollup merge of #105243 - RalfJung:no-op-let, r=Mark-SimulacrumMatthias Krüger-9/+3
2022-12-06Implement masking in FileType hashing on UnixArthur Carcano-1/+8