about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-08-24Auto merge of #87699 - ubamrein:use-iphone-deployment-target-for-llvm, r=petr...bors-3/+9
2021-08-24allow specifying an ios version for the llvm targetPatrick Amrein-3/+9
2021-08-24Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiserbors-409/+436
2021-08-24Auto merge of #85556 - FabianWolff:issue-85071, r=estebank,jackh726bors-31/+72
2021-08-23Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnaybors-7/+23
2021-08-23Auto merge of #88265 - m-ou-se:rollup-soymv20, r=m-ou-sebors-191/+278
2021-08-23Rollup merge of #88259 - LeSeulArtichaut:complete-thir-unsafeck, r=oli-obkMara Bos-1/+1
2021-08-23Rollup merge of #88232 - m-ou-se:macro-name-imported-but-not-macro, r=estebankMara Bos-0/+52
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-155/+155
2021-08-23Rollup merge of #88174 - camelid:clarify-rust-2021-lint-docs, r=m-ou-seMara Bos-9/+13
2021-08-23Rollup merge of #87976 - estebank:fix-suggestion-span-coloring, r=m-ou-seMara Bos-26/+57
2021-08-23Auto merge of #87676 - sexxi-goose:truncate_unique, r=nikomatsakisbors-60/+150
2021-08-23Improve wording of macro-not-found-but-name-exists note.Mara Bos-8/+18
2021-08-23Show what things are, but also what they are not.Mara Bos-1/+7
2021-08-23Don't confuse the user with notes about tool modules.Mara Bos-5/+5
2021-08-23Clarify what attribute and derive macros look like.Mara Bos-1/+2
2021-08-23Say what things are, instead of what they are not.Mara Bos-10/+9
2021-08-23Silence confusing 'unused import' warnings.Mara Bos-0/+3
2021-08-23Look for macro names in all namespaces for diagnostics.Mara Bos-19/+34
2021-08-23Add note to 'macro not found' to point to identically-named imports.Mara Bos-1/+19
2021-08-23Auto merge of #87661 - FabianWolff:issue-87461, r=estebankbors-22/+39
2021-08-23review commentsEsteban Kuber-5/+26
2021-08-23Do not mark `-Z thir-unsafeck` as unsound anymoreLéo Lanteri Thauvin-1/+1
2021-08-23remove unnecessary `info!()` loggingEsteban Kuber-2/+1
2021-08-23Fixes to span locationsEsteban Kuber-11/+9
2021-08-23wipEsteban Kuber-20/+13
2021-08-23Account for tabs when highlighting multiline code suggestionsEsteban Kuber-25/+45
2021-08-22Auto merge of #88200 - pcwalton:no-dso-local-on-mach-o, r=nagisabors-0/+5
2021-08-22Auto merge of #88240 - GuillaumeGomez:rollup-wdom91m, r=GuillaumeGomezbors-51/+90
2021-08-22Rollup merge of #88238 - m-ou-se:used-imports-no-track-namespace, r=estebankGuillaume Gomez-17/+14
2021-08-22Rollup merge of #88229 - m-ou-se:macro-suggest-right-kind, r=estebankGuillaume Gomez-3/+1
2021-08-22Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514Guillaume Gomez-11/+3
2021-08-22Rollup merge of #88164 - durin42:llvm-14-san-opts, r=nikicGuillaume Gomez-0/+15
2021-08-22Rollup merge of #88077 - kit-981:feature/fix-minimum-os-version-in-header, r=...Guillaume Gomez-1/+13
2021-08-22Rollup merge of #87166 - de-vri-es:show-discriminant-before-overflow, r=jackh726Guillaume Gomez-3/+24
2021-08-22Rollup merge of #86747 - FabianWolff:issue-86653, r=GuillaumeGomezGuillaume Gomez-16/+20
2021-08-22Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnrbors-9/+18
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-23/+23
2021-08-22Fix more “a”/“an” typosFrank Steffahn-15/+15
2021-08-22Stop tracking namespce in used_imports.Mara Bos-17/+14
2021-08-22Revert a change of “an --extern” (can be read with “dash dash”)Frank Steffahn-1/+1
2021-08-22Fix more “a”/“an” typosFrank Steffahn-7/+7
2021-08-22Fix typos “a”→“an”Frank Steffahn-112/+112
2021-08-22Suggest importing the right kind of macro.Mara Bos-3/+1
2021-08-22Auto merge of #88139 - lcnr:marker-trait-attr, r=nikomatsakisbors-3/+10
2021-08-21Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakisbors-143/+273
2021-08-21Address review commentsAaron Hill-2/+7
2021-08-21Remove `NonMacroAttr.mark_used`Aaron Hill-18/+9
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-393/+424
2021-08-21Auto merge of #88134 - rylev:force-warn-improvements, r=nikomatsakisbors-2/+11