about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
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-02std: make `thread::current` available in all `thread_local!` destructorsjoboet-132/+529
2024-10-02Rollup merge of #131141 - RalfJung:mpmc-test, r=AmanieuMatthias Krüger-22/+24
2024-10-02Update hashbrown to 0.15 and adjust some methodsUrgau-117/+58
2024-10-02mpmc doctest: make sure main thread waits for child threadsRalf Jung-22/+24
2024-10-02Auto merge of #130829 - Urgau:option_array_transpose, r=ibraheemdevbors-0/+24
2024-10-01Auto merge of #128204 - GuillaumeGomez:integers-opti, r=workingjubileebors-81/+131
2024-10-01Auto merge of #131111 - matthiaskrgr:rollup-n6do187, r=matthiaskrgrbors-46/+55
2024-10-01Rollup merge of #130773 - bjoernager:master, r=thomccMatthias Krüger-2/+1
2024-10-01Rollup merge of #130229 - RalfJung:ptr-offset-unsigned, r=scottmcmMatthias Krüger-44/+54
2024-10-01Auto merge of #131098 - GuillaumeGomez:rollup-kk74was, r=GuillaumeGomezbors-1/+1
2024-10-01Rollup merge of #131085 - RalfJung:miri-slow-test, r=tgross35Guillaume Gomez-1/+1
2024-10-01Auto merge of #126839 - obeis:mpmc, r=Amanieubors-49/+1732
2024-10-01Remove the need to provide the maximum number of digits to `impl_Display` macroGuillaume Gomez-23/+24
2024-10-01Simplify `impl_Display` macroGuillaume Gomez-87/+90
2024-10-01Small optimization for integers Display implementationGuillaume Gomez-46/+92
2024-10-01make test_lots_of_insertions test take less long in MiriRalf Jung-1/+1
2024-09-30Enable `f16` tests on non-GNU WindowsTrevor Gross-3/+3
2024-09-30Rollup merge of #130966 - RalfJung:ptr-metadata-const-stable, r=scottmcmTrevor Gross-29/+7
2024-09-30Rollup merge of #130961 - tgross35:f16-x86-apple, r=thomccTrevor Gross-3/+0
2024-09-30Rollup merge of #130914 - compiler-errors:insignificant-dtor, r=AmanieuTrevor Gross-0/+4
2024-09-30Rollup merge of #129638 - nickrum:wasip2-net, r=alexcrichtonTrevor Gross-47/+506
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg-49/+1732
2024-09-29Rollup merge of #130972 - RalfJung:const_cell_into_inner, r=dtolnayMatthias Krüger-51/+11
2024-09-29Rollup merge of #129003 - Voultapher:improve-ord-docs, r=workingjubileeMatthias Krüger-99/+257
2024-09-29Rollup merge of #123932 - adamse:global-alloc-safety-preconds-positive, r=tgr...Matthias Krüger-15/+17
2024-09-29Rollup merge of #130931 - GuillaumeGomez:standalone-crate, r=notriddleMatthias Krüger-1/+1
2024-09-29Rename doctest attribute `standalone-crate` into `standalone_crate` for coher...Guillaume Gomez-1/+1
2024-09-29Rollup merge of #130743 - YohDeadfall:net-nonblocking-doc, r=Mark-SimulacrumGuillaume Gomez-2/+2
2024-09-29Rollup merge of #130416 - BatmanAoD:130122-sort-by-docs, r=Mark-SimulacrumGuillaume Gomez-20/+47
2024-09-29Remove duplicate sectionLukas Bergdoll-13/+1
2024-09-29Auto merge of #128321 - BatmanAoD:catch-unwind-doc-update, r=Mark-Simulacrumbors-30/+70
2024-09-29Fix std tests for wasm32-wasip2 targetNicola Krumschmidt-45/+125
2024-09-29Hook up std::net to wasi-libc on wasm32-wasip2 targetNicola Krumschmidt-2/+381
2024-09-28Auto merge of #123778 - jhorstmann:optimize-upper-lower-auto-vectorization, r...bors-52/+82
2024-09-28Enable `f16` tests on x86 Apple platformsTrevor Gross-3/+0
2024-09-28Auto merge of #129385 - tgross35:more-platforms-enable-f16, r=Mark-Simulacrumbors-14/+11
2024-09-28Auto merge of #130792 - tgross35:update-builtins, r=Amanieubors-4/+4
2024-09-28Rename `standalone` doctest attribute into `standalone-crate`Guillaume Gomez-1/+1
2024-09-28Update compiler_builtins to 0.1.130Trevor Gross-4/+4
2024-09-28Rollup merge of #128778 - RalfJung:atomic-read-read-races, r=Mark-SimulacrumMatthias Krüger-35/+56
2024-09-28Auto merge of #130964 - matthiaskrgr:rollup-suriuub, r=matthiaskrgrbors-18/+90
2024-09-28Further clarificarion for atomic and UnsafeCell docs:Ralf Jung-23/+24
2024-09-28allow mixed-size atomic readsRalf Jung-10/+16
2024-09-28atomics: allow atomic and non-atomic reads to raceRalf Jung-24/+38