about summary refs log tree commit diff
path: root/src/librustc_driver/Cargo.toml
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-43/+0
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-08-01Remove chrono feature from tracingOliver Scherer-1/+1
2020-07-31Disable log supportOliver Scherer-1/+1
2020-07-31Move from `log` to `tracing`Oliver Scherer-2/+2
2020-06-02Make things build againVadim Petrochenkov-1/+1
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-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-2/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-0/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-1/+1
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-11Support linking from a .rlink fileVictor Ding-0/+1
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-0/+1
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-09Remove unused dependenciesShotaro Yamada-2/+0
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-30Make things build againVadim Petrochenkov-1/+1
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-0/+3
2019-11-30builtin_attrs.rs -> rustc_featureMazdak Farrokhzad-0/+1
2019-11-17Rename directory `rustc_plugin` -> `rustc_plugin_impl`Vadim Petrochenkov-1/+1
2019-11-17rustc_plugin: Remove the compatibility shimVadim Petrochenkov-1/+0
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-0/+1
2019-11-10Auto merge of #65324 - Centril:organize-syntax, r=petrochenkovbors-0/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+1
2019-11-09Move next_node_id to ResolverMark Rousskov-0/+1
2019-10-17Create lint store during plugin registrationMark Rousskov-0/+1
2019-09-28Rollup merge of #64847 - mati865:env_logger, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-09-27Remove librustc_ast_borrowck from driver & interface.Mazdak Farrokhzad-1/+0
2019-09-26Upgrade env_logger to 0.7Mateusz Mikuła-1/+1
2019-09-15Auto merge of #60584 - jonas-schievink:ice-panic-hook, r=oli-obkbors-0/+1
2019-09-06Upgrade env_logger to 0.6Mateusz Mikuła-1/+1
2019-08-30Use `panic::set_hook` to print the ICE messageJonas Schievink-0/+1
2019-08-20Restore the rustc_plugin crate in the sysrootSimon Sapin-0/+1
2019-08-20Deprecate using rustc_plugin without the rustc_driver dylib.Simon Sapin-0/+1
2019-07-27Break dependencies between `syntax_ext` and some other cratesVadim Petrochenkov-11/+0
2019-07-25Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichtonMazdak Farrokhzad-2/+0
2019-07-24Merge `rustc_allocator` into `libsyntax_ext`Vadim Petrochenkov-2/+0
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-1/+1
2019-07-11Move rustc_borrowck -> rustc_ast_borrowckMatthew Jasper-1/+1
2019-07-09Remove unused dependenciesShotaro Yamada-1/+0
2019-04-26Update rustc-rayon versionJohn Kåre Alsaker-1/+1
2019-03-27librustc_driver => 2018Taiki Endo-2/+3
2019-03-01Add support for using a jobserver with RayonJohn Kåre Alsaker-1/+1
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-0/+1
2019-02-26update scoped_tls to 1.0Marcel Hellwig-1/+1
2018-12-19rustc: Move jemalloc from rustc_driver to rustcAlex Crichton-5/+0