]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/ifmt.rs
auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonw
[rust.git] / src / test / run-pass / ifmt.rs
2013-09-12 borsauto merge of #9140 : alexcrichton/rust/issue-9119...
2013-09-12 borsauto merge of #9135 : jbclements/rust/let-var-hygiene...
2013-09-12 borsauto merge of #9134 : luqmana/rust/i7617, r=alexcrichton
2013-09-12 borsauto merge of #8908 : tikue/rust/master, r=anasazi
2013-09-12 borsauto merge of #9131 : Dretch/rust/glob-range-patterns...
2013-09-12 borsauto merge of #9096 : huonw/rust/linenoise, r=brson
2013-09-12 borsauto merge of #9012 : alexcrichton/rust/format-args...
2013-09-12 Alex CrichtonParse underscores in identifiers for format!
2013-09-12 Alex CrichtonImplement a format_args!() macro
2013-09-12 borsauto merge of #9114 : sfackler/rust/flush-fix, r=brson
2013-09-12 borsauto merge of #9061 : jakub-/rust/pretty-print-empty...
2013-09-11 borsauto merge of #9014 : dcrewi/rust/convert-between-bigin...
2013-09-11 borsauto merge of #9038 : singingboyo/rust/with-mem-writer...
2013-09-11 borsauto merge of #8999 : anasazi/rust/multi-threaded-io...
2013-09-11 borsauto merge of #9039 : singingboyo/rust/update-for-expr...
2013-09-11 borsauto merge of #9097 : michaelwoerister/rust/namespaces...
2013-09-11 borsauto merge of #9107 : catamorphism/rust/rustpkg-command...
2013-09-11 borsauto merge of #9007 : dcrewi/rust/random-bigints, r...
2013-09-11 borsauto merge of #9093 : pnkfelix/rust/fsk-remove-oldvisit...
2013-09-11 borsauto merge of #9013 : alexcrichton/rust/generated-unsaf...
2013-09-11 Alex CrichtonFlag unsafe blocks from format! as compiler-generated
2013-09-09 borsauto merge of #9083 : dcrewi/rust/biguint-bit-ops,...
2013-09-09 borsauto merge of #9005 : alexcrichton/rust/rusty-log,...
2013-09-08 borsauto merge of #8988 : cmr/rust/fromstr_fn, r=brson
2013-09-07 borsauto merge of #9010 : aaronlaursen/rust/master, r=alexc...
2013-09-06 borsauto merge of #9002 : brson/rust/issue-8769, r=catamorphism
2013-09-06 borsauto merge of #9000 : brson/rust/dns, r=anasazi
2013-09-06 borsauto merge of #8914 : Dretch/rust/native-glob, r=alexcr...
2013-09-06 borsauto merge of #8909 : lkuper/rust/default-methods-refac...
2013-09-05 borsauto merge of #9004 : brson/rust/issue-8660, r=thestinger
2013-09-05 borsauto merge of #8997 : fhahn/rust/issue_8985, r=catamorp...
2013-09-05 Florian HahnRename str::from_bytes to str::from_utf8, closes #8985
2013-09-05 borsauto merge of #8975 : alexcrichton/rust/reorganize...
2013-09-05 borsauto merge of #8875 : alexcrichton/rust/fix-inner-stati...
2013-09-05 borsauto merge of #8944 : alexcrichton/rust/issue-8938...
2013-09-04 borsauto merge of #8935 : blake2-ppc/rust/reader-bytes...
2013-09-04 borsauto merge of #8880 : fhahn/rust/issue_8703, r=brson
2013-09-04 borsauto merge of #8901 : adridu59/rust/issue-8511, r=huonw
2013-09-04 borsauto merge of #8966 : FlaPer87/rust/issue/7473, r=bblum
2013-09-04 borsauto merge of #8956 : thestinger/rust/test, r=huonw
2013-09-04 borsauto merge of #8976 : alexcrichton/rust/issue-5425...
2013-09-04 borsauto merge of #8960 : Kimundi/rust/master, r=alexcrichton
2013-09-04 borsauto merge of #8951 : chris-morgan/rust/vim-update...
2013-09-04 borsauto merge of #8950 : sanxiyn/rust/cross-xfail, r=brson
2013-09-04 borsauto merge of #8943 : alexcrichton/rust/issue-8904...
2013-09-04 borsauto merge of #8942 : novalis/rust/fmt, r=alexcrichton
2013-09-04 novalisTest and document escaping on format!()
2013-09-04 borsauto merge of #8963 : jmgrosen/rust/issue-8881, r=alexc...
2013-09-03 borsauto merge of #8954 : anasazi/rust/tcp-acceptor, r...
2013-09-03 borsauto merge of #8921 : huonw/rust/stability, r=brson
2013-09-03 borsauto merge of #8934 : sfackler/rust/bufreader, r=brson
2013-09-03 borsauto merge of #8945 : alexcrichton/rust/ifmt-dont-move...
2013-09-03 borsauto merge of #8884 : blake2-ppc/rust/exact-size-hint...
2013-09-03 Alex CrichtonDon't have format! move out of local variables
2013-09-01 borsauto merge of #8276 : kballard/rust/iterator-protocol...
2013-09-01 borsauto merge of #8907 : pnkfelix/rust/fsk-fix-makefile...
2013-08-31 borsauto merge of #8903 : luqmana/rust/en, r=thestinger
2013-08-31 borsauto merge of #8899 : thestinger/rust/repr, r=huonw
2013-08-31 Daniel Micaydocument why some tests are xfail-fast
2013-08-31 Daniel Micayrepr: remove trailing {} from unit-like structs
2013-08-31 Daniel Micayrepr: print the name of structs
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 #8777 : Kimundi/rust/doc_stuff, r=cmr
2013-08-27 borsauto merge of #8739 : fhahn/rust/ticket_2275, r=brson
2013-08-26 borsauto merge of #8744 : jld/rust/discr64, r=nikomatsakis
2013-08-25 borsauto merge of #8745 : brson/rust/metadata, r=cmr
2013-08-25 borsauto merge of #8723 : anasazi/rust/temporary-unkillable...
2013-08-25 borsauto merge of #8710 : pnkfelix/rust/fsk-issue5516-codep...
2013-08-25 borsauto merge of #8736 : luqmana/rust/hf, r=yichoi
2013-08-25 borsauto merge of #8701 : brson/rust/issue-8698, r=thestinger
2013-08-25 borsauto merge of #8637 : alexcrichton/rust/ifmt-less-hax...
2013-08-25 Alex CrichtonIntroduce alternate forms of logging
2013-08-24 Alex CrichtonSettle on the format/write/print family of names
2013-08-24 Alex CrichtonImplement a wrapper macro around fprintf -- ifmtf
2013-08-22 borsauto merge of #8616 : kballard/rust/url-parse-errors...
2013-08-22 borsauto merge of #8590 : blake2-ppc/rust/std-str, r=alexcr...
2013-08-22 borsauto merge of #8595 : vadimcn/rust/print_link_args...
2013-08-21 borsauto merge of #8594 : bytewiseand/rust/static-fn-ptr...
2013-08-21 borsauto merge of #8610 : kballard/rust/mod_floor, r=alexcr...
2013-08-21 borsauto merge of #8604 : kballard/rust/iter-size-hint...
2013-08-21 borsauto merge of #8602 : sanxiyn/rust/sysconf, r=graydon
2013-08-21 borsauto merge of #8600 : sfackler/rust/http, r=brson
2013-08-21 borsauto merge of #8585 : jankobler/rust/extract-grammar...
2013-08-21 borsauto merge of #8580 : bytewiseand/rust/tuple-struct...
2013-08-21 borsauto merge of #8573 : mrordinaire/rust/struct-new-as...
2013-08-21 borsauto merge of #8656 : toddaaro/rust/idle-opt+cleaning...
2013-08-20 borsauto merge of #8328 : alexcrichton/rust/llvm-head,...
2013-08-20 borsauto merge of #8566 : toddaaro/rust/idle-opt+cleaning...
2013-08-20 borsauto merge of #8584 : thestinger/rust/jemalloc, r=graydon
2013-08-19 borsauto merge of #8623 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8459 : thestinger/rust/checked, r=graydon
2013-08-19 borsauto merge of #8619 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8535 : nikomatsakis/rust/issue-3678...
2013-08-19 borsauto merge of #8564 : alexcrichton/rust/ifmt+++, r...
2013-08-19 borsauto merge of #8565 : bblum/rust/select-bugfix, r=brson
2013-08-17 borsauto merge of #8053 : gavinb/rust/uuid_std, r=alexcrichton
2013-08-17 borsauto merge of #8531 : brson/rust/test-waitpid-workaroun...
next