]> git.lizzy.rs Git - rust.git/history - src/librustc_driver/pretty.rs
Auto merge of #33450 - SiegeLord:dep_info_no_analysis, r=nrc
[rust.git] / src / librustc_driver / pretty.rs
2016-05-13 borsAuto merge of #33450 - SiegeLord:dep_info_no_analysis...
2016-05-12 borsAuto merge of #33282 - alexcrichton:rustbuild-crate...
2016-05-12 borsAuto merge of #33306 - vadixidav:master, r=alexcrichton
2016-05-12 borsAuto merge of #33169 - swgillespie:issue32829, r=eddyb
2016-05-11 Guillaume GomezRollup merge of #33489 - GuillaumeGomez:howto, r=alexcr...
2016-05-11 Steve KlabnikRollup merge of #33542 - GuillaumeGomez:move_since...
2016-05-11 Steve KlabnikRollup merge of #33539 - nikomatsakis:static-error...
2016-05-11 Steve KlabnikRollup merge of #33528 - cramertj:E0061typeo, r=jseyfried
2016-05-11 Steve KlabnikRollup merge of #33524 - briangreenery:briangreenery...
2016-05-11 Steve KlabnikRollup merge of #33522 - mbrubeck:inline-rawvec-cap...
2016-05-11 Steve KlabnikRollup merge of #33386 - cramertj:E0504, r=steveklabnik
2016-05-11 Steve KlabnikRollup merge of #33345 - birkenfeld:issue-31754, r...
2016-05-11 Steve KlabnikRollup merge of #33260 - mrmiywj:help-on-pattern-guard...
2016-05-11 Steve KlabnikRollup merge of #33129 - GuillaumeGomez:fmt_doc, r...
2016-05-11 borsAuto merge of #33239 - eddyb:mir-temp-drops, r=arielb1
2016-05-11 borsAuto merge of #33425 - eddyb:rift, r=nikomatsakis
2016-05-11 borsAuto merge of #33512 - birkenfeld:issue-25944, r=sanxiyn
2016-05-11 Pavel SountsovAlso rename the print_from_ast.
2016-05-11 Eduard Burtescurustc: Split 'tcx into 'gcx and 'tcx for InferCtxt...
2016-05-11 Eduard Burtescurustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, ...
2016-05-10 borsAuto merge of #33488 - eddyb:trans-fixes, r=Aatch
2016-05-10 Pavel SountsovMake --emit dep-info work correctly with -Z no-analysis...
2016-05-10 borsAuto merge of #33471 - birkenfeld:issue-33464, r=jseyfried
2016-05-10 borsAuto merge of #33337 - birkenfeld:issue-27842, r=jseyfried
2016-05-10 borsAuto merge of #33473 - michaelwoerister:split-cratecont...
2016-05-10 borsAuto merge of #33443 - jseyfried:resolve_ast, r=nrc
2016-05-09 Manish GoregaokarRollup merge of #33224 - alexcrichton:create-exit-statu...
2016-05-09 borsAuto merge of #33224 - alexcrichton:create-exit-status...
2016-05-09 borsAuto merge of #33365 - birkenfeld:makehelpfix, r=alexcr...
2016-05-09 Jeffrey SeyfriedReimplement pretty printing
2016-05-09 borsAuto merge of #33360 - alexcrichton:rustbuild-dox,...
2016-05-09 Jeffrey SeyfriedTemporarily unimplement pretty printing
2016-05-08 borsAuto merge of #33288 - cyplo:32834_retry_download,...
2016-05-07 Steve KlabnikRollup merge of #33456 - CryZe:barrier-wait-docs, r...
2016-05-07 Steve KlabnikRollup merge of #33336 - birkenfeld:issue-27361, r...
2016-05-07 Steve KlabnikRollup merge of #33326 - birkenfeld:issue-33321, r...
2016-05-07 Steve KlabnikRollup merge of #33313 - birkenfeld:depgraph-panic...
2016-05-07 Steve KlabnikRollup merge of #33283 - GuillaumeGomez:process_doc...
2016-05-07 Steve KlabnikRollup merge of #33256 - pnkfelix:add-rustc-specific...
2016-05-07 borsAuto merge of #33359 - tamird:consolidate-musl, r=alexc...
2016-05-07 borsAuto merge of #33328 - nrc:highlight-api, r=alexcrichton
2016-05-07 borsAuto merge of #33311 - birkenfeld:issue33262, r=nrc
2016-05-07 borsAuto merge of #33267 - nagisa:mir-temporary-32959,...
2016-05-06 borsAuto merge of #33225 - michaelwoerister:fix-debuginfo...
2016-05-06 borsAuto merge of #33086 - cardoe:non-blocking-rand-read...
2016-05-06 borsAuto merge of #33072 - tbu-:pr_duration_new_overflow...
2016-05-05 borsAuto merge of #32990 - tbu-:pr_more_defaults_cstr_path...
2016-05-05 borsAuto merge of #33128 - xen0n:more-confusing-unicode...
2016-05-05 borsAuto merge of #33067 - notriddle:wrapping_neg, r=alexcr...
2016-05-03 Manish GoregaokarRollup merge of #33371 - birkenfeld:issue-33302, r=cmr
2016-05-03 Manish GoregaokarRollup merge of #33357 - pcwalton:inline-mem-forget...
2016-05-03 Manish GoregaokarRollup merge of #33343 - birkenfeld:issue-32214, r...
2016-05-03 Manish GoregaokarRollup merge of #33340 - birkenfeld:issue-23716, r...
2016-05-03 Manish GoregaokarRollup merge of #33339 - oli-obk:fix/const_eval, r...
2016-05-03 Manish GoregaokarRollup merge of #33322 - justsostephen:master, r=stevek...
2016-05-03 Manish GoregaokarRollup merge of #33294 - timothy-mcroy:E0501, r=Guillau...
2016-05-03 Manish GoregaokarRollup merge of #33277 - birkenfeld:fmt-named-dollar...
2016-05-03 borsAuto merge of #33330 - birkenfeld:issue-29121, r=Manish...
2016-05-03 borsAuto merge of #33119 - nrc:pretty, r=pnkfelix
2016-05-02 Nick Cameronrebasing
2016-05-02 Nick CameronFix tests
2016-05-02 Nick CameronRefactor pretty printing to use more of the driver
2016-05-02 Nick CameronUse the compiler API to run pretty printing.
2016-05-02 Nick CameronMake pretty printer take Session by ref
2016-04-30 borsAuto merge of #32846 - jseyfried:allow_unconfigured_gat...
2016-04-30 borsAuto merge of #33148 - sfackler:entry-key, r=alexcrichton
2016-04-28 Steve KlabnikRollup merge of #33212 - bombless:scope-of-function...
2016-04-28 Steve KlabnikRollup merge of #33095 - xogeny:xogeny-patch-1, r=steve...
2016-04-28 Steve KlabnikRollup merge of #33056 - GuillaumeGomez:as_mut_ptr_exam...
2016-04-28 Steve KlabnikRollup merge of #32991 - kindlychung:patch-2, r=stevekl...
2016-04-28 borsAuto merge of #33151 - ollie27:rustdoc_abi, r=alexcrichton
2016-04-28 borsAuto merge of #32791 - LeoTestard:feature-gate-clean...
2016-04-26 borsAuto merge of #31414 - durka:clone-copy, r=alexcrichton
2016-04-26 borsAuto merge of #33142 - tshepang:split-long-line, r...
2016-04-26 borsAuto merge of #32989 - GuillaumeGomez:e0393, r=Manishearth
2016-04-26 borsAuto merge of #32962 - taralx:patch-1, r=GuillaumeGomez
2016-04-26 borsAuto merge of #33099 - eddyb:issue-33096, r=michaelwoer...
2016-04-25 Manish GoregaokarRollup merge of #33107 - sanxiyn:prev-impl-item, r...
2016-04-25 borsAuto merge of #33115 - mbrubeck:vfp3-d16, r=nrc
2016-04-25 borsAuto merge of #32258 - nikomatsakis:fewer-errors, r...
2016-04-25 borsAuto merge of #33120 - tclfs:patch-2, r=Manishearth
2016-04-23 borsAuto merge of #33124 - sfackler:kill-ipv6-only, r=alexc...
2016-04-23 borsAuto merge of #33117 - tamird:remove-outdated-workaroun...
2016-04-23 borsAuto merge of #33092 - alexcrichton:rustbuild-docs...
2016-04-23 borsAuto merge of #33084 - alexcrichton:osx-python-sanity...
2016-04-23 borsAuto merge of #32466 - jooert:btree_append, r=apasel422
2016-04-22 Jonathan TurnerMerge remote-tracking branch 'rust-lang/master' into...
2016-04-22 borsAuto merge of #33089 - nrc:hir-name-res, r=eddyb
2016-04-20 borsAuto merge of #31253 - ranma42:improve-unicode-iter...
2016-04-19 Nick Camerondebugging, misc fixes
2016-04-19 Nick Camerondef_collector and crate reader operate on AST instead...
2016-04-19 Nick CameronSeparate def collection and hir map making even further
2016-04-18 Steve KlabnikRollup merge of #32906 - jocki84:jocki84-book-size...
2016-04-18 Steve KlabnikRollup merge of #32558 - sanxiyn:rustdoc-self-link...
2016-04-17 Manish GoregaokarRollup merge of #33039 - bluss:trait-obj-error, r=arielb1
2016-04-17 Manish GoregaokarRollup merge of #32956 - GuillaumeGomez:ptr_examples...
2016-04-17 Manish GoregaokarRollup merge of #31441 - gereeter:btree-docs, r=bluss
2016-04-15 borsAuto merge of #32338 - lukaspustina:doc-std-process...
2016-04-14 Steve KlabnikRollup merge of #32869 - bluss:char-boundary-test,...
2016-04-14 Steve KlabnikRollup merge of #32646 - Ms2ger:Constructor, r=sanxiyn
next