summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2017-09-13Move default stack min size to thread implementationsTobias Schaffner-2/+11
2017-09-11Fix tidy checksJeremy Soller-18/+44
2017-09-11Sync with upstream syscall libraryJeremy Soller-12/+146
2017-09-10Auto merge of #44220 - kennytm:fix-44216-instance-plus-max-duration-should-pa...bors-17/+36
2017-09-10Rollup merge of #44384 - alexcrichton:osx-segfault, r=estebankGuillaume Gomez-1/+2
2017-09-08Move the stack size value for L4Re to the min_stack_size functionSebastian Humenda-4/+0
2017-09-08Re-enable networking module fo rL4ReSebastian Humenda-1/+445
2017-09-08Add modifications needed for L4re in libstdTobias Schaffner-8/+42
2017-09-08Match c_char definitions and enable signal reset for L4ReSebastian Humenda-13/+17
2017-09-07Properly detect overflow in Instance +/- Duration.kennytm-17/+36
2017-09-06std: Fix a segfault on OSX with backtracesAlex Crichton-1/+2
2017-09-06Implement named threads on WindowsJoshua Sheard-7/+17
2017-09-02Fallback to dladdr-based resolve_symbol if backtrace failed.kennytm-14/+29
2017-09-02Use env::current_exe for libbacktrace on macOSJohn Colanduoni-20/+7
2017-09-02Add libbacktrace support for Apple platformsJohn Colanduoni-5/+30
2017-08-28Update the libc submoduleAlex Crichton-8/+27
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-2/+0
2017-08-27Auto merge of #44112 - alexcrichton:thread-join, r=sfacklerbors-2/+8
2017-08-26std: Handle OS errors when joining threadsAlex Crichton-2/+8
2017-08-24Fix inconsistent doc headingslukaramu-2/+2
2017-08-20redox: Correct error on exec when file is not foundIan Douglas Scott-1/+1
2017-08-18Auto merge of #43900 - TobiasSchaffner:net_out_of_io, r=alexcrichtonbors-59/+62
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-2/+2
2017-08-16Refactoring: move net specific fd imps to netTobias Schaffner-59/+62
2017-08-16Auto merge of #43883 - frewsxcv:frewsxcv-set-readonly-clarification, r=QuietM...bors-1/+7
2017-08-16Auto merge of #43710 - zackmdavis:field_init_shorthand_power_slam, r=Mark-Sim...bors-19/+19
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-19/+19
2017-08-15Fix typos & us spellingsFourchaux-2/+2
2017-08-15Auto merge of #43635 - ids1024:backtrace-redox, r=alexcrichtonbors-32/+159
2017-08-15Add comments clarifying behavior of unix `set_readonly` behavior.Corey Farwell-1/+7
2017-08-13Rollup merge of #43821 - NilSet:redox-dns, r=alexcrichtonGuillaume Gomez-14/+12
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-7/+7
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-16/+69
2017-08-12Fix some typosBastien Orivel-7/+7
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-2/+2
2017-08-11Handle DNS label compression in more placesThomas Levy-14/+12
2017-08-12Fix error during cross-platform documentation.kennytm-2/+21
2017-08-11Rollup merge of #43783 - prisme60:prisme60-typo, r=Mark-SimulacrumGuillaume Gomez-1/+1
2017-08-11Fix some typosBastien Orivel-2/+2
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-4/+4
2017-08-10Fix typo corersponding -> correspondingFoucher-1/+1
2017-08-10Exposed all platform-specific documentation.kennytm-14/+48
2017-08-09Fix errors on WindowsAriel Ben-Yehuda-2/+2
2017-08-03Simplify Redox backtrace/ to not include non-Redox implementationsIan Douglas Scott-207/+3
2017-08-04Auto merge of #43634 - dhduvall:solaris-test-fixes, r=sanxiynbors-6/+1
2017-08-03Make backtraces work on Redox, copying Unix implementationIan Douglas Scott-32/+363
2017-08-04Auto merge of #43459 - ids1024:asrawfd, r=alexcrichtonbors-0/+55
2017-08-03Fix AsRawHandleIan Douglas Scott-3/+3
2017-08-03Fix a dangling symlink bug in `remove_dir_all()` on SolarisDanek Duvall-6/+1
2017-08-03Implement AsRawHandle for Std* on WindowsIan Douglas Scott-0/+22