]> git.lizzy.rs Git - rust.git/history - src/libsyntax/print/pprust.rs
Fix pretty printing of HRTB syntax
[rust.git] / src / libsyntax / print / pprust.rs
2014-12-16 Brian KoropoffFix pretty printing of HRTB syntax
2014-12-15 borsauto merge of #19448 : japaric/rust/binops-by-value...
2014-12-15 Brian Andersonrollup merge of #19814: jbranchaud/fix-a-typo-in-owners...
2014-12-15 Brian Andersonrollup merge of #19812: frewsxcv/expansion-include...
2014-12-15 Brian Andersonrollup merge of #19804: kballard/vim-new-unicode-escapes
2014-12-15 Brian Andersonrollup merge of #19802: jbranchaud/add-btreeset-new...
2014-12-15 Brian Andersonrollup merge of #19793: tomjakubowski/metadata-const...
2014-12-15 Brian Andersonrollup merge of #19787: akiss77/fix-i8-c_char
2014-12-15 Brian Andersonrollup merge of #19784: csouth3/vim-syntax-iter
2014-12-15 Brian Andersonrollup merge of #19779: Noctune/master
2014-12-15 Brian Andersonrollup merge of #19775: SimonSapin/gedit-new-unicode...
2014-12-15 Brian Andersonrollup merge of #19774: tomjakubowski/rustdoc-consts...
2014-12-15 Brian Andersonrollup merge of #19771: jbranchaud/add-btreeset-iter...
2014-12-15 Brian Andersonrollup merge of #19763: csouth3/remove-featuregates
2014-12-15 Brian Andersonrollup merge of #19754: steveklabnik/remove_sundown
2014-12-15 Brian Andersonrollup merge of #19746: steveklabnik/gh9266
2014-12-15 Brian Andersonrollup merge of #19738: steveklabnik/gh19717
2014-12-15 Brian Andersonrollup merge of #19735: sethpollack/patch-1
2014-12-15 Brian Andersonrollup merge of #19714: steveklabnik/gh16219
2014-12-15 Brian Andersonrollup merge of #19710: steveklabnik/gh15449
2014-12-15 Brian Andersonrollup merge of #19709: steveklabnik/po4a_fix
2014-12-15 borsauto merge of #19778 : aochagavia/rust/ice, r=alexcrichton
2014-12-15 borsauto merge of #19750 : murarth/rust/rusti-support,...
2014-12-15 borsauto merge of #19742 : vhbit/rust/copy-for-bitflags...
2014-12-14 borsauto merge of #19703 : nikomatsakis/rust/unsafe-trait...
2014-12-14 Niko MatsakisParse `unsafe impl` but don't do anything particularly...
2014-12-14 Niko MatsakisParse `unsafe trait` but do not do anything with it...
2014-12-14 Niko MatsakisRename FnStyle trait to Unsafety.
2014-12-14 borsauto merge of #19725 : vadimcn/rust/inst-path, r=alexcr...
2014-12-14 borsauto merge of #19338 : nikomatsakis/rust/unboxed-closur...
2014-12-14 borsauto merge of #19690 : barosl/rust/struct-variant-as...
2014-12-14 Niko MatsakisRemove `proc` types/expressions from the parser, compil...
2014-12-14 borsauto merge of #19669 : alfie/rust/master, r=sanxiyn
2014-12-13 borsauto merge of #19467 : japaric/rust/uc, r=alexcrichton
2014-12-13 Jorge Apariciolibsyntax: use unboxed closures
2014-12-13 borsauto merge of #19627 : steveklabnik/rust/testing_guide...
2014-12-13 borsauto merge of #19695 : arthurtw/rust/master, r=steveklabnik
2014-12-13 borsauto merge of #19685 : jbranchaud/rust/add-btreemap...
2014-12-13 borsauto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs...
2014-12-13 borsauto merge of #19664 : tbu-/rust/pr_oibit2_fix, r=Gankro
2014-12-12 borsauto merge of #19569 : murphm8/rust/ring_buf_insert...
2014-12-12 borsauto merge of #19391 : nick29581/rust/assoc-eq, r=nikom...
2014-12-12 borsauto merge of #19568 : barosl/rust/enum-struct-variants...
2014-12-12 Nick CameronAdd support for equality constraints on associated...
2014-12-12 borsauto merge of #19514 : jbranchaud/rust/add-btree-set...
2014-12-11 borsauto merge of #19377 : tbu-/rust/pr_mapinplace_fixzeros...
2014-12-11 borsauto merge of #19294 : huonw/rust/transmute-inplace...
2014-12-10 borsauto merge of #19663 : tbu-/rust/pr_fix_vecmap, r=Gankro
2014-12-10 borsauto merge of #19655 : jbranchaud/rust/change-example...
2014-12-10 borsauto merge of #19628 : jbranchaud/rust/add-string-as...
2014-12-10 borsauto merge of #19648 : mquandalle/rust/patch-1, r=alexc...
2014-12-10 borsauto merge of #19573 : apasel422/rust/sized_fn_once...
2014-12-09 borsauto merge of #19563 : alexcrichton/rust/issue-19501...
2014-12-09 Alex Crichtonrollup merge of #19653: frewsxcv/rm-reexports
2014-12-09 Alex Crichtonrollup merge of #19642: aaronweiss74/master
2014-12-09 Alex Crichtonrollup merge of #19626: bluss/string-extend-str
2014-12-09 Alex Crichtonrollup merge of #19623: rustyrazorblade/patch-1
2014-12-09 Alex Crichtonrollup merge of #19622: steveklabnik/fix_ringbuf_doc
2014-12-09 Alex Crichtonrollup merge of #19620: retep998/memorymap
2014-12-09 Alex Crichtonrollup merge of #19616: steveklabnik/gh19556
2014-12-09 Alex Crichtonrollup merge of #19615: steveklabnik/gh19595
2014-12-09 Alex Crichtonrollup merge of #19614: steveklabnik/gh19599
2014-12-09 Alex Crichtonrollup merge of #19608: jbranchaud/add-missing-semicolo...
2014-12-09 Alex Crichtonrollup merge of #19604: vadimcn/gcc-less
2014-12-09 Alex Crichtonrollup merge of #19598: japaric/ord
2014-12-09 Alex Crichtonrollup merge of #19592: jbranchaud/add-btreemap-iter...
2014-12-09 Alex Crichtonrollup merge of #19589: huonw/unboxed-closure-elision
2014-12-09 Alex Crichtonrollup merge of #19588: nodakai/libstd-fix-zombie-child...
2014-12-09 Alex Crichtonrollup merge of #19587: huonw/closure-feature-gate
2014-12-09 Alex Crichtonrollup merge of #19585: mdinger/guide_typo
2014-12-09 Alex Crichtonrollup merge of #19584: CaptainHayashi/patch-1
2014-12-09 Alex Crichtonrollup merge of #19581: luqmana/duc
2014-12-09 Alex Crichtonrollup merge of #19577: aidancully/master
2014-12-09 Alex Crichtonrollup merge of #19576: nhoss2/master
2014-12-09 borsauto merge of #19466 : nikomatsakis/rust/recursion...
2014-12-09 borsauto merge of #19249 : barosl/rust/json-type-safety...
2014-12-09 borsauto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis
2014-12-08 Niko Matsakislibrustc: Make `Copy` opt-in.
2014-12-08 borsauto merge of #19574 : erickt/rust/vec-reserve, r=alexc...
2014-12-08 borsauto merge of #19306 : steveklabnik/rust/gh19269, r...
2014-12-08 borsauto merge of #19560 : sfackler/rust/should-fail-reason...
2014-12-08 borsauto merge of #19555 : jbranchaud/rust/add-doctests...
2014-12-08 borsauto merge of #19378 : japaric/rust/no-as-slice, r...
2014-12-07 Jorge Apariciolibsyntax: remove unnecessary `to_string()` calls
2014-12-07 Jorge Apariciolibsyntax: remove unnecessary `as_slice()` calls
2014-12-05 Corey Richardsonrollup merge of #19416: sfackler/global-stdin
2014-12-05 Corey Richardsonrollup merge of #19413: P1start/more-trailing-commas
2014-12-05 Corey Richardsonrollup merge of #19396: kulakowski/patch-1
2014-12-05 Corey Richardsonrollup merge of #19387: jauhien/fix-expand_quote_ty
2014-12-05 Corey Richardsonrollup merge of #19386: tbu-/pr_refcell_stuff
2014-12-05 Corey Richardsonrollup merge of #19364: steveklabnik/doc_buffered_reader
2014-12-05 Corey Richardsonrollup merge of #19359: japaric/clone-cow
2014-12-04 borsauto merge of #18980 : erickt/rust/reader, r=erickt
2014-12-04 borsauto merge of #19170 : erickt/rust/rustup, r=erickt
2014-12-04 borsauto merge of #18613 : steveklabnik/rust/ownership_guid...
2014-12-04 borsauto merge of #18770 : pczarn/rust/hash_map-explicit...
2014-12-02 borsauto merge of #19443 : nodakai/rust/another-missing...
2014-12-02 borsauto merge of #19357 : michaelwoerister/rust/fix-issue...
2014-12-02 borsauto merge of #19427 : scialex/rust/doc-attr-macros...
2014-12-02 borsauto merge of #19439 : nodakai/rust/liblibc-getsid...
next