about summary refs log tree commit diff
path: root/src/libstd/local_data.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-12/+12
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-7/+7
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-7/+9
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-19/+19
2014-05-11core: Remove the cast moduleAlex Crichton-4/+4
2014-05-08auto merge of #13835 : alexcrichton/rust/localdata, r=brsonbors-346/+191
2014-05-07std: Modernize the local_data apiAlex Crichton-346/+191
2014-05-07core: Inherit possible string functionalityAlex Crichton-1/+0
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-11/+14
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-11/+14
2014-05-05std: deprecate cast::transmute_mut.Huon Wilson-2/+2
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-1/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-20/+21
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-1/+1
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-5/+6
2014-03-27Fix fallout of removing default boundsAlex Crichton-5/+6
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-2/+2
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-2/+2
2014-02-07Cleaned up imports per coding standards.chromatic-2/+2
2014-02-07Removed prelude::* from libstd files.chromatic-1/+3
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-10/+10
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-6/+5
2014-01-15libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...Eduard Burtescu-1/+2
2014-01-12Removed remnants of `@mut` and `~mut` from comments and the type system.Eduard Burtescu-2/+1
2013-12-31Conservatively export all trait methods and implsAlex Crichton-0/+1
2013-12-24std: Get stdtest all passing againAlex Crichton-0/+1
2013-12-23std: Fix all code examplesAlex Crichton-2/+2
2013-12-21std: Remove some @-boxesBrian Anderson-49/+49
2013-12-20std: silence warnings when compiling test.Huon Wilson-0/+3
2013-12-15librustc: Remove identifiers named `box`, since it's about to become a keyword.Patrick Walton-6/+6
2013-12-15std: fix spelling in docs.Huon Wilson-1/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-20/+20
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-2/+2
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-6/+9
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-8/+8
2013-10-09option: rewrite the API to use compositionDaniel Micay-6/+6
2013-10-02Check enums in missing_doc lintSteven Fackler-0/+1
2013-09-30std: Remove usage of fmt!Alex Crichton-11/+11
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-2/+2
2013-09-24auto merge of #9457 : klutzy/rust/doc-fix, r=alexcrichtonbors-2/+2
2013-09-24std::local_data: Fix document codeklutzy-2/+2
2013-09-23remove apostrophe where it's is not used as a contractionDan Connolly-1/+1
2013-09-12Improve the local_data docs slightlyAlex Crichton-7/+8
2013-09-09Remove hacks around issues in local_dataAlex Crichton-9/+7
2013-08-27Consolidate local_data implementations, and cleanupAlex Crichton-207/+453