about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-11-28Use consistent wording in docs, use zero instead of 0timvisee-24/+24
2024-11-28Auto merge of #133561 - GuillaumeGomez:rollup-g4upmv4, r=GuillaumeGomezbors-16/+88
2024-11-28Rollup merge of #133543 - mustartt:aix-lgammaf_r-shim, r=cuviperGuillaume Gomez-0/+8
2024-11-28Rollup merge of #133512 - bjoernager:slice-as-array, r=AmanieuGuillaume Gomez-16/+75
2024-11-28Rollup merge of #129409 - grinapo:patch-1, r=AmanieuGuillaume Gomez-0/+5
2024-11-27Rollup merge of #133498 - GuillaumeGomez:missing-examples, r=joboetMatthias Krüger-2/+28
2024-11-27Stabilize `extended_varargs_abi_support`Soveu-1/+0
2024-11-27Fill in a `BTreeSet::entry` exampleJosh Stone-1/+31
2024-11-27Add a tracking issue for `btree_set_entry`Josh Stone-20/+20
2024-11-27Add `BTreeSet` entry APIs to match `HashSet`Josh Stone-2/+500
2024-11-27fmtHenry Jiang-1/+1
2024-11-27update cfgsBoxy-350/+106
2024-11-27Implement code reviewSebastian Urban-2/+1
2024-11-27replace placeholder versionBoxy-93/+93
2024-11-27Auto merge of #133369 - Zalathar:profiler-builtins-no-core, r=jieyouxubors-8/+8
2024-11-27Rollup merge of #133449 - joboet:io_const_error, r=tgross35Matthias Krüger-266/+250
2024-11-26Rollup merge of #133402 - compiler-errors:drop-and-destruct, r=lcnrMichael Goulet-1/+2
2024-11-27Recommend using `run-docker.sh` instead of `run.sh` in `CONTRIBUTING.md`Asuna-2/+2
2024-11-27Fix RISC-V Packed SIMD intrinsics compilationAsuna-19/+136
2024-11-27Disable loongarch and wasm in CI due to fallout from SIMD ABI checkingAmanieu d'Antras-4/+5
2024-11-27Fix types for ARM SIMD32 intrinsicsAmanieu d'Antras-43/+43
2024-11-26Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errorsbors-52/+341
2024-11-26chore: Improve doc commentsPiotr Osiewicz-2/+3
2024-11-26Add '<[T]>::as_array', '<[T]>::as_mut_array', '<*const [T]>::as_array', and '...Gabriel Bjørnager Jensen-16/+75
2024-11-26std: update internal uses of `io::const_error!`joboet-246/+213
2024-11-26Rollup merge of #133435 - RalfJung:test_downgrade_observe, r=tgross35Michael Goulet-1/+4
2024-11-26Rollup merge of #133282 - tgross35:maybe-uninit-debug, r=AmanieuMichael Goulet-1/+12
2024-11-26Rollup merge of #133136 - ChayimFriedman2:get-many-mut, r=AmanieuMichael Goulet-19/+249
2024-11-26Rollup merge of #133042 - cuviper:btreemap-insert_entry, r=AmanieuMichael Goulet-31/+76
2024-11-26Rollup merge of #133464 - RalfJung:whitespace-panic, r=joboetGuillaume Gomez-7/+7
2024-11-26Rollup merge of #133419 - CromFr:add-path-strip_prefix-test-example, r=AmanieuGuillaume Gomez-0/+1
2024-11-26Add missing code examples on `LocalKey`Guillaume Gomez-2/+28
2024-11-26thread::available_parallelism for wasm32-wasip1-threadsSebastian Urban-3/+14
2024-11-26Refactor ReadDir into a state machinePiotr Osiewicz-70/+101
2024-11-25Run TLS destructors for wasm32-wasip1-threadsSebastian Urban-0/+74
2024-11-25Fix typos in pin.rsAakarshit Uppal-3/+3
2024-11-25std::thread: avoid leading whitespace in some panic messagesRalf Jung-7/+7
2024-11-25Constify Drop and DestructMichael Goulet-1/+2
2024-11-25std: expose `const_io_error!` as `const_error!`joboet-20/+37
2024-11-25Auto merge of #133247 - GuillaumeGomez:reduce-integer-display-impl, r=working...bors-48/+32
2024-11-25Support ranges in `<[T]>::get_many_mut()`Chayim Refael Friedman-19/+249
2024-11-25miri: disable test_downgrade_observe test on macOSRalf Jung-1/+4
2024-11-25Rollup merge of #132982 - suaviloquence:2-doc-changed-alloc-methods, r=Mark-S...Matthias Krüger-4/+4
2024-11-25Rollup merge of #132533 - SUPERCILEX:patch-4, r=Mark-SimulacrumMatthias Krüger-0/+20
2024-11-24fix `Allocator` method names in `alloc` free function docsm-4/+4
2024-11-25Rollup merge of #133298 - n0toose:remove-dir-all-but-not-paths, r=Noratrieb许杰友 Jieyou Xu (Joe)-1/+2
2024-11-25Rollup merge of #133260 - compiler-errors:deref, r=fee1-dead许杰友 Jieyou Xu (Joe)-0/+47
2024-11-25Rollup merge of #132730 - joboet:after_main_sync, r=Noratrieb许杰友 Jieyou Xu (Joe)-26/+59
2024-11-24Added a doc test for std::path::strip_prefixCrom (Thibaut CHARLES)-0/+1
2024-11-24Rollup merge of #133389 - eduardosm:stabilize-const_float_methods, r=RalfJungMatthias Krüger-50/+70