summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2017-08-27Additional libc cleanupTatsuyuki Ishi-1/+2
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-0/+1
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-24Auto merge of #43345 - matthewhammer:master, r=nikomatsakisbors-0/+646
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-25/+47
2017-08-23-Z profile-queries includes dep_graph.with_task uses in outputMatthew Hammer-12/+86
2017-08-23-Z profile-queries: remove panic when channel is unsetMatthew Hammer-12/+18
2017-08-23profiling with -Z profile-queries recognizes -Z time-passesMatthew Hammer-25/+128
2017-08-23inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...Matthew Hammer-0/+441
2017-08-22Introduce temporary target feature crt_static_respectedSamuel Holland-1/+1
2017-08-22Factor out a helper for the getting C runtime linkageSamuel Holland-15/+1
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-19rustc: Remove some dead codeVadim Petrochenkov-4/+4
2017-08-19Desugar parenthesized generic arguments in HIRVadim Petrochenkov-4/+4
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-1/+1
2017-08-17Auto merge of #43878 - kennytm:fix-43869-put-impl-trait-out-of-the-loop, r=al...bors-6/+35
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-13/+13
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-15Exclude `impl Trait` functions from everybody_loops.kennytm-6/+35
2017-08-14Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1bors-1/+1
2017-08-14Auto merge of #43842 - bjorn3:no_llvm_cleanup, r=alexcrichtonbors-97/+114
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-7/+15
2017-08-13Remove some more cfg'sbjorn3-89/+93
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-1/+1
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-30/+32
2017-08-12Fix some typosBastien Orivel-1/+1
2017-08-12Less cfg'sbjorn3-16/+21
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-1/+1
2017-08-11Auto merge of #42932 - bjorn3:no_llvm_try2, r=eddybbors-34/+165
2017-08-11Auto merge of #43748 - RalfJung:mir-validate2, r=arielb1bors-5/+6
2017-08-11It now completely compiles without LLVM!!!bjorn3-18/+53
2017-08-11Actually make rustc_driver compile without llvmbjorn3-28/+74
2017-08-11Improve validation of TypeckTables keys.Michael Woerister-2/+1
2017-08-11Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.Michael Woerister-1/+2
2017-08-11Make librustc_driver work without librustc_transbjorn3-4/+54
2017-08-11Fix some more typos, this time words that are duplicated.Bastien Orivel-1/+1
2017-08-10Auto merge of #43522 - alexcrichton:rewrite-lints, r=michaelwoeristerbors-11/+11
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-1/+1
2017-08-10Strip out function implementation when documenting.kennytm-30/+32
2017-08-10driver: factor out `continue_parse_after_error` so it can be controlled via d...Nick Cameron-9/+19
2017-08-09run AddCallGuards for *all* call edges before running AddValidationRalf Jung-5/+6
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-11/+11
2017-08-08driver: factor out a helper and make another helper publicNick Cameron-15/+20