about summary refs log tree commit diff
path: root/src/libstd/sys/redox
AgeCommit message (Expand)AuthorLines
2018-11-15Rollup merge of #55182 - jD91mZM2:rebased, r=alexcrichtonPietro Albini-63/+235
2018-11-13fix various typos in doc commentsAndy Russell-3/+3
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-0/+2
2018-11-07Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwcokennytm-5/+5
2018-11-06refactor: use shorthand fieldsteresy-5/+5
2018-10-19Prefer unwrap_or_else to unwrap_or in case of function calls/allocationsljedrz-1/+1
2018-10-18Fix tidy checksjD91mZM2-1/+1
2018-10-18Revert liblibc submodule urljD91mZM2-7/+2
2018-10-18Interpret shebangs on redoxjD91mZM2-14/+80
2018-10-18Don't forget to close executable fileJeremy Soller-1/+2
2018-10-18Remove unused type parameterJeremy Soller-1/+1
2018-10-18Update to new system calls and enviromental variablesJeremy Soller-57/+167
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2018-08-16std: stop backtracing when the frames are fullJosh Stone-8/+10
2018-08-08Use repr(align(x)) for redox in6_addrLinus Färnstrand-1/+1
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-5/+6
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-5/+6
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-1/+1
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-3/+3
2018-07-27Prefer to_string() to format!()ljedrz-1/+1
2018-07-25Merge remote-tracking branches 'ljedrz/dyn_libcore', 'ljedrz/dyn_libstd' and ...Tatsuyuki Ishi-1/+1
2018-07-25Add missing dynTatsuyuki Ishi-2/+2
2018-07-24Rollup merge of #52656 - jD91mZM2:stablize-uds, r=alexcrichtonMark Rousskov-1/+41
2018-07-24Stablize Redox Unix SocketsjD91mZM2-1/+41
2018-07-23Change single char str patterns to charsljedrz-2/+2
2018-07-13Fix redox libstd leftoverTatsuyuki Ishi-2/+2
2018-07-10Add missing `dyn` for cloudabi, redox, unix and wasmljedrz-1/+1
2018-07-08Delete leftover filesjD91mZM2-252/+0
2018-07-07Add is_unnamedjD91mZM2-0/+27
2018-07-07Revert unification of interfacesjD91mZM2-4/+692
2018-07-03Remove stability attributes on private types and leftover docsjD91mZM2-2/+0
2018-06-27Add is_unnamed on redoxjD91mZM2-22/+26
2018-06-27Fix tidy checksjD91mZM2-0/+10
2018-06-27Horrible attempt at cleaning things up that probably just made it worsejD91mZM2-702/+254
2018-06-26Revert "Remove functions that always error"jD91mZM2-0/+181
2018-06-26Mention redox' behavior in doc commentsjD91mZM2-0/+6
2018-06-26Remove functions that always errorjD91mZM2-181/+0
2018-06-26Disallow constructing SocketAddr from third-party codejD91mZM2-2/+2
2018-06-26Make feature unstablejD91mZM2-40/+1
2018-06-26Custom feature gate (I think?)jD91mZM2-40/+40
2018-06-26Trim all lines to 100jD91mZM2-3/+10
2018-06-26Make UnixStream::take_error return None on redoxjD91mZM2-3/+3
2018-06-26Unix sockets on redox!jD91mZM2-1/+733
2018-06-17Auto merge of #51529 - nodakai:improve-sys_common-mutex, r=oli-obkbors-10/+6
2018-06-17libstd: add an RAII utility for sys_common::mutex::MutexNODA, Kai-10/+6
2018-06-14Removed two unused variablesChris Cesare-3/+0
2018-06-04Clarify error phrase in `sub_instant` functionClaudio Bley-1/+1
2018-05-09use fmt::Result where applicableAndre Bogus-2/+2
2018-04-24Rollup merge of #49829 - ecstatic-morse:os-docs, r=steveklabnikkennytm-19/+43
2018-04-14Prefer unprefixed paths for well known structsDylan MacKenzie-7/+7