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