about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-07-24std: update comments on gcc personality fnJubilee Young-10/+32
2024-07-24std: unsafe-wrap gcc::rust_eh_personality and implJubilee Young-131/+148
2024-07-24Rollup merge of #128135 - joboet:reduplicate_tls, r=tgross35Matthias Krüger-16/+8
2024-07-24Rollup merge of #128046 - GrigorenkoPV:90435, r=tgross35Matthias Krüger-15/+11
2024-07-24Rollup merge of #126548 - rik86189:issue-88264-fix, r=tgross35Matthias Krüger-7/+2
2024-07-24Rollup merge of #126042 - davidzeng0:master, r=AmanieuMatthias Krüger-0/+61
2024-07-24Rollup merge of #128131 - ChrisDenton:stuff, r=workingjubileeMatthias Krüger-32/+35
2024-07-24Rollup merge of #128120 - compiler-errors:async-fn-name, r=oli-obkMatthias Krüger-3/+4
2024-07-24Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=AmanieuMatthias Krüger-129/+85
2024-07-24Rollup merge of #127480 - biabbas:vxworks, r=workingjubileeMatthias Krüger-5/+35
2024-07-24Rollup merge of #127252 - fitzgen:edge-cases-for-bitwise-operations, r=m-ou-seMatthias Krüger-6/+35
2024-07-24Rollup merge of #126152 - RalfJung:size_of_val_raw, r=saethlinMatthias Krüger-0/+10
2024-07-24Improved clarity of documentation for std::fs::create_dir_allrik86189-7/+2
2024-07-24std: use duplicate thread local state in testsjoboet-16/+8
2024-07-24Add missing symbols from compiler-rt to the READMETrevor Gross-4/+82
2024-07-24Move IBM extended double to the unneeded sectionTrevor Gross-16/+25
2024-07-24Remove a broken link in READMETrevor Gross-1/+1
2024-07-24Never use C version of clz builtinsAndrey Turkin-11/+0
2024-07-24Implement remaining __clz*i2 intrinsicsAndrey Turkin-67/+123
2024-07-24Forbid unsafe_op_in_unsafe_fn in sys/pal/windowsChris Denton-10/+14
2024-07-24Import `core::ffi::c_void` in more placesChris Denton-22/+21
2024-07-24Add chroot unsupported implementation for VxWorksB I Mohammed Abbas-2/+8
2024-07-24Rollup merge of #128106 - hallfox:patch-1, r=ChrisDentonMatthias Krüger-3/+3
2024-07-24Rollup merge of #128092 - ChrisDenton:wrappers, r=workingjubileeMatthias Krüger-126/+43
2024-07-24Rollup merge of #128043 - safinaskar:primitive, r=workingjubileeMatthias Krüger-3/+9
2024-07-24Rollup merge of #127481 - a1phyr:pattern_gat, r=AmanieuMatthias Krüger-168/+174
2024-07-24Rollup merge of #126770 - wr7:master, r=AmanieuMatthias Krüger-0/+149
2024-07-24Rollup merge of #125962 - Coekjan:const-binary-heap, r=AmanieuMatthias Krüger-1/+1
2024-07-24Auto merge of #127153 - NobodyXu:pipe, r=ChrisDentonbors-16/+551
2024-07-23Gate AsyncFn* under async_closure featureMichael Goulet-3/+4
2024-07-23Add elem_offset and related methodswr7-0/+149
2024-07-23library/core/src/primitive.rs: small doc fixAskar Safin-1/+1
2024-07-23Fix return type of FileAttr methods on AIX targetTaylor Foxhall-3/+3
2024-07-23add `is_multiple_of` for unsigned integer typesFolkert-0/+38
2024-07-23Initial implementation of anonymous_pipeJiahao XU-16/+551
2024-07-23Update process vxworks, set default stack size of 256 Kib for vxworks. User c...B I Mohammed Abbas-2/+7
2024-07-23Rollup merge of #128089 - workingjubilee:commonly-wrapped-to-make-safe, r=Chr...Matthias Krüger-65/+72
2024-07-23Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta...Matthias Krüger-0/+6
2024-07-23Remove wrapper functions from c.rsChris Denton-126/+43
2024-07-23Fix missing `extern "C"` for unsafe functionsTrevor Gross-30/+3
2024-07-23std: Unsafe-wrap backtrace code held in-commonJubilee Young-57/+61
2024-07-23std: Unsafe-wrap alloc code held in-commonJubilee Young-8/+11
2024-07-23Cfg disable on_broken_pipe_flag_used() for vxworksB I Mohammed Abbas-0/+2
2024-07-23Disable dirfd for vxworks, Return unsupported error from set_times and lchown...B I Mohammed Abbas-2/+16
2024-07-23Allow unused unsafe for vxworks in read_at and write atB I Mohammed Abbas-0/+2
2024-07-23Docs for core::primitive: mention that "core" can be shadowed, too, so we sho...Askar Safin-3/+9
2024-07-22library: vary unsafety in bootstrapping for SEHJubilee Young-0/+6
2024-07-22std: unsafe-wrap personality::dwarf::ehJubilee Young-53/+61
2024-07-22LocalWaker docs: Make long-ago omitted but probably intended changesIan Jackson-1/+3
2024-07-22Docs for Waker and LocalWaker: Add cross-refs in commentIan Jackson-0/+8