]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck/coherence/mod.rs
Port a bunch of code new-visitor; all of these ports were
[rust.git] / src / librustc_typeck / coherence / mod.rs
2015-11-19 Niko MatsakisPort a bunch of code new-visitor; all of these ports...
2015-11-18 borsAuto merge of #29878 - wthrowe:libdir2, r=brson
2015-11-18 borsAuto merge of #29904 - Zoxc:ar_json, r=alexcrichton
2015-11-18 borsAuto merge of #29897 - alexcrichton:process-wait-with...
2015-11-18 borsAuto merge of #29882 - devonhollowood:master, r=Manishearth
2015-11-17 Steve KlabnikRollup merge of #29892 - steveklabnik:doc_fromiterator...
2015-11-17 Steve KlabnikRollup merge of #29891 - steveklabnik:gh29470, r=alexcr...
2015-11-17 Steve KlabnikRollup merge of #29890 - steveklabnik:gh29742, r=Manish...
2015-11-17 Steve KlabnikRollup merge of #29889 - steveklabnik:gh29801, r=manish...
2015-11-17 Steve KlabnikRollup merge of #29888 - steveklabnik:gh29762, r=sanxiyn
2015-11-17 Steve KlabnikRollup merge of #29612 - steveklabnik:gh29502, r=alexcr...
2015-11-17 borsAuto merge of #29797 - oli-obk:remove-fromb, r=nikomatsakis
2015-11-17 borsAuto merge of #29887 - sanxiyn:match-ref-pats, r=sfackler
2015-11-17 borsAuto merge of #29766 - oli-obk:impl_item, r=nikomatsakis
2015-11-16 Oliver SchneiderImplItem_ -> ImplItemKind rename
2015-11-16 Oliver Schneiderrename ImplItem_::*ImplItem to ImplItem_::*
2015-10-20 borsAuto merge of #27723 - mystor:vecdeque_drain_range...
2015-10-08 Nick CameronMisc fixups
2015-10-08 Nick CameronMove `for` loop desugaring to lowering
2015-10-08 borsAuto merge of #28621 - tshepang:move-safety, r=steveklabnik
2015-10-07 Steve KlabnikRollup merge of #28878 - sourcefrog:doc-links, r=stevek...
2015-10-07 borsAuto merge of #28877 - sourcefrog:doc-fuse, r=alexcrichton
2015-10-06 borsAuto merge of #28779 - alexcrichton:ffi-isize-usize...
2015-10-05 borsAuto merge of #28717 - nagisa:optional-no-landing-pads...
2015-10-04 borsAuto merge of #28573 - ruud-v-a:rustdoc-license, r...
2015-10-04 borsAuto merge of #28806 - wthrowe:bare-outfile-fix, r...
2015-10-03 borsAuto merge of #28821 - dagnir:formatting-fix, r=stevekl...
2015-10-03 Steve KlabnikRollup merge of #28805 - wthrowe:compile-stdin, r=alexc...
2015-10-02 borsAuto merge of #28662 - semmaz:fmt-debug, r=alexcrichton
2015-10-02 borsAuto merge of #28626 - arielb1:closure-needs-infer...
2015-10-02 borsAuto merge of #28768 - alexcrichton:dep-info++, r=brson
2015-10-02 Ariel Ben-YehudaMerge branch 'master' into metadiet
2015-10-02 borsAuto merge of #28795 - marti1125:28696, r=alexcrichton
2015-10-02 Manish GoregaokarRollup merge of #28797 - steveklabnik:rebase_for_gankro...
2015-10-02 Manish GoregaokarRollup merge of #28791 - apasel422:issue-25439, r=alexc...
2015-10-02 Manish GoregaokarRollup merge of #28788 - tsurai:master, r=bluss
2015-10-02 Manish GoregaokarRollup merge of #28786 - fhahn:ba-link, r=alexcrichton
2015-10-02 Manish GoregaokarRollup merge of #28686 - eefriedman:unresolved-path...
2015-10-02 Manish GoregaokarRollup merge of #28554 - christopherdumas:E0422, r...
2015-10-02 borsAuto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichton
2015-10-02 borsAuto merge of #28792 - dotdash:cmp_indirection, r=alexc...
2015-10-02 borsAuto merge of #28790 - arielb1:unsafe-coerce, r=eddyb
2015-10-02 borsAuto merge of #28789 - rkruppe:rm-unused-probes, r...
2015-10-01 borsAuto merge of #28787 - dotdash:no_more___fat_ptr, r...
2015-10-01 borsAuto merge of #28746 - aidanhs:aphs-musl-linking-no...
2015-10-01 borsAuto merge of #28742 - nikomatsakis:def-id-encapsulate...
2015-10-01 Niko Matsakismove direct accesses of `node` to go through `as_local_...
2015-10-01 Niko Matsakismove job of creating local-def-ids to ast-map (with...
2015-10-01 Niko Matsakismove LOCAL_CRATE to cstore
2015-10-01 borsAuto merge of #28780 - steveklabnik:doc_from_str, r...
2015-10-01 borsAuto merge of #28778 - arielb1:no-source, r=eddyb
2015-10-01 borsAuto merge of #28577 - jethrogb:topic/ast-stmt-debug...
2015-09-30 Steve KlabnikRollup merge of #28772 - tshepang:improve-paragraph...
2015-09-30 Steve KlabnikRollup merge of #28771 - tshepang:upper-case, r=stevekl...
2015-09-30 Steve KlabnikRollup merge of #28770 - tshepang:awkward, r=steveklabnik
2015-09-30 Ariel Ben-Yehudakill the fake provided method stubs
2015-09-30 borsAuto merge of #28731 - bluss:by-ref, r=alexcrichton
2015-09-30 borsAuto merge of #28729 - retep998:canonical-dir, r=alexcr...
2015-09-29 borsAuto merge of #28623 - llogiq:faster-fasta, r=brson
2015-09-29 borsAuto merge of #27273 - tshepang:claim-not-accurate...
2015-09-28 borsAuto merge of #28705 - marti1125:master, r=steveklabnik
2015-09-28 borsAuto merge of #28703 - gavinb:master, r=alexcrichton
2015-09-28 borsAuto merge of #28691 - utkarshkukreti:add-path_max...
2015-09-28 borsAuto merge of #28668 - alexcrichton:crossing-with-jemal...
2015-09-27 borsAuto merge of #28689 - Manishearth:rollup, r=Manishearth
2015-09-27 Manish GoregaokarRollup merge of #28688 - Manishearth:fix-primitives...
2015-09-27 Manish GoregaokarRollup merge of #28682 - apasel422:features, r=steveklabnik
2015-09-27 Manish GoregaokarRollup merge of #28681 - arielb1:destructor-fixes,...
2015-09-27 borsAuto merge of #28663 - bluss:vec-as-mut, r=alexcrichton
2015-09-26 Ariel Ben-Yehudaremove the destructors table
2015-09-25 Steve KlabnikRollup merge of #28588 - critiqjo:trpl-closure, r=steve...
2015-09-25 borsAuto merge of #28505 - apasel422:issue-28448, r=alexcri...
2015-09-24 borsAuto merge of #28538 - alevy:make_fixedsizearray_unsafe...
2015-09-24 borsAuto merge of #28602 - apasel422:clone_from, r=bluss
2015-09-23 borsAuto merge of #28596 - sanxiyn:dedup-unused, r=alexcrichton
2015-09-23 borsAuto merge of #28569 - semarie:stdcpp-tests, r=alexcrichton
2015-09-23 borsAuto merge of #28585 - ranma42:simpler-panic, r=alexcri...
2015-09-23 borsAuto merge of #28580 - wesleywiser:split_out_type_lints...
2015-09-23 borsAuto merge of #28535 - petrochenkov:name, r=nrc
2015-09-22 borsAuto merge of #28369 - ebfull:fix-higher-ranked, r...
2015-09-22 Vadim PetrochenkovUse Names in HIR Items
2015-09-22 borsAuto merge of #28364 - petrochenkov:usegate, r=alexcrichton
2015-09-21 borsAuto merge of #28555 - GuillaumeGomez:error_codes,...
2015-09-19 Steve KlabnikRollup merge of #28443 - GuillaumeGomez:error_codes...
2015-09-19 Steve KlabnikRollup merge of #28430 - apasel422:issue-14698, r=alexc...
2015-09-19 Steve KlabnikRollup merge of #28400 - badboy:disable-browser-history...
2015-09-19 borsAuto merge of #28486 - nrc:pub-extern-crate, r=alexcrichton
2015-09-19 borsAuto merge of #28484 - nrc:fix-save, r=alexcrichton
2015-09-18 borsAuto merge of #28442 - nagisa:remove-enum-vis-field...
2015-09-17 Steve KlabnikRollup merge of #28474 - tshepang:repetition, r=stevekl...
2015-09-17 Steve KlabnikRollup merge of #28473 - tshepang:lowercase, r=steveklabnik
2015-09-17 Steve KlabnikRollup merge of #28471 - tshepang:markup, r=steveklabnik
2015-09-17 Steve KlabnikRollup merge of #28470 - tshepang:idiom, r=steveklabnik
2015-09-17 Steve KlabnikRollup merge of #28451 - dagnir:osx-req-wording, r...
2015-09-17 Steve KlabnikRollup merge of #28435 - apasel422:issue-24533, r=nikom...
2015-09-17 Steve KlabnikRollup merge of #28422 - christopherdumas:label_code...
2015-09-17 Steve KlabnikRollup merge of #28314 - tbu-:pr_atomics_are_send,...
2015-09-17 Steve KlabnikRollup merge of #28276 - jackwilsonv:patch-5, r=Manishearth
2015-09-17 borsAuto merge of #28457 - VHaravy:test-run-pass-x86stdcall...
2015-09-17 borsAuto merge of #28421 - alexcrichton:msvc-rmake, r=alexc...
next