]> git.lizzy.rs Git - rust.git/history - src/libsyntax/print/pprust.rs
auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson
[rust.git] / src / libsyntax / print / pprust.rs
2013-09-09 borsauto merge of #9005 : alexcrichton/rust/rusty-log,...
2013-09-09 borsauto merge of #9051 : bjz/rust/master, r=huonw
2013-09-09 borsauto merge of #9073 : alexcrichton/rust/remove-local...
2013-09-08 borsauto merge of #8988 : cmr/rust/fromstr_fn, r=brson
2013-09-08 borsauto merge of #9054 : huonw/rust/labelled-for, r=thestinger
2013-09-08 Huon Wilsonsyntax: implement labelled breaks for `for`.
2013-09-08 borsauto merge of #9035 : alexcrichton/rust/fewer-clownshoe...
2013-09-07 borsauto merge of #9015 : MicahChalmer/rust/emacs-fixes...
2013-09-07 borsauto merge of #8906 : novalis/rust/master, r=alexcrichton
2013-09-07 borsauto merge of #9032 : alexcrichton/rust/inline-repr...
2013-09-07 borsauto merge of #9026 : jbclements/rust/let-var-hygiene...
2013-09-07 borsauto merge of #9010 : aaronlaursen/rust/master, r=alexc...
2013-09-06 John Clementsident->name
2013-09-06 John Clementsremove unneeded imports, clean up unused var warnings
2013-09-06 John Clementsadd temporarily unused ctxt field to mac_invoc_tt
2013-09-05 Alex CrichtonRemove the __log function for __log_level
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-05 borsauto merge of #8978 : pnkfelix/rust/make-path-api-less...
2013-09-04 borsauto merge of #8977 : pnkfelix/rust/fsk-followup-on...
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 #8974 : thestinger/rust/char, r=huonw
2013-09-04 Daniel Micaystop treating char as an integer type
2013-09-04 borsauto merge of #8976 : alexcrichton/rust/issue-5425...
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 #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 #8934 : sfackler/rust/bufreader, r=brson
2013-09-03 borsauto merge of #8945 : alexcrichton/rust/ifmt-dont-move...
2013-09-03 borsauto merge of #8947 : thestinger/rust/name, r=huonw
2013-09-03 borsauto merge of #8884 : blake2-ppc/rust/exact-size-hint...
2013-09-03 borsauto merge of #8932 : huonw/rust/closed-issues, r=thest...
2013-09-03 borsauto merge of #8939 : Kimundi/rust/master, r=huonw
2013-09-03 Marvin LöbelModernized a few more types in syntax::ast
2013-09-01 borsauto merge of #8920 : Kimundi/rust/master, r=thestinger
2013-09-02 Marvin LöbelRenamed syntax::ast::ident -> Ident
2013-09-01 borsauto merge of #8913 : poiru/rust/issue-8702, r=cmr
2013-09-01 borsauto merge of #8276 : kballard/rust/iterator-protocol...
2013-09-01 borsauto merge of #8911 : Kimundi/rust/master, r=huonw
2013-09-01 Marvin LöbelModernized a few type names in rustc and syntax
2013-08-30 borsauto merge of #8886 : cmr/rust/test-restructure, r=cmr
2013-08-30 borsauto merge of #8820 : alexcrichton/rust/no-io-writer...
2013-08-30 borsauto merge of #8839 : sanxiyn/rust/env, r=thestinger
2013-08-30 borsauto merge of #8819 : vadimcn/rust/unit-tests, r=brson
2013-08-30 borsauto merge of #8458 : cmr/rust/test-restructure, r...
2013-08-29 borsauto merge of #8842 : jfager/rust/remove-iter-module...
2013-08-29 borsauto merge of #8830 : andersk/rust/indent-4, r=catamorphism
2013-08-29 borsauto merge of #8800 : fhahn/rust/ticket_5239, r=alexcri...
2013-08-29 borsauto merge of #8832 : alexcrichton/rust/fix-libuv-build...
2013-08-28 borsauto merge of #8718 : bblum/rust/typeof, r=pcwalton
2013-08-28 borsauto merge of #8806 : klutzy/rust/winmain, r=cmr
2013-08-28 borsauto merge of #8805 : jfager/rust/remove-hashutil,...
2013-08-28 borsauto merge of #8697 : kballard/rust/rustpkg-no-args...
2013-08-28 borsauto merge of #8802 : pcwalton/rust/compile-speed,...
2013-08-28 Patrick Waltonlibrustc: Add support for type parameters in the middle...
2013-08-28 Patrick Waltonlibrustc: Remove `&const` and `*const` from the language.
2013-08-28 borsauto merge of #8797 : nikomatsakis/rust/issue-8625...
2013-08-23 Ben BlumParse and reserve typeof keyword. #3228
2013-08-23 borsauto merge of #8677 : bblum/rust/scratch, r=alexcrichton
2013-08-22 borsauto merge of #8642 : sanxiyn/rust/arm-test, r=catamorphism
2013-08-22 borsauto merge of #8627 : kballard/rust/fix-rusti, r=catamo...
2013-08-22 borsauto merge of #8626 : kballard/rust/issue-8615, r=catam...
2013-08-22 borsauto merge of #8620 : brson/rust/issue-7563, r=alexcrichton
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 #8562 : bblum/rust/superkinds, r=nikomatsakis
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 #8546 : jld/rust/discrim-symbol-rm, r...
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 #8582 : thestinger/rust/container, r...
2013-08-21 Daniel Micayrm obsolete integer to_str{,_radix} free functions
2013-08-20 borsauto merge of #8328 : alexcrichton/rust/llvm-head,...
2013-08-19 borsauto merge of #8459 : thestinger/rust/checked, r=graydon
2013-08-14 borsauto merge of #8453 : dmanescu/rust/8451, r=cmr
2013-08-14 borsauto merge of #8440 : sfackler/rust/env-fix, r=pcwalton
2013-08-14 borsauto merge of #8439 : huonw/rust/hashset-clone, r=cmr
2013-08-13 Graydon HoareMerge pull request #8432 from chris-morgan/remove-asser...
2013-08-13 borsauto merge of #7866 : sstewartgallus/rust/clean, r=cmr
2013-08-13 borsauto merge of #8450 : alexcrichton/rust/nopt-changes...
2013-08-12 borsauto merge of #8419 : cmr/rust/fix-rtdebug, r=brson
2013-08-12 borsauto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmr
2013-08-12 borsauto merge of #8429 : catamorphism/rust/rustpkg-docs...
2013-08-12 borsauto merge of #8428 : blake2-ppc/rust/peekable-iterator...
2013-08-12 borsauto merge of #8418 : pnkfelix/rust/fsk-issue3192-impro...
2013-08-12 borsauto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn
2013-08-12 borsauto merge of #8427 : brson/rust/rustc-stack, r=thestinger
2013-08-11 borsauto merge of #8455 : nikomatsakis/rust/issue-5762...
2013-08-11 Niko Matsakislibsyntax: Update from `@Object` to `@mut Object` as...
2013-08-11 borsauto merge of #8421 : alexcrichton/rust/unnamed-addr...
next