about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
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/+6966