summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2014-12-18auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichtonbors-6/+9
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-6/+9
2014-12-18auto merge of #19819 : vadimcn/rust/fix-demangle, r=alexcrichtonbors-8/+25
2014-12-16Fix typoVadim Chugunov-1/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-11/+4
2014-12-14Rewrite threading infrastructure, introducing `Thunk` to representNiko Matsakis-4/+5
2014-12-13Windows dbghelp strips leading underscores from symbols, so let's accept "ZN....Vadim Chugunov-8/+25
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-1/+1
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-7/+9
2014-12-05Fall out of the std::sync rewriteAlex Crichton-8/+8
2014-11-27Fixed iOS build after Iter stabValerii Hiora-1/+1
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-40/+32
2014-11-26/*! -> //!Steve Klabnik-40/+32
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-1/+1
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-2/+2
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-1/+1
2014-11-25Fallout from stabilizationAaron Turon-2/+2
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-2/+2
2014-11-21unicode: Rename UnicodeChar::is_digit to is_numericBrian Anderson-2/+2
2014-11-20Make most of std::rt privateAaron Turon-10/+8
2014-11-20Fallout from libgreen and libnative removalAaron Turon-6/+6
2014-11-20Remove libnativeAaron Turon-0/+76
2014-11-20Remove Runtime traitAaron Turon-0/+2
2014-11-18auto merge of #18645 : nick29581/rust/coercions-1, r=alexcrichtonbors-1/+1
2014-11-18Windows and OS X falloutNick Cameron-1/+1
2014-11-18implement Writer for Vec<u8>Daniel Micay-4/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-7/+10
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-16Move FromStr to core::strBrendan Zabarauskas-5/+2
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-5/+5
2014-11-01collections: Remove all collections traitsAlex Crichton-3/+0
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-5/+5
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-25get rid of libc_heap::{malloc_raw, realloc_raw}Daniel Micay-1/+1
2014-10-16don't refer to the nonexistant gcSteve Klabnik-7/+5
2014-10-10Register new snapshotsAlex Crichton-14/+12
2014-10-09Test fixes and rebase conflictsAlex Crichton-8/+8
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-10-02Revert "Review and rebasing changes"Aaron Turon-1/+1
2014-10-02Review and rebasing changesNick Cameron-1/+1
2014-09-30Fix libstdSteven Fackler-14/+14
2014-09-23Fixed: iOS build was broken because of deprecated APIsValerii Hiora-2/+3
2014-09-22std::rt::backtrace: Fix symbol names on Windowsklutzy-3/+5
2014-09-18std::rt::backtrace: Fix backtrace on Win64klutzy-0/+4
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-03Fix spelling errors and capitalization.Joseph Crail-3/+3
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-24/+0
2014-08-29Register new snapshotsAlex Crichton-24/+0