| Age | Commit message (Expand) | Author | Lines |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-30 | Remove the `unmarked_api` feature | Johannes Oertel | -4/+3 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -2/+2 |
| 2016-11-29 | Add new #[target_feature = "..."] attribute. | Andrew Gallant | -0/+7 |
| 2016-11-29 | Auto merge of #37369 - estebank:multiline-span, r=nikomatsakis | bors | -0/+549 |
| 2016-11-28 | Auto merge of #37791 - petrochenkov:where, r=nikomatsakis | bors | -27/+10 |
| 2016-11-28 | rustc: rework stability to be on-demand for type-directed lookup. | Eduard Burtescu | -3/+4 |
| 2016-11-28 | rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode. | Eduard Burtescu | -2/+6 |
| 2016-11-25 | Support `?Sized` in where clauses | Vadim Petrochenkov | -27/+10 |
| 2016-11-23 | review comments | Esteban Küber | -0/+100 |
| 2016-11-22 | Auto merge of #37487 - goffrie:break, r=nikomatsakis | bors | -14/+40 |
| 2016-11-22 | Show multiline spans in full if short enough | Esteban Küber | -0/+449 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -14/+40 |
| 2016-11-22 | Start warning cycle. | Jeffrey Seyfried | -12/+38 |
| 2016-11-22 | Clean up directory ownership semantics. | Jeffrey Seyfried | -79/+94 |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -1017/+821 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -65/+59 |
| 2016-11-21 | Stabilize RFC 1560. | Jeffrey Seyfried | -3/+1 |
| 2016-11-21 | Remove `Rc` from the interner. | Jeffrey Seyfried | -18/+22 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -40/+7 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -185/+139 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -548/+487 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -53/+50 |
| 2016-11-20 | Move `MetaItemKind`'s `Name` to a field of `MetaItem`. | Jeffrey Seyfried | -58/+58 |
| 2016-11-20 | Refactor `CrateConfig`. | Jeffrey Seyfried | -44/+6 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -73/+72 |
| 2016-11-20 | Avoid clearing the string interner. | Jeffrey Seyfried | -4/+0 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -85/+77 |
| 2016-11-18 | Auto merge of #37749 - keeperofdakeys:should-panic, r=alexcrichton | bors | -7/+37 |
| 2016-11-17 | Add feature `use_extern_macros`. | Jeffrey Seyfried | -0/+2 |
| 2016-11-17 | Resolve imports during expansion. | Jeffrey Seyfried | -2/+13 |
| 2016-11-16 | Auto merge of #37545 - alexcrichton:crt-static, r=brson | bors | -0/+3 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -0/+3 |
| 2016-11-15 | Auto merge of #37758 - euclio:unstable, r=brson | bors | -3/+0 |
| 2016-11-14 | Add warnings when the #[should_panic] attribute is invalid | Josh Driver | -7/+37 |
| 2016-11-14 | Auto merge of #37278 - matklad:lone-lifetime, r=jseyfried | bors | -1/+1 |
| 2016-11-14 | Fix where clauses parsing | Aleksey Kladov | -1/+1 |
| 2016-11-13 | Auto merge of #37701 - Mark-Simulacrum:macro-parser-impvement, r=jseyfried | bors | -212/+201 |
| 2016-11-13 | do not use deprecated text for unstable docs | Andy Russell | -3/+0 |
| 2016-11-13 | Auto merge of #37753 - est31:master, r=petrochenkov | bors | -3/+3 |
| 2016-11-13 | Fix empty lifetime list or one with trailing comma being rejected | est31 | -3/+3 |
| 2016-11-12 | Remove extra level of nesting. | Mark-Simulacrum | -35/+32 |
| 2016-11-12 | Move next_eis out of main loop to avoid re-allocating and dropping it. | Mark-Simulacrum | -1/+2 |
| 2016-11-12 | Use SmallVector for eof and bb eis. | Mark-Simulacrum | -6/+4 |
| 2016-11-12 | Factor out inner current Earley item loop. | Mark-Simulacrum | -146/+153 |
| 2016-11-12 | Refactor parse_nt. | Mark-Simulacrum | -8/+13 |
| 2016-11-12 | Factor out NamedParseResult. | Mark-Simulacrum | -4/+3 |
| 2016-11-12 | Clean up extraneous &mut. | Mark-Simulacrum | -1/+1 |
| 2016-11-12 | Refactor to extending from a drain instead of while looping. | Mark-Simulacrum | -3/+1 |
| 2016-11-12 | Remove unused argument from nameize. | Mark-Simulacrum | -6/+6 |