about summary refs log tree commit diff
path: root/src/librustc_interface
AgeCommit message (Expand)AuthorLines
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-28Replace all uses of `log::log_enabled` with `Debug` printersOliver Scherer-9/+3
2020-07-22Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-SimulacrumManish Goregaokar-4/+0
2020-07-22Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakisManish Goregaokar-1/+1
2020-07-22build: Remove unnecessary `cargo:rerun-if-env-changed` annotationsVadim Petrochenkov-4/+0
2020-07-19Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandrybors-1/+1
2020-07-17Rollup merge of #74394 - bjorn3:remove_emscripten_leftover, r=spastorinoManish Goregaokar-7/+2
2020-07-17Generating the coverage mapRich Kadel-1/+1
2020-07-16Rollup merge of #73566 - jyn514:name-resolve-first, r=eddybManish Goregaokar-6/+0
2020-07-16Remove leftover from emscripten fastcomp supportbjorn3-7/+2
2020-07-15Rollup merge of #74347 - jyn514:ive-got-a-small-query-for-you, r=eddybManish Goregaokar-10/+16
2020-07-15Rollup merge of #74119 - nnethercote:rm-Compiler-compile, r=Mark-SimulacrumManish Goregaokar-34/+0
2020-07-15Avoid unnecessary enumJoshua Nelson-6/+1
2020-07-15Add an option not to report resolution errors for rustdocJoshua Nelson-13/+12
2020-07-15Don't run analysis pass in rustdocJoshua Nelson-1/+0
2020-07-15Don't run everybody_loops for rustdocJoshua Nelson-14/+15
2020-07-15Initialize default providers only onceJoshua Nelson-10/+16
2020-07-15WithOptConstParam::dummy -> WithOptConstParam::unknownBastian Kauschke-1/+1
2020-07-15improve namingBastian Kauschke-1/+1
2020-07-15continue mir pipelineBastian Kauschke-1/+2
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-5/+2
2020-07-15Add and use more static symbols.Nicholas Nethercote-1/+1
2020-07-14Stabilize control-flow-guard codegen optionAndrew Paverd-1/+1
2020-07-10Rollup merge of #74127 - tamird:allowlist, r=oli-obkManish Goregaokar-2/+2
2020-07-10Avoid "whitelist"Tamir Duberstein-2/+2
2020-07-10Change some function names.Nicholas Nethercote-11/+11
2020-07-10Tweak `spawn_thread_pool`.Nicholas Nethercote-11/+12
2020-07-10Add an explanatory comment to `scoped_thread`.Nicholas Nethercote-0/+2
2020-07-09Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakisManish Goregaokar-16/+17
2020-07-09Eliminate confusing "globals" terminology.Nicholas Nethercote-16/+17
2020-07-07Remove `Compiler::compile()`.Nicholas Nethercote-34/+0
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-5/+5
2020-06-28Remove defunct `-Z print-region-graph`Tomasz Miąsko-1/+0
2020-06-25Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrumbors-0/+35
2020-06-23Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkovManish Goregaokar-1/+4
2020-06-23Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morseManish Goregaokar-0/+5
2020-06-21Always create a root definition when creating a new `Definitions` object.marmeladema-1/+4
2020-06-20Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-SimulacrumRalf Jung-1/+1
2020-06-19Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikicManish Goregaokar-3/+5
2020-06-19Fix -Z unpretty=everybody_loopsJoshua Nelson-0/+5
2020-06-16Update CFGuard syntaxAndrew Paverd-1/+1
2020-06-15[WIP] injects llvm intrinsic instrprof.increment for coverage reportsRich Kadel-0/+1
2020-06-14Diagnose use of incompatible sanitizersTomasz Miąsko-3/+5
2020-06-13Ensure that `drop_elaboration_and_check_consts` runs for all const itemsDylan MacKenzie-1/+5
2020-06-12Rollup merge of #73178 - petrochenkov:explint, r=varkorDylan DPC-5/+10
2020-06-09expand: Give reasonable NodeIds to lints associated with macro definitionsVadim Petrochenkov-5/+10
2020-06-08Show `SyntaxContext` in formatted `Span` debug outputAaron Hill-1/+1
2020-06-08Rollup merge of #72799 - Aaron1011:feature/span-debug, r=petrochenkovRalf Jung-0/+2
2020-06-06Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrumbors-1/+1
2020-06-04Add `-Z span-debug` to allow for easier debugging of proc macrosAaron Hill-0/+2