about summary refs log tree commit diff
path: root/src/libsyntax_pos
AgeCommit message (Expand)AuthorLines
2017-05-25Hygienize `librustc_typeck`.Jeffrey Seyfried-1/+19
2017-05-25Hygienize `librustc_resolve`.Jeffrey Seyfried-24/+172
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-05-09Add INVALID_CRATE CrateNum constant.Michael Woerister-1/+3
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-0/+4
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-6/+7
2017-04-10Point at only one char on `Span::next_point`Esteban Küber-1/+1
2017-04-05Rollup merge of #40815 - estebank:issue-40006, r=GuillaumeGomezAriel Ben-Yehuda-0/+24
2017-04-04Merge branch 'master' into issue-32540Esteban Küber-37/+678
2017-04-03Merge branch 'master' into issue-40006Esteban Küber-36/+701
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-6/+10
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-34/+550
2017-03-29Remove code in `syntax::codemap`.Jeffrey Seyfried-4/+0
2017-03-29Move `syntax::ext::hygiene` to `syntax_pos::hygiene`.Jeffrey Seyfried-0/+125
2017-03-27Fix unittestsEsteban Küber-2/+2
2017-03-25Improve wording and spans for unexpected tokenEsteban Küber-0/+6
2017-02-02store typeck lints in the `TypeckTables`Niko Matsakis-1/+1
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-1/+0
2016-11-08Group unused import warnings per path listEsteban Küber-3/+3
2016-11-01retool EarlyLint to track a DiagnosticNiko Matsakis-1/+1
2016-10-28Do not intern filemap to entry w/ mismatched length. Fix #37274 (I think).Felix S. Klock II-0/+3
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-09-21Auto merge of #36585 - jonathandturner:misc_error_touchups, r=nrcbors-18/+0
2016-09-20serialize: allow specifying the default behavior for specializations.Eduard Burtescu-3/+11
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-15/+2
2016-09-19Add the ability to merge spans to codemapJonathan Turner-18/+0
2016-09-01incr.comp.: Add stable hashing of HIR spans to ICH.Michael Woerister-0/+64
2016-08-17Replace local backtrace with def-use, repair std macro spansJonathan Turner-0/+19
2016-07-30Rollup merge of #35094 - mcarton:multispan, r=jonathandturnerManish Goregaokar-4/+15
2016-07-28Revert "Remove unused methods from MultiSpan"mcarton-4/+15
2016-07-25Adressed PR comments.cgswords-0/+4
2016-07-21Remove unused methods from MultiSpanJonathan Turner-15/+4
2016-07-14Implement latest rfc style using simpler renderingJonathan Turner-1/+1
2016-06-23Address comments and fix travis warningJonathan Turner-1/+0
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+680