summary refs log tree commit diff
path: root/src/libstd/unstable/lang.rs
AgeCommit message (Expand)AuthorLines
2013-09-23Register new snapshotsAlex Crichton-15/+0
2013-09-18librustc/libstd: No longer pass crate_map to start.Luqman Aden-0/+14
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-2/+3
2013-08-16Remove the annihilate lang itemBrian Anderson-5/+0
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-1/+1
2013-08-12std: Re-optimize tls access on local allocation pathBrian Anderson-7/+7
2013-08-11fix unused importsDaniel Micay-2/+1
2013-08-11move `strdup_uniq` lang item to std::strDaniel Micay-6/+0
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-1/+2
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-10/+7
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-46/+12
2013-08-09std: Fix perf of local allocations in newschedBrian Anderson-10/+7
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-1/+1
2013-08-07Turn on the new runtimeBrian Anderson-1/+1
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-1/+2
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-9/+4
2013-08-02auto merge of #8175 : brson/rust/nodbg, r=graydonbors-2/+0
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-3/+0
2013-07-31extra: Remove dbg module and rt support codeBrian Anderson-2/+0
2013-07-25libstd: Fix errors when rtdebug! is not a noop.Luqman Aden-2/+2
2013-07-23std and extra: use as_c_str instead of as_buf in a couple placesErick Tryzelaar-2/+2
2013-07-23std: move str::as_buf into StrSliceErick Tryzelaar-1/+1
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-8/+9
2013-07-03Merge remote-tracking branch 'mozilla/master'Brian Anderson-24/+2
2013-07-01Refactored the runtime to view coroutines as a component of tasks, instead of...toddaaro-0/+4
2013-06-30simplify the exchange allocatorDaniel Micay-17/+0
2013-06-24std: Make box annihilator work with newschedBrian Anderson-13/+6
2013-06-24std: Move dynamic borrowck code from unstable::lang to rt::borrowckBrian Anderson-228/+7
2013-06-20Merge remote-tracking branch 'brson/io' into io-upstreamBrian Anderson-2/+2
2013-06-21libstd: cleanup warningsJames Miller-14/+2
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-7/+7
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-2/+2
2013-06-10debugged a compiler ICE when merging local::borrow changes into the main io b...toddaaro-2/+2
2013-06-10std: convert str::reserve* to methods, and methodise str::push_*.Huon Wilson-3/+3
2013-06-09std: add reverse vec iterators, replace vec::each*_reverse.Huon Wilson-1/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+420