]> git.lizzy.rs Git - rust.git/history - src/libstd/sync/mpsc/sync.rs
Replace `0 as *const/mut T` with `ptr::null/null_mut()`
[rust.git] / src / libstd / sync / mpsc / sync.rs
2015-01-19 weReplace `0 as *const/mut T` with `ptr::null/null_mut()`
2015-01-15 Alex Crichtonrollup merge of #21172: brson/tuple
2015-01-15 Alex Crichtonrollup merge of #21089: nikomatsakis/issue-20676-invali...
2015-01-15 Alex Crichtonrollup merge of #21085: pnkfelix/pp-flowgraph-kill...
2015-01-15 Alex Crichtonrollup merge of #21075: iKevinY/intro-changes
2015-01-15 Alex Crichtonrollup merge of #21066: japaric/issue-20575
2015-01-15 Alex Crichtonrollup merge of #21059: steveklabnik/gh16072
2015-01-15 Alex Crichtonrollup merge of #21054: steveklabnik/gh17950
2015-01-15 Alex Crichtonrollup merge of #21046: steveklabnik/gh16654
2015-01-15 Alex Crichtonrollup merge of #21041: steveklabnik/gh17554
2015-01-15 Alex Crichtonrollup merge of #21040: steveklabnik/gh20037
2015-01-15 Alex Crichtonrollup merge of #21038: steveklabnik/gh20471
2015-01-15 Alex Crichtonrollup merge of #21036: renato-zannon/into-iter-impls
2015-01-15 Alex Crichtonrollup merge of #21031: steveklabnik/gh19067
2015-01-15 Alex Crichtonrollup merge of #21029: steveklabnik/gh19924
2015-01-15 Alex Crichtonrollup merge of #21028: steveklabnik/gh17368
2015-01-15 Alex Crichtonrollup merge of #21023: steveklabnik/gh20840
2015-01-15 Alex Crichtonrollup merge of #21020: steveklabnik/gh20844
2015-01-15 Alex Crichtonrollup merge of #21015: steveklabnik/gh20852
2015-01-15 Alex Crichtonrollup merge of #21014: steveklabnik/gh20876
2015-01-15 Alex Crichtonrollup merge of #21013: steveklabnik/gh20914
2015-01-15 Alex Crichtonrollup merge of #21011: steveklabnik/gh20993
2015-01-15 Alex Crichtonrollup merge of #21005: huonw/deriving-docs
2015-01-15 Alex Crichtonrollup merge of #21001: camjackson/master
2015-01-15 Alex Crichtonrollup merge of #20988: ciphergoth/task-to-thread
2015-01-15 Alex Crichtonrollup merge of #20986: alkor/doc-fixes
2015-01-15 Alex Crichtonrollup merge of #20985: vhbit/ios-install
2015-01-15 Alex Crichtonrollup merge of #20976: jbcrail/rm-unused-import
2015-01-15 Alex Crichtonrollup merge of #20964: sfackler/recursion-syntax
2015-01-15 Alex Crichtonrollup merge of #20929: laurilehmijoki/master
2015-01-15 Alex Crichtonrollup merge of #20892: CarVac/master
2015-01-15 borsauto merge of #20990 : estsauver/rust/playpen_20732...
2015-01-15 borsauto merge of #20980 : richo/rust/final-power, r=alexcr...
2015-01-14 borsauto merge of #21082 : brson/rust/finally, r=alexcrichton
2015-01-14 borsauto merge of #21061 : japaric/rust/range, r=nick29581
2015-01-14 borsauto merge of #21018 : tomjakubowski/rust/rustdoc-where...
2015-01-13 borsauto merge of #20997 : nikomatsakis/rust/assoc-types...
2015-01-13 borsauto merge of #20963 : nick29581/rust/ast_map, r=eddyb
2015-01-13 borsauto merge of #20960 : erickt/rust/fix-associated-types...
2015-01-13 borsauto merge of #20955 : nikomatsakis/rust/assoc-types...
2015-01-13 borsauto merge of #20944 : brson/rust/weve-met-with-a-terri...
2015-01-12 borsauto merge of #20896 : sfackler/rust/atomic-rename...
2015-01-12 borsMerge pull request #20968 from estsauver/20762
2015-01-12 borsMerge pull request #20903 from XMPPwocky/deadlink1
2015-01-11 Steven FacklerRename AtomicInt and AtomicUint
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-06 Alex Crichtonrollup merge of #20563: cmr/macro-input-future-proofing
2015-01-06 Alex Crichtonrollup merge of #20656: japaric/at-clean
2015-01-06 Alex Crichtonrollup merge of #20662: reem/unsized-typeid
2015-01-06 Alex Crichtonrollup merge of #20650: klutzy/omg-windows-error-mode
2015-01-06 Alex Crichtonrollup merge of #20615: aturon/stab-2-thread
2015-01-06 Alex Crichtonrollup merge of #19430: pczarn/interp_tt-cleanup
2015-01-06 Alex Crichtonrollup merge of #20607: nrc/kinds
2015-01-06 Alex Crichtonrollup merge of #20593: nikomatsakis/unused-tps-in...
2015-01-06 Alex Crichtonrollup merge of #20653: alexcrichton/entry-unstable
2015-01-06 Alex Crichtonrollup merge of #20652: vhbit/thread-key-type
2015-01-06 Alex Crichtonrollup merge of #20647: aturon/stab-2-error
2015-01-06 Alex Crichtonrollup merge of #20645: nikomatsakis/rustbook-ice
2015-01-06 Alex Crichtonrollup merge of #20643: scialex/update-zsh
2015-01-06 Alex Crichtonrollup merge of #20623: jroesch/reject-non-param-bounds
2015-01-06 Alex Crichtonrollup merge of #20612: retep998/winsize
2015-01-06 Alex Crichtonrollup merge of #20570: sanxiyn/no-analysis
2015-01-06 Alex Crichtonrollup merge of #20557: cactorium/prettyprinters
2015-01-06 Alex Crichtonrollup merge of #20481: seanmonstar/fmt-show-string
2015-01-06 Alex Crichtonrollup merge of #20609: cmr/mem
2015-01-06 Alex Crichtonrollup merge of #20562: nick29581/arrays-3
2015-01-06 Nick CameronReplace full slice notation with index calls
2015-01-06 Alex Crichtonrollup merge of #20519: ville-h/rwlock-rename
2015-01-06 Alex Crichtonrollup merge of #20517: nikomatsakis/safety-issue-19997
2015-01-06 Alex Crichtonrollup merge of #20511: csouth3/derive-lint
2015-01-06 Alex Crichtonrollup merge of #20478: SeanTAllen/master
2015-01-06 Alex Crichtonrollup merge of #20258: sanxiyn/show-span-2
2015-01-06 Alex Crichtonrollup merge of #20099: P1start/parse-more-macro-ops
2015-01-06 Alex Crichtonrollup merge of #20092: barosl/rustdoc-line-number...
2015-01-06 Alex Crichtonrollup merge of #19998: th0114nd/unicode-bottom
2015-01-06 Alex Crichtonrollup merge of #19888: steveklabnik/gh19861
2015-01-06 Alex Crichtonrollup merge of #19235: bjz/reference
2015-01-05 borsauto merge of #20451 : brson/rust/installer, r=alexcrichton
2015-01-05 borsauto merge of #20285 : FlaPer87/rust/oibit-send-and...
2015-01-04 borsMerge pull request #20515 from tshepang/modernise-ping...
2015-01-04 borsMerge pull request #20512 from bjz/rustdoc
2015-01-04 borsMerge pull request #20510 from tshepang/patch-6
2015-01-04 borsMerge pull request #20505 from estsauver/doc_20504
2015-01-04 borsMerge pull request #20500 from globin/fix/range-sugar
2015-01-04 borsMerge pull request #20495 from brson/cargo
2015-01-04 borsMerge pull request #20487 from trapp/doc-namespace...
2015-01-04 borsMerge pull request #20485 from ipetkov/man-fix
next