about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
AgeCommit message (Expand)AuthorLines
2018-08-01Split out growth functionality into BitVector typeMark Rousskov-2/+2
2018-08-01Switch syntax attribute tracking to BitVectorMark Rousskov-4/+8
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-23Extend ParseSess to support buffering lintsmark-0/+2
2018-07-10Deny bare trait objects in in src/libsyntaxljedrz-0/+2
2018-06-23expansion: Improve searchability for `AstFragments` methodsVadim Petrochenkov-4/+5
2018-06-09Crate-ify and delete unused code in syntax::parseMark Simulacrum-0/+1
2018-05-17Move definition of `Edition` from libsyntax to libsyntax_posVadim Petrochenkov-2/+1
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-2/+2
2018-05-03Use escape_default() for strings in LitKind::token().Nicholas Nethercote-0/+1
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