]> git.lizzy.rs Git - rust.git/history - src/librustc_resolve/build_reduced_graph.rs
Fix a rebasing issue and addressed reviewer comment
[rust.git] / src / librustc_resolve / build_reduced_graph.rs
2016-01-21 borsAuto merge of #31043 - shahn:arc_weak, r=alexcrichton
2016-01-21 borsAuto merge of #31057 - bluss:memrchr-fallback, r=alexcr...
2016-01-21 borsAuto merge of #29520 - retep998:staticlib-naming-fiasco...
2016-01-21 borsAuto merge of #31042 - shahn:weak_annotations, r=alexcr...
2016-01-21 borsAuto merge of #31041 - brson:version, r=alexcrichton
2016-01-21 borsAuto merge of #31037 - nrc:cached-ids, r=nikomatsakis
2016-01-21 borsAuto merge of #31010 - petrochenkov:def, r=arielb1
2016-01-20 Vadim PetrochenkovRename Def's variants and don't reexport them
2016-01-20 Vadim PetrochenkovRefactor definitions of ADTs in rustc::middle::def
2016-01-20 borsAuto merge of #30872 - pitdicker:expand_open_options...
2016-01-20 borsAuto merge of #30894 - antrik:debug-mpsc, r=brson
2016-01-19 borsAuto merge of #30696 - steveklabnik:gh30655, r=brson
2016-01-17 Manish GoregaokarRollup merge of #30959 - bluss:bench-resolution, r...
2016-01-17 borsAuto merge of #30928 - sfackler:any-unsized, r=aturon
2016-01-16 borsAuto merge of #30567 - steffengy:master, r=alexcrichton
2016-01-16 borsAuto merge of #30624 - Ticki:specialization, r=alexcrichton
2016-01-16 borsAuto merge of #30740 - bluss:ascii-is-the-best, r=brson
2016-01-15 borsAuto merge of #30878 - brson:raw-pointer-derive, r...
2016-01-15 borsAuto merge of #30446 - michaelwu:associated-const-type...
2016-01-15 borsAuto merge of #30773 - fhahn:test-fix, r=alexcrichton
2016-01-15 borsAuto merge of #30898 - petrochenkov:tvarfstab, r=alexcr...
2016-01-15 Manish GoregaokarRollup merge of #30787 - nikomatsakis:future-incompatib...
2016-01-15 Manish GoregaokarRollup merge of #30781 - dhuseby:add_dragonflybsd_snaps...
2016-01-15 Manish GoregaokarRollup merge of #30776 - antonblanchard:powerpc64_merge...
2016-01-15 Manish GoregaokarRollup merge of #30591 - SimonSapin:patch-15, r=aturon
2016-01-15 borsAuto merge of #30763 - gchp:issue/30033, r=nagisa
2016-01-14 Steve KlabnikRollup merge of #30895 - gchp:contrib, r=alexcrichton
2016-01-14 Steve KlabnikRollup merge of #30712 - LawrenceWoodman:patch-3, r...
2016-01-14 borsAuto merge of #30848 - nagisa:mir-no-store-zsts, r...
2016-01-14 Manish GoregaokarRollup merge of #30892 - shepmaster:box-grammar, r...
2016-01-14 Manish GoregaokarRollup merge of #30886 - ollie27:docs_links, r=steveklabnik
2016-01-14 Manish GoregaokarRollup merge of #30879 - durka:collections-range-tracki...
2016-01-14 Manish GoregaokarRollup merge of #30874 - dhuseby:fixing_bitrig_tests...
2016-01-14 Manish GoregaokarRollup merge of #30871 - oli-obk:fix/reference, r=steve...
2016-01-14 Manish GoregaokarRollup merge of #30869 - D101101:patch-3, r=huonw
2016-01-14 Manish GoregaokarRollup merge of #30821 - steveklabnik:gh30819, r=nikoma...
2016-01-14 borsAuto merge of #30883 - Manishearth:rollup, r=Manishearth
2016-01-14 Manish GoregaokarRollup merge of #30863 - jseyfried:no_rc, r=eddyb
2016-01-14 Manish GoregaokarRollup merge of #30835 - kraai:show-span, r=sanxiyn
2016-01-14 Manish GoregaokarRollup merge of #30818 - sfackler:duration-hash, r...
2016-01-14 Manish GoregaokarRollup merge of #30801 - Amanieu:oom_print, r=alexcrichton
2016-01-14 Manish GoregaokarRollup merge of #30770 - steveklabnik:gh30345, r=brson
2016-01-14 Manish GoregaokarRollup merge of #30626 - steveklabnik:gh30618, r=luqmana
2016-01-13 borsAuto merge of #30813 - fhahn:fix-ice-semicolon-in-lifet...
2016-01-13 borsAuto merge of #30509 - michaelsproul:string-box-error...
2016-01-13 borsAuto merge of #30794 - joerg-krause:fix-arm-unknown...
2016-01-13 borsAuto merge of #30779 - michaelwoerister:closure-mir...
2016-01-13 borsAuto merge of #30684 - tshepang:rustfmt-lexer-part2...
2016-01-13 borsAuto merge of #29498 - wthrowe:replace-pattern, r=alexc...
2016-01-13 borsAuto merge of #30639 - rkruppe:dec2flt-fastpath-tables...
2016-01-13 Jeffrey Seyfriedresolve: use arena allocation instead of reference...
2016-01-12 borsAuto merge of #30719 - pyfisch:fix30657, r=alexcrichton
2016-01-12 borsAuto merge of #30695 - ranma42:cleanup-unicode, r=alexc...
2016-01-12 borsAuto merge of #30678 - Amanieu:no_elf_tls, r=alexcrichton
2016-01-12 borsAuto merge of #30635 - nagisa:mir-rid-unit-temp, r...
2016-01-12 borsAuto merge of #30599 - brson:extra, r=alexcrichton
2016-01-11 Simonas KazlauskasRollup merge of #30814 - brson:docidx, r=steveklabnik
2016-01-11 Simonas KazlauskasRollup merge of #30812 - D101101:patch-2, r=steveklabnik
2016-01-11 Simonas KazlauskasRollup merge of #30808 - GuillaumeGomez:remove_lang_ite...
2016-01-11 Simonas KazlauskasRollup merge of #30798 - erickt:fix-doc, r=apasel422
2016-01-11 Simonas KazlauskasRollup merge of #30774 - nagisa:mir-fix-constval-adts...
2016-01-11 Simonas KazlauskasRollup merge of #30768 - steveklabnik:gh28953, r=alexcr...
2016-01-11 Simonas KazlauskasRollup merge of #30761 - nagisa:mir-fix-destination...
2016-01-11 Simonas KazlauskasRollup merge of #30737 - Ms2ger:MutateMode, r=sanxiyn
2016-01-11 Simonas KazlauskasRollup merge of #30694 - pnkfelix:issue-25658-real...
2016-01-11 Simonas KazlauskasRollup merge of #30687 - mmcco:lbt, r=eddyb
2016-01-11 borsAuto merge of #30534 - bluss:binary-heap-fast-pop,...
2016-01-11 borsAuto merge of #30800 - steveklabnik:rollup, r=steveklabnik
2016-01-11 borsAuto merge of #30676 - nikomatsakis:issue-29857, r...
2016-01-11 borsAuto merge of #30753 - pnkfelix:downgrade-29383-struct...
2016-01-11 borsAuto merge of #30490 - ipetkov:unix-spawn, r=alexcrichton
2016-01-11 borsAuto merge of #27807 - pczarn:arena-internals, r=bluss
2016-01-11 borsAuto merge of #30295 - jseyfried:fix_extern_crate_dupli...
2016-01-08 Steve KlabnikRollup merge of #30584 - GuillaumeGomez:new_handles...
2016-01-07 borsAuto merge of #30557 - sfackler:panic-propagate, r...
2016-01-06 Jeffrey SeyfriedFix bug in duplicate checking for extern crates.
2016-01-05 borsAuto merge of #30595 - steveklabnik:remove_learn_rust...
2016-01-04 borsAuto merge of #30661 - michaelwoerister:trans_fn_attrs...
2016-01-04 borsAuto merge of #30602 - tsion:mir-graphviz-display,...
2016-01-04 borsAuto merge of #30553 - luqmana:mir-match-arm-guards...
2016-01-02 borsAuto merge of #30264 - GuillaumeGomez:patch-5, r=Manish...
2016-01-01 borsAuto merge of #30670 - emoon:fs-copy-comment, r=stevekl...
2015-12-31 borsAuto merge of #30645 - tshepang:grammar, r=steveklabnik
2015-12-31 borsAuto merge of #30616 - arcnmx:cstr-asref, r=aturon
2015-12-31 borsAuto merge of #28469 - DenisKolodin:master, r=steveklabnik
2015-12-31 Simonas KazlauskasRollup merge of #30630 - tsion:mir-closure-args, r...
2015-12-31 Simonas KazlauskasRollup merge of #30590 - nagisa:mir-constval-function...
2015-12-31 Simonas KazlauskasRollup merge of #30565 - michaelwoerister:opaque_encode...
2015-12-31 Simonas KazlauskasRollup merge of #30365 - tamird:update-valgrind, r...
2015-12-31 borsAuto merge of #30644 - tshepang:typo, r=steveklabnik
2015-12-31 borsAuto merge of #30593 - steveklabnik:small_rc_refactorin...
2015-12-31 borsAuto merge of #30641 - tsion:match-range, r=eddyb
2015-12-31 borsAuto merge of #30586 - nagisa:mir-cast, r=arielb1
2015-12-31 borsAuto merge of #30585 - Ms2ger:ExplicitSelfCategory...
2015-12-30 borsAuto merge of #30375 - aaronkeen:issue_28777, r=eddyb
2015-12-30 borsAuto merge of #30467 - shahn:master, r=brson
2015-12-30 Steve KlabnikRollup merge of #30620 - salty-horse:an_mut, r=brson
2015-12-30 Steve KlabnikRollup merge of #30556 - nodakai:patch-1, r=brson
2015-12-30 Steve KlabnikRollup merge of #30546 - tshepang:add-links, r=steveklabnik
2015-12-30 Steve KlabnikRollup merge of #30511 - defyrlt:issue_30507, r=stevekl...
next