]> git.lizzy.rs Git - rust.git/history - src/libstd/default.rs
auto merge of #11304 : alexcrichton/rust/eintr, r=brson
[rust.git] / src / libstd / default.rs
2014-01-05 borsauto merge of #11304 : alexcrichton/rust/eintr, r=brson
2014-01-05 borsauto merge of #11307 : vadimcn/rust/test-adb, 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 #11301 : vadimcn/rust/fix-android, r...
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 #11251 : pcwalton/rust/remove-at-mut...
2014-01-03 Patrick Waltonlibstd: Remove all support code related to `@mut`
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-27 Luca Brunostd: uniform modules titles for doc
2013-09-18 borsauto merge of #9133 : dcrewi/rust/bigint-random-range...
2013-09-16 borsauto merge of #9206 : alexcrichton/rust/issue-9188...
2013-09-16 borsauto merge of #9187 : lkuper/rust/no-simplevisitor...
2013-09-16 borsauto merge of #9118 : alexcrichton/rust/llvm-fix, r...
2013-09-14 borsauto merge of #9191 : huonw/rust/are-you-tired, r=cmr
2013-09-14 borsauto merge of #9183 : alexcrichton/rust/issue-5794...
2013-09-14 borsauto merge of #9182 : bjz/rust/master, r=brson
2013-09-14 borsauto merge of #9181 : lkuper/rust/libsyntax-default...
2013-09-14 borsauto merge of #9180 : blake2-ppc/rust/reduce-either...
2013-09-14 borsauto merge of #9178 : lkuper/rust/docs, r=catamorphism
2013-09-14 borsauto merge of #9174 : thestinger/rust/bot, r=catamorphism
2013-09-14 borsauto merge of #9165 : klutzy/rust/newrt-file-fix, r...
2013-09-14 borsauto merge of #9162 : alexcrichton/rust/issue-9123...
2013-09-14 borsauto merge of #9160 : alexcrichton/rust/local-data...
2013-09-14 borsauto merge of #9156 : sfackler/rust/buffered-fix, r...
2013-09-14 borsauto merge of #9115 : erickt/rust/master, r=erickt
2013-09-13 Erick Tryzelaarstd: Add a bunch of Default impls
2013-08-28 borsauto merge of #8718 : bblum/rust/typeof, r=pcwalton
2013-08-28 borsauto merge of #8797 : nikomatsakis/rust/issue-8625...
2013-08-27 borsauto merge of #8792 : adridu59/rust/master, r=catamorphism
2013-08-27 borsauto merge of #8581 : FlaPer87/rust/issue/8232, r=bblum
2013-08-27 borsauto merge of #8772 : thestinger/rust/option, r=anasazi
2013-08-27 borsauto merge of #8777 : Kimundi/rust/doc_stuff, r=cmr
2013-08-27 borsauto merge of #8779 : brson/rust/macsupp, r=thestinger
2013-08-27 borsauto merge of #8773 : catamorphism/rust/rustpkg-version...
2013-08-27 borsauto merge of #8757 : vadimcn/rust/debug-info-tests...
2013-08-27 borsauto merge of #8700 : alexcrichton/rust/better-llvm...
2013-08-27 borsauto merge of #8747 : pnkfelix/rust/fsk-issue6887-fix...
2013-08-27 borsauto merge of #8739 : fhahn/rust/ticket_2275, r=brson
2013-08-27 borsauto merge of #8438 : cmr/rust/default, r=thestinger
2013-08-26 Corey RichardsonAdd a Default trait.