]> git.lizzy.rs Git - rust.git/history - src/librustc_front/print/pprust.rs
fallout from removing hir::ExprRange
[rust.git] / src / librustc_front / print / pprust.rs
2016-02-27 Alex Burkafallout from removing hir::ExprRange
2016-02-25 borsAuto merge of #30856 - mneumann:thread_local_extern...
2016-02-24 Manish GoregaokarRollup merge of #31677 - ivan:doc-vtable, r=steveklabnik
2016-02-24 borsAuto merge of #31782 - pitdicker:clean_out_windows_c...
2016-02-22 borsAuto merge of #31715 - mitaa:rdoc-index-crate, r=alexcr...
2016-02-20 borsAuto merge of #31747 - jseyfried:stop_resolve_after_fai...
2016-02-20 borsAuto merge of #31620 - alexcrichton:fix-out-of-tree...
2016-02-19 Steve KlabnikRollup merge of #31741 - alexcrichton:fix-ios, r=nikoma...
2016-02-19 Steve KlabnikRollup merge of #31721 - rphmeier:err_tuplestruct_count...
2016-02-19 borsAuto merge of #31736 - bluss:write-char, r=alexcrichton
2016-02-19 borsAuto merge of #31716 - jseyfried:fix_privacy_for_def_er...
2016-02-18 borsAuto merge of #31684 - tmiasko:alternate-stack, r=alexc...
2016-02-18 borsAuto merge of #31600 - nagisa:mir-msvc-seh-2, r=nikomat...
2016-02-18 borsAuto merge of #31727 - semarie:openbsd-llvm-cpu, r...
2016-02-17 Steve KlabnikRollup merge of #31720 - frewsxcv:std-mem-transmute...
2016-02-17 Steve KlabnikRollup merge of #31703 - WiSaGaN:bugfix/fix-link-in...
2016-02-17 Steve KlabnikRollup merge of #31695 - oconnor663:chardocs, r=alexcri...
2016-02-17 Steve KlabnikRollup merge of #31694 - oconnor663:insertdocs, r=steve...
2016-02-17 Steve KlabnikRollup merge of #31679 - GuillaumeGomez:long_error_expl...
2016-02-17 Steve KlabnikRollup merge of #31565 - SDX2000:docfixes4, r=steveklabnik
2016-02-17 borsAuto merge of #31707 - GuillaumeGomez:macro_name, r...
2016-02-17 borsAuto merge of #31718 - apasel422:issue-31711, r=bluss
2016-02-17 borsAuto merge of #31696 - apasel422:placement, r=pnkfelix
2016-02-17 borsAuto merge of #31666 - dirk:dirk/clarify-memory-arrange...
2016-02-17 borsAuto merge of #31685 - petrochenkov:patrefact2, r=eddyb
2016-02-15 Vadim PetrochenkovSplit PatKind::Enum into PatKind::TupleStruct and PatKi...
2016-02-15 borsAuto merge of #31663 - nodakai:cleanup-uint_module...
2016-02-15 borsAuto merge of #31566 - jseyfried:fix_regression, r=nrc
2016-02-14 Steve KlabnikRollup merge of #31607 - steveklabnik:gh31599, r=brson
2016-02-14 Vadim PetrochenkovRename hir::Pat_ and its variants
2016-02-14 borsAuto merge of #31614 - mitaa:rdoc_locitem_extmac, r...
2016-02-14 borsAuto merge of #31391 - frewsxcv:test, r=alexcrichton
2016-02-14 borsAuto merge of #31551 - alexcrichton:deprecate-std-os...
2016-02-13 Manish GoregaokarRollup merge of #31612 - raindev:grammar, r=steveklabnik
2016-02-13 Manish GoregaokarRollup merge of #31610 - Manishearth:doc-clarify-txrx...
2016-02-13 Manish GoregaokarRollup merge of #31609 - erickt:nit, r=sfackler
2016-02-13 Manish GoregaokarRollup merge of #31589 - reem:remove-unnecessary-poison...
2016-02-13 Manish GoregaokarRollup merge of #31585 - tshepang:over-explanation...
2016-02-13 Manish GoregaokarRollup merge of #31584 - tshepang:shorten, r=steveklabnik
2016-02-13 Manish GoregaokarRollup merge of #31582 - tshepang:missing-words, r...
2016-02-13 Manish GoregaokarRollup merge of #31563 - SDX2000:docfixes1, r=steveklabnik
2016-02-13 Manish GoregaokarRollup merge of #31559 - scottrobertwhittaker:fix-typo...
2016-02-13 Manish GoregaokarRollup merge of #31542 - nodakai:concat_idents-desc...
2016-02-13 Manish GoregaokarRollup merge of #31537 - ollie27:book_doc_example,...
2016-02-13 Manish GoregaokarRollup merge of #31535 - Ketsuban:more-detail-in-wrappi...
2016-02-13 borsAuto merge of #31602 - mitaa:rdoc_doc_shorter, r=alexcr...
2016-02-13 borsAuto merge of #31596 - mitaa:rdoc_assoc_item, r=alexcri...
2016-02-13 borsAuto merge of #31591 - alexcrichton:make-clean-with...
2016-02-13 borsAuto merge of #31588 - soltanmm:layer, r=nikomatsakis
2016-02-13 borsAuto merge of #31579 - ollie27:msvc_link, r=alexcrichton
2016-02-13 borsAuto merge of #31570 - tomaka:ignore-emscripten, r...
2016-02-13 borsAuto merge of #31564 - durka:lang-item-icemelt, r=nikom...
2016-02-13 borsAuto merge of #31562 - llogiq:lint_post, r=Manishearth
2016-02-13 borsAuto merge of #31557 - retep998:house-directory, r...
2016-02-13 borsAuto merge of #31358 - japaric:print-targets, r=alexcri...
2016-02-13 borsAuto merge of #31524 - jonas-schievink:autoderef, r...
2016-02-12 Jonas SchievinkMake more use of autoderef in librustc_front
2016-02-12 borsAuto merge of #30726 - GuillaumeGomez:compile-fail...
2016-02-12 borsAuto merge of #31550 - Stebalien:fix-color, r=nrc
2016-02-12 borsAuto merge of #31541 - tomaka:more-emscripten, r=brson
2016-02-12 borsAuto merge of #31368 - JohanLorenzo:dont-strip-if-test...
2016-02-11 borsAuto merge of #31545 - dotdash:no_noalias, r=alexcrichton
2016-02-11 borsAuto merge of #31083 - SimonSapin:set_port, r=alexcrichton
2016-02-11 borsAuto merge of #31532 - tomaka:fix-emscripten, r=brson
2016-02-11 borsAuto merge of #31527 - danlrobertson:i15735, r=alexcrichton
2016-02-11 borsAuto merge of #31487 - oli-obk:breaking_batch/ast/unop...
2016-02-11 Oliver 'ker' Schneider[breaking-change] don't glob export ast::StrStyle variants
2016-02-11 Oliver Schneider[breaking-change] don't glob import/export syntax:...
2016-02-10 borsAuto merge of #31420 - bluss:deque-equality, r=Gankro
2016-02-05 borsAuto merge of #31349 - nikomatsakis:issue-31157-obligat...
2016-02-04 borsAuto merge of #31161 - sfackler:slice-to-socket-addrs...
2016-02-04 borsAuto merge of #31069 - sfackler:file-try-clone, r=alexc...
2016-02-04 borsAuto merge of #30962 - Amanieu:non_volatile_atomic...
2016-02-04 borsAuto merge of #30796 - GuillaumeGomez:impl_box_error...
2016-02-02 Manish GoregaokarRollup merge of #27499 - barosl:macro-doc-raw-str-hashe...
2016-02-02 Steve KlabnikRollup merge of #31202 - steveklabnik:gh30459, r=alexcr...
2016-02-02 Steve KlabnikRollup merge of #30971 - SDX2000:docfixes, r=steveklabnik
2016-02-01 borsAuto merge of #30901 - mackwic:doc-core-convert, r...
2016-01-29 Manish GoregaokarRollup merge of #31264 - est31:block_coment_parent...
2016-01-29 borsAuto merge of #31144 - jseyfried:remove_import_ordering...
2016-01-29 borsAuto merge of #31132 - gchp:internals, r=brson
2016-01-29 borsAuto merge of #30900 - michaelwoerister:trans_item_coll...
2016-01-28 borsAuto merge of #31171 - dirk:dirk/safety-section-in...
2016-01-27 Manish GoregaokarRollup merge of #31226 - steveklabnik:gh30954, r=Manish...
2016-01-27 Manish GoregaokarRollup merge of #31186 - gchp:contributing, r=alexcrichton
2016-01-27 Manish GoregaokarRollup merge of #30689 - Manishearth:lifetime-bound...
2016-01-27 borsAuto merge of #31224 - bluss:deque-hashing, r=Gankro
2016-01-27 borsAuto merge of #31089 - fhahn:macro-ice, r=pnkfelix
2016-01-27 borsAuto merge of #31206 - nrc:early-save, r=nikomatsakis
2016-01-27 borsAuto merge of #31020 - regexident:fix_16884, r=brson
2016-01-27 borsAuto merge of #30859 - aliclark:musl-nx-issue, r=brson
2016-01-27 borsAuto merge of #30487 - jonas-schievink:more-attrs-lint...
2016-01-26 borsAuto merge of #31120 - alexcrichton:attribute-deny...
2016-01-26 borsAuto merge of #31081 - alexcrichton:stabilize-hasher...
2016-01-26 borsAuto merge of #30402 - jooert:prettypanic, r=alexcrichton
2016-01-26 Manish GoregaokarRollup merge of #31211 - Manishearth:pr-30765, r=nrc
2016-01-26 Manish GoregaokarRollup merge of #31177 - alexcrichton:no-stdio, r=sfackler
2016-01-26 borsAuto merge of #31105 - jseyfried:fix_lexical_scoping...
2016-01-26 borsAuto merge of #31160 - nxnfufunezn:ppwild-31073, r...
2016-01-25 nxnfufuneznFix pretty_printer to print omitted type `_` marker
next