about summary refs log tree commit diff
path: root/src/libstd/sys/common
AgeCommit message (Expand)AuthorLines
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-14/+14
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-0/+19
2015-11-18Fix buildbot failuresVadim Petrochenkov-0/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+11
2015-11-09std: Migrate to the new libcAlex Crichton-229/+103
2015-11-01Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichtonbors-55/+81
2015-10-31Fix stage0 ICE caused by the old _Unwind_Resume override trickery.Vadim Chugunov-0/+2
2015-10-29Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichtonbors-0/+2
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-0/+2
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-2/+2
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-2/+2
2015-10-24Remove bare semicolonsFlorian Hahn-2/+2
2015-10-21Moar comments.Vadim Chugunov-17/+29
2015-10-19Use `cfg_attr` for switching `link` attrs in libunwind.Vadim Chugunov-33/+17
2015-10-18Create entry points for unwind frame registry in libstd.Vadim Chugunov-0/+25
2015-10-18Implement `eh_unwind_resume` in libstd.Vadim Chugunov-9/+12
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-2/+2
2015-10-05Fix MSVC stage0 with landing pads enabledSimonas Kazlauskas-1/+11
2015-09-26Add support for the rumprun unikernelSebastian Wicki-1/+9
2015-09-24Explicitly count the number of panicsAndrea Canciani-18/+4
2015-09-23Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichtonbors-83/+5
2015-09-22Remove unwind::registerAndrea Canciani-69/+2
2015-09-22Simplify inner_try in std::rt::unwind::tryAndrea Canciani-9/+11
2015-09-22Simplify on_panic callback handlingAndrea Canciani-16/+5
2015-09-20Miscellaneous cleanup for old issues.Lee Jeffery-31/+1
2015-09-14Mark all extern functions as nounwindBjörn Steinbrink-0/+6
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-3/+1670
2015-09-08some more clippy-based improvementsAndre Bogus-16/+10
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-2/+253
2015-09-03Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`Vadim Petrochenkov-3/+4
2015-08-27Auto merge of #27808 - SimonSapin:utf16decoder, r=alexcrichtonbors-6/+5
2015-08-23Add Send/Sync traits on LookupHost structGuillaume Gomez-0/+3
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-6/+5
2015-08-15std: Add issues to all unstable featuresAlex Crichton-2/+4
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-106/+11
2015-08-13Auto merge of #27693 - nagisa:remutex-docs, r=alexcrichtonbors-3/+10
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-106/+11
2015-08-12Fix ReentrantMutex documentation wrt DerefMutSimonas Kazlauskas-3/+10
2015-08-11Register new snapshotsAlex Crichton-21/+0
2015-08-10Remove morestack supportAlex Crichton-319/+4
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+8
2015-07-27Fix escaping of characters in Debug for OsStrdiaphore-15/+25
2015-07-23wtf8, char: Replace uses of `mem::transmute` with more specific functionsTobias Bucher-12/+19
2015-07-21Auto merge of #27073 - alexcrichton:less-proc-fs, r=brsonbors-4/+4
2015-07-21std: Be resilient to failure in pthread_getattr_npAlex Crichton-4/+4
2015-07-20std: Add IntoRaw{Fd,Handle,Socket} traitsAlex Crichton-0/+6
2015-07-15Add specializations of read_to_end for Stdin, TcpStream and File,Alisdair Owens-0/+140
2015-07-11fixing trailing whitespaceDave Huseby-1/+1
2015-07-11adding support for i686-unknown-freebsd targetDave Huseby-7/+9
2015-07-01Add netbsd amd64 supportAlex Newman-0/+2