]> git.lizzy.rs Git - rust.git/history - src/libstd/prelude.rs
auto merge of #11304 : alexcrichton/rust/eintr, r=brson
[rust.git] / src / libstd / prelude.rs
2014-01-05 borsauto merge of #11304 : alexcrichton/rust/eintr, r=brson
2014-01-05 borsauto merge of #11290 : alexcrichton/rust/testname,...
2014-01-04 borsauto merge of #11284 : huonw/rust/issue-6233, r=alexcri...
2014-01-04 borsauto merge of #11306 : alexcrichton/rust/native-bounds...
2014-01-04 borsauto merge of #11299 : brson/rust/exp10, r=pcwalton
2014-01-04 borsauto merge of #11295 : sfackler/rust/de-jank-encoder...
2014-01-04 borsauto merge of #11271 : adridu59/rust/patch-io, r=huonw
2014-01-04 borsauto merge of #11292 : brson/rust/llvmconfig, r=alexcri...
2014-01-04 borsauto merge of #11291 : brson/rust/copy-runtime-deps...
2014-01-04 borsauto merge of #11283 : brson/rust/doublefailure, r...
2014-01-04 borsauto merge of #11280 : c-a/rust/inline_byteswap, r...
2014-01-04 borsauto merge of #11277 : brson/rust/more0.9, r=alexcrichton
2014-01-03 borsauto merge of #11264 : am0d/rust/crate_type_lint, r...
2014-01-03 borsauto merge of #11149 : alexcrichton/rust/remove-either...
2014-01-03 Alex CrichtonRemove std::either
2014-01-03 borsauto merge of #11093 : alexcrichton/rust/issue-11085...
2014-01-02 borsauto merge of #10828 : SimonSapin/rust/ascii_opt, r...
2014-01-01 borsauto merge of #11187 : alexcrichton/rust/once, r=brson
2014-01-01 borsauto merge of #11137 : g3xzh/rust/benchm, r=cmr
2014-01-01 borsauto merge of #11186 : alexcrichton/rust/native-udp...
2013-12-31 borsauto merge of #11157 : alexcrichton/rust/issue-11154...
2013-12-30 borsauto merge of #11190 : eliovir/rust/patch-3, r=alexcrichton
2013-12-30 borsauto merge of #11185 : huonw/rust/doc-ignore, r=cmr
2013-12-30 borsauto merge of #11169 : alexcrichton/rust/snapshots...
2013-12-30 borsauto merge of #11168 : sfackler/rust/de-at-extctxt...
2013-12-30 borsauto merge of #11181 : luqmana/rust/up-llvm, r=alexcrichton
2013-12-30 borsauto merge of #11204 : alexcrichton/rust/issue-11200...
2013-12-29 borsauto merge of #11134 : lucab/rust/lucab/libstd-doc...
2013-12-29 borsauto merge of #11150 : huonw/rust/moar-docs, r=alexcrichton
2013-12-28 borsauto merge of #11175 : klutzy/rust/ice, r=alexcrichton
2013-12-28 borsauto merge of #11159 : alexcrichton/rust/native-io...
2013-12-28 borsauto merge of #11170 : alexcrichton/rust/fix-llvm-race...
2013-12-28 borsauto merge of #11160 : octurion/rust/cloneable, r=alexc...
2013-12-27 Alexandros TasosRenamed ClonableIterator to CloneableIterator
2013-12-27 Luca Brunostd: uniform modules titles for doc
2013-12-23 borsauto merge of #11022 : spaolacci/rust/0read, r=alexcrichton
2013-12-23 borsauto merge of #11069 : alexcrichton/rust/issue-11067...
2013-12-23 borsauto merge of #11111 : alexcrichton/rust/issue-11039...
2013-12-23 borsauto merge of #11109 : sfackler/rust/arc, r=alexcrichton
2013-12-22 borsauto merge of #11101 : jhasse/rust/patch-msys-quickfix...
2013-12-22 borsauto merge of #11096 : brson/rust/pp, r=alexcrichton
2013-12-22 borsauto merge of #11082 : brson/rust/noat, r=alexcrichton
2013-12-22 borsauto merge of #11114 : klutzy/rust/a, r=cmr
2013-12-22 borsauto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton
2013-12-22 Huon Wilsonstd::vec: make the sorting closure use `Ordering` rathe...
2013-12-22 borsauto merge of #10997 : cadencemarseille/rust/issue...
2013-12-22 borsauto merge of #11095 : brson/rust/issue-11094, r=alexcr...
2013-12-21 borsauto merge of #11031 : jhasse/rust/patch-msys-3, r=cmr
2013-12-20 Huon Wilsonstd::vec: add a sugary .sort() method for plain Ord...
2013-12-20 borsauto merge of #10986 : adridu59/rust/patch-new, r=alexc...
2013-12-20 borsauto merge of #11057 : alexcrichton/rust/no-at-in-ebml...
2013-12-19 borsauto merge of #11070 : ezyang/rust/better-errors, r...
2013-12-19 borsauto merge of #11041 : cmr/rust/pkgid_changes, r=cmr...
2013-12-19 borsauto merge of #11061 : huonw/rust/opt-unsafe-vec, r...
2013-12-19 borsauto merge of #11065 : huonw/rust/slice-chars-example...
2013-12-19 borsauto merge of #11038 : alexcrichton/rust/fix-osx-leak...
2013-12-19 borsauto merge of #11050 : alexcrichton/rust/snapshots...
2013-12-19 borsauto merge of #10977 : brson/rust/androidtest, r=brson
2013-12-19 borsauto merge of #10927 : g3xzh/rust/sum_bugfix, r=huonw
2013-12-18 borsauto merge of #11012 : alexcrichton/rust/needstest...
2013-12-18 Alex CrichtonRegister new snapshots
2013-12-18 borsauto merge of #11033 : michaelwoerister/rust/byvalself...
2013-12-18 borsauto merge of #11024 : huonw/rust/return-from-closures...
2013-12-18 borsauto merge of #10915 : alexcrichton/rust/fixes, r=ILyoan
2013-12-18 borsauto merge of #11025 : ezyang/rust/reword-second-borrow...
2013-12-18 borsauto merge of #11018 : sfackler/rust/variant-strip...
2013-12-18 borsauto merge of #11019 : alexcrichton/rust/issue-10545...
2013-12-17 borsauto merge of #11009 : ktt3ja/rust/issue-11006, r=alexc...
2013-12-17 borsauto merge of #10967 : chris-morgan/rust/clean-and...
2013-12-17 borsauto merge of #10979 : alexcrichton/rust/less-bc, r=cmr
2013-12-17 borsauto merge of #10863 : cadencemarseille/rust/patch...
2013-12-17 borsauto merge of #10972 : metajack/rust/pkgid-with-name...
2013-12-17 borsauto merge of #11005 : sanxiyn/rust/mut, r=alexcrichton
2013-12-17 borsauto merge of #10998 : thestinger/rust/iter, r=alexcrichton
2013-12-17 borsauto merge of #10996 : huonw/rust/more-vec-raw, r=cmr
2013-12-17 borsauto merge of #10990 : ktt3ja/rust/method-stability...
2013-12-17 borsauto merge of #10830 : alexcrichton/rust/spsc-queue...
2013-12-17 borsauto merge of #10924 : pcwalton/rust/pod, r=pcwalton
2013-12-17 Patrick Waltonlibrustc: Implement a `Pod` kind for types that can...
2013-12-17 Alex CrichtonFallout of rewriting std::comm
2013-12-14 Chris MorganRename To{Str,Bytes}Consume traits to Into*.
2013-12-11 borsauto merge of #10787 : nikomatsakis/rust/issue-9629...
2013-12-07 borsauto merge of #10797 : pradeep90/rust/rust-mode-changes...
2013-12-06 borsauto merge of #10721 : osa1/rust/intermediatestr, r...
2013-12-06 borsauto merge of #10506 : nikomatsakis/rust/issue-10391...
2013-12-05 borsauto merge of #10562 : ongardie/rust/master, r=brson
2013-12-05 borsauto merge of #10211 : ktt3ja/rust/add-lrucache, r...
2013-12-05 borsauto merge of #10799 : TeXitoi/rust/shootout-reverse...
2013-12-05 borsauto merge of #10690 : thestinger/rust/doc, r=alexcrichton
2013-12-04 borsauto merge of #10792 : kballard/rust/parse_sugary_call_...
2013-12-04 borsauto merge of #10788 : alexcrichton/rust/fixes, r=pcwalton
2013-12-04 borsauto merge of #10794 : alexcrichton/rust/issue-10790...
2013-12-04 borsauto merge of #10793 : chris-morgan/rust/2013-12-04...
2013-12-04 borsauto merge of #10783 : sfackler/rust/drop, r=alexcrichton
2013-12-04 Steven FacklerMove std::util::ignore to std::prelude::drop
2013-11-24 borsauto merge of #10475 : astrieanna/rust/issue8763, r...
2013-11-18 borsauto merge of #10508 : chris-morgan/rust/tags-improveme...
2013-11-18 borsauto merge of #10443 : alexcrichton/rust/meaninless...
2013-11-18 borsauto merge of #10526 : itdaniher/rust/master, r=pcwalton
2013-11-18 borsauto merge of #10363 : astrieanna/rust/fix-x86stdcall...
next