about summary refs log tree commit diff
path: root/src/librustc/ich/impls_syntax.rs
AgeCommit message (Expand)AuthorLines
2018-08-19Rename `Catch` variants to `TryBlock`Scott McMurray-1/+1
2018-08-19mv filemap source_fileDonato Sciarra-8/+8
2018-08-19mv FileMap SourceFileDonato Sciarra-3/+3
2018-08-05Add duplicity lint for lang featuresvarkor-1/+1
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-1/+0
2018-07-27Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributesPietro Albini-0/+1
2018-07-18Do not use desugared ident when suggesting adding a typeEsteban Küber-0/+1
2018-07-14Functions introducing procedural macros reserve a slot in the macro namespace...Vadim Petrochenkov-1/+2
2018-07-13Add the `amdgpu-kernel` ABI.Richard Diamond-0/+1
2018-06-28Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrumbors-18/+12
2018-06-27Make FileMap::{lines, multibyte_chars, non_narrow_chars} non-mutable.Michael Woerister-18/+12
2018-06-27Implement `#[macro_export(local_inner_macros)]`Vadim Petrochenkov-0/+1
2018-06-23hygiene: Merge `NameAndSpan` into `ExpnInfo`Vadim Petrochenkov-6/+2
2018-06-21async await desugaring and testsTaylor Cramer-0/+1
2018-06-07Add existential type definitonsOliver Schneider-0/+1
2018-05-17Add edition to expansion infoVadim Petrochenkov-0/+10
2018-05-15Represent lifetimes as two joint tokens in proc macrosVadim Petrochenkov-0/+1
2018-05-02make it compile againflip1995-1/+1
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-3/+2
2018-05-02Allow Path for name of MetaItemSeiichi Uchida-4/+12
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-4/+24
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-04-10Add ok-wrapping to catch blocks, per RFCScott McMurray-1/+2
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-1/+1
2018-04-06Remove more duplicated spansVadim Petrochenkov-1/+1
2018-04-06Rename `PathSegment::identifier` to `ident`Vadim Petrochenkov-1/+1
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-1/+0
2018-03-18Initial implementation of RFC 2151, Raw IdentifiersLymia Aluysia-1/+4
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-1/+0
2018-03-15Make FileMap thread-safeJohn Kåre Alsaker-15/+18
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-23/+25
2018-03-05Turn features() into a query.Michael Woerister-0/+19
2018-01-04rustc: use {U,I}size instead of {U,I}s shorthands.Eduard-Mihai Burtescu-2/+2
2017-12-19incr.comp.: Precompute small hash for filenames to save some work.Michael Woerister-2/+3
2017-12-15incr.comp.: Revert hashing optimization that caused regression.Michael Woerister-2/+0
2017-12-14incr.comp.: Do less hashing per Span.Michael Woerister-0/+2
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-0/+11
2017-12-01incr.comp.: Properly hash and encode macro expansion information.Michael Woerister-0/+24
2017-11-03Display spans correctly when there are non-half-width charactersWonwoo Choi-0/+16
2017-10-03Rename FileMap::path and change to an OptionPhilip Craig-1/+1
2017-09-30Don't use remapped path when loading modules and include filesPhilip Craig-0/+1
2017-09-22Add support for `..=` syntaxAlex Burka-0/+2
2017-09-18rustc: Forbid interpolated tokens in the HIRAlex Crichton-18/+5
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-24/+24
2017-09-18incr.comp.: Make the StableHashingContext mostly independent of the tcx.Michael Woerister-2/+2
2017-09-18incr.comp.: Initialize IGNORED_ATTRS in StableHashingContext lazily.Michael Woerister-0/+5
2017-09-18Fix issues uncovered by rebasing:Michael Woerister-4/+26
2017-09-13honor #[rustc_const_unstable] attributesAlex Burka-1/+7
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-2/+1
2017-06-10Added external crates' sources to FileMap.Inokentiy Babushkin-0/+1