]> git.lizzy.rs Git - rust.git/history - src/libsyntax/print/pprust.rs
rollup merge of #20482: kmcallister/macro-reform
[rust.git] / src / libsyntax / print / pprust.rs
2015-01-06 Alex Crichtonrollup merge of #20482: kmcallister/macro-reform
2015-01-06 Alex Crichtonrollup merge of #20608: nikomatsakis/assoc-types-method...
2015-01-06 Alex CrichtonMerge remote-tracking branch 'nrc/sized-2' into rollup
2015-01-06 Alex Crichtonrollup merge of #20556: japaric/no-for-sized
2015-01-06 Alex Crichtonrollup merge of #20594: nikomatsakis/orphan-ordered
2015-01-06 Alex Crichtonrollup merge of #20584: brson/versioning
2015-01-06 Alex Crichtonrollup merge of #20583: csouth3/vim-syntax
2015-01-06 Alex Crichtonrollup merge of #20581: apasel422/extend
2015-01-06 Alex Crichtonrollup merge of #20568: huonw/ungate-AT-globs
2015-01-06 Alex Crichtonrollup merge of #20566: zsiciarz/fix-stdext-docs
2015-01-06 Alex Crichtonrollup merge of #20565: alexcrichton/missing-stability
2015-01-06 Alex Crichtonrollup merge of #20564: bombless/patch-3
2015-01-06 Alex Crichtonrollup merge of #20560: aturon/stab-2-iter-ops-slice
2015-01-06 Alex Crichtonrollup merge of #20554: huonw/mut-pattern
2015-01-06 Alex Crichtonrollup merge of #20548: tshepang/fix-ping-pong-benchmark
2015-01-06 Alex Crichtonrollup merge of #20538: EchoAce/issue-20529
2015-01-06 Alex Crichtonrollup merge of #20519: ville-h/rwlock-rename
2015-01-06 Alex Crichtonrollup merge of #20518: nagisa/weighted-bool
2015-01-06 Alex Crichtonrollup merge of #20517: nikomatsakis/safety-issue-19997
2015-01-06 Alex Crichtonrollup merge of #20511: csouth3/derive-lint
2015-01-06 Alex Crichtonrollup merge of #20507: alexcrichton/issue-20444
2015-01-06 Alex Crichtonrollup merge of #20488: ltratt/nondeterministic_tempdir
2015-01-06 Alex Crichtonrollup merge of #20483: nagisa/rng-copy
2015-01-06 Alex Crichtonrollup merge of #20478: SeanTAllen/master
2015-01-06 Alex Crichtonrollup merge of #20472: mneumann/llvm-dragonfly
2015-01-06 Alex Crichtonrollup merge of #20465: nikomatsakis/assoc-types-region...
2015-01-06 Alex Crichtonrollup merge of #20434: steveklabnik/five_eye
2015-01-06 Alex Crichtonrollup merge of #20424: jroesch/tuple-struct-where...
2015-01-06 Alex Crichtonrollup merge of #20258: sanxiyn/show-span-2
2015-01-06 Alex Crichtonrollup merge of #20197: pczarn/ring_buf-collections...
2015-01-06 Alex Crichtonrollup merge of #20099: P1start/parse-more-macro-ops
2015-01-06 Alex Crichtonrollup merge of #20092: barosl/rustdoc-line-number...
2015-01-06 Alex Crichtonrollup merge of #19998: th0114nd/unicode-bottom
2015-01-06 Alex Crichtonrollup merge of #19888: steveklabnik/gh19861
2015-01-06 Alex Crichtonrollup merge of #19736: steveklabnik/gh19662
2015-01-06 Alex Crichtonrollup merge of #19235: bjz/reference
2015-01-05 borsauto merge of #20578 : japaric/rust/no-more-bc, r=nmatsakis
2015-01-05 Jorge Aparicioremove TyClosure
2015-01-05 Keegan McAllisterAdd a special macro nonterminal $crate
2015-01-05 borsauto merge of #20451 : brson/rust/installer, r=alexcrichton
2015-01-05 Jared RoeschRefactor struct parsing and add tests
2015-01-05 borsauto merge of #20395 : huonw/rust/char-stab-2, r=aturon
2015-01-05 Huon WilsonChange `&` pat to only work with &T, and `&mut` with...
2015-01-05 borsauto merge of #20285 : FlaPer87/rust/oibit-send-and...
2015-01-04 Flavio PercocoAdd syntax for negative implementations of traits
2015-01-04 borsMerge pull request #20512 from bjz/rustdoc
2015-01-04 borsMerge pull request #20510 from tshepang/patch-6
2015-01-04 borsMerge pull request #20505 from estsauver/doc_20504
2015-01-04 borsMerge pull request #20500 from globin/fix/range-sugar
2015-01-04 borsMerge pull request #20495 from brson/cargo
2015-01-04 borsMerge pull request #20487 from trapp/doc-namespace...
2015-01-04 borsMerge pull request #20485 from ipetkov/man-fix
2015-01-04 borsMerge pull request #20464 from ranma42/improve-make...
2015-01-04 borsMerge pull request #20457 from frewsxcv/rm-reexports
2015-01-04 borsMerge pull request #20452 from brson/rustup
2015-01-04 borsMerge pull request #20449 from brson/contributing
2015-01-04 borsMerge pull request #20442 from csouth3/vim-syntax
2015-01-04 borsMerge pull request #20428 from tbu-/pr_guide_int_to_i32...
2015-01-04 borsMerge pull request #19963 from tshepang/patch-3
2015-01-04 borsauto merge of #20443 : nikomatsakis/rust/autoderef...
2015-01-04 borsauto merge of #20437 : ranma42/rust/fix-make-install...
2015-01-04 borsauto merge of #20393 : japaric/rust/impl-any, r=aturon
2015-01-04 borsauto merge of #20504 : japaric/rust/derive-self, r...
2015-01-04 Jorge Apariciosed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
2015-01-04 Jorge Apariciosed -i -s 's/\bmod,/self,/g' **/*.rs
2015-01-03 borsauto merge of #20456 : brson/rust/packaging2, r=alexcri...
2015-01-03 borsauto merge of #20154 : P1start/rust/qualified-assoc...
2015-01-03 borsauto merge of #19835 : pythonesque/rust/add-unordered...
2015-01-02 borsauto merge of #20436 : alexcrichton/rust/rollup, r...
2015-01-02 Alex Crichtonrollup merge of #20410: japaric/assoc-types
2015-01-02 Brian AndersonMerge remote-tracking branch 'erickt/rustup'
2015-01-02 Alex Crichtonrollup merge of #20341: nikomatsakis/impl-trait-for...
2015-01-02 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-01-02 Alex Crichtonrollup merge of #20425: sanxiyn/opt-local-ty
2015-01-02 Alex Crichtonrollup merge of #20227: FlashYoshi/patch-1
2015-01-02 Alex Crichtonrollup merge of #19625: mrhota/guide_traits
2015-01-02 Alex Crichtonrollup merge of #20273: alexcrichton/second-pass-comm
2015-01-02 borsauto merge of #20365 : nick29581/rust/mod, r=huonw
2015-01-02 Seo SanghyeonMake type in ast::Local optional
2015-01-02 Nick CameronAccept `self` in place of `mod` in use items
2014-12-31 Alex Crichtonrollup merge of #20344: brson/srctarballs
2014-12-31 Alex Crichtonrollup merge of #20328: huonw/attack-of-the-clones
2014-12-31 Alex Crichtonrollup merge of #20326: rohitjoshi/master
2014-12-31 Alex Crichtonrollup merge of #20325: nick29581/obj-safety-static
2014-12-31 Alex Crichtonrollup merge of #20323: brson/beta
2014-12-31 Alex Crichtonrollup merge of #20321: epall/patch-1
2014-12-31 Alex Crichtonrollup merge of #20316: seanmonstar/patch-1
2014-12-31 Alex Crichtonrollup merge of #20286: murarth/get-address-name
2014-12-31 Alex Crichtonrollup merge of #20247: steveklabnik/gh20088
2014-12-31 Alex Crichtonrollup merge of #20217: luqmana/pc
2014-12-30 borsauto merge of #19941 : alexcrichton/rust/issue-19767...
2014-12-30 borsauto merge of #20320 : alexcrichton/rust/rollup, r...
2014-12-30 Alex Crichtonrollup merge of #20317: brson/rust-installer-v2
2014-12-30 borsauto merge of #20160 : nick29581/rust/ranges2, r=nikoma...
2014-12-30 Alex Crichtonrollup merge of #20310: fhahn/issue-15877-model-lexer...
2014-12-30 Alex Crichtonrollup merge of #20309: sfackler/refcell-send
2014-12-30 Alex Crichtonrollup merge of #20306: alexcrichton/second-pass-string
2014-12-30 Alex Crichtonrollup merge of #20289: nick29581/shadowing
2014-12-30 Alex Crichtonrollup merge of #20282: WebDrake/makefile-in
2014-12-30 Alex Crichtonrollup merge of #20281: dgiagio/libregex_deprecated_fix1
next