]> git.lizzy.rs Git - rust.git/history - src/libstd/sys
std: Push process stdio setup in std::sys
[rust.git] / src / libstd / sys /
2016-02-10 Alex Crichtonstd: Push process stdio setup in std::sys
2016-02-10 Alex Crichtonstd: Lift out Windows' CreateProcess lock a bit
2016-02-10 Alex Crichtonstd: Rename Stdio::None to Stdio::Null
2016-02-10 Alex Crichtonstd: Push Child's exit status to sys::process
2016-02-10 Alex Crichtonstd: Implement CommandExt::before_exec
2016-02-10 Alex Crichtonstd: Refactor process spawning on Unix
2016-02-09 borsAuto merge of #31282 - pczarn:mir-trans-builder, r...
2016-02-09 borsAuto merge of #31492 - alexcrichton:remove-allow-trivia...
2016-02-08 borsAuto merge of #31397 - bradfirj:arc-docfix, r=steveklabnik
2016-02-08 borsAuto merge of #31324 - nagisa:mir-transforms, r=nikomat...
2016-02-08 borsAuto merge of #31462 - thepowersgang:fix_29946, r=dotdash
2016-02-08 borsAuto merge of #31468 - pitdicker:fs_tests_cleanup,...
2016-02-07 Paul DickerDon't let `remove_dir_all` recursively remove a symlink
2016-02-07 borsAuto merge of #31433 - nagisa:fix-man-ur, r=brson
2016-02-07 borsAuto merge of #31450 - bluss:no-null-markers, r=Gankro
2016-02-07 borsAuto merge of #31445 - saurvs:master, r=brson
2016-02-07 borsAuto merge of #31440 - reem:rwlock-map-fix, r=alexcrichton
2016-02-06 borsAuto merge of #30629 - brson:emscripten-upstream, r...
2016-02-06 Brian AndersonAdd support for i686-unknown-linux-musl
2016-02-06 Brian AndersonAdd the asmjs-unknown-emscripten triple. Add cfgs to...
2016-02-06 borsAuto merge of #31428 - reem:remove-mutexguard-map,...
2016-02-06 borsAuto merge of #31427 - reem:more-debug-mutex, r=sfackler
2016-02-06 borsAuto merge of #31417 - alexcrichton:cloexec-all-the...
2016-02-06 borsAuto merge of #31410 - rkruppe:issue31109, r=pnkfelix
2016-02-06 borsAuto merge of #31333 - lambda:31273-abort-on-stack...
2016-02-06 Brian CampbellAbort on stack overflow instead of re-raising SIGSEGV
2016-02-06 borsAuto merge of #31307 - nagisa:mir-drop-terminator,...
2016-02-06 Alex Crichtonstd: Try to use pipe2 on Linux for pipes
2016-02-06 Alex Crichtonstd: Add support for accept4 on Linux
2016-02-06 Alex Crichtonstd: Add a helper for symbols that may not exist
2016-02-06 Alex Crichtonstd: Atomically set CLOEXEC for sockets if possible
2016-02-06 Alex Crichtonstd: When duplicating fds, skip extra set_cloexec
2016-02-06 Alex Crichtonstd: Only have extra set_cloexec for files on Linux
2016-02-05 borsAuto merge of #31349 - nikomatsakis:issue-31157-obligat...
2016-02-05 borsAuto merge of #31400 - durka:civilized-deriving, r...
2016-02-05 borsAuto merge of #31390 - dotdash:fix_quadratic_drop,...
2016-02-05 borsAuto merge of #31389 - mitaa:schars, r=nrc
2016-02-05 borsAuto merge of #31388 - gmbonnet:compiler-rt-werror...
2016-02-05 borsAuto merge of #31386 - tbu-:pr_cow_from_vec, r=alexcrichton
2016-02-05 borsAuto merge of #31321 - jseyfried:cleanup, r=nrc
2016-02-05 borsAuto merge of #30865 - alexcrichton:mtime-system-time...
2016-02-04 Steve KlabnikRollup merge of #31415 - tshepang:2-space-indent, r...
2016-02-04 Steve KlabnikRollup merge of #31413 - tshepang:improve, r=steveklabnik
2016-02-04 Steve KlabnikRollup merge of #31412 - tshepang:add-trailing-commas...
2016-02-04 Steve KlabnikRollup merge of #31411 - tshepang:idiom, r=steveklabnik
2016-02-04 Steve KlabnikRollup merge of #31401 - frewsxcv:clarify-ascii, r...
2016-02-04 Steve KlabnikRollup merge of #31396 - mbrubeck:grammar-stmts, r...
2016-02-04 Steve KlabnikRollup merge of #31007 - pra85:license, r=aturon
2016-02-04 Alex Crichtonstd: Expose SystemTime accessors on fs::Metadata
2016-02-04 borsAuto merge of #30759 - Manishearth:attr-tls, r=alexcrichton
2016-02-04 borsAuto merge of #31360 - pitdicker:fs_tests_cleanup,...
2016-02-04 borsAuto merge of #31382 - DanielJCampbell:SaveSpans, r=nrc
2016-02-04 Paul DickerAllow dead code for `symlink_junction()`
2016-02-04 borsAuto merge of #31161 - sfackler:slice-to-socket-addrs...
2016-02-04 borsAuto merge of #31069 - sfackler:file-try-clone, r=alexc...
2016-02-04 Steven FacklerAdd File::try_clone
2016-02-04 borsAuto merge of #31378 - nagisa:target-man, r=alexcrichton
2016-02-04 borsAuto merge of #31326 - sdleffler:master, r=nikomatsakis
2016-02-04 borsAuto merge of #30962 - Amanieu:non_volatile_atomic...
2016-02-04 borsAuto merge of #30796 - GuillaumeGomez:impl_box_error...
2016-02-03 borsAuto merge of #31078 - nbaksalyar:illumos, r=alexcrichton
2016-02-03 borsAuto merge of #30834 - reem:rwlock-read-guard-map,...
2016-02-03 Paul DickerAdress comments
2016-02-03 borsAuto merge of #31056 - kamalmarhubi:std-process-nul...
2016-02-03 Kamal Marhubistd: Properly handle interior NULs in std::process
2016-02-03 borsAuto merge of #31371 - apasel422:docs, r=alexcrichton
2016-02-03 Nikita BaksalyarFix broken auto-mac-ios-opt build
2016-02-03 borsAuto merge of #31375 - nagisa:path-docs, r=alexcrichton
2016-02-03 borsAuto merge of #31338 - dirk:dirk/add-name-bindings...
2016-02-03 borsAuto merge of #31263 - dhuseby:fixing_bsd_builds, r...
2016-02-03 Dave Husebytrying again at fixing stackp initialization
2016-02-03 Dave Husebysimplifying get_stack
2016-02-03 Dave Husebyrefactoring get_stack to be cleaner
2016-02-03 Dave Husebyunifying name_bytes now that the two blocks are the...
2016-02-03 Dave HusebyFixes #31229
2016-02-03 borsAuto merge of #31319 - alexcrichton:msvc-backtraces...
2016-02-03 borsAuto merge of #31370 - Manishearth:rollup, r=Manishearth
2016-02-02 borsAuto merge of #31361 - alexcrichton:revert-mk-changes...
2016-02-02 Manish GoregaokarRollup merge of #31352 - steveklabnik:gh31154, r=nikoma...
2016-02-02 Manish GoregaokarRollup merge of #31351 - steveklabnik:gh31318, r=alexcr...
2016-02-02 Manish GoregaokarRollup merge of #31347 - GuillaumeGomez:fix_E0118,...
2016-02-02 Manish GoregaokarRollup merge of #31332 - durka:errorck-fileline, r...
2016-02-02 Manish GoregaokarRollup merge of #31329 - quodlibetor:no-const-doc-in...
2016-02-02 Manish GoregaokarRollup merge of #31220 - steveklabnik:gh30632, r=nikoma...
2016-02-02 Manish GoregaokarRollup merge of #27499 - barosl:macro-doc-raw-str-hashe...
2016-02-02 borsAuto merge of #31312 - alexcrichton:no-le-in-powerpc64l...
2016-02-02 borsAuto merge of #31254 - tmiasko:macro-pretty-print-fix...
2016-02-02 borsAuto merge of #30991 - rthomas:master, r=Gankro
2016-02-02 borsAuto merge of #31359 - steveklabnik:rollup, r=steveklabnik
2016-02-02 Paul DickerEnable more fs tests on Windows
2016-02-02 Steve KlabnikRollup merge of #31348 - alexcrichton:shuffle-tiers...
2016-02-02 Steve KlabnikRollup merge of #31346 - alopatindev:fixes, r=aturon
2016-02-02 Steve KlabnikRollup merge of #31345 - kamalmarhubi:book-docs-special...
2016-02-02 Steve KlabnikRollup merge of #31281 - oli-obk:patch-2, r=nikomatsakis
2016-02-02 Steve KlabnikRollup merge of #31270 - ruud-v-a:improve-e0507, r...
2016-02-02 Steve KlabnikRollup merge of #31247 - tshepang:redundant-bindings...
2016-02-02 Steve KlabnikRollup merge of #31202 - steveklabnik:gh30459, r=alexcr...
2016-02-02 Steve KlabnikRollup merge of #30971 - SDX2000:docfixes, r=steveklabnik
2016-02-02 Alex CrichtonRemove "powerpc64le" and "mipsel" target_arch
2016-02-02 borsAuto merge of #31314 - alexcrichton:less-warnings,...
next