summary refs log tree commit diff
path: root/src/librustc_metadata/Cargo.toml
AgeCommit message (Expand)AuthorLines
2020-04-11Depend on libc from crates.ioLuca Barbieri-0/+1
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-24move rustc_hir::print -> rustc_hir_prettyMazdak Farrokhzad-0/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-0/+1
2020-03-10Store `TokenStream` in `rmeta::MacroDef`.Mazdak Farrokhzad-2/+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-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-11use winapi for non-stdlib Windows bindingsAndy Russell-0/+3
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-0/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-1/+1
2019-12-30Make things build againVadim Petrochenkov-2/+2
2019-12-03Update measureme crate to 0.5.0.Michael Woerister-1/+1
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-0/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+1
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+1
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-0/+1
2019-07-27Move proc macro server into libsyntaxVadim Petrochenkov-1/+0
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-1/+1
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+1
2019-05-23Update associated_item_def_idsJohn Kåre Alsaker-0/+1
2019-02-08librustc_metadata => 2018Taiki Endo-1/+2
2018-11-30proc_macro: move to a dependency of libtest.Eduard-Mihai Burtescu-1/+0
2018-11-14Use `Mmap` to open the rmeta file.Nicholas Nethercote-1/+3
2018-11-03Remove rustc_metadata_utils, which contains only one functionbjorn3-1/+0
2018-08-03Move validate_crate_name to rustc_metadataMark Rousskov-0/+1
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2018-01-01Update crates and submodules to pull doc fixesMalo Jaffré-1/+1
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-1/+0
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-1/+0
2017-06-20Remove the in-tree `flate` crateAlex Crichton-1/+1
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-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-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-1/+1
2016-09-20rustc_metadata: replace RBML with a simple and type-safe scheme.Eduard Burtescu-1/+0
2016-09-20Remove librbml and the RBML-tagged auto-encoder/decoder.Eduard Burtescu-1/+0
2016-09-02rustc: Implement custom derive (macros 1.1)Alex Crichton-1/+3
2016-06-28refactor rustc_metadata to use CamelCase names and IndexVecAriel Ben-Yehuda-0/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-03-30rename `rustc_const_eval` to `rustc_const_math`Oliver Schneider-1/+1
2016-03-14rustbuildOliver Schneider-0/+1