]> git.lizzy.rs Git - rust.git/history - src/libstd/sys/redox/stdio.rs
Refactor stderr_prints_nothing into a more modular function
[rust.git] / src / libstd / sys / redox / stdio.rs
2018-12-06 Jethro BeekmanRefactor stderr_prints_nothing into a more modular...
2018-08-19 Mazdak FarrokhzadMerge branch 'master' into feature/core_convert_id
2018-05-15 Guillaume GomezRollup merge of #49767 - ecstatic-morse:ptr-docs, r...
2018-05-09 kennytmRollup merge of #49988 - clarcharr:never_docs, r=stevek...
2018-04-27 kennytmRollup merge of #49858 - dmizuk:unique-doc-hidden,...
2018-04-27 kennytmRollup merge of #49707 - steveklabnik:rustc-book, r...
2018-04-25 borsAuto merge of #49986 - zofrex:better-derived-argument...
2018-04-24 borsAuto merge of #49911 - rcoh:master, r=nikomatsakis
2018-04-24 kennytmRollup merge of #49985 - zackmdavis:0, r=estebank
2018-04-24 kennytmRollup merge of #49970 - SimonSapin:deprecate, r=sfackler
2018-04-24 kennytmRollup merge of #49906 - kennytm:stable-unreachable...
2018-04-24 kennytmRollup merge of #49829 - ecstatic-morse:os-docs, r...
2018-04-24 kennytmRollup merge of #49727 - stjepang:cell-update, r=SimonSapin
2018-04-24 kennytmRollup merge of #49461 - andreastt:child-kill-exited...
2018-04-24 borsAuto merge of #48999 - GuillaumeGomez:add-repeat-on...
2018-04-24 borsAuto merge of #48989 - ExpHP:path-prefix, r=dtolnay
2018-04-23 borsAuto merge of #49779 - oli-obk:const_err_regression...
2018-04-23 borsAuto merge of #49368 - matthewjasper:feature-gate-where...
2018-04-23 borsAuto merge of #49372 - Phlosioneer:inherent-impl-defaul...
2018-04-19 borsAuto merge of #48553 - seanmonstar:atomic-debug, r...
2018-04-19 borsAuto merge of #49630 - npmccallum:shl, r=alexcrichton
2018-04-18 borsAuto merge of #50006 - rcoh:reorder-compiler-builtins...
2018-04-18 borsAuto merge of #49993 - nnethercote:shrink-Token, r...
2018-04-18 borsAuto merge of #49981 - nox:fix-signed-niches, r=eddyb
2018-04-18 borsAuto merge of #49950 - Zoxc:default-span, r=estebank
2018-04-17 Guillaume GomezRollup merge of #50032 - ollie27:rustdoc_all_private...
2018-04-17 Guillaume GomezRollup merge of #50013 - frewsxcv:frewsxcv-ssplice...
2018-04-17 Guillaume GomezRollup merge of #49966 - GuillaumeGomez:comma-search...
2018-04-17 Guillaume GomezRollup merge of #49699 - zesterer:master, r=joshtriplett
2018-04-17 borsAuto merge of #49836 - nikomatsakis:nll-facts-prep...
2018-04-17 borsAuto merge of #49626 - fanzier:chalk-lowering, r=scalexm
2018-04-17 borsAuto merge of #49542 - GuillaumeGomez:intra-link-resolu...
2018-04-17 borsAuto merge of #49882 - Zoxc:sync-misc2, r=michaelwoerister
2018-04-17 borsAuto merge of #49664 - alexcrichton:stable-simd, r...
2018-04-17 borsAuto merge of #50012 - Zoxc:msvc-fix, r=Mark-Simulacrum
2018-04-16 borsAuto merge of #49488 - alexcrichton:small-wasm-panic...
2018-04-13 Alex Crichtonstd: Minimize size of panicking on wasm
2018-03-19 kennytmRollup merge of #46518 - partim:asref-borrow-doc, r...
2018-01-03 kennytmRollup merge of #47117 - tinaun:no_more_dups, r=frewsxcv
2017-12-10 borsAuto merge of #46620 - bjorn3:remove-test-metric, r...
2017-12-08 borsAuto merge of #45837 - SimonSapin:file_read_write,...
2017-12-07 Guillaume GomezRollup merge of #46548 - jonathanstrong:master, r=dtolnay
2017-12-06 Oliver SchneiderUpdate miri to rustc changes
2017-11-27 kennytmRollup merge of #45506 - ia0:mpsc_recv_error_from,...
2017-11-26 kennytmRollup merge of #46259 - bjorn3:display_lang_item,...
2017-11-23 Guillaume GomezRollup merge of #46220 - rust-lang:frewsxcv-issue-44929...
2017-11-23 Guillaume GomezRollup merge of #46218 - rust-lang:frewsxcv-rename...
2017-11-23 borsAuto merge of #45881 - Centril:box-leak, r=alexcrichton
2017-11-23 borsAuto merge of #45721 - nikomatsakis:hir-tree, r=arielb1
2017-11-22 borsAuto merge of #45198 - oli-obk:fmt_args, r=sfackler
2017-11-20 borsAuto merge of #45819 - Havvy:cell, r=aturon
2017-11-19 borsAuto merge of #45454 - Aaronepower:master, r=alexcrichton
2017-11-18 Guillaume GomezRollup merge of #45767 - QuietMisdreavus:who-docs-the...
2017-11-18 borsAuto merge of #45899 - eddyb:meta-race, r=alexcrichton
2017-11-17 borsAuto merge of #45595 - scottmcm:iter-try-fold, r=dtolnay
2017-11-16 Guillaume GomezRollup merge of #46005 - GuillaumeGomez:short-unstable...
2017-11-14 Guillaume GomezRollup merge of #45970 - GuillaumeGomez:from-str-docs...
2017-11-14 Guillaume GomezRollup merge of #45815 - QuietMisdreavus:happy-little...
2017-11-13 borsAuto merge of #45890 - arielb1:self-first, r=eddyb
2017-11-13 borsAuto merge of #45810 - SimonSapin:ac-dc, r=aturon
2017-11-13 kennytmRollup merge of #45893 - redox-os:futex_timeout, r...
2017-11-13 kennytmRollup merge of #45892 - redox-os:is_absolute_fix,...
2017-11-13 kennytmRollup merge of #45828 - pornel:printoption, r=nrc
2017-11-12 borsAuto merge of #45623 - mneumann:dragonfly-ci, r=alexcri...
2017-11-12 borsAuto merge of #45870 - mikeyhew:arbitrary_self_types...
2017-11-12 borsAuto merge of #45864 - nikomatsakis:issue-30046-infer...
2017-11-12 borsAuto merge of #45848 - nrc:rls-bugs-4, r=eddyb
2017-11-11 borsAuto merge of #45333 - alkis:master, r=bluss
2017-11-11 Guillaume GomezRollup merge of #45877 - mikhail-m1:mir-borrowck-act...
2017-11-11 Guillaume GomezRollup merge of #45812 - GuillaumeGomez:links-and-searc...
2017-11-11 borsAuto merge of #45772 - leodasvacas:fix-auto-bounds...
2017-11-11 borsAuto merge of #45807 - tommyip:format_err, r=estebank
2017-11-11 borsAuto merge of #45806 - alexcrichton:update-llvm-for...
2017-11-10 borsAuto merge of #45707 - Ryman:deprecated-item-name,...
2017-11-10 borsAuto merge of #45050 - petrochenkov:ambind, r=nikomatsakis
2017-11-10 borsAuto merge of #45804 - gnzlbg:div_intr, r=alexcrichton
2017-11-10 borsAuto merge of #45791 - eddyb:quote-unquote, r=jseyfried
2017-11-10 borsAuto merge of #45785 - arielb1:unsafe-fixes, r=eddyb
2017-11-10 kennytmRollup merge of #45895 - arielb1:inline-debug, r=eddyb
2017-11-10 kennytmRollup merge of #45887 - xfix:assert-eq-trailling-comma...
2017-11-10 kennytmRollup merge of #45882 - japaric:gh45802, r=kennytm
2017-11-10 kennytmRollup merge of #45878 - jhford:use-get-in-get-example...
2017-11-10 kennytmRollup merge of #45869 - GuillaumeGomez:debug-doc,...
2017-11-10 kennytmRollup merge of #45863 - LukasKalbertodt:add-option...
2017-11-10 kennytmRollup merge of #45856 - estebank:issue-45829, r=nikoma...
2017-11-10 kennytmRollup merge of #45783 - kennytm:compiler-test-fixes...
2017-11-10 borsAuto merge of #45773 - Badel2:dotdoteq, r=petrochenkov
2017-11-09 borsAuto merge of #45761 - gnzlbg:xsave_feature, r=alexcrichton
2017-11-09 borsAuto merge of #45757 - mikhail-m1:change-mir-dump-filen...
2017-11-09 borsAuto merge of #45725 - alexcrichton:std-less-rand,...
2017-11-09 Alex Crichtonstd: Change how EBADF is handled in `sys`
2017-09-29 Oliver SchneiderMerge remote-tracking branch 'miri/upstream' into miri
2017-08-15 Corey FarwellRollup merge of #43846 - frewsxcv:frewsxcv-mailmap...
2017-07-12 Mark SimulacrumRollup merge of #42670 - dns2utf8:panic_return_code...
2017-07-04 Mark SimulacrumRollup merge of #42227 - ollie27:into_to_from, r=aturon
2017-06-30 borsAuto merge of #42782 - cuviper:iterator_for_each, r...
2017-06-28 borsAuto merge of #42797 - arielb1:ex-falso-ice, r=nikomatsakis
2017-06-28 borsAuto merge of #42709 - stepancheg:discriminant-hash...
2017-06-28 borsAuto merge of #42431 - nagisa:core-float-2, r=alexcrichton
2017-06-24 borsAuto merge of #42541 - gilescope:patch-1, r=alexcrichton
next