| Age | Commit message (Expand) | Author | Lines |
| 2016-11-28 | rustc_privacy: switch private-in-public checking to Ty. | Eduard Burtescu | -85/+106 |
| 2016-11-28 | rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor. | Eduard-Mihai Burtescu | -0/+32 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -393/+1496 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -4/+10 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -8/+10 |
| 2016-11-26 | Auto merge of #38023 - arielb1:constant-evil-x2, r=eddyb | bors | -0/+45 |
| 2016-11-27 | don't double-apply variant padding to const enums | Ariel Ben-Yehuda | -0/+45 |
| 2016-11-26 | Overload get{,_mut}{,_unchecked} | Steven Fackler | -13/+14 |
| 2016-11-24 | Tests of `-Z print-type-sizes` functionality. | Felix S. Klock II | -0/+442 |
| 2016-11-23 | Auto merge of #37908 - nrc:save-def, r=eddyb | bors | -0/+539 |
| 2016-11-23 | Rollup merge of #37940 - michaelwoerister:ich-struct-constructors, r=nikomats... | Guillaume Gomez | -0/+254 |
| 2016-11-23 | Rollup merge of #37938 - michaelwoerister:move-myriad-closures, r=eddyb | Guillaume Gomez | -4/+4 |
| 2016-11-23 | Rollup merge of #37851 - jneem:master, r=sanxiyn | Guillaume Gomez | -0/+23 |
| 2016-11-23 | Rollup merge of #37442 - estebank:cast-deref-hint, r=jonathandturner | Guillaume Gomez | -0/+5 |
| 2016-11-23 | Fix a bunch of bugs shown by the test | Nick Cameron | -3/+1 |
| 2016-11-22 | Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton | bors | -0/+207 |
| 2016-11-23 | Add a test | Nick Cameron | -0/+541 |
| 2016-11-22 | Auto merge of #37487 - goffrie:break, r=nikomatsakis | bors | -0/+249 |
| 2016-11-23 | Rebasing and review changes | Nick Cameron | -0/+58 |
| 2016-11-22 | ICH: Add test case for struct constructor expressions. | Michael Woerister | -0/+254 |
| 2016-11-22 | Move the myriad-closures.rs test case to run-pass-full test suite. | Michael Woerister | -4/+4 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -0/+249 |
| 2016-11-22 | Start warning cycle. | Jeffrey Seyfried | -0/+34 |
| 2016-11-22 | Fix fallout in tests. | Jeffrey Seyfried | -0/+1 |
| 2016-11-22 | Add a regression test and organize tests. | Jeffrey Seyfried | -3/+19 |
| 2016-11-21 | Add regression test for issue 23699. | Joe Neeman | -0/+23 |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -51/+51 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -51/+51 |
| 2016-11-21 | Auto merge of #37127 - jseyfried:stabilize_RFC_1560, r=nrc | bors | -528/+23 |
| 2016-11-21 | Fix fallout in tests. | Jeffrey Seyfried | -528/+23 |
| 2016-11-21 | Auto merge of #37895 - jseyfried:fix_proc_macro_deps, r=nrc | bors | -0/+42 |
| 2016-11-21 | Tests | Nick Cameron | -0/+149 |
| 2016-11-20 | Rollup merge of #37841 - michaelwoerister:ich-loop-tests, r=nikomatsakis | Guillaume Gomez | -0/+1049 |
| 2016-11-20 | Rollup merge of #37835 - ojsheikh:E0088, r=jonathandturner | Guillaume Gomez | -0/+5 |
| 2016-11-20 | Add regression test. | Jeffrey Seyfried | -0/+42 |
| 2016-11-19 | Auto merge of #37842 - nikomatsakis:incremental-test, r=mw | bors | -0/+382 |
| 2016-11-19 | Provide hint when cast needs a dereference | Esteban Küber | -0/+5 |
| 2016-11-19 | Auto merge of #37826 - keeperofdakeys:proc-macro-test, r=alexcrichton | bors | -0/+22 |
| 2016-11-18 | Auto merge of #37787 - michaelwoerister:macro-def-ich, r=nikomatsakis | bors | -0/+23 |
| 2016-11-18 | Add test case for exported macros vs incremental compilation. | Michael Woerister | -0/+23 |
| 2016-11-18 | Auto merge of #37776 - nrc:save-double-angle, r=@brson | bors | -0/+6 |
| 2016-11-18 | remove FIXMEs; issue fixed | Niko Matsakis | -9/+5 |
| 2016-11-18 | Auto merge of #37749 - keeperofdakeys:should-panic, r=alexcrichton | bors | -0/+84 |
| 2016-11-18 | improve comments | Niko Matsakis | -11/+31 |
| 2016-11-18 | add test for adding a field | Niko Matsakis | -0/+142 |
| 2016-11-18 | add test for changing pub inherent method signature | Niko Matsakis | -0/+117 |
| 2016-11-18 | add test for changing pub inherent method body | Niko Matsakis | -0/+107 |
| 2016-11-18 | Warn when a #[should_panic] test has an unexpected message | Josh Driver | -0/+38 |
| 2016-11-17 | Auto merge of #37846 - jseyfried:fix_proc_macro_dep, r=alexcrichton | bors | -0/+43 |