about summary refs log tree commit diff
path: root/src/librustrt
AgeCommit message (Expand)AuthorLines
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+7
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+7
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-1/+2
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-2/+4
2014-06-18Deprecate the bytes!() macro.Simon Sapin-13/+13
2014-06-16Update repo locationBrian Anderson-1/+1
2014-06-16auto merge of #14900 : alexcrichton/rust/snapshots, r=huonwbors-44/+44
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-17/+142
2014-06-15Register new snapshotsAlex Crichton-44/+44
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-18/+21
2014-06-14Register new snapshotsAlex Crichton-10/+2
2014-06-13Audit usage of NativeMutexAlex Crichton-2/+78
2014-06-13Cosmetic fixes & commentsValerii Hiora-7/+6
2014-06-12Basic iOS supportValerii Hiora-14/+105
2014-06-12Runtime support for arm on iOSValerii Hiora-2/+37
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-3/+3
2014-06-11auto merge of #14746 : alexcrichton/rust/libsync, r=brsonbors-2/+352
2014-06-11sync: Move underneath libstdAlex Crichton-2/+352
2014-06-11auto merge of #14787 : alexcrichton/rust/issue-14784, r=pcwaltonbors-1/+2
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-3/+3
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-0/+6
2014-06-10Fix more misspelled comments and strings.Joseph Crail-3/+3
2014-06-09rustrt: Fix invalid reads caught by valgrindAlex Crichton-1/+2
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+9
2014-06-09Add missing repr(C) annotations to mutex.rsJakub Wieczorek-0/+4
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-0/+2
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-33/+32
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+5378