about summary refs log tree commit diff
path: root/src/librustc_driver/driver.rs
AgeCommit message (Expand)AuthorLines
2017-09-23Allow writing metadata without llvmbjorn3-1/+2
2017-09-20incr.comp.: Remove IncrementalHashesMap and calculate_svh module.Michael Woerister-18/+8
2017-09-20incr.comp.: Store result fingerprints in DepGraph.Michael Woerister-1/+1
2017-09-18incr.comp.: Remove tcx from StableHashingContext.Michael Woerister-1/+1
2017-09-17rustc: Move codegen to a queryAlex Crichton-10/+15
2017-09-17rustc: Attach an mpsc channel to TyCtxtAlex Crichton-6/+15
2017-09-17rustc: Calculate `ExportedSymbols` in a queryAlex Crichton-2/+2
2017-09-17rustc: Use reachablility through a queryAlex Crichton-10/+2
2017-09-14rustc: Remove `Session::dep_graph`Alex Crichton-10/+26
2017-09-12rustc: Make `CrateStore` private to `TyCtxt`Alex Crichton-3/+1
2017-09-12Remove the `cstore` reference from Session in order to prepare encapsulating ...Michael Woerister-8/+18
2017-09-05rustc: Move stability functionality into queriesAlex Crichton-7/+0
2017-09-05rustc: Migrate lang items to a queryAlex Crichton-7/+0
2017-09-05rustc: Remove a number of mutable fields in cstoreAlex Crichton-1/+0
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-0/+1
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-0/+1
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-4/+18
2017-08-24Auto merge of #43345 - matthewhammer:master, r=nikomatsakisbors-0/+14
2017-08-24Auto merge of #43532 - petrochenkov:pgargs, r=nikomatsakisbors-4/+4
2017-08-23-Z profile-query-and-key, separate from -Z profile-query; query key is string...Matthew Hammer-3/+3
2017-08-23inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...Matthew Hammer-0/+14
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-4/+4
2017-08-21Remove the `rustc_mir::transform` entry point for mir-borrowck.Felix S. Klock II-4/+0
2017-08-21Expose mir-borrowck via a query.Felix S. Klock II-0/+4
2017-08-19Desugar parenthesized generic arguments in HIRVadim Petrochenkov-4/+4
2017-08-17Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+1
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-1/+1
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+9
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-3/+3
2017-08-16Moved mir-borrowck pass down to where comments say it should be.Felix S. Klock II-1/+9
2017-08-16MIR based borrow check (opt-in).Felix S. Klock II-0/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-3/+3
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-37/+29
2017-08-14Auto merge of #43842 - bjorn3:no_llvm_cleanup, r=alexcrichtonbors-35/+27
2017-08-13Fix errorbjorn3-0/+1
2017-08-13Update driver.rsbjorn3-1/+1
2017-08-13Change a #[cfg()] to a cfg!()bjorn3-2/+1
2017-08-13Fix tidy errorsbjorn3-1/+1
2017-08-13Remove some more cfg'sbjorn3-28/+27
2017-08-12Fix some typosBastien Orivel-1/+1
2017-08-12Less cfg'sbjorn3-7/+0
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-1/+1
2017-08-12Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-27/+73
2017-08-11Merge remote-tracking branch 'origin/master' into genAlex Crichton-7/+6
2017-08-11Auto merge of #42932 - bjorn3:no_llvm_try2, r=eddybbors-27/+73
2017-08-11Auto merge of #43748 - RalfJung:mir-validate2, r=arielb1bors-5/+6
2017-08-11It now completely compiles without LLVM!!!bjorn3-7/+31
2017-08-11Actually make rustc_driver compile without llvmbjorn3-26/+48
2017-08-11Fix some more typos, this time words that are duplicated.Bastien Orivel-1/+1