about summary refs log tree commit diff
path: root/src/libstd/ffi/c_str.rs
AgeCommit message (Expand)AuthorLines
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-8/+4
2015-03-18Avoid metadata bloat by using trait FixedSizeArrayVadim Petrochenkov-16/+3
2015-03-18Fixed-size byte string literals (RFC 339)Vadim Petrochenkov-0/+17
2015-03-16impl<T> [T]Jorge Aparicio-0/+3
2015-03-16impl strJorge Aparicio-0/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+2
2015-03-11Example -> ExamplesSteve Klabnik-2/+2
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-0/+28
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-3/+2
2015-02-23Rollup merge of #22320 - petrochenkov:eq, r=alexcrichtonManish Goregaokar-1/+1
2015-02-22Fix typos in CStr docsJake Goulding-2/+2
2015-02-20Tweaks to equality comparisons for slices/arrays/vectorsVadim Petrochenkov-1/+1
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-7/+7
2015-02-18std: Implement CString-related RFCsAlex Crichton-76/+326
2015-02-06Auto merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonbors-2/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-2/+2
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+9
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+8
2015-01-07Spelling fix compatibel -> compatibleKevin Rauwolf-1/+1
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-0/+218