| Age | Commit message (Expand) | Author | Lines |
| 2015-11-13 | Store a valid name for the root module in metadata | mitaa | -1/+40 |
| 2015-11-13 | Auto merge of #29675 - bluss:merge-sort-fastpath, r=huonw | bors | -0/+12 |
| 2015-11-12 | Auto merge of #29807 - nrc:op_span, r=brson | bors | -1/+1 |
| 2015-11-12 | Fix the manual implementation example for the Debug trait so it matches the g... | Erik Davidson | -1/+1 |
| 2015-11-13 | Fix a bad span for binops | Nick Cameron | -1/+1 |
| 2015-11-12 | Auto merge of #29780 - KyleMayes:quote-ext, r=nrc | bors | -11/+137 |
| 2015-11-12 | Make the mir_map available to the after_analysis CompileController step. | Scott Olson | -0/+5 |
| 2015-11-12 | Update references and borrowing (Fixes #29730) | Ashkan Kiani | -3/+4 |
| 2015-11-12 | Auto merge of #29712 - Toby-S:patch-1, r=steveklabnik | bors | -31/+342 |
| 2015-11-12 | Auto merge of #29757 - dotdash:mir_simplify_cfg, r=nikomatsakis | bors | -1/+223 |
| 2015-11-12 | Add feature gate test for #[fundamental] attribute | Antti Keränen | -0/+14 |
| 2015-11-12 | Add a MIR pass to simplify the control flow graph | Björn Steinbrink | -1/+223 |
| 2015-11-12 | Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik | bors | -68/+166 |
| 2015-11-12 | Auto merge of #29770 - ollie27:assert_eq_unsized, r=alexcrichton | bors | -1/+14 |
| 2015-11-12 | remove bool -> int conversion in const evaluator | Oliver Schneider | -25/+29 |
| 2015-11-12 | Improve the detailed error message for E0432 | Barosl Lee | -0/+9 |
| 2015-11-12 | Auto merge of #29795 - Manishearth:rollup, r=Manishearth | bors | -149/+670 |
| 2015-11-12 | Fixup #29785 | Manish Goregaokar | -1/+1 |
| 2015-11-12 | Fixup #29776 | Manish Goregaokar | -8/+16 |
| 2015-11-12 | Rollup merge of #29787 - dbrgn:docs-fix, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-11-12 | Rollup merge of #29786 - steveklabnik:stage0fix, r=brson | Manish Goregaokar | -3/+10 |
| 2015-11-12 | Rollup merge of #29785 - steveklabnik:doc_prelude, r=nikomatsakis | Manish Goregaokar | -96/+115 |
| 2015-11-12 | Rollup merge of #29776 - nikomatsakis:mir-29740, r=nrc | Manish Goregaokar | -48/+535 |
| 2015-11-12 | Remove impls for cases considered `niche` | Alexander Bulaev | -29/+0 |
| 2015-11-12 | trpl: add a small section outlining doctest configuration | Kevin Butler | -0/+12 |
| 2015-11-12 | libtest: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-11-12 | libterm: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-11-12 | libsyntax: deny warnings in doctests | Kevin Butler | -17/+24 |
| 2015-11-12 | libserialize: deny warnings in doctests | Kevin Butler | -4/+8 |
| 2015-11-12 | librustc_unicode: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-11-12 | librbml: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-11-12 | librand: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-11-12 | liblog: deny warnings in doctests | Kevin Butler | -2/+10 |
| 2015-11-12 | libgraphviz: deny warnings in doctests | Kevin Butler | -10/+9 |
| 2015-11-12 | libgetopts: deny warnings in doctests | Kevin Butler | -8/+11 |
| 2015-11-12 | libfmt_macros: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-11-12 | libflate: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-11-12 | libcore: deny warnings in doctests | Kevin Butler | -10/+48 |
| 2015-11-12 | libcollections: deny warnings in doctests | Kevin Butler | -8/+27 |
| 2015-11-12 | libarena: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-11-12 | liballoc: deny warnings in doctests | Kevin Butler | -1/+1 |
| 2015-11-12 | Auto merge of #29764 - nrc:stats, r=nikomatsakis | bors | -26/+218 |
| 2015-11-12 | Auto merge of #29616 - nagisa:mir-repeat, r=nikomatsakis | bors | -14/+76 |
| 2015-11-11 | ignore pretty since it dies for some mysterious reason I can't be | Niko Matsakis | -0/+2 |
| 2015-11-12 | Const-eval array element repetition count | Simonas Kazlauskas | -8/+23 |
| 2015-11-12 | Fix article in Result.map and Result.map_err documentation | Danilo Bargen | -2/+2 |
| 2015-11-12 | Fix hygiene regression in patterns | Vadim Petrochenkov | -14/+65 |
| 2015-11-11 | Add test for assert_eq! with none Sized types | Oliver Middleton | -0/+13 |
| 2015-11-11 | Fix import warnings for stage0 | Steve Klabnik | -3/+10 |
| 2015-11-11 | Clean up the prelude docs | Steve Klabnik | -96/+115 |