about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-06-27Auto merge of #86645 - FabianWolff:issue-82328, r=LeSeulArtichautbors-16/+14
2021-06-26Use `Option::map()` instead of `if let`Fabian Wolff-10/+6
2021-06-26Auto merge of #86267 - ZuseZ4:master, r=nagisabors-0/+17
2021-06-26Remove dropping of loaded plugins and better debug infoManuel Drehwald-1/+3
2021-06-26Fix ICE with `-Zunpretty=hir,typed` when an expression occurs in a function s...Fabian Wolff-16/+18
2021-06-26Better suggestion for array_into_iter in for loop.Mara Bos-18/+45
2021-06-26Add new suggestion to array_into_iter lint.Mara Bos-0/+8
2021-06-26Change wording on array_into_iter lint for 1.53 and edition changes.Mara Bos-17/+11
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-30/+30
2021-06-26Auto merge of #86637 - ehuss:spellings, r=dtolnaybors-1/+1
2021-06-26Auto merge of #86622 - FabianWolff:issue-83475, r=jonas-schievinkbors-0/+20
2021-06-25Auto merge of #86599 - Amanieu:asm_raw, r=nagisabors-0/+17
2021-06-25Fix a few misspellings.Eric Huss-1/+1
2021-06-25Auto merge of #86627 - JohnTitor:rollup-ey29pc1, r=JohnTitorbors-63/+67
2021-06-25Check that `#[cmse_nonsecure_entry]` is applied to a function definitionFabian Wolff-0/+20
2021-06-26Rollup merge of #86592 - jhpratt:non_exhaustive, r=JohnTitorYuki Okushi-4/+3
2021-06-25Auto merge of #85603 - ogoffart:fix-uninhabited-enum-branching-pass, r=wesley...bors-7/+5
2021-06-25Fix new lintsRyan Levick-2/+2
2021-06-25Add back missing docRyan Levick-0/+1
2021-06-25Address PR feedbackRyan Levick-9/+5
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-58/+66
2021-06-25Auto merge of #86505 - JohnTitor:fix-86483, r=jackh726bors-13/+10
2021-06-25Auto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726bors-10/+34
2021-06-25Auto merge of #86574 - m-ou-se:or-pattern-lint-fix, r=petrochenkovbors-32/+34
2021-06-24Add a "raw" option for asm! which ignores format string specifiersAmanieu d'Antras-0/+17
2021-06-24Don't lint :pat when re-parsing a macro from another crate.Mara Bos-32/+34
2021-06-24Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726bors-16/+16
2021-06-24Use `#[non_exhaustive]` where appropriateJacob Pratt-4/+3
2021-06-24Auto merge of #86279 - JohnTitor:transparent-zero-size-fields, r=nikomatsakisbors-9/+9
2021-06-24Prefer "allow list" structure to check a typeYuki Okushi-18/+8
2021-06-24Rename function name in commentsYuki Okushi-5/+5
2021-06-24Do not panic in `return_type_impl_trait`Yuki Okushi-0/+7
2021-06-24Rollup merge of #86566 - fee1-dead:mir-pretty-print, r=oli-obkYuki Okushi-27/+19
2021-06-24Rollup merge of #86536 - sexxi-goose:edition, r=nikomatsakisYuki Okushi-2/+12
2021-06-24Rollup merge of #86533 - inquisitivecrystal:lower-case-error-explain, r=petro...Yuki Okushi-2/+6
2021-06-24Rollup merge of #86296 - LeSeulArtichaut:thir-doc, r=nikomatsakisYuki Okushi-35/+109
2021-06-24Rollup merge of #86137 - GuillaumeGomez:error-code-cleanup, r=Mark-SimulacrumYuki Okushi-5/+4
2021-06-23Point to the updated version of some dead linksSmitty-1/+1
2021-06-23Auto merge of #86138 - FabianWolff:issue-85871, r=nikomatsakisbors-3/+8
2021-06-23Use HTTPS links where possibleSmitty-30/+30
2021-06-23Remove unused error codes from error_codes.rs and from EXEMPTED_FROM_TEST con...Guillaume Gomez-5/+4
2021-06-22Teach rustc to accept lowercase error codesAris Merchant-2/+6
2021-06-23Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3...bors-0/+25
2021-06-23Use `use_verbose` for mir::ConstantDeadbeef-27/+19
2021-06-23Add missing useManuel Drehwald-1/+4
2021-06-22Auto merge of #86559 - Dylan-DPC:rollup-aixg3q5, r=Dylan-DPCbors-20/+103
2021-06-23Rollup merge of #86549 - mbartlett21:patch-1, r=GuillaumeGomezDylan DPC-0/+13
2021-06-23Rollup merge of #86223 - fee1-dead:better-E0121, r=petrochenkovDylan DPC-20/+90
2021-06-22Auto merge of #85193 - pnkfelix:readd-support-for-inner-attrs-within-match, r...bors-1/+7
2021-06-22Auto merge of #86045 - jsgf:fix-emit-path-hashing, r=bjorn3bors-33/+113