about summary refs log tree commit diff
path: root/src/librustc_interface
AgeCommit message (Expand)AuthorLines
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
2019-11-24Isolate compiler queries inside the Queries type.Camille GILLOT-44/+76
2019-11-24rustc_plugin: Remove support for syntactic pluginsVadim Petrochenkov-21/+8
2019-11-22Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkovMazdak Farrokhzad-1/+1
2019-11-22Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkovbors-6/+2
2019-11-20Delete ProcessCfgModMark Rousskov-6/+2
2019-11-20Remove pretty printing of specific nodes in ASTMark Rousskov-1/+1
2019-11-17Rename directory `rustc_plugin` -> `rustc_plugin_impl`Vadim Petrochenkov-1/+1
2019-11-17rustc_plugin: Remove the compatibility shimVadim Petrochenkov-3/+3
2019-11-17Rollup merge of #66456 - Centril:driver-codes, r=Mark-SimulacrumYuki Okushi-28/+14
2019-11-16rustc_plugin: Remove `Registry::register_attribute`Vadim Petrochenkov-8/+1
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-28/+14
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-15/+3