about summary refs log tree commit diff
path: root/src/librustc_span/hygiene.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1239/+0
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-08-14Rework `rustc_serialize`Matthew Jasper-16/+33
2020-08-09Auto merge of #75137 - Aaron1011:fix/hygiene-skip-expndata, r=petrochenkovbors-4/+21
2020-08-09Auto merge of #75134 - Aaron1011:feature/expn-data-parent-hash, r=petrochenkovbors-3/+5
2020-08-09Add comment about the lack of `ExpnData` serialization for proc-macro cratesAaron Hill-0/+3
2020-08-08fix clippy::needless_return: remove unneeded return statementsMatthias Krüger-2/+2
2020-08-04Don't serialize ExpnData for foreign cratesAaron Hill-4/+18
2020-08-04Hash parent ExpnDataAaron Hill-3/+5
2020-08-02fix typosliuzhenyu-2/+2
2020-07-26Share serialization optimization between incr and metadataAaron Hill-35/+109
2020-07-26Properly reset `orig_id` when loading from incremental cacheAaron Hill-1/+11
2020-07-26Ignore `orig_id` for stable hashingAaron Hill-0/+7
2020-07-26Hygiene serialization implementationAaron Hill-24/+276
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-2/+2
2020-07-03Rollup merge of #73881 - pierwill:pierwill-citations, r=jonas-schievinkManish Goregaokar-5/+4
2020-07-02Standardize bibliographic citations in rustc API docspierwill-5/+4
2020-06-29Serialize all foreign `SourceFile`s into proc-macro crate metadataAaron Hill-1/+2
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-2/+9
2020-06-22Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma...Aaron Hill-11/+2
2020-06-11Explain move errors that occur due to method calls involving `self`Aaron Hill-2/+11
2020-05-22Remove `macro_defs` mapAaron Hill-3/+19
2020-05-02fix rustdoc warningsTshepang Lekhonkhobe-1/+1
2020-03-23Split long derive lists into two derive attributes.Ana-Maria Mihalache-23/+4
2020-03-16hygiene: `modern` -> `normalize_to_macros_2_0`Vadim Petrochenkov-16/+16
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-5/+9
2020-01-26Don't use ExpnKind::descr to get the name of a bang macro.Eduard-Mihai Burtescu-2/+4
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-0/+850