about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-10-06Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebankbors-0/+1
2024-10-05Update `compiler-builtins` to 0.1.133Trevor Gross-4/+4
2024-10-06chore: releasegithub-actions[bot]-1/+1
2024-10-05Add a note about avoiding default implemenations in some placesTrevor Gross-0/+4
2024-10-05fix(int): avoid infinite recursion on left shiftEnzo "raskyld" Nocera-3/+12
2024-10-05enable f16 and f128 on windows-gnullvm targetsMateusz Mikuła-2/+3
2024-10-05Move `musl-reference-tests` to a new `libm-test` crateTrevor Gross-471/+494
2024-10-05Auto merge of #131302 - matthiaskrgr:rollup-56kbpzx, r=matthiaskrgrbors-6/+12
2024-10-05Unbreak tidyPavel Grigorenko-5/+5
2024-10-05Stabilize `std::io::ErrorKind::QuotaExceeded`Pavel Grigorenko-9/+9
2024-10-05Android: Debug assertion after setting thread nameYoh Deadfall-1/+3
2024-10-05Rollup merge of #131281 - RalfJung:const-cell, r=AmanieuMatthias Krüger-6/+12
2024-10-05Auto merge of #131221 - XrXr:bump-compiler-builtins, r=tgross35bors-4/+4
2024-10-05library: Stabilize const `MaybeUninit::assume_init_mut`Jubilee Young-3/+7
2024-10-05Add a Lint for Pointer to Integer Transmutes in ConstsVeera-0/+1
2024-10-05Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdevMatthias Krüger-18/+16
2024-10-05Rollup merge of #131094 - joboet:lazy_once_box, r=ibraheemdevMatthias Krüger-284/+185
2024-10-05make Cell unstably constRalf Jung-6/+12
2024-10-05move f16/f128 const fn under f16/f128 feature gateRalf Jung-18/+16
2024-10-05Stabilize `const_slice_split_at_mut` and `const_slice_first_last_chunk`onestacked-8/+14
2024-10-04Rollup merge of #131267 - okaneco:bufread_skip_until, r=tgross35Jubilee-3/+1
2024-10-04Rollup merge of #131105 - slanterns:literal_c_str, r=petrochenkovJubilee-1/+1
2024-10-04Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut,...Jubilee-5/+7
2024-10-04Update compiler-builtins to 0.1.132Alan Wu-4/+4
2024-10-04Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro...Jubilee-14/+21
2024-10-04Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnayJubilee-15/+7
2024-10-04Stabilize `BufRead::skip_until`okaneco-3/+1
2024-10-04Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJungbors-31/+28
2024-10-04chore: releasegithub-actions[bot]-1/+1
2024-10-04Stabilize UnsafeCell::from_mutltdk-2/+3
2024-10-04Allow implicit function decl on A64Alan Wu-2/+10
2024-10-03update libc versionDavid Carlier-1/+1
2024-10-03std::fs::get_path freebsd update.David Carlier-2/+2
2024-10-03control libunwind linkage mode via `crt-static` on gnullvm targetsMateusz Mikuła-6/+8
2024-10-03Rollup merge of #131197 - EFanZh:avoid-emptyness-check-in-peekmut-pop, r=AmanieuMatthias Krüger-1/+4
2024-10-03Upgrade CI LLVM version to 19.1Trevor Gross-3/+3
2024-10-03chore: releasegithub-actions[bot]-1/+1
2024-10-03Build with `-Werror=implicit-function-declaration`Alan Wu-0/+2
2024-10-03Avoid emptiness check in `PeekMut::pop`EFanZh-1/+4
2024-10-03Rollup merge of #131163 - JakenHerman:master, r=NadrierilMatthias Krüger-0/+1
2024-10-03Auto merge of #128711 - clarfonthey:default-iters-hash, r=dtolnaybors-0/+80
2024-10-02Add `get_line` confusable to `Stdin::read_line()`Jaken Herman-0/+1
2024-10-02impl Default for Hash{Map,Set} iterators that don't already have itltdk-0/+80
2024-10-03Auto merge of #127912 - joboet:tls_dtor_thread_current, r=cuviperbors-132/+529
2024-10-03Auto merge of #131148 - Urgau:hashbrown-0.15, r=Amanieubors-117/+58
2024-10-02library: Stabilize `const_slice_first_last`Jubilee Young-4/+8
2024-10-02library: Stabilize `const_unsafecell_get_mut`Jubilee Young-2/+2
2024-10-02library: Stabilize `const_ptr_as_ref`Jubilee Young-3/+2
2024-10-02library: Stabilize `const_str_as_mut`Jubilee Young-3/+5
2024-10-02library: Stabilize `const_str_from_utf8_unchecked_mut`Jubilee Young-2/+4