about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/issue-19371/foo.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-74/+0
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-2/+0
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+1
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+1
2022-02-13Remove Config::stderrbjorn3-1/+0
2021-03-15Fix `src/test/run-make-fulldeps/issue-19371`hyd-dev-0/+1
2020-12-01Fix `unknown-crate` when using self-profile with rustdocJoshua Nelson-1/+0
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-0/+1
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-4/+3
2020-01-02fix src/test falloutMazdak Farrokhzad-2/+2
2019-11-24Fix test.Camille GILLOT-1/+6
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-1/+2
2019-11-11Add a callback that allows compiler consumers to override queries.Vytautas Astrauskas-0/+1
2019-10-17Update API to be more compatible with plugin needsMark Rousskov-0/+1
2019-09-19Add a comment to `Compiler::compile()`.Nicholas Nethercote-1/+2
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-2/+1
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-0/+2
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-45/+29
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-1/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-04adds DocTest filename variant, refactors doctest_offset out of source_map, fi...Matthew Russo-1/+2
2018-08-19mv (mod) codemap source_mapDonato Sciarra-1/+1
2018-08-04Move basic_options to impl of DefaultMark Rousskov-2/+2
2018-06-06Create thread-poolJohn Kåre Alsaker-24/+25
2018-05-17Rename trans to codegen everywhere.Irina Popa-8/+8
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+88