about summary refs log tree commit diff
path: root/src/librustc_interface
AgeCommit message (Expand)AuthorLines
2019-12-31Rollup merge of #67697 - cjgillot:passes-scope-tree, r=ZoxcDylan DPC-1/+0
2019-12-31Move resolve_lifetimes query in librustc_resolve.Camille GILLOT-2/+2
2019-12-30Rename `libsyntax_ext` and `libsyntax_expand` in codeVadim Petrochenkov-12/+12
2019-12-30Make things build againVadim Petrochenkov-3/+3
2019-12-30Move region_scope_tree query to librustc_passes.Camille GILLOT-1/+0
2019-12-29Move reachable_set query in librustc_passes.Camille GILLOT-3/+1
2019-12-25Store callbacks in global staticsMark Rousskov-4/+54
2019-12-22Format the worldMark Rousskov-483/+410
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::Item.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::Crate.Camille GILLOT-11/+13
2019-12-20introduce 'type AttrVec'Mazdak Farrokhzad-4/+3
2019-12-20Rollup merge of #67131 - Centril:item-merge, r=petrochenkovMazdak Farrokhzad-15/+10
2019-12-19Fix documentation typoLeSeulArtichaut-1/+1
2019-12-12`AssocImplKind::{Method -> Fn}`.Mazdak Farrokhzad-1/+1
2019-12-12Remove `ast::{Impl,Trait}{Item,ItemKind}`.Mazdak Farrokhzad-10/+5
2019-12-12Unify associated item mut visitors.Mazdak Farrokhzad-2/+2
2019-12-12parse: refactor fun ret ty & param tyMazdak Farrokhzad-4/+4
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-77/+12
2019-12-11Rollup merge of #67074 - ehuss:extern-options, r=petrochenkovMazdak Farrokhzad-11/+12
2019-12-09Add options to --extern flag.Eric Huss-11/+12
2019-12-06Auto merge of #65195 - varkor:to_option, r=Centrilbors-22/+7
2019-12-06Rename to `then_some` and `then`varkor-4/+4
2019-12-06Use `to_option_with` in several placesvarkor-1/+1
2019-12-06Use `to_option` in various placesvarkor-22/+7
2019-12-06Fix Query type docsÖmer Sinan Ağacan-2/+2
2019-12-03Move early lint declarations to librustc_sessionMark Rousskov-2/+1
2019-12-01rustc_plugin: Some further cleanupVadim Petrochenkov-2/+1
2019-12-01rustc_plugin: Remove support for plugins adding LLVM passesVadim Petrochenkov-10/+5
2019-12-01rustc_plugin: Remove support for adding plugins from command lineVadim Petrochenkov-12/+2
2019-12-01rustc_plugin: Remove support for plugin argumentsVadim Petrochenkov-2/+1
2019-11-30pass Queries to compiler callbacksRalf Jung-0/+1
2019-11-29Rollup merge of #66791 - cjgillot:arena, r=Mark-SimulacrumRalf Jung-139/+194
2019-11-28rustc_metadata: Merge `cstore.rs` into `creader.rs`Vadim Petrochenkov-3/+2
2019-11-27Allocate HIR Forest on arena.Camille GILLOT-3/+1
2019-11-27Misc renames.Camille GILLOT-7/+6
2019-11-27Simplify handling of AllArenas.Camille GILLOT-6/+5
2019-11-27Rename BoxedGlobalCtxt.Camille GILLOT-7/+7
2019-11-27Rename lifetimes.Camille GILLOT-22/+22
2019-11-26Move local Arena to Queries.Camille GILLOT-2/+10
2019-11-26Formatting.Camille GILLOT-37/+35
2019-11-26Have Queries own the GlobalCtxt.Camille GILLOT-53/+56
2019-11-26Make the HIR map own the Definitions.Camille GILLOT-1/+1
2019-11-26Review nits.Camille GILLOT-4/+1
2019-11-25Superfluous lifetime.Camille GILLOT-2/+2
2019-11-25Pass Queries by reference.Camille GILLOT-5/+5
2019-11-25Remove wrong comment.Camille GILLOT-5/+0
2019-11-24Tidy.Camille GILLOT-1/+3
2019-11-24Move linking ouside the interface queries.Camille GILLOT-20/+44