]> git.lizzy.rs Git - rust.git/history - src/librustc_driver
Fix infinite recursion in <DepNode as Debug>.
[rust.git] / src / librustc_driver /
2017-10-05 borsAuto merge of #44481 - Aaronepower:master, r=alexcrichton
2017-10-04 borsAuto merge of #44901 - michaelwoerister:on-demand-eval...
2017-10-03 borsAuto merge of #44949 - QuietMisdreavus:rustdoctest...
2017-10-02 borsAuto merge of #44885 - lu-zero:master, r=alexcrichton
2017-10-02 Michael Woeristerincr.comp.: Remove saving and loading of legacy dep...
2017-10-01 borsAuto merge of #44919 - diwic:79-pretty-mir, r=arielb1
2017-09-29 Mark SimulacrumRollup merge of #44903 - kallisti5:ci-build-disabled...
2017-09-29 Mark SimulacrumRollup merge of #44845 - SimonSapin:nll_mod_rs, r=nikom...
2017-09-29 Mark SimulacrumRollup merge of #44840 - steveklabnik:fix-wording,...
2017-09-29 Mark SimulacrumRollup merge of #44836 - GuillaumeGomez:fmt-missing...
2017-09-29 Mark SimulacrumRollup merge of #44824 - dtolnay:22really21, r=alexcrichton
2017-09-29 Mark SimulacrumRollup merge of #44797 - lucasem:master, r=frewsxcv
2017-09-29 Mark SimulacrumRollup merge of #44794 - napen123:master, r=frewsxcv
2017-09-29 Mark SimulacrumRollup merge of #44708 - toidiu:ak-44493, r=nikomatsakis
2017-09-29 Mark SimulacrumRollup merge of #44694 - tommyip:make_clean, r=Mark...
2017-09-29 Mark SimulacrumRollup merge of #44287 - Eh2406:master, r=aturon
2017-09-29 borsAuto merge of #44174 - jimmycuadra:try-from-infallible...
2017-09-29 borsAuto merge of #44856 - cuviper:more-fold, r=dtolnay
2017-09-29 borsAuto merge of #44847 - estebank:unused-signature, r...
2017-09-28 borsAuto merge of #44278 - Binero:master, r=BurntSushi
2017-09-28 borsAuto merge of #44790 - clarcharr:zip_bytes, r=sfackler
2017-09-28 borsAuto merge of #44779 - tjkirch:master, r=alexcrichton
2017-09-27 borsAuto merge of #44782 - estebank:issue-36700, r=Guillaum...
2017-09-27 borsAuto merge of #44709 - Badel2:inclusive-range-dotdoteq...
2017-09-27 borsAuto merge of #44825 - dtolnay:cratelint, r=aturon
2017-09-27 borsAuto merge of #44812 - Mark-Simulacrum:rustdoc-debug...
2017-09-27 borsAuto merge of #44802 - sfackler:vecdeque-oob, r=Gankro
2017-09-26 borsAuto merge of #44741 - qmx:trans_fulfill_obligation_sho...
2017-09-26 borsAuto merge of #44736 - pnkfelix:mir-borrowck4, r=arielb1
2017-09-26 borsAuto merge of #44735 - tirr-c:issue-42143, r=arielb1
2017-09-25 borsAuto merge of #44297 - laumann:suggest-misspelt-methods...
2017-09-25 borsAuto merge of #44279 - smaeul:crt_static-deps, r=alexcr...
2017-09-25 borsAuto merge of #44085 - bjorn3:no_llvm_write_metadata...
2017-09-25 borsAuto merge of #44809 - arielb1:small-scope, r=eddyb
2017-09-25 borsAuto merge of #44646 - petrochenkov:scompress, r=michae...
2017-09-25 borsAuto merge of #44612 - pylaligand:magenta-to-zircon...
2017-09-25 borsAuto merge of #44700 - arielb1:mir-effectck, r=nikomatsakis
2017-09-24 Guillaume GomezRollup merge of #44795 - KiChjang:mir-err-notes, r...
2017-09-24 Guillaume GomezRollup merge of #44789 - GuillaumeGomez:fix-rustdoc...
2017-09-24 Guillaume GomezRollup merge of #44625 - frewsxcv:frewsxcv-raii-stdin...
2017-09-24 Guillaume GomezRollup merge of #44103 - zackmdavis:cmp_op_must_use...
2017-09-24 Ariel Ben-Yehudaaddress review comments
2017-09-24 Ariel Ben-Yehudamove unsafety checking to MIR
2017-09-24 Ariel Ben-Yehudaadd lint levels to VisibilityScope
2017-09-24 borsAuto merge of #44786 - thombles:tk/i41314, r=petrochenkov
2017-09-24 borsAuto merge of #44772 - michaelwoerister:new-graph,...
2017-09-23 borsAuto merge of #44436 - MicroJoe:master, r=alexcrichton
2017-09-23 borsAuto merge of #44765 - tamird:libc-shim, r=alexcrichton
2017-09-23 Michael Woeristerincr.comp.: Serialize and deserialize new DepGraph
2017-09-23 Michael Woeristerincr.comp.: Do some various cleanup.
2017-09-23 bjorn3Fix error
2017-09-23 bjorn3Remove now unused dependency on flate2 from rustc_driver
2017-09-23 bjorn3Fix tidy errors
2017-09-23 borsAuto merge of #43870 - GuillaumeGomez:deref-suggestion...
2017-09-23 bjorn3Remove build_diagnostic_array hack
2017-09-23 bjorn3Fix some nits
2017-09-23 bjorn3Merge rustc_trans_trait into rustc_trans_utils
2017-09-23 bjorn3Move NoLlvmMetadataLoader to rustc_trans_traits
2017-09-23 bjorn3Add TransCrate trait
2017-09-23 bjorn3[WIP] Less hacky way of supporting dylibs
2017-09-23 borsAuto merge of #44747 - Zoxc:gen-switch-unreachable...
2017-09-23 bjorn3Dont do no-trans for llvm enabled builds
2017-09-23 bjorn3Allow building stage 2 compiler libraries
2017-09-23 bjorn3Allow writing metadata without llvm
2017-09-23 Corey FarwellRollup merge of #44776 - spastorino:add_forge, r=nikoma...
2017-09-23 Corey FarwellRollup merge of #44773 - GuillaumeGomez:arc-docs, r...
2017-09-23 Corey FarwellRollup merge of #44770 - dtolnay:borrowed, r=sfackler
2017-09-23 Corey FarwellRollup merge of #44759 - durka:patch-43, r=steveklabnik
2017-09-23 Corey FarwellRollup merge of #44749 - zilbuz:issue-44596/E0503,...
2017-09-23 Corey FarwellRollup merge of #44746 - topecongiro:span-for-unary...
2017-09-23 Corey FarwellRollup merge of #44745 - alexcrichton:no-delim-none...
2017-09-23 Corey FarwellRollup merge of #44726 - mattico:patch-3, r=eddyb
2017-09-23 Corey FarwellRollup merge of #44717 - pnkfelix:debugflags-borrowckmi...
2017-09-23 Corey FarwellRollup merge of #44712 - oconnor663:copy_test, r=Guilla...
2017-09-23 Corey FarwellRollup merge of #44658 - leodasvacas:remove-str-eq...
2017-09-23 Corey FarwellRollup merge of #44648 - Havvy:doc-size_of, r=dtolnay
2017-09-23 Corey FarwellRollup merge of #44554 - GuillaumeGomez:add-missing...
2017-09-23 borsAuto merge of #44055 - zackmdavis:condensed_non-ADT_der...
2017-09-22 borsAuto merge of #44720 - est31:master, r=alexcrichton
2017-09-22 Vadim PetrochenkovCompress "small" spans to 32 bits and intern "large...
2017-09-22 borsAuto merge of #44696 - michaelwoerister:fingerprints...
2017-09-22 borsAuto merge of #44624 - tmerr:master, r=sfackler
2017-09-21 borsAuto merge of #44682 - bluss:iter-rfold, r=dtolnay
2017-09-21 borsAuto merge of #44215 - oli-obk:import_sugg, r=nrc
2017-09-21 borsAuto merge of #44679 - oli-obk:clippy_ci, r=alexcrichton
2017-09-21 borsAuto merge of #44627 - zackmdavis:the_capgate_perogativ...
2017-09-20 borsAuto merge of #44525 - aidanhs:aphs-no-null-deref,...
2017-09-20 borsAuto merge of #44407 - mattico:print-native-cpu, r...
2017-09-20 borsAuto merge of #44707 - GuillaumeGomez:rollup, r=arielb1
2017-09-20 Michael Woeristerincr.comp.: Add some comments.
2017-09-20 Michael Woeristerincr.comp.: Remove IncrementalHashesMap and calculate_s...
2017-09-20 Michael Woeristerincr.comp.: Store result fingerprints in DepGraph.
2017-09-20 borsAuto merge of #44355 - Xaeroxe:optimize_drain_filter...
2017-09-20 borsAuto merge of #44350 - GuillaumeGomez:id-false-positive...
2017-09-19 borsAuto merge of #44505 - nikomatsakis:lotsa-comments...
2017-09-19 Guillaume GomezRollup merge of #44626 - MaulingMonkey:lld-link-natvis...
2017-09-19 Guillaume GomezRollup merge of #44513 - redox-os:master, r=alexcrichton
2017-09-19 borsAuto merge of #44620 - zackmdavis:rfc_1940_housekeeping...
2017-09-19 Niko Matsakisrework the README.md for rustc and add other readmes
2017-09-19 borsAuto merge of #44026 - QuietMisdreavus:trimmed-std...
next