about summary refs log tree commit diff
path: root/src/librustc_session
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-6970/+0
2020-08-25Auto merge of #74275 - wesleywiser:break_up_partitioning_rs, r=pnkfelixbors-0/+2
2020-08-22Lazy decoding of DefPathTable from crate metadata (non-incremental case)Aaron Hill-7/+0
2020-08-21Add partitioning -Z option to control which partitioning scheme is usedWesley Wiser-0/+2
2020-08-18Remove missing_fragment_specifier lintAleksey Kladov-11/+0
2020-08-18Promote missing_fragment_specifier to hard errorAleksey Kladov-2/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-2/+2
2020-08-16Rollup merge of #75223 - Aaron1011:feature/session-track-caller, r=eddybTyler Mandry-0/+1
2020-08-15replaced log with tracingGurpreet Singh-4/+4
2020-08-15Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obkbors-3/+8
2020-08-14Rework `rustc_serialize`Matthew Jasper-6/+11
2020-08-10Fix symbol ordering for confusable idents detection.Nicholas Nethercote-2/+1
2020-08-09Add sanitizer support on FreeBSDGreg V-3/+8
2020-08-08Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkovbors-26/+98
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-4/+80
2020-08-08Remove some unnecessary uses of `Option`.Nicholas Nethercote-22/+18
2020-08-07fix clippy::redundant_clone: remove redundant clonesMatthias Krüger-1/+1
2020-08-06Add #[track_caller] to `Session::delay_span_bug`Aaron Hill-0/+1
2020-08-02Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPCManish Goregaokar-2/+2
2020-08-02fix typosliuzhenyu-2/+2
2020-08-02Auto merge of #74210 - estebank:type-ascriptomatic, r=petrochenkovbors-0/+3
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-31Reduce verbosity of some type ascription errorsEsteban Küber-0/+3
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-2/+2
2020-07-30Rollup merge of #74915 - alexcrichton:allow-failing-canonicalize, r=Mark-Simu...Manish Goregaokar-19/+13
2020-07-30Rename the lint againManish Goregaokar-2/+2
2020-07-30rustc: Ignore fs::canonicalize errors in metadataAlex Crichton-19/+13
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-2/+2
2020-07-29Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failuresManish Goregaokar-2/+2
2020-07-29Auto merge of #74733 - richkadel:llvm-coverage-map-gen-5, r=tmandrybors-1/+1
2020-07-29Auto merge of #72049 - mati865:mingw-lld, r=petrochenkovbors-5/+5
2020-07-29MinGW: emit dllexport/dllimport by rustcMateusz Mikuła-5/+5
2020-07-27mv std libs to library/mark-1/+1
2020-07-25Fixed coverage map issues; better aligned with LLVM APIsRich Kadel-1/+1
2020-07-22Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-SimulacrumManish Goregaokar-1/+1
2020-07-22Auto merge of #74633 - davidtwco:issue-74614-disable-polymorphisation, r=wesl...bors-1/+1
2020-07-22Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakisManish Goregaokar-3/+3
2020-07-22build: Remove unnecessary `cargo:rerun-if-env-changed` annotationsVadim Petrochenkov-1/+1
2020-07-22sess: disable polymorphisationDavid Wood-1/+1
2020-07-20mir: use attribute over `-Z polymorphize-errors`David Wood-2/+0
2020-07-20mir: `unused_generic_params` queryDavid Wood-0/+4
2020-07-17Generating the coverage mapRich Kadel-5/+46
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-2/+2
2020-07-15Add and use more static symbols.Nicholas Nethercote-10/+12
2020-07-14Stabilize control-flow-guard codegen optionAndrew Paverd-3/+3
2020-07-09Auto merge of #74131 - ollie27:rustdoc_invalid_codeblock_attributes_name, r=G...bors-2/+2
2020-07-07rustdoc: Rename invalid_codeblock_attribute lint to be pluralOliver Middleton-2/+2
2020-07-02Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearthbors-2/+3
2020-06-29add spans to injected coverage countersRich Kadel-2/+3
2020-06-28Remove defunct `-Z print-region-graph`Tomasz Miąsko-3/+0