about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
AgeCommit message (Expand)AuthorLines
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-5/+1
2018-04-12Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichtonbors-2/+2
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+1
2018-04-12Deprecate the std_unicode crateSimon Sapin-1/+1
2018-04-11Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcmkennytm-0/+1
2018-04-11Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichtonbors-1/+0
2018-04-10Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoeristerbors-0/+2
2018-04-09Convert sort_by to sort_by_cached_keyvarkor-0/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-2/+0
2018-03-28Stabilize match_default_bindingsTaylor Cramer-1/+1
2018-03-28Make SyntaxExtension thread-safeJohn Kåre Alsaker-0/+2
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-20rename epoch to editionKurtis Nusbaum-1/+1
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-0/+30
2018-03-08Move epochs to libsyntaxManish Goregaokar-0/+2
2018-02-20stage0 cfg cleanupMark Simulacrum-1/+0
2018-01-29Add internal-only rustc_serialize_exclude_null attribute for making the field...Manish Goregaokar-0/+1
2018-01-26Do not capture stderr in the compiler. Instead just panic silently for fatal ...John Kåre Alsaker-1/+1
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-0/+1
2017-12-21Make mk_attr_id thread safeJohn Kåre Alsaker-0/+1
2017-12-17syntax: recovery for incorrect associated item paths like `[T; N]::clone`Vadim Petrochenkov-0/+1
2017-09-17Remove rustc_bitflags; use the bitflags crateTamir Duberstein-1/+5
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-06de-orphan extended informationZack M. Davis-1/+1
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-05-07fix the easy features in libsyntaxubsan-6/+1
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-1/+1
2017-03-29Move `syntax::ext::hygiene` to `syntax_pos::hygiene`.Jeffrey Seyfried-1/+1
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-0/+10
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-0/+1
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-0/+1
2017-02-03Bump version, upgrade bootstrapAlex Crichton-2/+1
2017-01-22Refactor `TokenStream`.Jeffrey Seyfried-1/+3
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-4/+0
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-1/+2
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-2/+0
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-29Auto merge of #37369 - estebank:multiline-span, r=nikomatsakisbors-0/+3
2016-11-22Show multiline spans in full if short enoughEsteban Küber-0/+3
2016-11-21Remove `Rc` from the interner.Jeffrey Seyfried-0/+1
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-1/+1
2016-11-11Change implementation of syntax::util::SmallVector to use data_structures::Sm...Mark-Simulacrum-0/+1
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-10-28Auto merge of #37373 - nnethercote:html5ever-more-more, r=nrcbors-0/+1
2016-10-27review changesNick Cameron-0/+1