about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-11-08Auto merge of #78712 - petrochenkov:visitok, r=Aaron1011bors-16/+35
2020-11-08Auto merge of #78874 - m-ou-se:rollup-3jp1ijj, r=m-ou-sebors-81/+63
2020-11-08Rollup merge of #78865 - Aaron1011:fix/const-item-mut-reborrow, r=varkorMara Bos-21/+30
2020-11-08Rollup merge of #78861 - o752d:patch-1, r=jonas-schievinkMara Bos-10/+9
2020-11-08Rollup merge of #78860 - petrochenkov:resolvefmt, r=Mark-SimulacrumMara Bos-38/+13
2020-11-08Rollup merge of #78843 - tmiasko:inline-trace, r=wesleywiserMara Bos-5/+5
2020-11-08Rollup merge of #78841 - LeSeulArtichaut:foldable-derive, r=lcnrMara Bos-2/+1
2020-11-08Rollup merge of #78828 - matthiaskrgr:sing_chr, r=lcnrMara Bos-5/+5
2020-11-08Auto merge of #78410 - lcnr:revert75443, r=nikomatsakisbors-77/+26
2020-11-08Auto merge of #77729 - petrochenkov:mergetarg, r=Mark-Simulacrumbors-1061/+322
2020-11-07Use a semicolon instead of a dash in lint noteAaron Hill-1/+1
2020-11-07Don't fire `CONST_ITEM_MUTATION` lint when borrowing a derefAaron Hill-21/+30
2020-11-07typo and formattingo752d-10/+9
2020-11-08rustc_resolve: Use `#![feature(format_args_capture)]`Vadim Petrochenkov-38/+13
2020-11-07Auto merge of #78784 - Mark-Simulacrum:revert-77421, r=petrochenkovbors-2/+11
2020-11-07Less verbose debug logging from inlining integratorTomasz Miąsko-5/+5
2020-11-07Small cleanup in `TypeFoldable` derive macroLeSeulArtichaut-2/+1
2020-11-07Update recently added targetsVadim Petrochenkov-6/+2
2020-11-07rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`Vadim Petrochenkov-244/+120
2020-11-07rustc_target: Move `target_vendor` from `Target` to `TargetOptions`Vadim Petrochenkov-163/+28
2020-11-07rustc_target: Move `target_env` from `Target` to `TargetOptions`Vadim Petrochenkov-158/+27
2020-11-07rustc_target: Move `target_os` from `Target` to `TargetOptions`Vadim Petrochenkov-169/+52
2020-11-07rustc_target: Move `target_endian` from `Target` to `TargetOptions`Vadim Petrochenkov-168/+75
2020-11-07rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`Vadim Petrochenkov-155/+20
2020-11-07use single char patterns for split() (clippy::single_char_pattern)Matthias Krüger-5/+5
2020-11-06improve fixmeBastian Kauschke-3/+6
2020-11-06Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo...Mark Rousskov-2/+11
2020-11-07Rollup merge of #78798 - ankushduacodes:fixing-typo, r=jonas-schievinkYuki Okushi-2/+2
2020-11-07Rollup merge of #78795 - est31:node_id_assignment_doc_fix, r=oli-obkYuki Okushi-2/+2
2020-11-07Rollup merge of #78794 - est31:collect_bang, r=oli-obkYuki Okushi-3/+3
2020-11-07Rollup merge of #78771 - tmiasko:inline-consts, r=oli-obkYuki Okushi-8/+10
2020-11-07Rollup merge of #78760 - jyn514:deny-invalid-codeblocks, r=GuillaumeGomezYuki Okushi-0/+1
2020-11-07Rollup merge of #78666 - sasurau4:fix/shellcheck-error, r=jyn514Yuki Okushi-4/+5
2020-11-07Rollup merge of #78167 - Nadrieril:fix-76836_, r=varkorYuki Okushi-34/+93
2020-11-06fix shellcheck error of SC2068Daiki Ihara-4/+4
2020-11-06fix shellcheck error of SC2148Daiki Ihara-0/+1
2020-11-06Auto merge of #78267 - richkadel:llvm-coverage-counters-2.0.3r1, r=tmandrybors-1382/+4064
2020-11-06Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27bors-22/+35
2020-11-06Fixing Spelling Typosankushduacodes-2/+2
2020-11-05Responded to all feedback as of 2020-10-30Rich Kadel-208/+361
2020-11-05Addressed all feedback to dateRich Kadel-57/+41
2020-11-05Added comments on remapping expression IDs, and URL to spanviewsRich Kadel-1/+19
2020-11-05Injecting expressions in place of counters where helpfulRich Kadel-56/+1455
2020-11-05Adds coverage graphvizRich Kadel-10/+620
2020-11-05Implemented CoverageGraph of BasicCoverageBlocksRich Kadel-199/+347
2020-11-05Splitting transform/instrument_coverage.rs into transform/coverage/...Rich Kadel-730/+766
2020-11-05Rust coverage before splitting instrument_coverage.rsRich Kadel-425/+759
2020-11-06The renumber pass is long goneest31-2/+2
2020-11-06rustc_expand: use collect_bang helper instead of manual reimplementationest31-3/+3
2020-11-05Emit lints in the order in which they occur in the file.Nadrieril-4/+5