| Age | Commit message (Expand) | Author | Lines |
| 2016-11-28 | Auto merge of #37791 - petrochenkov:where, r=nikomatsakis | bors | -0/+73 |
| 2016-11-28 | Remove BuiltinBound and BuiltinBounds. | Mark-Simulacrum | -12/+12 |
| 2016-11-28 | rustc_privacy: switch private-in-public checking to Ty. | Eduard Burtescu | -85/+106 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -384/+1485 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -7/+9 |
| 2016-11-26 | Overload get{,_mut}{,_unchecked} | Steven Fackler | -13/+14 |
| 2016-11-25 | Support `?Sized` in where clauses | Vadim Petrochenkov | -0/+73 |
| 2016-11-23 | Rollup merge of #37442 - estebank:cast-deref-hint, r=jonathandturner | Guillaume Gomez | -0/+5 |
| 2016-11-22 | Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton | bors | -0/+149 |
| 2016-11-22 | Auto merge of #37487 - goffrie:break, r=nikomatsakis | bors | -0/+116 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -0/+116 |
| 2016-11-22 | Start warning cycle. | Jeffrey Seyfried | -0/+34 |
| 2016-11-22 | Add a regression test and organize tests. | Jeffrey Seyfried | -3/+19 |
| 2016-11-21 | Auto merge of #37127 - jseyfried:stabilize_RFC_1560, r=nrc | bors | -526/+22 |
| 2016-11-21 | Fix fallout in tests. | Jeffrey Seyfried | -526/+22 |
| 2016-11-21 | Tests | Nick Cameron | -0/+149 |
| 2016-11-20 | Rollup merge of #37835 - ojsheikh:E0088, r=jonathandturner | Guillaume Gomez | -0/+5 |
| 2016-11-19 | Provide hint when cast needs a dereference | Esteban Küber | -0/+5 |
| 2016-11-18 | Add test case for exported macros vs incremental compilation. | Michael Woerister | -0/+23 |
| 2016-11-17 | Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb | bors | -2/+2 |
| 2016-11-17 | Auto merge of #37424 - shiver:issue-37131, r=alexcrichton | bors | -0/+18 |
| 2016-11-17 | Auto merge of #37837 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -8/+33 |
| 2016-11-17 | move impl wf check so they occur earlier | Niko Matsakis | -1/+0 |
| 2016-11-17 | Rollup merge of #37759 - robinst:trait-use-message-add-semicolon, r=eddyb | Guillaume Gomez | -8/+8 |
| 2016-11-17 | Rollup merge of #37752 - arielb1:incoherent-error, r=nikomatsakis | Guillaume Gomez | -0/+25 |
| 2016-11-17 | Auto merge of #37732 - jseyfried:use_extern_macros, r=nrc | bors | -4/+74 |
| 2016-11-17 | Add tests. | Jeffrey Seyfried | -0/+70 |
| 2016-11-17 | Add feature `use_extern_macros`. | Jeffrey Seyfried | -2/+2 |
| 2016-11-17 | Refactor out `PerNS`. | Jeffrey Seyfried | -2/+2 |
| 2016-11-17 | Improved error reporting when target sysroot is missing. | Robert Vally | -0/+18 |
| 2016-11-16 | Use span of first unexpected lifetime in E0088. | Omer Sheikh | -1/+1 |
| 2016-11-16 | Auto merge of #37375 - GuillaumeGomez:cast_message, r=arielb1 | bors | -9/+3 |
| 2016-11-16 | Improve reference cast help message | Guillaume Gomez | -9/+3 |
| 2016-11-16 | fix dep-graph checking to account for implitems | Niko Matsakis | -1/+2 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -0/+29 |
| 2016-11-14 | Update E0088 to new format, remove E0090 | Yossi Konstantinovsky | -0/+5 |
| 2016-11-14 | Add semicolon to "perhaps add a `use` for one of them" help | Robin Stocker | -8/+8 |
| 2016-11-13 | coherence: skip impls with an erroneous trait ref | Ariel Ben-Yehuda | -0/+25 |
| 2016-11-12 | Auto merge of #37531 - estebank:fix-ref-mut-mut, r=jonathandturner | bors | -30/+0 |
| 2016-11-12 | Auto merge of #37554 - mikhail-m1:dnlle, r=jonathandturner | bors | -62/+0 |
| 2016-11-12 | Rollup merge of #37613 - DanielKeep:eww-you-got-printf-in-your-format, r=alex... | Eduard-Mihai Burtescu | -0/+3 |
| 2016-11-12 | Rollup merge of #37481 - estebank:lifetime-help-removal-for-impl, r=eddyb | Eduard-Mihai Burtescu | -2/+0 |
| 2016-11-11 | Auto merge of #37456 - estebank:unused-imports-verbosity, r=jonathandturner | bors | -2/+3 |
| 2016-11-11 | Auto merge of #37447 - estebank:non-duplicate-definition-error, r=nrc | bors | -12/+1 |
| 2016-11-10 | Auto merge of #36615 - sinkuu:e0243_0244, r=nrc | bors | -25/+25 |
| 2016-11-11 | Add foreign formatting directive detection. | Daniel Keep | -0/+3 |
| 2016-11-10 | Don't hint to add lifetime on trait impl | Esteban Küber | -2/+0 |
| 2016-11-10 | Support `#[macro_reexport]`ing custom derives. | Jeffrey Seyfried | -0/+1 |
| 2016-11-10 | Register and stability check `#[no_link]` crates. | Jeffrey Seyfried | -4/+4 |