about summary refs log tree commit diff
path: root/library/std/src/ffi
AgeCommit message (Expand)AuthorLines
2021-06-30Remove "length" doc aliasesAmanieu d'Antras-1/+0
2021-06-23Use HTTPS links where possibleSmitty-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-17Simplify `cfg(any(unix, target_os="redox"))` to just `cfg(unix)`Christiaan Dirkx-1/+1
2021-05-14Move `std::memchr` to `sys_common`Christiaan Dirkx-1/+1
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1
2021-04-27Override `clone_from` method for PathBuf and OsStringBenoît du Garreau-1/+13
2021-03-31Add a few missing links, fix a typoFrank Steffahn-1/+1
2021-03-31Fix documentation of conversion from String to OsStringFrank Steffahn-1/+1
2021-03-29ffi::c_str smaller as_bytesklensy-2/+4
2021-03-28ffi::c_str added tests for empty stringsklensy-0/+16
2021-03-24Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisaDylan DPC-1/+1
2021-03-22Rollup merge of #80193 - zseri:stabilize-osstring-ascii, r=m-ou-seDylan DPC-12/+6
2021-03-21Use io::Error::new_const everywhere to avoid allocations.Mara Bos-1/+1
2021-03-21Bump osstring_ascii stabilization version to 1.53.0.Mara Bos-6/+6
2021-03-14Rollup merge of #82121 - lopopolo:pathbuf-osstring-extend, r=joshtriplettYuki Okushi-0/+86
2021-03-05stabilize feature(osstring_ascii)zseri-12/+6
2021-03-03Add impls for iterators of Cow<OsStr>Ryan Lopopolo-0/+34
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-4/+2
2021-02-23Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwcoDylan DPC-0/+2
2021-02-16Optimize FromIterator<OsString> to reuse the first allocationRyan Lopopolo-4/+11
2021-02-16a few more diagnostic itemsAndrea Nall-0/+1
2021-02-15requested/proposed changesAndrea Nall-1/+1
2021-02-15add diagnostic itemsAndrea Nall-0/+1
2021-02-14Implement Extend and FromIterator for OsStringRyan Lopopolo-0/+45
2021-02-10Seal the CommandExt, OsStrExt and OsStringExt traitsAmanieu d'Antras-0/+8
2021-02-03OsStr eq_ignore_ascii_case takes arg by valueTyler Ruckinger-1/+1
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-2/+1
2021-01-22Inline methods of Path and OsStringBenoît du Garreau-0/+34
2021-01-13Update tests for extern block lintingMark Rousskov-7/+7
2020-12-28Add "length" as doc alias to len methodsKonrad Borowski-0/+1
2020-12-16Auto merge of #78833 - CDirkx:parse_prefix, r=dtolnaybors-2/+2
2020-11-19Bump bootstrap compiler versionJake Goulding-1/+1
2020-11-07Refactor `parse_prefix` on WindowsChristiaan Dirkx-2/+2
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-10-12Use intra-doc links for links to module-level docsCamelid-2/+2
2020-09-20Implement destructuring for all aggregates and for referencesOliver Scherer-1/+1
2020-09-08Capitalize safety commentsFlying-Toast-4/+4
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-368/+367
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-233/+81
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