about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-11/+10
2020-10-14Add support for SHA256 source file hashing for LLVM 11+.Arlo Siemsen-1/+1
2020-10-14Remove unused code from remaining compiler cratesest31-2/+0
2020-10-13Auto merge of #76830 - Artoria2e5:tune, r=nagisabors-0/+2
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-0/+11
2020-10-05Updates to experimental coverage counter injectionRich Kadel-9/+0
2020-10-05Pass tune-cpu to LLVMMingye Wang-0/+2
2020-10-04Enforce crate level attributes checksGuillaume Gomez-1/+1
2020-10-03Make invalid_html_tags lint only run on nightly and being allowed by defaultGuillaume Gomez-1/+1
2020-10-03Add `unclosed_html_tags` lintGuillaume Gomez-0/+11
2020-10-01Add `-Zprecise-enum-drop-elaboration`Dylan MacKenzie-0/+4
2020-09-27[mir-opt] Introduce a new flag to enable experimental/unsound mir optsWesley Wiser-0/+2
2020-09-27Rollup merge of #77262 - bugadani:redundant-comment, r=Dylan-DPCJonas Schievink-3/+0
2020-09-27Add documentation for `private_intra_doc_links`Joshua Nelson-1/+1
2020-09-27Separate `private_intra_doc_links` and `broken_intra_doc_links` into separate...Joshua Nelson-0/+11
2020-09-27Remove duplicate commentDániel Buga-3/+0
2020-09-26Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obkRalf Jung-2/+0
2020-09-26Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddybbors-18/+90
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-2/+0
2020-09-24Don't talk about determinismOliver Scherer-2/+2
2020-09-23Update documentation testsOliver Scherer-16/+6
2020-09-21Don't unwrap but report a fatal error for TargetDataLayout::parse.Mara Bos-1/+3
2020-09-21Add cfg(target_has_atomic_equal_alignment).Mara Bos-4/+15
2020-09-21Pacify tidyOliver Scherer-0/+4
2020-09-21Document future incompat lintsOliver Scherer-0/+17
2020-09-20Use precise errors during const to pat conversion instead of a catch-all on t...Oliver Scherer-18/+52
2020-09-20Lint on function pointers used in patternsOliver Scherer-0/+27
2020-09-20Rollup merge of #76832 - khyperia:backend_target_override, r=eddybRalf Jung-5/+7
2020-09-17Let backends define custom targetskhyperia-5/+7
2020-09-17use strip_prefix over starts_with and manual slicing based on pattern length ...Matthias Krüger-10/+10
2020-09-16Rollup merge of #76794 - richkadel:graphviz-font, r=ecstatic-morseTyler Mandry-0/+7
2020-09-16Added RUSTC_GRAPHVIZ_FONT environment variableRich Kadel-1/+6
2020-09-16Make graphviz font configurableRich Kadel-0/+2
2020-09-13Make const_evaluatable_unchecked lint example not depend on the architecture ...Eric Huss-1/+1
2020-09-13Support `ignore` for lint examples.Eric Huss-6/+20
2020-09-13Link rustdoc lint docs to the rustdoc book.Eric Huss-125/+13
2020-09-13Auto-generate lint documentation.Eric Huss-4/+2170
2020-09-12Auto merge of #76538 - fusion-engineering-forks:check-useless-unstable-trait-...bors-1/+8
2020-09-11Turn unstable trait impl error into a lint, so it can be disabled.Mara Bos-1/+8
2020-09-10use push(char) instead of push_str(&str) to add single chars to stringsMatthias Krüger-2/+2
2020-09-10Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obkbors-0/+7
2020-09-09Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandryTyler Mandry-0/+2
2020-09-09Rollup merge of #75094 - 0dvictor:cgu, r=oli-obkTyler Mandry-0/+2
2020-09-09Add `-Z combine_cgu` flagVictor Ding-0/+2
2020-09-08Add -Zgraphviz_dark_modeRich Kadel-0/+2
2020-09-08add tracking issue, fix rebaseBastian Kauschke-1/+1
2020-09-08convert to future compat lintBastian Kauschke-0/+11
2020-09-08Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obkbors-0/+11
2020-09-07Add CONST_ITEM_MUTATION lintAaron Hill-0/+7
2020-09-04Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandrybors-0/+9