about summary refs log tree commit diff
path: root/library/std/src/ffi/c_str.rs
AgeCommit message (Expand)AuthorLines
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-05-26Add inline attr to private CString::into_innerElichai Turkel-0/+1
2021-05-20Rollup merge of #85275 - CDirkx:memchr, r=m-ou-seGuillaume Gomez-1/+1
2021-05-18Add diagnostic item to `CStr`Mateusz Gacek-0/+1
2021-05-14Move `std::memchr` to `sys_common`Christiaan Dirkx-1/+1
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1
2021-03-29ffi::c_str smaller as_bytesklensy-2/+4
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-1/+1
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-4/+2
2021-01-13Update tests for extern block lintingMark Rousskov-7/+7
2020-11-19Bump bootstrap compiler versionJake Goulding-1/+1
2020-10-26Fix bootstrap doctest failureNathan Whitaker-1/+1
2020-10-26Address review commentsNathan Whitaker-1/+0
2020-10-26Address review commentsNathan Whitaker-0/+2
2020-10-26Change to warn by default / fix typoNathan Whitaker-1/+1
2020-10-26Update doctestNathan Whitaker-1/+1
2020-10-15Deny broken intra-doc links in linkcheckerJoshua Nelson-1/+2
2020-09-08Capitalize safety commentsFlying-Toast-2/+2
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-199/+4
2020-08-23Convert str -> prim@str in `std`Joshua Nelson-3/+4
2020-08-14Rollup merge of #75501 - poliorcetics:intra-links-std-ffi, r=jyn514Tyler Mandry-142/+51
2020-08-14libstd/ffi/c_str.rs: #![deny(unsafe_op_in_unsafe_fn)], enclose unsafe operati...Alexis Bourget-7/+32
2020-08-14Apply suggestions from code reviewPoliorcetics-3/+3
2020-08-13Move to intra doc links in std::ffiAlexis Bourget-142/+51
2020-07-27mv std libs to library/mark-0/+1788