summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2020-01-15Rollup merge of #68252 - matthiaskrgr:redundant_clones, r=oli-obkDylan DPC-2/+0
2020-01-15remove redundant clones, found by clippyMatthias Krüger-2/+0
2020-01-15Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichtonYuki Okushi-13/+8
2020-01-11use winapi for non-stdlib Windows bindingsAndy Russell-13/+8
2020-01-11move rustc::lint::{context, passes} to rustc_lint.Mazdak Farrokhzad-7/+6
2020-01-11Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiserMazdak Farrokhzad-0/+2
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-8/+8
2020-01-09Tweak timersJohn Kåre Alsaker-1/+0
2020-01-09Label unmarked timeJohn Kåre Alsaker-0/+3
2020-01-10Rollup merge of #68040 - sinkuu:unused, r=petrochenkovYuki Okushi-2/+0
2020-01-09Change -Z time event naming scheme and make them generic activitiesJohn Kåre Alsaker-1/+1
2020-01-09Remove unused dependenciesShotaro Yamada-2/+0
2020-01-08Remove `-Z continue-parse-after-error`Vadim Petrochenkov-1/+0
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-4/+5
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-3/+3
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-6/+6
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-24Deprecate Error::description for realDavid Tolnay-6/+1
2019-12-22Format the worldMark Rousskov-380/+345
2019-12-21Use Arena inside hir::Crate.Camille GILLOT-1/+1
2019-12-11Fix fallout from rebaseAaron Hill-2/+0
2019-12-11rustc: Link LLVM directly into rustc againAlex Crichton-2/+7
2019-12-03Move early lint declarations to librustc_sessionMark Rousskov-1/+1
2019-12-01Rollup merge of #66896 - RalfJung:queries, r=ZoxcMazdak Farrokhzad-7/+19
2019-11-30Rollup merge of #66895 - Centril:rustc_feature, r=oli-obkMazdak Farrokhzad-15/+10
2019-11-30pass Queries to compiler callbacksRalf Jung-7/+19
2019-11-30move UnstableFeatures -> rustc_featureMazdak Farrokhzad-4/+2
2019-11-30builtin_attrs.rs -> rustc_featureMazdak Farrokhzad-1/+3
2019-11-30simplify gated cfgs logicMazdak Farrokhzad-13/+8
2019-11-26Review nits.Camille GILLOT-3/+0
2019-11-25Simplify early exits.Camille GILLOT-16/+9
2019-11-24Tidy.Camille GILLOT-1/+3
2019-11-24Move linking ouside the interface queries.Camille GILLOT-12/+23
2019-11-24Isolate compiler queries inside the Queries type.Camille GILLOT-91/+95
2019-11-24rustc_plugin: Remove support for syntactic pluginsVadim Petrochenkov-1/+1
2019-11-22Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkovMazdak Farrokhzad-61/+9
2019-11-20Remove pretty printing of specific nodes in ASTMark Rousskov-61/+9
2019-11-20Rollup merge of #66546 - aradzie:remove_duplicate_function, r=Dylan-DPCMazdak Farrokhzad-12/+1
2019-11-19Remove duplicate functionAliaksandr Radzivanovich-12/+1
2019-11-17Rename directory `rustc_plugin` -> `rustc_plugin_impl`Vadim Petrochenkov-1/+1
2019-11-17rustc_plugin: Remove the compatibility shimVadim Petrochenkov-1/+0
2019-11-16move DIAGNOSTICS usage to rustc_driverMazdak Farrokhzad-6/+11
2019-11-14Update rustc --explain to the new error codes formatGuillaume Gomez-2/+2
2019-11-13Rollup merge of #66297 - vakaras:edit-queries, r=oli-obkYuki Okushi-0/+2
2019-11-12Rollup merge of #66276 - Mark-Simulacrum:sess-code-stats, r=nikomatsakisYuki Okushi-1/+1
2019-11-11Add a callback that allows compiler consumers to override queries.Vytautas Astrauskas-0/+2
2019-11-10Move lock into CodeStatsMark Rousskov-1/+1
2019-11-10Auto merge of #65324 - Centril:organize-syntax, r=petrochenkovbors-8/+10
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-8/+10
2019-11-09Move pretty parsing into Session optionsMark Rousskov-279/+73