]> git.lizzy.rs Git - rust.git/history - src/libsyntax/parse/mod.rs
Auto merge of #30641 - tsion:match-range, r=eddyb
[rust.git] / src / libsyntax / parse / mod.rs
2015-11-13 borsAuto merge of #29759 - nagisa:mir-static, r=nikomatsakis
2015-11-13 borsAuto merge of #29811 - bluss:binary-heap-sift-less...
2015-11-13 borsAuto merge of #29761 - eefriedman:rename-nopanic, r...
2015-11-13 borsAuto merge of #29675 - bluss:merge-sort-fastpath, r...
2015-11-12 borsAuto merge of #29712 - Toby-S:patch-1, r=steveklabnik
2015-11-12 borsAuto merge of #29757 - dotdash:mir_simplify_cfg, r...
2015-11-12 borsAuto merge of #29616 - nagisa:mir-repeat, r=nikomatsakis
2015-11-11 Manish GoregaokarRollup merge of #29677 - GuillaumeGomez:patch-3, r...
2015-11-11 borsAuto merge of #29763 - nikomatsakis:mir-29227, r=nikoma...
2015-11-11 borsAuto merge of #29650 - goyox86:goyox86/rustfmting-libru...
2015-11-11 borsAuto merge of #29755 - mbrubeck:stat-doc, r=steveklabnik
2015-11-11 borsAuto merge of #29741 - Manishearth:fix-flowgraph, r...
2015-11-11 borsAuto merge of #29752 - tamird:fix-compiletest-stage1...
2015-11-11 borsAuto merge of #29744 - sanxiyn:modernize, r=nrc
2015-11-11 Eli FriedmanRename _nopanic methods to remove the suffix.
2015-11-10 borsAuto merge of #29725 - aturon:lang-features, r=huonw
2015-11-10 Steve KlabnikRollup merge of #29420 - efindlay:master, r=steveklabnik
2015-11-10 Seo SanghyeonUse deref coercions
2015-11-07 borsAuto merge of #29662 - rust-lang:brson-patch-2, r=steve...
2015-11-07 Manish GoregaokarRollup merge of #29660 - steveklabnik:gh28461, r=brson
2015-11-07 Manish GoregaokarRollup merge of #29659 - angelsl:crt-rebase, r=alexcrichton
2015-11-07 Manish GoregaokarRollup merge of #29656 - arcnmx:static-extern, r=alexcr...
2015-11-07 Manish GoregaokarRollup merge of #29622 - steveklabnik:gh29621, r=bstrie
2015-11-07 Manish GoregaokarRollup merge of #29617 - steveklabnik:gh29591, r=alexcr...
2015-11-07 borsAuto merge of #29551 - arcnmx:target-family, r=alexcrichton
2015-11-06 borsAuto merge of #29462 - alexcrichton:refactor-process...
2015-11-06 borsAuto merge of #29582 - oli-obk:token_tree, r=sfackler
2015-11-06 Oliver Schneiderremove `Tt` prefix from TokenType variants
2015-11-06 borsAuto merge of #29491 - alexcrichton:avoid-stdio-tls...
2015-11-06 borsAuto merge of #29305 - alexcrichton:bad-getenv, r=brson
2015-11-05 Steve KlabnikRollup merge of #29539 - shepmaster:empty-iterator...
2015-11-05 Steve KlabnikRollup merge of #29537 - bltavares:issue-24954, r=steve...
2015-11-05 Steve KlabnikRollup merge of #29416 - brson:relnotes, r=alexcrichton
2015-11-04 borsAuto merge of #29519 - alexcrichton:fix-distcheck,...
2015-11-04 borsAuto merge of #29528 - amitsaha:rust-inside-other-langu...
2015-11-04 borsAuto merge of #29200 - tshepang:rustfmt-path, r=aturon
2015-11-04 borsAuto merge of #29478 - angelsl:msvc2, r=alexcrichton
2015-11-04 borsAuto merge of #29547 - arielb1:speculative-upvar, r...
2015-11-03 borsAuto merge of #29529 - Ryman:rustdoc-cap-lints, r=alexc...
2015-11-03 borsAuto merge of #29515 - Manishearth:ice-itembody, r...
2015-11-03 borsAuto merge of #29495 - meqif:fix_unindent_tabs, r=steve...
2015-11-03 borsAuto merge of #29509 - vadimcn:readme, r=alexcrichton
2015-11-03 borsAuto merge of #29459 - tshepang:simplify, r=steveklabnik
2015-11-03 borsAuto merge of #29523 - durka:patch-9, r=alexcrichton
2015-11-03 borsAuto merge of #29514 - apasel422:issue-26220, r=alexcri...
2015-11-03 borsAuto merge of #29285 - eefriedman:libsyntax-panic,...
2015-10-28 Eli FriedmanUpdate libsyntax tests.
2015-10-28 Eli FriedmanMake fatal errors more consistent.
2015-10-28 Eli FriedmanDon't panic for fatal errors in attribute parsing.
2015-10-28 Eli FriedmanDelete unnecessary ParserAttr trait.
2015-10-28 Eli FriedmanDon't use panicking helpers in Parser.
2015-10-20 borsAuto merge of #27723 - mystor:vecdeque_drain_range...
2015-10-07 Steve KlabnikRollup merge of #28878 - sourcefrog:doc-links, r=stevek...
2015-10-07 borsAuto merge of #28877 - sourcefrog:doc-fuse, r=alexcrichton
2015-10-04 borsAuto merge of #28573 - ruud-v-a:rustdoc-license, r...
2015-10-03 borsAuto merge of #28821 - dagnir:formatting-fix, r=stevekl...
2015-10-02 borsAuto merge of #28662 - semmaz:fmt-debug, r=alexcrichton
2015-10-02 borsAuto merge of #28626 - arielb1:closure-needs-infer...
2015-10-02 Manish GoregaokarRollup merge of #28554 - christopherdumas:E0422, r...
2015-10-01 borsAuto merge of #28577 - jethrogb:topic/ast-stmt-debug...
2015-09-30 Steve KlabnikRollup merge of #28772 - tshepang:improve-paragraph...
2015-09-30 Steve KlabnikRollup merge of #28771 - tshepang:upper-case, r=stevekl...
2015-09-30 Steve KlabnikRollup merge of #28770 - tshepang:awkward, r=steveklabnik
2015-09-30 borsAuto merge of #28731 - bluss:by-ref, r=alexcrichton
2015-09-30 borsAuto merge of #28729 - retep998:canonical-dir, r=alexcr...
2015-09-29 borsAuto merge of #28623 - llogiq:faster-fasta, r=brson
2015-09-29 borsAuto merge of #27273 - tshepang:claim-not-accurate...
2015-09-28 borsAuto merge of #28668 - alexcrichton:crossing-with-jemal...
2015-09-27 Manish GoregaokarRollup merge of #28682 - apasel422:features, r=steveklabnik
2015-09-27 Manish GoregaokarRollup merge of #28681 - arielb1:destructor-fixes,...
2015-09-27 Manish GoregaokarRollup merge of #28673 - wthrowe:bad-archive, r=alexcri...
2015-09-27 Manish GoregaokarRollup merge of #28664 - apasel422:collections-debug...
2015-09-27 borsAuto merge of #28663 - bluss:vec-as-mut, r=alexcrichton
2015-09-27 borsAuto merge of #28651 - dotdash:exhaustive_match, r...
2015-09-27 Steve KlabnikRollup merge of #28680 - xaviershay:doc-readme, r=steve...
2015-09-27 Steve KlabnikRollup merge of #28679 - xaviershay:book-unit-example...
2015-09-27 Steve KlabnikRollup merge of #28678 - fhartwig:deref-elide, r=stevek...
2015-09-27 Steve KlabnikRollup merge of #28674 - DenisKolodin:patch-2, r=sanxiyn
2015-09-27 Steve KlabnikRollup merge of #28666 - GuillaumeGomez:warning, r...
2015-09-26 borsAuto merge of #28646 - vadimcn:imps, r=alexcrichton
2015-09-26 borsAuto merge of #28635 - alexcrichton:str-parse-error...
2015-09-26 borsAuto merge of #28632 - alexcrichton:update-match-indice...
2015-09-26 borsAuto merge of #28593 - gandro:rumprun, r=alexcrichton
2015-09-26 borsAuto merge of #28649 - nhowell:improve-rustbook, r...
2015-09-26 borsAuto merge of #28642 - petrochenkov:name3, r=nrc
2015-09-25 borsAuto merge of #28505 - apasel422:issue-28448, r=alexcri...
2015-09-24 Vadim PetrochenkovCleanup interfaces of Name, SyntaxContext and Ident
2015-09-24 borsAuto merge of #28538 - alevy:make_fixedsizearray_unsafe...
2015-09-22 borsAuto merge of #28504 - Eljay:fix-trait-privacy, r=nrc
2015-09-22 borsAuto merge of #28369 - ebfull:fix-higher-ranked, r...
2015-09-22 borsAuto merge of #28543 - gandro:netbsd, r=alexcrichton
2015-09-22 borsAuto merge of #28364 - petrochenkov:usegate, r=alexcrichton
2015-09-21 borsAuto merge of #28531 - whitequark:patch-1, r=Gankro
2015-09-21 borsAuto merge of #28560 - Manishearth:fix-fnptr-impls...
2015-09-21 borsAuto merge of #28548 - steveklabnik:gh28545, r=alexcrichton
2015-09-21 borsAuto merge of #28555 - GuillaumeGomez:error_codes,...
2015-09-21 borsAuto merge of #28552 - apasel422:issue-28527, r=Manishearth
2015-09-20 Andrew PaseltinerReplace `ast::Mac_` enum with struct
2015-09-15 borsAuto merge of #28263 - christopherdumas:add_help_E0118...
2015-09-15 borsAuto merge of #28393 - arielb1:required-because-it...
next