]> git.lizzy.rs Git - rust.git/history - src/libsyntax
rustc_privacy: Do not export items needed solely for the reachability analysis
[rust.git] / src / libsyntax /
2015-11-04 borsAuto merge of #29543 - Amanieu:asm_mem_constraint,...
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 Amanieu d'AntrasAllow indirect operands to be used as inputs for inline asm
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-11-03 borsAuto merge of #29500 - vadimcn:rustlib, r=alexcrichton
2015-11-02 borsAuto merge of #29291 - petrochenkov:privacy, r=alexcrichton
2015-11-02 borsAuto merge of #29456 - alexcrichton:path-hash, r=aturon
2015-11-02 borsAuto merge of #29513 - apasel422:issue-23217, r=alexcri...
2015-11-02 borsAuto merge of #29510 - mneumann:dragonfly-guard-page...
2015-11-02 borsAuto merge of #28846 - Ms2ger:categorization, r=nikomat...
2015-11-02 borsAuto merge of #29505 - rjbs:docs-where-type, r=steveklabnik
2015-11-01 borsAuto merge of #29507 - fhartwig:result-expect, r=Manish...
2015-11-01 borsAuto merge of #29501 - Manishearth:pat-docs, r=alexcrichton
2015-11-01 borsAuto merge of #29471 - pierzchalski:custom-target-custo...
2015-11-01 borsAuto merge of #29177 - vadimcn:rtstuff, r=alexcrichton
2015-11-01 borsAuto merge of #29486 - petrochenkov:multiwild, r=Manish...
2015-11-01 Manish GoregaokarAdd code formatting on PatVec docs
2015-11-01 Manish GoregaokarFix PatEnum docs
2015-11-01 borsAuto merge of #29316 - GBGamer:change-unchecked-div...
2015-10-31 Vadim PetrochenkovRemove PatWildMulti
2015-10-29 borsAuto merge of #29129 - cuviper:impl-from-for-floats...
2015-10-29 borsAuto merge of #29445 - igpay:patch-1, r=alexcrichton
2015-10-29 borsAuto merge of #29188 - nikomatsakis:remove-contraction...
2015-10-29 borsAuto merge of #29442 - rjbs:docs-comma-splice, r=stevek...
2015-10-29 borsAuto merge of #29441 - Ryman:match_refactor_msg, r...
2015-10-29 borsAuto merge of #29432 - taralx:patch-2, r=alexcrichton
2015-10-29 borsAuto merge of #29289 - DiamondLovesYou:pnacl-std-crates...
2015-10-29 Steve KlabnikRollup merge of #29437 - brson:authors, r=alexcrichton
2015-10-29 Steve KlabnikRollup merge of #29435 - djrollins:diverging-function...
2015-10-29 Steve KlabnikRollup merge of #29417 - pmarcelll:assert-doc, r=stevek...
2015-10-29 Steve KlabnikRollup merge of #29405 - pmarcelll:docs-fix, r=steveklabnik
2015-10-29 Steve KlabnikRollup merge of #29264 - mdinger:colorify, r=steveklabnik
2015-10-28 Kevin Butlerlibsyntax: improve error message when a statement is...
2015-10-28 Richard DiamondPort the standard crates to PNaCl/NaCl.
2015-10-28 borsAuto merge of #29415 - nikomatsakis:issue-29161, r...
2015-10-28 Eli FriedmanMake quote plugin use parsing functions which explicitl...
2015-10-28 borsAuto merge of #29403 - alexcrichton:fix-windows-again...
2015-10-28 borsAuto merge of #29419 - brson:bump, r=alexcrichton
2015-10-28 borsAuto merge of #29409 - arielb1:recursive-arrays, r...
2015-10-28 borsAuto merge of #29404 - jonas-schievink:external-overlap...
2015-10-28 borsAuto merge of #29402 - sanxiyn:if-let, r=steveklabnik
2015-10-28 borsAuto merge of #29400 - gkoz:phantom_data, r=alexcrichton
2015-10-28 borsAuto merge of #29398 - jonas-schievink:if-let-arms...
2015-10-28 Eli FriedmanUpdate libsyntax tests.
2015-10-28 Eli FriedmanMake fatal errors more consistent.
2015-10-28 Eli FriedmanStart pushing panics outward in lexer.
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-28 borsAuto merge of #29313 - arielb1:projection-overflow...
2015-10-28 borsAuto merge of #29311 - steveklabnik:doc_iterator_trait...
2015-10-27 borsAuto merge of #29072 - nagisa:place-arrow, r=pnkfelix
2015-10-27 borsAuto merge of #28833 - jryans:borrowck-linear-errors...
2015-10-27 Simonas KazlauskasAdd tests for newly introduced syntax
2015-10-27 Simonas KazlauskasFix restrictions when parsing rhs of equalities
2015-10-27 Simonas KazlauskasFix prefix range expressions being not parsed
2015-10-27 Simonas KazlauskasGeneralise associative operator parsing
2015-10-27 borsAuto merge of #26421 - nham:fix_21546, r=pnkfelix
2015-10-27 borsAuto merge of #26848 - oli-obk:const_fn_const_eval...
2015-10-27 borsAuto merge of #29327 - sanxiyn:argument, r=nrc
2015-10-27 borsAuto merge of #29326 - Charlotteis:patch-1, r=steveklabnik
2015-10-27 borsAuto merge of #29317 - matklad:clarify-reference, r...
2015-10-27 borsAuto merge of #29309 - rjbs:doc-comment-sections, r...
2015-10-27 borsAuto merge of #29298 - tbu-:pr_doc_env_panic, r=alexcri...
2015-10-27 borsAuto merge of #29386 - jonas-schievink:codegen-worker...
2015-10-27 borsAuto merge of #29325 - alexcrichton:revert-trait-access...
2015-10-26 borsAuto merge of #29295 - little-dude:rustfmt_librustc_uni...
2015-10-26 borsAuto merge of #29274 - thepowersgang:issues-29107-const...
2015-10-26 borsAuto merge of #29384 - nikomatsakis:mir-not-stable...
2015-10-26 borsAuto merge of #29287 - Ryman:fn_nopat, r=alexcrichton
2015-10-26 borsAuto merge of #29310 - mdinger:book_playpen, r=steveklabnik
2015-10-26 borsAuto merge of #29280 - Ryman:bad_docattr, r=Manishearth
2015-10-26 borsAuto merge of #29247 - dcarral:missing_word_trpl, r...
2015-10-26 borsAuto merge of #29312 - apasel422:issue-21410, r=alexcri...
2015-10-26 borsAuto merge of #29303 - petrochenkov:unistrimp, r=eddyb
2015-10-26 borsAuto merge of #29301 - reddraggone9:patch-1, r=alexcrichton
2015-10-26 borsAuto merge of #29306 - alexcrichton:yet-another-windows...
2015-10-26 borsAuto merge of #29299 - tbu-:pr_btreemap_example_dup...
2015-10-26 borsAuto merge of #29296 - zazdxscf:compiletest_noargs_show...
2015-10-25 borsAuto merge of #29284 - apasel422:tests, r=alexcrichton
2015-10-25 borsAuto merge of #29266 - apasel422:wf, r=alexcrichton
2015-10-25 borsAuto merge of #29254 - alexcrichton:stabilize-1.5,...
2015-10-25 Alex Crichtonstd: Stabilize library APIs for 1.5
2015-10-25 Vadim Petrochenkovsyntax/rustc_front: Simplify VariantData::fields
2015-10-25 borsAuto merge of #29281 - skeleten:issue-28189, r=steveklabnik
2015-10-25 borsAuto merge of #29272 - sanxiyn:llvm-update, r=alexcrichton
2015-10-25 John HodgeSwitch to 'const unsafe fn' ordering (rust-lang/rust...
2015-10-25 Vadim Petrochenkovrustc_privacy: Expand public node set, build exported...
2015-10-25 Kevin Butlerlibsyntax: Consolidate branch to benefit from exhaustiv...
next