about summary refs log tree commit diff
path: root/src/libstd/c_str.rs
AgeCommit message (Expand)AuthorLines
2015-01-03Remove deprecated functionalityAlex Crichton-4/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03std: fix falloutJorge Aparicio-1/+3
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-1/+1
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+14
2015-01-02More falloutNick Cameron-1/+1
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-1/+1
2014-12-30Fallout from stabilizationAaron Turon-1/+1
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+2
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+2
2014-12-29Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-2/+14
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-1/+2
2014-12-27auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-2/+4
2014-12-27Rebasing changesNick Cameron-2/+1
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-2/+2
2014-12-26Require types to opt-in SyncFlavio Percoco-2/+4
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-20Fix more import_shadowing fallout in collections.Eduard Burtescu-9/+9
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-2/+2
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+844
2014-06-06std: Extract librustrt out of libstdAlex Crichton-817/+0
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-1/+1
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-23/+0
2014-05-14Add ToCStr impl for &Path and StrBufAaron Turon-0/+54
2014-05-11core: Remove the cast moduleAlex Crichton-12/+11
2014-05-10rename `global_heap` -> `libc_heap`Daniel Micay-1/+1
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+2
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-33/+33
2014-04-04Fix fallout from std::libc separationCorey Richardson-19/+24
2014-03-31std: Switch field privacy as necessaryAlex Crichton-4/+4
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-02-23std: Move raw to std::rawBrian Anderson-1/+1
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-14Add c_str::CString.as_bytes_no_nul()Kevin Ballard-4/+37
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-24/+23
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-2/+2
2014-02-08Remove an unused variable in a test of std::c_str.OGINO Masanori-1/+0
2014-02-06Remove std::conditionAlex Crichton-44/+6
2014-02-01impl Eq for CStringCorey Richardson-4/+28
2014-02-01impl Clone for CStringCorey Richardson-4/+48