]> git.lizzy.rs Git - rust.git/history - src/librustc
Rollup merge of #28797 - steveklabnik:rebase_for_gankro, r=alexcrichton
[rust.git] / src / librustc /
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 #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 Matsakisremove support method for synthetic default method ids
2015-10-01 Niko Matsakisremove code for re-exports of static methods
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 Matsakisrename ast_map to hir_map
2015-10-01 Niko Matsakisstop updating `parent_node_id` when there is no corresp...
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 Ariel Ben-Yehudastore the rustc version in metadata and check it
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 Vadim PetrochenkovFill in some missing parts in the default AST visitor
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 Manish GoregaokarRollup merge of #28673 - wthrowe:bad-archive, r=alexcri...
2015-09-27 Manish GoregaokarRollup merge of #28664 - apasel422:collections-debug...
2015-09-27 borsAuto merge of #28663 - bluss:vec-as-mut, r=alexcrichton
2015-09-27 borsAuto merge of #28651 - dotdash:exhaustive_match, r...
2015-09-27 borsAuto merge of #28685 - steveklabnik:rollup, r=steveklabnik
2015-09-27 Steve KlabnikRollup merge of #28680 - xaviershay:doc-readme, r=steve...
2015-09-27 Steve KlabnikRollup merge of #28679 - xaviershay:book-unit-example...
2015-09-27 Steve KlabnikRollup merge of #28678 - fhartwig:deref-elide, r=stevek...
2015-09-27 Steve KlabnikRollup merge of #28677 - taboularasa:master, r=alexcrichton
2015-09-27 Steve KlabnikRollup merge of #28674 - DenisKolodin:patch-2, r=sanxiyn
2015-09-27 Steve KlabnikRollup merge of #28666 - GuillaumeGomez:warning, r...
2015-09-26 borsAuto merge of #28646 - vadimcn:imps, r=alexcrichton
2015-09-26 borsAuto merge of #28635 - alexcrichton:str-parse-error...
2015-09-26 Ariel Ben-Yehudadon't crash when there are multiple conflicting impleme...
2015-09-26 Ariel Ben-Yehudaremove the destructors table
2015-09-26 borsAuto merge of #28632 - alexcrichton:update-match-indice...
2015-09-26 Ariel Ben-Yehudashow each object-safety violation once
2015-09-26 borsAuto merge of #28593 - gandro:rumprun, r=alexcrichton
2015-09-26 Ariel Ben-Yehudadeduplicate trait errors before they are displayed
2015-09-26 borsAuto merge of #28649 - nhowell:improve-rustbook, r...
2015-09-26 Guillaume GomezRemove warning of duplicated error code
2015-09-26 borsAuto merge of #28642 - petrochenkov:name3, r=nrc
2015-09-26 borsAuto merge of #28629 - arielb1:supertrait-self, r=eddyb
2015-09-26 borsAuto merge of #28638 - wthrowe:gdb-version, r=alexcrichton
2015-09-26 borsAuto merge of #28631 - ranma42:robust-panic, r=alexcrichton
2015-09-26 borsAuto merge of #28615 - sfackler:formatter-methods,...
2015-09-26 borsAuto merge of #28612 - gandro:targetvendor, r=alexcrichton
2015-09-25 Steve KlabnikRollup merge of #28637 - SimonSapin:patch-6, r=alexcrichton
2015-09-25 Steve KlabnikRollup merge of #28588 - critiqjo:trpl-closure, r=steve...
2015-09-25 borsAuto merge of #28610 - nrc:fmt6, r=brson
2015-09-25 Alex Crichtonstd: Update MatchIndices to return a subslice
next