]> git.lizzy.rs Git - rust.git/history - src/librustc_driver/driver.rs
Renamed phase to compilation_done
[rust.git] / src / librustc_driver / driver.rs
2016-07-04 Will CrichtonRenamed phase to compilation_done
2016-07-04 Will CrichtonAdded new compilation phase and test
2016-07-04 Will CrichtonMoved LLVM cleanup to after `after_llvm` phase
2016-07-04 borsAuto merge of #34480 - jseyfried:remove_entry_points...
2016-07-03 borsAuto merge of #34540 - jupp0r:patch-1, r=steveklabnik
2016-07-03 borsAuto merge of #34532 - jonmarkprice:master, r=steveklabnik
2016-07-02 borsAuto merge of #34605 - arielb1:bug-in-the-jungle, r...
2016-07-02 borsAuto merge of #34443 - eddyb:sized-matters, r=arielb1
2016-07-02 borsAuto merge of #34539 - arielb1:metadata-hash, r=alexcri...
2016-07-02 Manish GoregaokarRollup merge of #34567 - alexcrichton:rustbuild-android...
2016-07-02 Manish GoregaokarRollup merge of #34566 - ollie27:linkchecker_invalid_ur...
2016-07-02 Manish GoregaokarRollup merge of #34551 - GuillaumeGomez:runtest_improve...
2016-07-02 Manish GoregaokarRollup merge of #34545 - sanxiyn:rustbuild, r=alexcrichton
2016-07-02 Manish GoregaokarRollup merge of #34531 - GuillaumeGomez:libsyntax_err_c...
2016-07-02 borsAuto merge of #34515 - alexcrichton:more-checks, r...
2016-07-02 borsAuto merge of #34492 - retep998:please-be-robust-alread...
2016-07-02 borsAuto merge of #34067 - tbu-:pr_lookup_host_ignore_other...
2016-07-01 borsAuto merge of #33940 - seanmonstar:siphash-1-3, r=alexc...
2016-07-01 Jeffrey SeyfriedAdd the `after_expand` entry point between import resol...
2016-06-30 borsAuto merge of #34541 - jseyfried:rollup, r=jseyfried
2016-06-30 Jeffrey SeyfriedRemove `after_expand` and `after_write_deps` CompileCon...
2016-06-30 Jeffrey SeyfriedRollup merge of #34512 - CensoredUsername:configure...
2016-06-30 borsAuto merge of #34552 - Manishearth:rollup, r=Manishearth
2016-06-29 Manish GoregaokarRollup merge of #34542 - jseyfried:fix_recursive_module...
2016-06-29 Manish GoregaokarRollup merge of #34536 - ollie27:rustdoc_module_impls...
2016-06-29 Manish GoregaokarRollup merge of #34513 - ollie27:rustdoc_stripped,...
2016-06-29 Manish GoregaokarRollup merge of #34499 - michaelwoerister:lldb-blacklis...
2016-06-29 Manish GoregaokarRollup merge of #34497 - oli-obk:double_negation, r...
2016-06-29 Manish GoregaokarRollup merge of #34495 - jseyfried:only_ident_macro_inv...
2016-06-29 Manish GoregaokarRollup merge of #34467 - GuillaumeGomez:err-codes,...
2016-06-29 Manish GoregaokarRollup merge of #34460 - dsprenkels:issue-33455, r...
2016-06-29 Manish GoregaokarRollup merge of #34459 - jseyfried:expansion_cleanup...
2016-06-29 Jeffrey SeyfriedRollup merge of #34305 - Aaronepower:master, r=alexcrichton
2016-06-29 Jeffrey SeyfriedRollup merge of #34105 - ollie27:rustdoc_derived, r...
2016-06-28 borsAuto merge of #34519 - alexcrichton:fix-nightlies,...
2016-06-28 Jonathan PriceMerging my book edits recent commits.
2016-06-28 Guillaume GomezRollup merge of #34524 - frewsxcv:std-io-sink, r=Guilla...
2016-06-28 Guillaume GomezRollup merge of #34518 - frewsxcv:io-repeat, r=Guillaum...
2016-06-28 Guillaume GomezRollup merge of #34517 - frewsxcv:empty, r=GuillaumeGomez
2016-06-28 Guillaume GomezRollup merge of #34479 - ollie27:rustdoc_renamed_reexpo...
2016-06-28 Guillaume GomezRollup merge of #34475 - frewsxcv:path-component, r...
2016-06-28 Guillaume GomezRollup merge of #34471 - GuillaumeGomez:fix_expl, r...
2016-06-28 Guillaume GomezRollup merge of #34462 - dns2utf8:leading_zeros, r...
2016-06-28 Guillaume GomezRollup merge of #34442 - tatsuya6502:doc-book-ownership...
2016-06-28 Guillaume GomezRollup merge of #34415 - ollie27:docs_float, r=steveklabnik
2016-06-28 Guillaume GomezRollup merge of #34406 - frewsxcv:sleep-ex, r=alexcrichton
2016-06-28 Guillaume GomezRollup merge of #34328 - wuranbo:patch-1, r=steveklabnik
2016-06-28 Guillaume GomezRollup merge of #34287 - durka:patch-26, r=steveklabnik
2016-06-28 Guillaume GomezRollup merge of #34080 - royalstream:royalstream-book...
2016-06-28 Jeffrey Seyfriedgroundwork: create the `Resolver` earlier in phase 2
2016-06-28 Jeffrey Seyfriedgroundwork: refactor the interface that `resolve` expos...
2016-06-28 Jeffrey Seyfriedcleanup: refactor away `ast::NodeIdAssigner`
2016-06-27 borsAuto merge of #34424 - jseyfried:breaking_batch, r...
2016-06-27 borsAuto merge of #34169 - scottcarr:dominator-cache, r...
2016-06-26 Jeffrey SeyfriedRollup merge of #34436 - jseyfried:no_block_expr, r...
2016-06-26 Jeffrey SeyfriedRollup merge of #34339 - jseyfried:thin_vec, r=petroche...
2016-06-26 Jeffrey SeyfriedRollup merge of #34316 - jseyfried:refactor_ast_stmt...
2016-06-26 Jeffrey SeyfriedRollup merge of #33943 - jseyfried:libsyntax_cleanup...
2016-06-26 Jeffrey SeyfriedRollup merge of #34385 - cgswords:tstream, r=nrc
2016-06-25 Jeffrey SeyfriedRollup merge of #34368 - petrochenkov:astqpath, r=Manis...
2016-06-25 Jeffrey SeyfriedRollup merge of #34213 - josephDunne:trait_item_macros...
2016-06-24 borsAuto merge of #34401 - GuillaumeGomez:err-codes, r...
2016-06-24 borsAuto merge of #34399 - alexcrichton:issue-audit, r...
2016-06-24 borsAuto merge of #34055 - brson:cmake, r=alexcrichton
2016-06-24 borsAuto merge of #34077 - durka:patch-23, r=alexcrichton
2016-06-23 borsAuto merge of #34372 - ollie27:rustdoc_sidebar, r=steve...
2016-06-23 Jeffrey SeyfriedAvoid wasting node ids
2016-06-23 borsAuto merge of #34364 - cynicaldevil:develop, r=Guillaum...
2016-06-23 borsAuto merge of #34253 - jseyfried:improve_multi_modifier...
2016-06-23 borsAuto merge of #34374 - jseyfried:fix_hygiene_bug, r=nrc
2016-06-22 Manish GoregaokarRollup merge of #34404 - ollie27:concat_idents, r=alexc...
2016-06-22 Manish GoregaokarRollup merge of #34394 - oli-obk:const_cast_false_posit...
2016-06-22 Manish GoregaokarRollup merge of #34387 - ollie27:rustdoc_src_links...
2016-06-22 Manish GoregaokarRollup merge of #34383 - alexcrichton:less-compiler...
2016-06-22 Manish GoregaokarRollup merge of #34367 - Stebalien:issue-23281, r=sfackler
2016-06-22 Manish GoregaokarRollup merge of #34363 - GuillaumeGomez:sleep, r=alexcr...
2016-06-22 Manish GoregaokarRollup merge of #34190 - ollie27:wrapping_fmt, r=alexcr...
2016-06-22 borsAuto merge of #33976 - komamitsu:assert_eq_with_msg...
2016-06-22 borsAuto merge of #33830 - moosingin3space:feature/mutable...
2016-06-21 borsAuto merge of #34402 - GuillaumeGomez:rollup, r=Guillau...
2016-06-21 Guillaume GomezRollup merge of #34391 - pyjarrett:master, r=jseyfried
2016-06-21 borsAuto merge of #34155 - ollie27:unzip, r=alexcrichton
2016-06-21 Paul JarrettImproves organization of driver includes.
2016-06-20 borsAuto merge of #34186 - GuillaumeGomez:err-code-check...
2016-06-20 borsAuto merge of #33950 - srinivasreddy:rtstartup_rustfmt...
2016-06-19 borsAuto merge of #34335 - ollie27:docs_collections_mods...
2016-06-19 borsAuto merge of #34295 - jseyfried:cfg_decoration, r...
2016-06-18 borsAuto merge of #34314 - tshepang:misnamed, r=steveklabnik
2016-06-17 borsAuto merge of #34292 - ollie27:rustdoc_depr_impl, r...
2016-06-17 borsAuto merge of #33090 - bluss:special-zip-2, r=aturon
2016-06-17 borsAuto merge of #34306 - arielb1:mir-dump-fixes, r=eddyb
2016-06-17 borsAuto merge of #34315 - Manishearth:rollup, r=Manishearth
2016-06-16 Manish GoregaokarRollup merge of #34298 - nrc:save-parent, r=eddyb
2016-06-16 borsAuto merge of #34272 - jseyfried:simplify_gated_cfg_che...
2016-06-16 Jeffrey SeyfriedSimplify gated cfg checking
2016-06-16 borsAuto merge of #34216 - jseyfried:nested_cfg_attr, r=nrc
2016-06-16 borsAuto merge of #34000 - estebank:missingargs, r=jseyfried
2016-06-16 Manish GoregaokarRollup merge of #34207 - petrochenkov:nohyg, r=jseyfried
2016-06-15 borsAuto merge of #34180 - durka:patch-24, r=brson
2016-06-14 borsAuto merge of #34232 - ollie27:rustdoc_inline, r=alexcr...
next