]> git.lizzy.rs Git - rust.git/history - src/libstd/borrow.rs
auto merge of #10977 : brson/rust/androidtest, r=brson
[rust.git] / src / libstd / borrow.rs
2013-12-19 borsauto merge of #10927 : g3xzh/rust/sum_bugfix, r=huonw
2013-12-18 borsauto merge of #10915 : alexcrichton/rust/fixes, r=ILyoan
2013-12-14 borsauto merge of #10938 : jhasse/rust/patch-rustpkg, r...
2013-12-14 borsauto merge of #10933 : TeXitoi/rust/shootout-fasta...
2013-12-14 borsauto merge of #10921 : alexcrichton/rust/libuv-upgrade...
2013-12-14 borsauto merge of #10923 : boredomist/rust/export-summary...
2013-12-13 borsauto merge of #10849 : adridu59/rust/patch-css, r=alexc...
2013-12-13 borsauto merge of #10916 : alexcrichton/rust/nounwind,...
2013-12-13 borsauto merge of #10913 : cmr/rust/rustdoc_man, r=huonw
2013-12-13 borsauto merge of #10912 : DiamondLovesYou/rust/master...
2013-12-13 borsauto merge of #10909 : sanxiyn/rust/coherence, r=alexcr...
2013-12-13 borsauto merge of #10908 : alexcrichton/rust/issue-10907...
2013-12-13 borsauto merge of #10895 : sfackler/rust/io-util, r=alexcri...
2013-12-13 borsauto merge of #10698 : metajack/rust/dep-info, r=alexcr...
2013-12-11 borsauto merge of #10897 : boredomist/rust/remove-self...
2013-12-11 Erik PriceMake 'self lifetime illegal.
2013-09-26 borsauto merge of #9404 : blake2-ppc/rust/result-map-opt...
2013-09-25 borsauto merge of #9345 : Dretch/rust/digest-result-bytes...
2013-09-24 borsauto merge of #9336 : alexcrichton/rust/issue-7981...
2013-09-23 borsauto merge of #9301 : luqmana/rust/ncm, r=brson
2013-09-21 borsauto merge of #9369 : sebcrozet/rust/f64_inline, r...
2013-09-20 borsauto merge of #9276 : alexcrichton/rust/dox, r=brson
2013-09-20 borsauto merge of #9322 : catamorphism/rust/rustpkg-discove...
2013-09-20 borsauto merge of #9320 : chris-morgan/rust/unreachable...
2013-09-20 borsauto merge of #9315 : thestinger/rust/doc, r=alexcrichton
2013-09-20 borsauto merge of #9308 : ben0x539/rust/lexer-error-spans...
2013-09-19 borsauto merge of #9295 : alexcrichton/rust/fix-lang-items...
2013-09-19 borsauto merge of #9279 : erickt/rust/master, r=alexcrichton
2013-09-19 borsauto merge of #9313 : brson/rust/relnotes, r=thestinger
2013-09-19 borsauto merge of #9299 : alexcrichton/rust/fmt-trailing...
2013-09-19 borsauto merge of #9267 : Kimundi/rust/master, r=huonw
2013-09-19 borsauto merge of #9292 : blake2-ppc/rust/borrow-ref-eq...
2013-09-18 blake2-ppcstd::borrow: Use raw pointer comparison for `ref_eq`
2013-08-20 borsauto merge of #8328 : alexcrichton/rust/llvm-head,...
2013-08-09 borsauto merge of #8361 : alexcrichton/rust/fix-node-hashes...
2013-08-09 borsauto merge of #8350 : dim-an/rust/fix-struct-match...
2013-08-09 borsauto merge of #8336 : stepancheg/rust/socket-addr-from...
2013-08-08 borsauto merge of #8245 : alexcrichton/rust/fmt2, r=graydon
2013-08-07 Erick TryzelaarMerge remote-tracking branch 'remotes/origin/master...
2013-08-07 borsauto merge of #8326 : thestinger/rust/iterator, r=alexc...
2013-08-07 borsauto merge of #8373 : alexcrichton/rust/disable-rusti...
2013-08-07 borsauto merge of #8305 : huonw/rust/triage-fixes, r=cmr
2013-08-07 borsauto merge of #8323 : kballard/rust/saturating, r=thest...
2013-08-07 borsauto merge of #8285 : huonw/rust/deriving+++, r=alexcri...
2013-08-04 Huon Wilsonstd: implement Total{Ord,Eq} for pointers.
2013-07-06 borsauto merge of #7194 : jensnockert/rust/endian, r=cmr
2013-06-25 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-06-24 borsauto merge of #7279 : hanny24/rust/master, r=msullivan
2013-06-21 borsauto merge of #7219 : sstewartgallus/rust/cleanup,...
2013-06-21 borsauto merge of #7200 : yichoi/rust/fix_je_mac_cross...
2013-06-21 borsauto merge of #7161 : kballard/rust/terminfo-parm-forma...
2013-06-20 Brian AndersonMerge remote-tracking branch 'brson/io' into io-upstream
2013-06-20 borsauto merge of #7128 : yichoi/rust/fix_sometc, r=brson
2013-06-18 Graydon Hoarereplace #[inline(always)] with #[inline]. r=burningtree.
2013-06-17 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-06-16 Brian AndersonMerge remote-tracking branch 'brson/io'
2013-06-07 borsauto merge of #6895 : cmr/rust/jemalloc, r=brson
2013-06-06 borsauto merge of #6053 : nikomatsakis/rust/fixme-2699...
2013-06-04 borsauto merge of #6886 : jld/rust/vec-each-ret-fix, r...
2013-06-03 borsauto merge of #6826 : cmr/rust/terminfo, r=thestinger
2013-06-03 borsauto merge of #6906 : catamorphism/rust/rustpkg-doc...
2013-06-03 borsauto merge of #6903 : dotdash/rust/self_by_value, r...
2013-06-02 borsauto merge of #6905 : thestinger/rust/ptr, r=catamorphism
2013-06-02 Daniel Micayptr: split out borrowed pointer utilities