about summary refs log tree commit diff
path: root/src/librustc_interface/queries.rs
AgeCommit message (Expand)AuthorLines
2019-10-24Turn crate store into a resolver outputVadim Petrochenkov-5/+4
2019-10-24rustc: Combine resolver outputs into a single structVadim Petrochenkov-2/+1
2019-10-24rustc_metadata: Remove unnecessary use of crate store in plugin loaderVadim Petrochenkov-1/+1
2019-10-17Update API to be more compatible with plugin needsMark Rousskov-0/+7
2019-10-17Create lint store during plugin registrationMark Rousskov-6/+15
2019-09-25Remove tx_to_llvm_workers from TyCtxtMark Rousskov-15/+0
2019-09-19Add a comment to `Compiler::compile()`.Nicholas Nethercote-2/+7
2019-09-11Move call site of `dep_graph_future()`.Nicholas Nethercote-3/+11
2019-09-02Remove `lower_to_hir()` call from `prepare_output()`.Nicholas Nethercote-1/+0
2019-09-02Don't call `self.parse()` in `Compiler::crate_name()` unless necessary.Nicholas Nethercote-10/+11
2019-08-10Remove Option from resolverMark Rousskov-7/+7
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-14/+2
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-1/+1
2019-03-27librustc_interface => 2018Mazdak Farrokhzad-2/+3
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-0/+302