]> git.lizzy.rs Git - rust.git/history - src/libstd/sys/windows/thread.rs
Thread native name setting, fix #10302
[rust.git] / src / libstd / sys / windows / thread.rs
2015-01-27 Vojtech KralThread native name setting, fix #10302
2015-01-25 borsAuto merge of #20613 - dgriffen:master, r=alexcrichton
2015-01-21 Alex Crichtonrollup merge of #19913: KOMON/rust-mode-emacs-indentation
2015-01-20 borsAuto merge of #19353 - icorderi:docs/grammar, r=stevekl...
2015-01-12 borsMerge pull request #20968 from estsauver/20762
2015-01-12 borsMerge pull request #20903 from XMPPwocky/deadlink1
2015-01-08 Alex Crichtonrollup merge of #20665: nikomatsakis/assoc-types-method...
2015-01-08 Alex Crichtonrollup merge of #20631: huon/no-drop-and-copy
2015-01-08 Alex Crichtonrollup merge of #20693: EchoAce/intro-oboe
2015-01-08 Alex Crichtonrollup merge of #20611: simnalamburt/master
2015-01-07 borsauto merge of #20655 : nikomatsakis/rust/carl-ice,...
2015-01-07 borsMerge pull request #20682 from sfackler/fix-impls
2015-01-07 borsMerge pull request #20679 from geekcraik/master
2015-01-07 borsMerge pull request #20675 from jbcrail/fix-test-comments
2015-01-07 borsMerge pull request #20674 from jbcrail/fix-misspelled...
2015-01-07 borsMerge pull request #20672 from vrana/patch-3
2015-01-07 borsMerge pull request #20670 from vrana/patch-2
2015-01-07 borsMerge pull request #20669 from vrana/patch-1
2015-01-07 borsauto merge of #20620 : brson/rust/relnotes, r=huonw
2015-01-07 borsauto merge of #20677 : alexcrichton/rust/rollup, r...
2015-01-07 Alex CrichtonMore test fixes
2015-01-04 borsMerge pull request #19963 from tshepang/patch-3
2015-01-03 borsauto merge of #19835 : pythonesque/rust/add-unordered...
2014-12-31 Alex CrichtonRevert "std: Re-enable at_exit()"
2014-12-31 Alex Crichtonrollup merge of #20061: aturon/stab-2-vec-slice
2014-12-31 Alex Crichtonrollup merge of #20353: alexcrichton/snapshots
2014-12-31 Alex Crichtonrollup merge of #20350: fhahn/issue-20340-rustdoc-version
2014-12-31 Alex Crichtonrollup merge of #20348: frewsxcv/rm-reexports
2014-12-31 Alex Crichtonrollup merge of #20344: brson/srctarballs
2014-12-31 Alex Crichtonrollup merge of #20332: js-ojus/master
2014-12-31 Alex Crichtonrollup merge of #20330: fhahn/issue-15877-model-lexer...
2014-12-31 Alex Crichtonrollup merge of #20329: vhbit/ios-rand-fix
2014-12-31 Alex Crichtonrollup merge of #20328: huonw/attack-of-the-clones
2014-12-31 Alex Crichtonrollup merge of #20326: rohitjoshi/master
2014-12-31 Alex Crichtonrollup merge of #20325: nick29581/obj-safety-static
2014-12-31 Alex Crichtonrollup merge of #20323: brson/beta
2014-12-31 Alex Crichtonrollup merge of #20321: epall/patch-1
2014-12-31 Alex Crichtonrollup merge of #20316: seanmonstar/patch-1
2014-12-31 Alex Crichtonrollup merge of #20286: murarth/get-address-name
2014-12-31 Alex Crichtonrollup merge of #20247: steveklabnik/gh20088
2014-12-31 Alex Crichtonrollup merge of #20217: luqmana/pc
2014-12-31 Alex Crichtonrollup merge of #20115: gereeter/split-module-building
2014-12-31 Alex Crichtonrollup merge of #20065: aturon/stab-2-cmp
2014-12-31 Alex Crichtonrollup merge of #20045: alexcrichton/issue-20012
2014-12-30 Alex Crichtonstd: Re-enable at_exit()
2014-12-24 Johannes HoffMerge branch 'master' into cfg_tmp_dir
2014-12-23 borsMerge pull request #19886 from brson/rustup
2014-12-21 Alex Crichtonrollup merge of #20027: michaelwoerister/for-loop-var
2014-12-21 Alex Crichtonrollup merge of #20014: kballard/unsized-marker-type...
2014-12-21 Alex Crichtonrollup merge of #20006: alexcrichton/no-more-empty...
2014-12-21 Alex Crichtonrollup merge of #19996: th0114nd/boolean-inden
2014-12-21 Alex Crichtonrollup merge of #19994: bluss/doc-ownership
2014-12-21 Alex Crichtonrollup merge of #19993: bluss/setalgebraitems
2014-12-21 Alex Crichtonrollup merge of #19989: th0114nd/quotes-around-as
2014-12-21 Alex Crichtonrollup merge of #19983: Munksgaard/fix-19981
2014-12-21 Alex Crichtonrollup merge of #19980: erickt/cleanup-serialize
2014-12-21 Alex Crichtonrollup merge of #19979: Munksgaard/19978
2014-12-21 Alex Crichtonrollup merge of #19977: pnkfelix/add-test-for-issue...
2014-12-21 Alex Crichtonrollup merge of #19974: vhbit/json-unicode-literals
2014-12-21 Alex Crichtonrollup merge of #19973: vhbit/ios-no-copy
2014-12-21 Alex Crichtonrollup merge of #19969: aturon/inherit-trait-stab
2014-12-21 Alex Crichtonrollup merge of #19967: apasel422/binary_heap
2014-12-21 Alex Crichtonrollup merge of #19966: steveklabnik/remove_l10n
2014-12-21 Alex Crichtonrollup merge of #19965: japaric/remove-wrong-add
2014-12-21 Alex Crichtonrollup merge of #19957: tshepang/patch-1
2014-12-21 Alex Crichtonrollup merge of #19944: steveklabnik/doc_sync_arc
2014-12-21 Alex Crichtonrollup merge of #19932: elszben/master
2014-12-21 Alex Crichtonrollup merge of #19898: Aatch/issue-19684
2014-12-21 Alex Crichtonrollup merge of #19838: shepmaster/invariant-lifetime...
2014-12-21 Alex Crichtonrollup merge of #19823: iKevinY/doc-fixes
2014-12-21 Alex Crichtonrollup merge of #19727: lfairy/patch-1
2014-12-21 Alex Crichtonrollup merge of #19651: Gankro/ptr-docs
2014-12-21 borsauto merge of #19953 : sanxiyn/rust/privacy-span, r...
2014-12-21 borsauto merge of #19946 : cgaebel/rust/hashmap-drain-iter...
2014-12-20 borsauto merge of #19900 : alexcrichton/rust/compiler-flags...
2014-12-20 borsauto merge of #19640 : aliblong/rust/power_of_two_refor...
2014-12-19 borsauto merge of #19884 : nikomatsakis/rust/issue-19730...
2014-12-19 borsauto merge of #19654 : aturon/rust/merge-rt, r=alexcrichton
2014-12-19 Aaron TuronRevise std::thread API to join by default
2014-12-19 Aaron Turonlibs: merge librustrt into libstd