about summary refs log tree commit diff
path: root/src/libsyntax/Cargo.toml
AgeCommit message (Expand)AuthorLines
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-21/+0
2020-02-011. move allow_internal_unstable to rustc_attrMazdak Farrokhzad-1/+0
2020-02-011. move node_id to syntaxMazdak Farrokhzad-2/+0
2020-01-18remove rustc_error_codes deps except in rustc_driverMazdak Farrokhzad-1/+0
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+1
2020-01-09Remove unused dependenciesShotaro Yamada-2/+0
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-03Move early lint declarations to librustc_sessionMark Rousskov-0/+1
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-0/+1
2019-11-17Use proc_macro for HashStable derive in libsyntax.Camille GILLOT-0/+1
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-0/+1
2019-11-07syntax: use distinct FloatTy from rustc_target.Mazdak Farrokhzad-1/+0
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-10-25Update bitflagsvarkor-1/+1
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-0/+1
2019-09-23Remove unused dependenciesShotaro Yamada-1/+0
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-1/+1
2019-07-20Introduce rustc_lexerAleksey Kladov-0/+1
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+1
2019-04-15Preallocate BUILTIN_ATTRIBUTES symbols and use a hash map instead of loopingJohn Kåre Alsaker-0/+2
2019-02-26update scoped_tls to 1.0Marcel Hellwig-1/+1
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-07libsyntax => 2018Taiki Endo-0/+1
2018-12-10Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.Nicholas Nethercote-1/+1
2018-08-23Use optimized SmallVec implementationIgor Gutorov-0/+1
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-03-14Remove syntax and syntax_pos thread localsJohn Kåre Alsaker-0/+1
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2017-09-17Remove rustc_bitflags; use the bitflags crateTamir Duberstein-1/+2
2017-05-07fix the easy features in libsyntaxubsan-1/+1
2017-03-23Remove internal liblogAlex Crichton-1/+1
2017-02-03Bump version, upgrade bootstrapAlex Crichton-1/+0
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+1
2016-11-11Change implementation of syntax::util::SmallVector to use data_structures::Sm...Mark-Simulacrum-0/+1
2016-06-27Fix `Cargo.toml`sJeffrey Seyfried-1/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+1
2016-04-01rustbuild: Fix dist for non-host targetsAlex Crichton-1/+0
2016-02-21rustbuild: Sync some Cargo.toml/lib.rs dependenciesAlex Crichton-2/+1
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+16