about summary refs log tree commit diff
path: root/src/libstd/rt
AgeCommit message (Expand)AuthorLines
2015-01-30std: Stabilize FromStr and parseAlex Crichton-2/+2
2015-01-30lint: Add test for no_mangleRicho Healey-7/+3
2015-01-29rt: allow unexported functionsRicho Healey-0/+9
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-22Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnikSteve Klabnik-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-17Refine wording of Thread::panickingSimonas Kazlauskas-1/+1
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-0/+3
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-3/+3
2015-01-13auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=...bors-50/+0
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-3/+3
2015-01-11powerpc: Add unwinder size REVISITRicho Healey-0/+3
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-12/+12
2015-01-11std: Remove fortune cookies from fatal runtime errorsBrian Anderson-50/+0
2015-01-08Improvements to feature stagingBrian Anderson-2/+2
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-4/+12
2015-01-06Minor fallout/update FOLLOW setsCorey Richardson-4/+12
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+2
2015-01-05Rename macro_escape to macro_useKeegan McAllister-0/+2
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+0
2015-01-05std: Redesign c_str and c_vecAlex Crichton-10/+7
2015-01-03Remove deprecated functionalityAlex Crichton-12/+12
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+4
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-685/+12
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-21/+16
2015-01-02std: Stabilize the prelude moduleAlex Crichton-16/+16
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-21/+16
2015-01-01std: Second pass stabilization of syncAlex Crichton-131/+12
2015-01-02More falloutNick Cameron-3/+3
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-1/+1
2014-12-31Revert "std: Re-enable at_exit()"Alex Crichton-23/+23
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-2/+2
2014-12-30Fallout from stabilizationAaron Turon-2/+2
2014-12-30rollup merge of #20353: alexcrichton/snapshotsAlex Crichton-80/+1
2014-12-30Register new snapshotsAlex Crichton-80/+1
2014-12-30std: Re-enable at_exit()Alex Crichton-23/+23
2014-12-29Test fixes and rebase conflictsAlex Crichton-3/+3