about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2017-09-05rustc: Store InternedString in `DefPathData`Alex Crichton-3/+0
2017-09-05rustc: Move stability functionality into queriesAlex Crichton-7/+0
2017-09-05rustc: Remove lang item methods from CrateStoreAlex Crichton-3/+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-09-04Auto merge of #43067 - pornel:libdeps, r=nrcbors-1/+6
2017-09-01rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.Eduard-Mihai Burtescu-11/+11
2017-09-01rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.Eduard-Mihai Burtescu-16/+14
2017-09-01rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.Eduard-Mihai Burtescu-1/+1
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-4/+3
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-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-19/+651
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-22--print=native-static-libsKornel-1/+6
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-4/+4
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-19rustc: Remove some dead codeVadim Petrochenkov-4/+4
2017-08-19Desugar parenthesized generic arguments in HIRVadim Petrochenkov-4/+4
2017-08-17Merge remote-tracking branch 'origin/master' into genAlex Crichton-7/+36
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-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+9
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-13/+13
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-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-130/+149
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