about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-04-10update miniz_oxide to 0.8.8oyvindln-2/+2
2025-04-09Auto merge of #139595 - matthiaskrgr:rollup-kaa8aim, r=matthiaskrgrbors-6/+16
2025-04-09chore: release v0.1.153github-actions[bot]-1/+10
2025-04-09Rollup merge of #139575 - timesince:master, r=wesleywiserMatthias Krüger-1/+1
2025-04-09Rollup merge of #139532 - bjoernager:master, r=tgross35Matthias Krüger-2/+2
2025-04-09Rollup merge of #139164 - xizheyin:issue-139034, r=joboetMatthias Krüger-3/+13
2025-04-09Auto merge of #124810 - lincot:speed-up-string-push-and-string-insert, r=tgro...bors-74/+132
2025-04-09Update the `libm` submoduleTrevor Gross-0/+0
2025-04-09Ensure `swap_nonoverlapping` is really always untypedScott McMurray-48/+124
2025-04-09Rollup merge of #139099 - scottmcm:from_fn_docs, r=AmanieuMatthias Krüger-6/+27
2025-04-09Rollup merge of #138993 - CAD97:cfg_match_semitransparent, r=dtolnayMatthias Krüger-3/+4
2025-04-09Rollup merge of #138869 - ChrisDenton:command-curdir, r=tgross35Matthias Krüger-4/+83
2025-04-09intra-doc linkBoxy-1/+1
2025-04-09update cfgsBoxy-128/+20
2025-04-09replace version placeholderBoxy-141/+141
2025-04-09Remove redundant wordstimesince-1/+1
2025-04-09Add missing `black_box` in `String` benchmarkslincot-26/+22
2025-04-09Speed up `String::push` and `String::insert`lincot-48/+110
2025-04-09Add assembly version of simple operations on aarch64Trevor Gross-28/+155
2025-04-09Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgrbors-3/+3
2025-04-08Resolve small errors identified by recent clippyTrevor Gross-1/+1
2025-04-08Replace calls to `core::arch` intrinsics with assemblyTrevor Gross-15/+20
2025-04-08Remove a mention of `force-soft-float` in `build.rs`Trevor Gross-3/+1
2025-04-09Avoid verbatim paths in Command::current_dirChris Denton-4/+83
2025-04-08clarify std::fs::set_permissions symlink behaviorbinarycat-6/+8
2025-04-08Rollup merge of #139526 - smanilov:issue-139505, r=RalfJungMatthias Krüger-3/+3
2025-04-08Fix unreachable expression warningCelina G. Val-7/+19
2025-04-08std(docs): clarify how std::fs::set_permisions works with symlinksbinarycat-0/+13
2025-04-08Rollup merge of #139500 - jogru0:117437, r=tgross35Matthias Krüger-0/+8
2025-04-08Update 'u8'-to-and-from-'i8' suggestions;Gabriel Bjørnager Jensen-2/+2
2025-04-08Fix deprecation note for std::intrinsicsStan Manilov-3/+3
2025-04-08libtest: Pass the test's panic payload as Option instead of ResultZalathar-15/+20
2025-04-08document panic behavior of Vec::resize and Vec::resize_withJonathan Gruner-0/+8
2025-04-07Add feature detection for new amx variants and movrssayantn-10/+53
2025-04-07Update SDE to 9.53.0sayantn-14/+24
2025-04-07Enable contracts for const functionsCelina G. Val-14/+47
2025-04-07update intrinsics/mod.rs comment about const intrinsicsRalf Jung-8/+4
2025-04-07f*::NAN: guarantee that this is a quiet NaNRalf Jung-32/+40
2025-04-07Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obkStuart Cook-0/+1
2025-04-06Auto merge of #138951 - jwnrt:alloc-raw-vec-strict-prov, r=Noratriebbors-6/+23
2025-04-06Auto merge of #136077 - rust-lang:cargo_update, r=clubby789bors-2/+2
2025-04-06update docsBennet Bleßmann-0/+1
2025-04-06Rollup merge of #139367 - GuillaumeGomez:proc-macro-values, r=UrgauGuillaume Gomez-0/+126
2025-04-06Rollup merge of #139072 - nickkuk:align_to_uninit_mut, r=Mark-SimulacrumGuillaume Gomez-2/+51
2025-04-06Rollup merge of #138876 - thaliaarchi:trusty-stdio, r=NoratriebGuillaume Gomez-38/+49
2025-04-06Rollup merge of #138562 - kornelski:nth-panic, r=NoratriebGuillaume Gomez-25/+25
2025-04-06RISC-V: check cfg (batch 1)Tsukasa OI-5/+0
2025-04-06doc changesizarma-6/+6
2025-04-06Rollup merge of #139123 - thaliaarchi:core-alloc-test-paths, r=bjorn3Stuart Cook-3/+3
2025-04-05Polymorphize `array::IntoIter`'s iterator implScott McMurray-141/+420