about summary refs log tree commit diff
path: root/src/libsyntax/lib.rs
AgeCommit message (Expand)AuthorLines
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-63/+0
2020-02-04Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbinibors-1/+0
2020-02-01syntax: reexport attr globalsMazdak Farrokhzad-0/+1
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-6/+0
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-02-01syntax: move GLOBALS to attr moduleMazdak Farrokhzad-34/+0
2020-02-01{syntax -> rustc_ast_passes}::node_countMazdak Farrokhzad-1/+0
2020-01-31Drop cfg(bootstrap) codeMark Rousskov-1/+0
2020-01-18slice_patterns: remove internal uses of gateMazdak Farrokhzad-1/+1
2020-01-11Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=CentrilMazdak Farrokhzad-1/+1
2020-01-10Remove unnecessary `const_fn` feature gatesDylan MacKenzie-1/+1
2020-01-11{syntax -> rustc_ast_passes}::show_spanMazdak Farrokhzad-1/+0
2020-01-11{syntax -> rustc_ast_passes}::feature_gateMazdak Farrokhzad-4/+0
2020-01-11nix syntax::early_buffered_lintsMazdak Farrokhzad-2/+0
2020-01-11simplify feature_err importsMazdak Farrokhzad-1/+0
2020-01-11get_features -> rustc_parse::configMazdak Farrokhzad-1/+1
2020-01-11gating diagnostics -> rustc_session::parseMazdak Farrokhzad-1/+2
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+0
2020-01-08- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}Mazdak Farrokhzad-6/+0
2020-01-04hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hirMazdak Farrokhzad-1/+11
2020-01-02Normalize `syntax::edition` imports.Mazdak Farrokhzad-11/+4
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+0
2020-01-02Normalize `syntax::source_map` imports.Mazdak Farrokhzad-2/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-8/+8
2019-12-27Stabilize the `matches!` macroSimon Sapin-1/+0
2019-12-22Format the worldMark Rousskov-16/+13
2019-12-20introduce 'type AttrVec'Mazdak Farrokhzad-1/+0
2019-12-06Use `to_option` in various placesvarkor-0/+1
2019-12-03Move ParseSess to librustc_sessionMark Rousskov-1/+1
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-0/+1
2019-11-30move GateIssue to rustc_feature & simplify emit_feature_errMazdak Farrokhzad-4/+1
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-1/+1
2019-11-30inline two explanation constantsMazdak Farrokhzad-1/+0
2019-11-30builtin_attrs.rs -> rustc_featureMazdak Farrokhzad-6/+0
2019-11-30move is_builtin_attr to syntax::attrMazdak Farrokhzad-1/+1
2019-11-30simplify gated cfgs logicMazdak Farrokhzad-1/+1
2019-11-30move AttributeTemplate to builtin_attrsMazdak Farrokhzad-1/+1
2019-11-30move Stability to rustc_featureMazdak Farrokhzad-1/+1
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-1/+14
2019-11-23Derive HashStable for TokenKind.Camille GILLOT-4/+1
2019-11-23Rename StableHashingContextLike to HashStableContext.Camille GILLOT-1/+1
2019-11-22Invert implementations for TokenKind.Camille GILLOT-1/+4
2019-11-22Export HashStable for DelimSpan, Lit and Path.Camille GILLOT-1/+1
2019-11-22Add StableHashingContextLike to HashStable_Generic derive.Camille GILLOT-0/+5
2019-11-15Move JSON emitter to rustc_errorsMark Rousskov-2/+0
2019-11-15Move SourceMap to syntax_posMark Rousskov-1/+1
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-2/+0
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-5/+2
2019-11-10move config.rs to libsyntax_expandMazdak Farrokhzad-4/+0
2019-11-07move syntax::{parse::literal -> util::literal}Mazdak Farrokhzad-0/+1