]> git.lizzy.rs Git - rust.git/history - src/librustc_driver/driver.rs
Fix error
[rust.git] / src / librustc_driver / driver.rs
2017-08-13 bjorn3Fix error
2017-08-13 bjorn3Update driver.rs
2017-08-13 bjorn3Change a #[cfg()] to a cfg!()
2017-08-13 bjorn3Fix tidy errors
2017-08-13 bjorn3Remove some more cfg's
2017-08-12 bjorn3Less cfg's
2017-08-12 borsAuto merge of #43794 - Eijebong:fix_typos, r=lukaramu...
2017-08-12 borsAuto merge of #43792 - steveklabnik:rustdoc-directives...
2017-08-12 borsAuto merge of #43772 - arielb1:nonfree-block, r=nagisa
2017-08-11 borsAuto merge of #43766 - michaelwoerister:trans-scheduler...
2017-08-11 borsAuto merge of #43750 - tbu-:pr_fn_unreachable, r=sfackler
2017-08-11 borsAuto merge of #42932 - bjorn3:no_llvm_try2, r=eddyb
2017-08-11 borsAuto merge of #43748 - RalfJung:mir-validate2, r=arielb1
2017-08-11 bjorn3It now completely compiles without LLVM!!!
2017-08-11 bjorn3Actually make rustc_driver compile without llvm
2017-08-11 Guillaume GomezRollup merge of #43783 - prisme60:prisme60-typo, r...
2017-08-11 Guillaume GomezRollup merge of #43779 - mattico:fix-unicode-typo,...
2017-08-11 Guillaume GomezRollup merge of #43773 - ubsan:patch-1, r=eddyb
2017-08-11 Guillaume GomezRollup merge of #43760 - ollie27:rustdoc_search_css...
2017-08-11 Guillaume GomezRollup merge of #43752 - arshiamufti:union-test, r...
2017-08-11 Guillaume GomezRollup merge of #43747 - GuillaumeGomez:fix-css, r...
2017-08-11 Guillaume GomezRollup merge of #43744 - MaloJaffre:stage1-test, r...
2017-08-11 Guillaume GomezRollup merge of #43741 - Gankro:fix-assert, r=eddyb
2017-08-11 Guillaume GomezRollup merge of #43739 - ibabushkin:master, r=eddyb
2017-08-11 Guillaume GomezRollup merge of #43721 - natboehm:patch-1, r=steveklabnik
2017-08-11 Guillaume GomezRollup merge of #43715 - ollie27:docs_long_link, r...
2017-08-11 Guillaume GomezRollup merge of #43712 - oli-obk:cfg, r=arielb1
2017-08-11 Guillaume GomezRollup merge of #43650 - RalfJung:mir-validate, r=arielb1
2017-08-11 Guillaume GomezRollup merge of #43632 - ruuda:allow-long-relative...
2017-08-11 Guillaume GomezRollup merge of #43176 - RalfJung:explain, r=eddyb
2017-08-11 borsAuto merge of #43745 - kennytm:fix-43162, r=aturon
2017-08-11 borsAuto merge of #43743 - michaelwoerister:gcx-tcx-switche...
2017-08-10 borsAuto merge of #43589 - aidanhs:aphs-fix-system-malloc...
2017-08-10 Bastien OrivelFix some more typos, this time words that are duplicated.
2017-08-10 borsAuto merge of #43559 - Nashenas88:nll-region-renumberer...
2017-08-10 borsAuto merge of #43720 - pornel:staticconst, r=petrochenkov
2017-08-10 borsAuto merge of #43522 - alexcrichton:rewrite-lints,...
2017-08-10 borsAuto merge of #43582 - ivanbakel:unused_mut_ref, r...
2017-08-10 borsAuto merge of #43737 - GuillaumeGomez:duplicate-method...
2017-08-10 borsAuto merge of #43735 - est31:master, r=alexcrichton
2017-08-10 borsAuto merge of #43730 - nrc:driver-shim, r=eddyb
2017-08-09 borsAuto merge of #43627 - Aaronepower:master, r=alexcrichton
2017-08-09 Nick Camerondriver: factor out `continue_parse_after_error` so...
2017-08-09 borsAuto merge of #43484 - estebank:point-to-return, r...
2017-08-09 Ralf Jungrun AddCallGuards for *all* call edges before running...
2017-08-09 Alex Crichtonrustc: Rearchitect lints to be emitted more eagerly
2017-08-09 borsAuto merge of #43588 - dns2utf8:wrapping_add, r=sfackler
2017-08-09 borsAuto merge of #43595 - oyvindln:master, r=aturon
2017-08-08 borsAuto merge of #43711 - lu-zero:master, r=nagisa
2017-08-08 borsAuto merge of #42998 - behnam:uni-ver-type, r=sfackler
2017-08-07 borsAuto merge of #43558 - GuillaumeGomez:union-const-color...
2017-08-07 borsAuto merge of #43713 - arielb1:legacy-dataflow, r=eddyb
2017-08-06 borsAuto merge of #43655 - bjorn3:more_doc_comments, r...
2017-08-06 borsAuto merge of #43488 - Florob:repeat-opt, r=arielb1
2017-08-05 borsAuto merge of #43554 - eddyb:apfloat, r=nikomatsakis
2017-08-05 borsAuto merge of #43642 - mmatyas:unskip_aarch64_tests...
2017-08-05 borsAuto merge of #43639 - TobiasSchaffner:master, r=alexcr...
2017-08-04 borsAuto merge of #43615 - dhduvall:lto-unaligned-read...
2017-08-04 borsAuto merge of #43590 - michaelwoerister:no-reopening...
2017-08-04 borsAuto merge of #43577 - cuviper:link-llvm-dylib, r=sanxiyn
2017-08-04 borsAuto merge of #43600 - scalexm:issue-35976, r=nikomatsakis
2017-08-04 borsAuto merge of #43442 - zackmdavis:note_available_field_...
2017-08-04 borsAuto merge of #43403 - RalfJung:mir-validate, r=nikomat...
2017-08-04 borsAuto merge of #43459 - ids1024:asrawfd, r=alexcrichton
2017-08-03 borsAuto merge of #43609 - dsprenkels:issue-40510, r=Mark...
2017-08-02 borsAuto merge of #43602 - QuietMisdreavus:fantastic-shrink...
2017-08-02 borsAuto merge of #43584 - arielb1:unused-reads, r=eddyb
2017-08-02 Corey FarwellRollup merge of #43597 - dhduvall:master, r=alexcrichton
2017-08-02 Corey FarwellRollup merge of #43581 - alexcrichton:inline-more,...
2017-08-02 Corey FarwellRollup merge of #43423 - xliiv:cell-example, r=steveklabnik
2017-08-02 Corey FarwellRollup merge of #43389 - alexcrichton:thread-error...
2017-08-02 borsAuto merge of #43579 - cuviper:extern-llvm-features...
2017-08-01 borsAuto merge of #43576 - arielb1:no-unneeded-unwind,...
2017-08-01 borsAuto merge of #43529 - QuietMisdreavus:fn-docs, r=steve...
2017-08-01 borsAuto merge of #43506 - michaelwoerister:async-llvm...
2017-07-31 Michael Woeristerasync-llvm(18): Instantiate OngoingCrateTranslation...
2017-07-31 Michael Woeristerasync-llvm(13): Submit LLVM work packages from base...
2017-07-31 Michael Woeristerasync-llvm(9): Move OngoingCrateTranslation into back...
2017-07-31 Michael Woeristerasync-llvm(8): Clean up resource management and drop...
2017-07-31 Michael Woeristerasync-llvm(1): Run LLVM already in trans_crate().
2017-07-30 Ralf JungReorder passes so that AddValidation can run after...
2017-07-30 Ralf Jungadd a pass for validation commands; for now just emit...
2017-07-30 Mark SimulacrumRollup merge of #43409 - tshepang:concise, r=steveklabnik
2017-07-28 borsAuto merge of #43324 - Nashenas88:visit_locations,...
2017-07-28 borsAuto merge of #43221 - MaulingMonkey:natvis-improvement...
2017-07-28 borsAuto merge of #43432 - pczarn:macro-parser-description...
2017-07-28 borsAuto merge of #43217 - pnkfelix:alloc-requires-align...
2017-07-27 borsAuto merge of #43443 - bitshifter:issue-43317, r=nikoma...
2017-07-27 borsAuto merge of #43445 - zackmdavis:rustdoc_major_section...
2017-07-26 borsAuto merge of #42059 - derekdreery:bugfix/fix_emscripte...
2017-07-26 Mark SimulacrumRollup merge of #43447 - estebank:import-span, r=nikoma...
2017-07-26 Mark SimulacrumRollup merge of #42959 - SimonSapin:nonzero-checked...
2017-07-25 borsAuto merge of #43419 - lu-zero:master, r=alexcrichton
2017-07-25 borsAuto merge of #43384 - segevfiner:bootstrap-build-argum...
2017-07-25 borsAuto merge of #43325 - ollie27:overflowing_literals...
2017-07-25 borsAuto merge of #43248 - llogiq:num-try-from, r=nagisa
2017-07-24 borsAuto merge of #43430 - Mark-Simulacrum:rustbuild-fixes...
2017-07-24 Mark SimulacrumRollup merge of #43446 - zackmdavis:rustdoc_sidebar_uni...
2017-07-24 Mark SimulacrumRollup merge of #43428 - waywardmonkeys:doc-fixes,...
2017-07-24 Mark SimulacrumRollup merge of #43421 - alexcrichton:add-some-build...
next