about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
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
2020-09-03Tools, tests, and experimenting with MIR-derived coverage countersRich Kadel-0/+9
2020-09-02pretty: trim paths of unique symbolsDan Aloni-1/+26
2020-09-02rustc_{errors,session}: add `delay_good_path_bug`Dan Aloni-0/+18
2020-09-01Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkovTyler Mandry-3/+3
2020-09-01Add SessionDiagnostic derive macro.jumbatm-0/+11
2020-08-31Add new `-Z dump-mir-spanview` optionRich Kadel-0/+51
2020-08-31Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandryTyler Mandry-30/+41
2020-08-31Fix `-Z instrument-coverage` on MSVCRich Kadel-30/+41
2020-09-01Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkovbors-0/+4
2020-08-31Rollup merge of #76075 - marmeladema:remove-once-cell-crate, r=matkladAleksey Kladov-0/+1
2020-08-31Stabilise link-self-contained optionMateusz Mikuła-3/+3
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-0/+2
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-0/+4
2020-08-30datastructures: replace `once_cell` crate with an impl from stdmarmeladema-0/+1
2020-08-30mv compiler to compiler/mark-0/+6946