about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-11-14Auto merge of #29816 - nikomatsakis:incr-comp-visitor-refactor-hir-folder, r=nrcbors-137/+95
2015-11-13simplify HIR folder so that it only maps 1 item to 1 item,Niko Matsakis-137/+95
2015-11-14Auto merge of #29781 - arielb1:mir-casts, r=nikomatsakisbors-289/+998
2015-11-13Auto merge of #29808 - aphistic:trait-debug-example-fix, r=steveklabnikbors-1/+1
2015-11-14address review commentsAriel Ben-Yehuda-74/+98
2015-11-14implement coercions in MIRAriel Ben-Yehuda-59/+298
2015-11-13rustc_mir: don't miss the autoref when doing an unsizeAriel Ben-Yehuda-8/+10
2015-11-13implement lvalue_lenAriel Ben-Yehuda-4/+11
2015-11-13represent fat ptr operands as 2 separate pointersAriel Ben-Yehuda-212/+431
2015-11-13MIR: implement fat raw pointer comparisonsAriel Ben-Yehuda-61/+279
2015-11-13Auto merge of #29806 - tsion:compile-state-mir_map, r=nikomatsakisbors-0/+5
2015-11-13Auto merge of #29759 - nagisa:mir-static, r=nikomatsakisbors-37/+17
2015-11-13Auto merge of #29811 - bluss:binary-heap-sift-less, r=gankrobors-7/+8
2015-11-13BinaryHeap: Simplify sift downUlrik Sverdrup-7/+8
2015-11-13Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiynbors-87/+87
2015-11-13Auto merge of #29800 - Detegr:master, r=nikomatsakisbors-0/+14
2015-11-13Auto merge of #29675 - bluss:merge-sort-fastpath, r=huonwbors-0/+12
2015-11-12Auto merge of #29807 - nrc:op_span, r=brsonbors-1/+1
2015-11-12Fix the manual implementation example for the Debug trait so it matches the g...Erik Davidson-1/+1
2015-11-13Fix a bad span for binopsNick Cameron-1/+1
2015-11-12Auto merge of #29780 - KyleMayes:quote-ext, r=nrcbors-11/+137
2015-11-12Make the mir_map available to the after_analysis CompileController step.Scott Olson-0/+5
2015-11-12Auto merge of #29712 - Toby-S:patch-1, r=steveklabnikbors-31/+342
2015-11-12Auto merge of #29757 - dotdash:mir_simplify_cfg, r=nikomatsakisbors-1/+223
2015-11-12Add feature gate test for #[fundamental] attributeAntti Keränen-0/+14
2015-11-12Add a MIR pass to simplify the control flow graphBjörn Steinbrink-1/+223
2015-11-12Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnikbors-68/+166
2015-11-12Auto merge of #29770 - ollie27:assert_eq_unsized, r=alexcrichtonbors-1/+14
2015-11-12Auto merge of #29795 - Manishearth:rollup, r=Manishearthbors-149/+670
2015-11-12Fixup #29785Manish Goregaokar-1/+1
2015-11-12Fixup #29776Manish Goregaokar-8/+16
2015-11-12Rollup merge of #29787 - dbrgn:docs-fix, r=steveklabnikManish Goregaokar-2/+2
2015-11-12Rollup merge of #29786 - steveklabnik:stage0fix, r=brsonManish Goregaokar-3/+10
2015-11-12Rollup merge of #29785 - steveklabnik:doc_prelude, r=nikomatsakisManish Goregaokar-96/+115
2015-11-12Rollup merge of #29776 - nikomatsakis:mir-29740, r=nrcManish Goregaokar-48/+535
2015-11-12trpl: add a small section outlining doctest configurationKevin Butler-0/+12
2015-11-12libtest: deny warnings in doctestsKevin Butler-1/+2
2015-11-12libterm: deny warnings in doctestsKevin Butler-1/+2
2015-11-12libsyntax: deny warnings in doctestsKevin Butler-17/+24
2015-11-12libserialize: deny warnings in doctestsKevin Butler-4/+8
2015-11-12librustc_unicode: deny warnings in doctestsKevin Butler-1/+2
2015-11-12librbml: deny warnings in doctestsKevin Butler-1/+2
2015-11-12librand: deny warnings in doctestsKevin Butler-1/+2
2015-11-12liblog: deny warnings in doctestsKevin Butler-2/+10
2015-11-12libgraphviz: deny warnings in doctestsKevin Butler-10/+9
2015-11-12libgetopts: deny warnings in doctestsKevin Butler-8/+11
2015-11-12libfmt_macros: deny warnings in doctestsKevin Butler-1/+2
2015-11-12libflate: deny warnings in doctestsKevin Butler-1/+2
2015-11-12libcore: deny warnings in doctestsKevin Butler-10/+48
2015-11-12libcollections: deny warnings in doctestsKevin Butler-8/+27