| Age | Commit message (Expand) | Author | Lines |
| 2015-11-14 | Auto merge of #29816 - nikomatsakis:incr-comp-visitor-refactor-hir-folder, r=nrc | bors | -137/+95 |
| 2015-11-13 | simplify HIR folder so that it only maps 1 item to 1 item, | Niko Matsakis | -137/+95 |
| 2015-11-14 | Auto merge of #29781 - arielb1:mir-casts, r=nikomatsakis | bors | -289/+998 |
| 2015-11-13 | Auto merge of #29808 - aphistic:trait-debug-example-fix, r=steveklabnik | bors | -1/+1 |
| 2015-11-14 | address review comments | Ariel Ben-Yehuda | -74/+98 |
| 2015-11-14 | implement coercions in MIR | Ariel Ben-Yehuda | -59/+298 |
| 2015-11-13 | rustc_mir: don't miss the autoref when doing an unsize | Ariel Ben-Yehuda | -8/+10 |
| 2015-11-13 | implement lvalue_len | Ariel Ben-Yehuda | -4/+11 |
| 2015-11-13 | represent fat ptr operands as 2 separate pointers | Ariel Ben-Yehuda | -212/+431 |
| 2015-11-13 | MIR: implement fat raw pointer comparisons | Ariel Ben-Yehuda | -61/+279 |
| 2015-11-13 | Auto merge of #29806 - tsion:compile-state-mir_map, r=nikomatsakis | bors | -0/+5 |
| 2015-11-13 | Auto merge of #29759 - nagisa:mir-static, r=nikomatsakis | bors | -37/+17 |
| 2015-11-13 | Auto merge of #29811 - bluss:binary-heap-sift-less, r=gankro | bors | -7/+8 |
| 2015-11-13 | BinaryHeap: Simplify sift down | Ulrik Sverdrup | -7/+8 |
| 2015-11-13 | Auto merge of #29761 - eefriedman:rename-nopanic, r=sanxiyn | bors | -87/+87 |
| 2015-11-13 | Auto merge of #29800 - Detegr:master, r=nikomatsakis | bors | -0/+14 |
| 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 | 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 | 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 | 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 |