about summary refs log tree commit diff
path: root/src/libstd/rtdeps.rs
AgeCommit message (Expand)AuthorLines
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-0/+2
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Apply several fixes for Illumos supportNikita Baksalyar-0/+6
2015-12-21std: Remove rust_builtin C support libraryAlex Crichton-5/+0
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-0/+8
2015-07-06Auto merge of #26741 - alexcrichton:noinline-destructors, r=brsonbors-2/+2
2015-07-02windows: Don't link rust_builtinAlex Crichton-2/+2
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-06-17std: Split the `std_misc` featureAlex Crichton-2/+0
2015-04-27std: Prepare for linking to muslAlex Crichton-1/+1
2015-02-11fixing trailing whitespace errorsDave Huseby-1/+1
2015-02-11bitrig integrationDave Huseby-1/+3
2015-02-01openbsd supportSébastien Marie-2/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2014-12-18libs: merge librustrt into libstdAaron Turon-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-1/+1
2014-08-04rustc: Link entire archives of native librariesAlex Crichton-0/+1
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+4
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-12Basic iOS supportValerii Hiora-0/+4
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-1/+1
2014-04-04Remove libc from stdCorey Richardson-5/+0
2014-03-25std: Explicitly link to libm for freebsdAlex Crichton-0/+1
2014-02-14Invoke gcc with -nodefaultlibsAlex Crichton-1/+3
2013-12-30Convert some C functions to rust functionsAlex Crichton-2/+0
2013-12-26Register new snapshotsAlex Crichton-25/+0
2013-12-24Stop using C++ exceptions for stack unwinding.Vadim Chugunov-4/+25
2013-12-12Remove dependency on gnustl_shared for android buildsFabrice Desré-1/+0
2013-12-03Register new snapshotsAlex Crichton-5/+1
2013-11-29Statically link librustrt to libstdAlex Crichton-1/+7
2013-11-29Add generation of static libraries to rustcAlex Crichton-0/+48