about summary refs log tree commit diff
path: root/src/librustc_resolve/Cargo.toml
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-31/+0
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-06-21Move remaining `NodeId` APIs from `Definitions` to `Resolver`marmeladema-0/+1
2020-06-02Rename the crates in source codeVadim Petrochenkov-1/+1
2020-06-02Make things build againVadim Petrochenkov-1/+1
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-14Trim dependencies and features.Camille GILLOT-1/+0
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-16Make librustc_infer compile.Camille GILLOT-0/+1
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-0/+1
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-0/+1
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-3/+3
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-0/+1
2020-01-04move Node{Map,Set} -> rustc_session::node_idMazdak Farrokhzad-0/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-31librustc_ast_lowering: cargo changes.Mazdak Farrokhzad-1/+2
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-1/+1
2019-12-30Make things build againVadim Petrochenkov-2/+2
2019-11-30builtin_attrs.rs -> rustc_featureMazdak Farrokhzad-0/+1
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-0/+1
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-10-25Update bitflagsvarkor-1/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+1
2019-09-23Remove unused dependenciesShotaro Yamada-1/+0
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+1
2019-06-01rustc: use indexmap instead of a plain vector for upvars.Eduard-Mihai Burtescu-0/+1
2019-05-04Fix #45268 by saving all NodeId's for resolved traits.Jesper Steen Møller-0/+1
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-1/+1
2019-02-07librustc_resolve => 2018Taiki Endo-0/+1
2018-10-05resolve: Merge resolution for `macro_rules` into the common early in-scope re...Vadim Petrochenkov-0/+1
2018-08-03Store concrete crate stores where possibleMark Rousskov-0/+1
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2017-11-04Make DefIndex use newtype_index macroSantiago Pastorino-0/+1
2017-03-23Remove internal liblogAlex Crichton-1/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+2
2016-05-12rustbuild: Add support for crate tests + doctestsAlex Crichton-0/+1
2016-04-17resolve: Refactor away `DefModifiers`Jeffrey Seyfried-1/+0
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-02-21rustbuild: Sync some Cargo.toml/lib.rs dependenciesAlex Crichton-0/+1
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+16