]> git.lizzy.rs Git - rust.git/history - src/libstd/thread.rs
Move native thread name setting from thread_info to Thread, fixes #21911
[rust.git] / src / libstd / thread.rs
2015-02-10 Vojtech KralMove native thread name setting from thread_info to...
2015-02-08 Vojtech KralMove native thread name setting from thread_info to...
2015-02-07 borsAuto merge of #21874 - nagisa:reference-is-removal...
2015-02-06 borsAuto merge of #21926 - mzabaluev:raw-lifetime, r=alexcr...
2015-02-06 borsAuto merge of #21860 - mdinger:enum_rewording, r=stevek...
2015-02-06 Manish GoregaokarRollup merge of #21991 - steveklabnik:gh21915, r=huonw
2015-02-06 Manish GoregaokarRollup merge of #21989 - steveklabnik:gh21491, r=Gankro
2015-02-06 borsAuto merge of #21962 - vrinek:printable-book, r=stevekl...
2015-02-06 Manish GoregaokarRollup merge of #21968 - nikomatsakis:issue-21965-dupli...
2015-02-06 Manish GoregaokarRollup merge of #21966 - scialex:fix-extern, r=alexcrichton
2015-02-06 Manish GoregaokarRollup merge of #21958 - brson:stable-features, r=alexc...
2015-02-06 Manish GoregaokarRollup merge of #21926 - mzabaluev:raw-lifetime, r...
2015-02-06 Manish GoregaokarRollup merge of #21924 - steveklabnik:fix_try_docs...
2015-02-06 Manish GoregaokarRollup merge of #21925 - sfackler:allow-missing-copy...
2015-02-06 Manish GoregaokarRollup merge of #21941 - dotdash:with_cond_false, r...
2015-02-06 Manish GoregaokarRollup merge of #21951 - Gankro:entry, r=aturon
2015-02-06 Manish GoregaokarRollup merge of #21954 - jbcrail:fix-misspelled-comment...
2015-02-06 Manish GoregaokarRollup merge of #21955 - jbcrail:fix-test-comments...
2015-02-06 Manish GoregaokarRollup merge of #21964 - semarie:openbsd-env, r=alexcri...
2015-02-06 Manish GoregaokarRollup merge of #21976 - mzabaluev:fix-copy-mut-lifetim...
2015-02-06 Manish GoregaokarRollup merge of #21986 - LeoTestard:identical-statics...
2015-02-06 borsAuto merge of #21609 - GarrettHeel:master, r=steveklabnik
2015-02-06 borsAuto merge of #21947 - bluss:full-range-syntax, r=brson
2015-02-05 borsAuto merge of #21894 - dotdash:assume_rc, r=alexcrichton
2015-02-05 borsAuto merge of #21916 - japaric:no-as-slice, r=alexcrichton
2015-02-05 Jorge Apariciocleanup: replace `as[_mut]_slice()` calls with deref...
2015-02-05 borsAuto merge of #21843 - japaric:kindless, r=alexcrichton
2015-02-05 Jorge Aparicioremove all kind annotations from closures
2015-02-03 borsAuto merge of #21675 - huonw:less-false-positives,...
2015-02-03 borsAuto merge of #21745 - chris-morgan:add-missing-unstabl...
2015-02-02 Alex Crichtonrollup merge of #21832: genbattle/doc-unicode-escapes
2015-02-02 Alex Crichtonrollup merge of #21825: kmcallister/ttdelim-span
2015-02-02 Alex Crichtonrollup merge of #21819: dsyang/doc_fix
2015-02-02 Alex Crichtonrollup merge of #21818: dotdash/llvm_up
2015-02-02 Alex Crichtonrollup merge of #21817: edwardw/symmetric-binop
2015-02-02 Alex Crichtonrollup merge of #21815: nagisa/overflowing-lints
2015-02-02 Alex Crichtonrollup merge of #21808: jfager/r20454
2015-02-02 Alex Crichtonrollup merge of #21803: madmalik/patch-1
2015-02-02 Alex Crichtonrollup merge of #21800: brson/unused_features
2015-02-02 Alex Crichtonrollup merge of #21794: alexcrichton/stabilize-atomic...
2015-02-02 Alex Crichtonrollup merge of #21787: alexcrichton/std-env
2015-02-02 Alex Crichtonrollup merge of #21782: alexcrichton/issue-21771
2015-02-02 Alex Crichtonrollup merge of #21509: lucab/lucab/copyright-update
2015-02-01 borsAuto merge of #21806 - edwardw:new-range-impl, r=alexcr...
2015-02-01 borsAuto merge of #21811 - tbu-:pr_more_isize, r=alexcrichton
2015-02-01 borsAuto merge of #21809 - japaric:no-copy, r=alexcrichton
2015-02-01 borsAuto merge of #21788 - carllerche:master, r=alexcrichton
2015-01-31 Carl LercheImplement Thread::park_timeout
2015-01-30 Alex Crichtonrollup merge of #21528: tshepang/simpler-replace-example
2015-01-30 Alex Crichtonrollup merge of #21706: reem/missing-zeroable-impl...
2015-01-30 Alex Crichtonrollup merge of #21702: nikomatsakis/issue-21636
2015-01-30 Alex Crichtonrollup merge of #21693: tomjakubowski/rustdoc-fix-21442
2015-01-30 Alex Crichtonrollup merge of #21678: vojtechkral/threads-native...
2015-01-30 Alex Crichtonrollup merge of #21494: jatinn/jsnav
2015-01-29 borsAuto merge of #21692 - pnkfelix:fsk-fix-coerce-match...
2015-01-29 borsAuto merge of #21691 - edwardw:double-closure, r=nikoma...
2015-01-29 borsAuto merge of #21680 - japaric:slice, r=alexcrichton
2015-01-28 borsAuto merge of #21522 - nikomatsakis:assoc-type-ice...
2015-01-28 Manish GoregaokarRollup merge of 21643 - semarie:break-local_stage0...
2015-01-28 Manish GoregaokarRollup merge of 21651 - nelsonjchen:add--webkit-overflo...
2015-01-28 Manish GoregaokarRollup merge of 21654 - FlaPer87:unify-impls, r=alexcri...
2015-01-28 Manish GoregaokarRollup merge of 21662 - oli-obk:hashmap_enum_json,...
2015-01-28 Manish GoregaokarRollup merge of 21663 - tbu-:pr_doc_cell_static_safety...
2015-01-28 Manish GoregaokarRollup merge of 21671 - akiss77:pr-aarch64-fastisel0...
2015-01-28 Manish GoregaokarRollup merge of 21681 - japaric:no-warn, r=alexcrichton
2015-01-28 Manish GoregaokarRollup merge of 21708 - brson:internals, r=huonw
2015-01-28 Manish GoregaokarRollup merge of 21711 - thepowersgang:patch-1, r=alexcr...
2015-01-28 Manish GoregaokarRollup merge of #21640 - retep998:rmdir, r=alexcrichton
2015-01-28 Manish GoregaokarMerge remote-tracking branch 'origin/master' into rollup
2015-01-28 Vojtech KralThread native name setting, fix #10302
2015-01-28 borsAuto merge of #21158 - alkor:issue-21131, r=nick29581
2015-01-28 borsAuto merge of #21248 - brson:feature-staging, r=alexcri...
2015-01-27 Manish GoregaokarRollup merge of #21666 - tshepang:rm-unloved-file,...
2015-01-27 borsAuto merge of #21523 - nikomatsakis:issue-21245-japaric...
2015-01-27 Manish GoregaokarRollup merge of #21667 - nagisa:sbook-links, r=Gankro
2015-01-27 Manish GoregaokarRollup merge of #21676 - Victory:fix-deprication-in...
2015-01-27 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
2015-01-27 Manish GoregaokarRollup merge of #21686 - richo:python-fixes, r=alexcrichton
2015-01-27 Manish GoregaokarRollup merge of #21658 - Manishearth:index_on_unimpleme...
2015-01-27 Manish GoregaokarRollup merge of #21625 - carols10cents:sliceext-example...
2015-01-27 Manish GoregaokarRollup merge of #21624 - emanueLczirai:vim_syntastic_fi...
2015-01-27 Manish GoregaokarRollup merge of #21623 - dinfuehr:patch-1, r=alexcrichton
2015-01-27 Manish GoregaokarRollup merge of #21618 - snowe2010:documentation, r...
2015-01-27 Manish GoregaokarRollup merge of #21612 - bombless:patch-3, r=alexcrichton
2015-01-27 Manish GoregaokarRollup merge of #21608 - JeffBelgum:collections-reform...
2015-01-27 Manish GoregaokarRollup merge of #21602 - japaric:derive-copy, r=alexcri...
2015-01-27 Manish GoregaokarRollup merge of #21597 - iKevinY:mobile-api-docs, r=cmr
2015-01-27 Manish GoregaokarRollup merge of #21591 - GuillaumeGomez:hash, r=alexcri...
2015-01-27 borsAuto merge of #21586 - pyfisch:patch-1, r=alexcrichton
2015-01-27 borsAuto merge of #21564 - steveklabnik:doc_cell, r=alexcri...
2015-01-27 borsAuto merge of #21646 - dotdash:default_target_cpu,...
2015-01-27 borsAuto merge of #21543 - alexcrichton:old-io, r=aturon
2015-01-27 Vojtech KralThread native name setting, fix #10302
2015-01-27 Alex CrichtonFallout of io => old_io
2015-01-26 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
2015-01-26 borsAuto merge of #21401 - kballard:optimize-shrink-to...
2015-01-26 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
2015-01-25 borsAuto merge of #21518 - Zoxc:asm-err, r=luqmana
2015-01-25 borsAuto merge of #20613 - dgriffen:master, r=alexcrichton
2015-01-25 Brian AndersonMerge remote-tracking branch 'rust-lang/master'
next