summary refs log tree commit diff
path: root/src/librustrt/c_str.rs
AgeCommit message (Expand)AuthorLines
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-15/+15
2014-09-18Doc says to avoid mixing allocator instead of forbiding itgamazeps-5/+6
2014-09-18Document that CStrings live in the libc heapgamazeps-7/+8
2014-09-18Document that CStrings live in the libc heapFelix Raimundo-4/+11
2014-09-09Remove some test warnings.Jonas Hietala-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-2/+3
2014-07-24Add a null pointer check to CString::newAdolfo Ochagavía-109/+14
2014-07-24Implement Show for CStringAdolfo Ochagavía-0/+7
2014-07-17Rename functions in the CloneableVector traitAdolfo Ochagavía-2/+2
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-0/+17
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-4/+4
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-06-29c_str: move `.unwrap` & document it more clearly.Huon Wilson-11/+16
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-69/+70
2014-06-29c_str: add `.as_ptr` & `.as_mut_ptr` to replace `.with_[mut_]ref`.Huon Wilson-0/+69
2014-06-28Rename all raw pointers as necessaryAlex Crichton-23/+24
2014-06-24Add more description to c_str::unwrap().Steve Klabnik-1/+4
2014-06-18Deprecate the bytes!() macro.Simon Sapin-11/+11
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-1/+7
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+809