about summary refs log tree commit diff
path: root/src/librustrt
AgeCommit message (Expand)AuthorLines
2014-11-08Runtime removal: refactor fsAaron Turon-86/+0
2014-11-08Remove signal handling.Aaron Turon-2/+0
2014-11-06rollup merge of #18605 : Gankro/collect-fruitAlex Crichton-2/+2
2014-11-06Fallout from collection conventionsAlexis Beingessner-2/+2
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-4/+4
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+7
2014-11-05Register snapshots.Eduard Burtescu-8/+0
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-11-01bubble up out-of-memory errors from liballocDaniel Micay-2/+5
2014-11-01auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturonbors-13/+11
2014-11-01collections: Remove all collections traitsAlex Crichton-13/+11
2014-10-31DSTify ToCStrJorge Aparicio-15/+29
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-4/+4
2014-10-30Rename rust_fail to rust_panicManish Goregaokar-3/+3
2014-10-29Update infrastructure for fail -> panicSteve Klabnik-0/+8
2014-10-29Rename fail! to panic!Steve Klabnik-68/+68
2014-10-28Update code with new lint namesAaron Turon-4/+4
2014-10-25get rid of libc_heap::{malloc_raw, realloc_raw}Daniel Micay-3/+4
2014-10-25rm unnecessary libc allocator usageDaniel Micay-3/+3
2014-10-24Print stack overflow messages for Windows, Linux and OS XJohn Kåre Alsaker-23/+623
2014-10-21Use strlen in CString::lenJulian Orth-9/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-26/+2
2014-10-16libnative: Remove all uses of {:?}.Luqman Aden-0/+1
2014-10-13Clean up rustc warnings.NODA, Kai-15/+15
2014-10-10Register new snapshotsAlex Crichton-19/+19
2014-10-10auto merge of #17037 : kmcallister/rust/no-stack-check, r=thestingerbors-2/+2
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-44/+44
2014-10-09Test fixes and rebase conflictsAlex Crichton-8/+8
2014-10-09Rename the no_split_stack attribute to no_stack_checkKeegan McAllister-2/+2
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-09rustrt: Convert statics to constantsAlex Crichton-36/+36
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-126/+129
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-421/+24
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-4/+4
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-39/+12
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02rustrt: remove local_heap implementation.Eduard Burtescu-381/+11
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-09-30Fix librustrtSteven Fackler-69/+74
2014-09-30auto merge of #17563 : brson/rust/wintcbfix, r=thestingerbors-15/+4
2014-09-29rollup merge of #17621 : sfackler/new-snapAlex Crichton-10/+1
2014-09-29rollup merge of #17582 : kmcallister/gc-boxAlex Crichton-3/+3
2014-09-28Register new snapshotsSteven Fackler-10/+1
2014-09-26Rename raw::Box to raw::GcBoxKeegan McAllister-3/+3