about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-08-09Polymorphize RawVecBen Kimock-212/+374
2024-08-09core: optimise Debug impl for ascii::CharMichal Nazarewicz-19/+42
2024-08-09doc: std::env::var: Returns None for names with '=' or NUL byteEvan Jones-5/+8
2024-08-09Rollup merge of #128859 - MinxuanZ:mips-sig, r=AmanieuMatthias Krüger-0/+13
2024-08-09Rollup merge of #128817 - biabbas:vxworks_update, r=tgross35Matthias Krüger-23/+13
2024-08-09make LocalWaker::will_wake consistent with Waker::will_wakeRalf Jung-1/+7
2024-08-09Fix linkchecker issueLukas Bergdoll-2/+2
2024-08-09Exclude windows-targets from the workspaceChris Denton-0/+1
2024-08-09Add windows-targets crate to std's sysrootChris Denton-6/+25
2024-08-09Rollup merge of #128824 - GuillaumeGomez:update-compiler-builtins, r=AmanieuMatthias Krüger-4/+4
2024-08-09VxWorks: Add safety comment for vxCpuEnabledGetB I Mohammed Abbas-1/+1
2024-08-09fix: Ensure `Guard`'s `drop` method is removed at `opt-level=s` for `Copy` typesburlinchen-0/+1
2024-08-09delete spacemonstercatss-2/+2
2024-08-09fix formatmonstercatss-4/+6
2024-08-09[SPARC] fix the name of signal 19 in sparc archMin-1/+9
2024-08-09[MIPS] fix the name of signal 19 in mipsMin-0/+3
2024-08-08Keep `Debug` the sameScott McMurray-121/+94
2024-08-08Move entirely to array-based SIMDScott McMurray-713/+635
2024-08-09Rollup merge of #128818 - RalfJung:std-miri-floats, r=tgross35Matthias Krüger-5/+14
2024-08-09Rollup merge of #128640 - RalfJung:rwlock-macos-miri, r=joboetMatthias Krüger-0/+4
2024-08-08Rollup merge of #128749 - tgross35:float-inline, r=scottmcmMatthias Krüger-0/+6
2024-08-08Rollup merge of #128306 - WiktorPrzetacznik:WiktorPrzetacznik-nonnull-alignof...Matthias Krüger-3/+10
2024-08-08Update compiler-builtins version to 0.1.118Guillaume Gomez-4/+4
2024-08-08chore: releasegithub-actions[bot]-1/+1
2024-08-08Activate `force-soft-floats` feature in `build.rs`Guillaume Gomez-1/+2
2024-08-08Update `libm` submoduleGuillaume Gomez-0/+0
2024-08-08std float tests: special-case Miri in feature detectionRalf Jung-5/+14
2024-08-08Vxworks: Extern taskNameSet and fix build errorsB I Mohammed Abbas-20/+8
2024-08-08rwlock: disable 'frob' test in Miri on macOSRalf Jung-0/+4
2024-08-08Fix VxWorks available parallelism: Move nonzero::uncheked into unsafe blockB I Mohammed Abbas-3/+5
2024-08-07Rollup merge of #128800 - clarfonthey:core-pattern-type, r=compiler-errorsTrevor Gross-3/+3
2024-08-07Rollup merge of #128691 - tgross35:update-builtins, r=AmanieuTrevor Gross-7/+4
2024-08-07Add tracking issue to core-pattern-typeltdk-3/+3
2024-08-08Stabilize `Ready::into_inner()`daxpedda-2/+1
2024-08-07Rollup merge of #128261 - clarfonthey:iter-default, r=dtolnayMatthias Krüger-0/+70
2024-08-07alloc: make `to_string_str!` a bit less complexMichael Howell-22/+35
2024-08-07Rename `only-soft-floats` feature into `force-soft-floats`Guillaume Gomez-7/+7
2024-08-07Mark `{f32,f64}::{next_up,next_down,midpoint}` inlineTrevor Gross-0/+6
2024-08-06Rollup merge of #128766 - Monadic-Cat:patch-1, r=tgross35Trevor Gross-1/+1
2024-08-06Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnayTrevor Gross-100/+4151
2024-08-06Trivial grammar fix in const keyword docsMonadic Cat-1/+1
2024-08-06Update `compiler-builtins` to 0.1.117Trevor Gross-7/+4
2024-08-07chore: releasegithub-actions[bot]-1/+1
2024-08-06Revert "Eliminate the use of `public_test_dep!`"Trevor Gross-752/+759
2024-08-07Rollup merge of #128751 - devnexen:vxworks_set_thread_name, r=tgross35Matthias Krüger-3/+30
2024-08-07Rollup merge of #128539 - biabbas:deny_unsafe, r=workingjubileeMatthias Krüger-0/+2
2024-08-07Rollup merge of #128406 - lolbinarycat:bufreader_peek, r=Mark-SimulacrumMatthias Krüger-0/+55
2024-08-07Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieuMatthias Krüger-4/+217
2024-08-06chore: releasegithub-actions[bot]-1/+1
2024-08-06alloc: add ToString specialization for `&&str`Michael Howell-8/+35