summary refs log tree commit diff
path: root/src/librustc_driver/Cargo.toml
AgeCommit message (Expand)AuthorLines
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
2018-12-10Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature.Nicholas Nethercote-1/+1
2018-11-02Use `jemalloc-sys` on Linux and OSX compilersAlex Crichton-0/+5
2018-09-26Remove OneVectorljedrz-0/+1
2018-07-07Remove unused rustc_driver dependency on arbjorn3-2/+0
2018-06-06Update Rayon versionJohn Kåre Alsaker-1/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1
2018-05-13Add a Rayon thread poolJohn Kåre Alsaker-0/+2
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-1/+1
2018-03-13introduce `infcx.at(..).normalize(..)` operation [VIC]Niko Matsakis-0/+1
2018-03-08Move librustc_const_eval to librustc_mirOliver Schneider-1/+0
2018-03-06Update env_logger to 0.5.4Alex Crichton-1/+1
2018-01-27rustc: Load the `rustc_trans` crate at runtimeAlex Crichton-5/+1
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2017-12-17Add sync module to rustc_data_structuresJohn Kåre Alsaker-1/+0
2017-08-11It now completely compiles without LLVM!!!bjorn3-0/+1
2017-08-11Actually make rustc_driver compile without llvmbjorn3-0/+1
2017-08-11Make librustc_driver work without librustc_transbjorn3-1/+6
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-0/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+1
2017-06-26Implement `quote!` and other `proc_macro` API.Jeffrey Seyfried-1/+0
2017-05-15Remove (direct) rustc_llvm dependency from rustc_driverRobin Kruppe-1/+0