]> git.lizzy.rs Git - rust.git/history - src/librustc/middle
Auto merge of #29105 - billpmurphy:master, r=alexcrichton
[rust.git] / src / librustc / middle /
2015-10-05 borsAuto merge of #28717 - nagisa:optional-no-landing-pads...
2015-10-05 borsAuto merge of #28847 - Ms2ger:typos, r=steveklabnik
2015-10-05 borsAuto merge of #28849 - semmaz:doc-anchor-fix, r=alexcri...
2015-10-05 Ms2gerFix some typos.
2015-10-05 borsAuto merge of #28748 - nikomatsakis:universal-mir,...
2015-10-05 Niko Matsakischange PartialEq impl for ConstVal so that two constant...
2015-10-05 Niko Matsakisswitch to using constvals for constants, instead of...
2015-10-04 borsAuto merge of #28573 - ruud-v-a:rustdoc-license, r...
2015-10-04 borsAuto merge of #28825 - iwillspeak:master, r=alexcrichton
2015-10-04 borsAuto merge of #28806 - wthrowe:bare-outfile-fix, r...
2015-10-04 borsAuto merge of #28831 - Seeker14491:patch-1, r=steveklabnik
2015-10-03 borsAuto merge of #28669 - arielb1:well-formed-methods...
2015-10-03 borsAuto merge of #28829 - GuillaumeGomez:patch-1, r=stevek...
2015-10-03 borsAuto merge of #28521 - arielb1:metadiet, r=eddyb
2015-10-03 borsAuto merge of #28821 - dagnir:formatting-fix, r=stevekl...
2015-10-03 borsAuto merge of #28815 - matklad:contrib-doc, r=steveklabnik
2015-10-03 borsAuto merge of #28818 - Stebalien:fix-iter-chain-order...
2015-10-03 borsAuto merge of #28813 - arielb1:well-formed-variables...
2015-10-03 borsAuto merge of #28820 - steveklabnik:rollup, r=steveklabnik
2015-10-03 Steve KlabnikRollup merge of #28819 - steveklabnik:doc_hr, r=brson
2015-10-03 Steve KlabnikRollup merge of #28814 - matklad:fix-md, r=alexcrichton
2015-10-03 Steve KlabnikRollup merge of #28812 - steveklabnik:improve_str_from_...
2015-10-03 Steve KlabnikRollup merge of #28805 - wthrowe:compile-stdin, r=alexc...
2015-10-03 Steve KlabnikRollup merge of #28736 - nagisa:rustdocjsfix, r=alexcri...
2015-10-03 borsAuto merge of #28672 - sanxiyn:const-eval-span, 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 Ariel Ben-Yehudafix fallout
2015-10-02 borsAuto merge of #28768 - alexcrichton:dep-info++, r=brson
2015-10-02 Seo SanghyeonAdd a method to test span containment
2015-10-02 Ariel Ben-Yehudaunify the 2 impl indexes
2015-10-02 Ariel Ben-YehudaMerge branch 'master' into metadiet
2015-10-02 borsAuto merge of #28795 - marti1125:28696, r=alexcrichton
2015-10-02 borsAuto merge of #28807 - Manishearth:rollup, r=Manishearth
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 Ariel Ben-Yehudaremove the code that encodes type parameter defs
2015-10-01 Ariel Ben-Yehudadon't duplicate item types between encoder <-> astencode
2015-10-01 Ariel Ben-Yehudaimprove the tyencode abbrev format
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 Matsakisconvert the creepy case to just return None -- in pract...
2015-10-01 Niko MatsakisConvert DefId to use DefIndex, which is an index into...
2015-10-01 Niko Matsakisbuild up a set of node-ids that we can construct def...
2015-10-01 Niko MatsakisIntroduce semi-duplicate DefIds into DefLocal/DefUpvar...
2015-10-01 Niko MatsakisMake calling def_id on a DefSelfTy an error; the previo...
2015-10-01 Niko MatsakisMove DefLabel out from the def_id() results
2015-10-01 Niko MatsakisRemove DefRegion, which is not used
2015-10-01 Niko MatsakisRename `node_id` to `var_id` and limit to the cases...
2015-10-01 Niko Matsakismove direct accesses of `node` to go through `as_local_...
2015-10-01 Niko Matsakischange creepy case to call span_bug instead of doing...
2015-10-01 Niko Matsakismove job of creating local-def-ids to ast-map (with...
2015-10-01 Niko Matsakisadd some XXX markers
2015-10-01 Niko Matsakismove LOCAL_CRATE to cstore
2015-10-01 Ariel Ben-Yehudause the *adjusted* callee type in effect checking
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 #28741 - alexcrichton:fix-msvc-32, r...
2015-10-01 borsAuto merge of #28577 - jethrogb:topic/ast-stmt-debug...
2015-10-01 borsAuto merge of #28732 - Eljay:fix-unused-attr, r=alexcri...
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 Eli FriedmanDon't crash on non-existent path in constant.
2015-09-30 Ariel Ben-Yehudakill the fake provided method stubs
2015-09-30 Steve KlabnikRollup merge of #28745 - tshepang:typo, r=bluss
2015-09-30 Steve KlabnikRollup merge of #28744 - dato:usize-typo, r=Aatch
2015-09-30 Steve KlabnikRollup merge of #28743 - JanLikar:master, r=steveklabnik
2015-09-30 Manish GoregaokarRollup merge of #28745 - tshepang:typo, r=bluss
2015-09-30 Manish GoregaokarRollup merge of #28744 - dato:usize-typo, r=Aatch
2015-09-30 Manish GoregaokarRollup merge of #28743 - JanLikar:master, r=steveklabnik
2015-09-30 borsAuto merge of #28738 - apasel422:peekable, r=alexcrichton
2015-09-30 borsAuto merge of #28731 - bluss:by-ref, r=alexcrichton
2015-09-30 borsAuto merge of #28730 - apasel422:issue-21922, r=alexcri...
2015-09-30 borsAuto merge of #28729 - retep998:canonical-dir, r=alexcr...
2015-09-30 borsAuto merge of #28724 - tsion:remove-double-semicolons...
2015-09-30 borsAuto merge of #28500 - alexcrichton:docker-travis,...
2015-09-29 borsAuto merge of #28702 - arielb1:metadata-versioning...
2015-09-29 Ariel Ben-Yehudasacrifice a few bytes for the euv demon
2015-09-29 borsAuto merge of #28715 - petrochenkov:visit, r=nrc
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-29 Scott OlsonMinor code cleanup.
2015-09-28 borsAuto merge of #28705 - marti1125:master, r=steveklabnik
2015-09-28 Vadim PetrochenkovFill in some missing parts in the default HIR visitor
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
next