]> git.lizzy.rs Git - rust.git/history - src/libextra
auto merge of #11304 : alexcrichton/rust/eintr, r=brson
[rust.git] / src / libextra /
2014-01-05 borsauto merge of #11304 : alexcrichton/rust/eintr, r=brson
2014-01-05 borsauto merge of #11314 : adridu59/rust/patch-license...
2014-01-05 borsauto merge of #11310 : Dretch/rust/write_char, r=alexcr...
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 #11188 : brson/rust/noderef, r=brson
2014-01-04 Brian AndersonDon't allow newtype structs to be dereferenced. #6246
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-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 Patrick Waltonlibstd: Remove all support code related to `@mut`
2014-01-03 Patrick Waltonlibextra: Remove `MutList`, as it's inexorably tied...
2014-01-03 Patrick Waltonlibextra: Remove unnecessary `@mut`s
2014-01-03 Patrick Waltonlibextra: De-`@mut` the arena
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 #11276 : brson/rust/0.9, r=pcwalton
2014-01-03 borsauto merge of #11262 : alexcrichton/rust/issue-11259...
2014-01-03 borsauto merge of #11228 : sfackler/rust/syntaxenv, r=pcwalton
2014-01-03 borsauto merge of #11052 : jvns/rust/testing-tutorial,...
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-02 Carl-Anton Ingmarssonlibextra: Add benchmarks for ebml::reader::vuint_at()
2014-01-02 Brian AndersonBump version to 0.9
2014-01-02 borsauto merge of #10696 : fhahn/rust/issue9543-remove...
2014-01-02 borsauto merge of #11266 : lyuts/rust/opensuse_build, r...
2014-01-02 borsauto merge of #11274 : michaelwoerister/rust/issue11083...
2014-01-02 borsauto merge of #11269 : am0d/rust/lint_typo, r=sanxiyn
2014-01-02 borsauto merge of #11268 : lkuper/rust/trans-comment, r...
2014-01-02 borsauto merge of #11265 : c-a/rust/byteswap_from, r=alexcr...
2014-01-02 borsauto merge of #11248 : brson/rust/0.9relnotes, r=alexcr...
2014-01-02 borsauto merge of #11246 : ktt3ja/rust/issue-11224, r=alexc...
2014-01-02 borsauto merge of #11245 : alexcrichton/rust/issue-11225...
2014-01-02 borsauto merge of #11235 : am0d/rust/doc_update, r=brson
2014-01-02 borsauto merge of #11242 : Dretch/rust/hashmap-key-value...
2014-01-01 Carl-Anton Ingmarssonlibextra: Use from_be32 instead of bswap32 in vuint_at()
2014-01-01 borsauto merge of #11212 : alexcrichton/rust/local-task...
2014-01-01 borsauto merge of #11215 : alexcrichton/rust/metadata-filen...
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 #11173 : whitequark/rust/master, r=thestinger
2013-12-31 borsauto merge of #11157 : alexcrichton/rust/issue-11154...
2013-12-31 borsauto merge of #11208 : alexcrichton/rust/less-c, r=cmr
2013-12-31 borsauto merge of #11236 : huonw/rust/sort-rust-log-help...
2013-12-31 borsauto merge of #11142 : alan-andrade/rust/improve_opts_e...
2013-12-31 Alan AndradeFix tests
2013-12-31 borsauto merge of #11231 : brson/rust/rust_fail, r=alexcrichton
2013-12-31 Alan AndradeAvoid compiler error about glob imports in getopts...
2013-12-31 borsauto merge of #11221 : vadimcn/rust/revert-manifest...
2013-12-30 Alex CrichtonConvert some C functions to rust functions
2013-12-30 borsauto merge of #11125 : vmx/rust/rational, r=huonw
2013-12-30 Volker MischeImplement Ratio:from_float()
2013-12-30 borsauto merge of #11185 : huonw/rust/doc-ignore, r=cmr
2013-12-30 borsauto merge of #11181 : luqmana/rust/up-llvm, r=alexcrichton
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 #11160 : octurion/rust/cloneable, r=alexc...
2013-12-28 borsauto merge of #11098 : erickt/rust/collect, r=alexcrichton
2013-12-27 borsauto merge of #11156 : luqmana/rust/trait-object-coerci...
2013-12-27 borsauto merge of #11158 : alexcrichton/rust/green-bootstra...
2013-12-27 Luqman Adenlibrustc: Implement coercion for traits.
2013-12-27 borsauto merge of #11058 : pcwalton/rust/demuting, r=pcwalton
2013-12-26 Patrick Waltonlibextra: Stop using `@mut MemWriter` in the EBML module
2013-12-26 borsauto merge of #11148 : alexcrichton/rust/snapshots...
2013-12-26 Alex CrichtonRegister new snapshots
2013-12-26 borsauto merge of #11127 : huonw/rust/vec-docs, r=alexcrichton
2013-12-26 borsauto merge of #10965 : alexcrichton/rust/libgreen,...
2013-12-26 Alex CrichtonTest fixes and rebase conflicts
2013-12-25 Alex Crichtonstd: Remove must deferred sending functions
2013-12-25 Alex Crichtongreen: Rip the bandaid off, introduce libgreen
2013-12-24 Alex Crichtonstd: Introduce std::sync
2013-12-24 borsauto merge of #11121 : vadimcn/rust/no-c++2, r=alexcrichton
2013-12-24 borsauto merge of #11130 : olsonjeffery/rust/master, r...
2013-12-24 Jeff Olsonextra: impl IterBytes for uuid::Uuid
2013-12-23 borsauto merge of #11022 : spaolacci/rust/0read, r=alexcrichton
2013-12-23 borsauto merge of #11120 : alexcrichton/rust/rustdoc-test...
2013-12-23 Alex CrichtonFixing more doc tests
2013-12-23 Alex Crichtonextra: Fix all code examples
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 #11046 : zargony/rust/dep-info, r=alexcri...
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
next