about summary refs log tree commit diff
path: root/src/librustc_interface/Cargo.toml
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-57/+0
2020-08-15replaced log with tracingGurpreet Singh-1/+1
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-06-02Make things build againVadim Petrochenkov-1/+1
2020-04-20Remove unused dependenciesShotaro Yamada-1/+0
2020-04-11Depend on libc from crates.ioLuca Barbieri-0/+1
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-1/+1
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-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-16Other crates.Camille GILLOT-0/+1
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-0/+1
2020-01-16Rollup merge of #67780 - cjgillot:passes-ty, r=ZoxcDylan DPC-0/+1
2020-01-15Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichtonYuki Okushi-0/+3
2020-01-13Move to new crate rustc_ty.Camille GILLOT-0/+1
2020-01-12Split `rustc_mir::{build, hair, lints}` into their own crateMatthew Jasper-0/+1
2020-01-11use winapi for non-stdlib Windows bindingsAndy Russell-0/+3
2020-01-11ast_validation -> new crate rustc_ast_passesMazdak Farrokhzad-0/+1
2020-01-11buffered lint infra -> rustc_sessionMazdak Farrokhzad-0/+1
2020-01-04move def_id to new rustc_hir crateMazdak 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-0/+1
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-2/+2
2019-12-30Make things build againVadim Petrochenkov-3/+3
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-0/+4
2019-11-17Rename directory `rustc_plugin` -> `rustc_plugin_impl`Vadim Petrochenkov-1/+1
2019-11-17rustc_plugin: Remove the compatibility shimVadim Petrochenkov-1/+1
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-1/+0
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-07syntax: use distinct FloatTy from rustc_target.Mazdak Farrokhzad-1/+3
2019-11-04bump smallvec to 1.0Ralf Jung-1/+1
2019-10-19move parse_cfgspecs to rustc_interfaceMazdak Farrokhzad-0/+1
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+1
2019-10-07Rebase rustc-rayon on rayon-1.2Josh Stone-1/+1
2019-09-27Remove librustc_ast_borrowck from driver & interface.Mazdak Farrokhzad-1/+0
2019-09-10Locate rustc binary similarly to codegen backend loadingMark Rousskov-0/+1
2019-08-20Deprecate using rustc_plugin without the rustc_driver dylib.Simon Sapin-1/+1
2019-07-25Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichtonMazdak Farrokhzad-1/+0
2019-07-24Merge `rustc_allocator` into `libsyntax_ext`Vadim Petrochenkov-1/+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-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+1
2019-05-01Move metadata writing earlier.Nicholas Nethercote-0/+2
2019-04-26Update rustc-rayon versionJohn Kåre Alsaker-1/+1
2019-03-27librustc_interface => 2018; rename rustc-rayon to rayon in Cargo.tomlMazdak Farrokhzad-1/+1
2019-03-27librustc_interface => 2018Mazdak Farrokhzad-0/+1
2019-03-01librustc_interface: Update scoped-tls to 1.0Igor Matuszewski-1/+1