summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-11-13Store a valid name for the root module in metadatamitaa-1/+40
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-12Update references and borrowing (Fixes #29730)Ashkan Kiani-3/+4
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-12remove bool -> int conversion in const evaluatorOliver Schneider-25/+29
2015-11-12Improve the detailed error message for E0432Barosl Lee-0/+9
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-12Remove impls for cases considered `niche`Alexander Bulaev-29/+0
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
2015-11-12libarena: deny warnings in doctestsKevin Butler-1/+2
2015-11-12liballoc: deny warnings in doctestsKevin Butler-1/+1
2015-11-12Auto merge of #29764 - nrc:stats, r=nikomatsakisbors-26/+218
2015-11-12Auto merge of #29616 - nagisa:mir-repeat, r=nikomatsakisbors-14/+76
2015-11-11ignore pretty since it dies for some mysterious reason I can't beNiko Matsakis-0/+2
2015-11-12Const-eval array element repetition countSimonas Kazlauskas-8/+23
2015-11-12Fix article in Result.map and Result.map_err documentationDanilo Bargen-2/+2
2015-11-12Fix hygiene regression in patternsVadim Petrochenkov-14/+65
2015-11-11Add test for assert_eq! with none Sized typesOliver Middleton-0/+13
2015-11-11Fix import warnings for stage0Steve Klabnik-3/+10
2015-11-11Clean up the prelude docsSteve Klabnik-96/+115