about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-04-27Auto merge of #96459 - Dylan-DPC:rollup-de6ud9d, r=Dylan-DPCbors-403/+468
2022-04-27Rollup merge of #96385 - marmeladema:nll-fix-trait-lifetime-bound-suggestions...Dylan DPC-142/+116
2022-04-27Rollup merge of #96383 - compiler-errors:issue-96381, r=estebankDylan DPC-4/+4
2022-04-27Rollup merge of #96370 - compiler-errors:cleanup-report_method_error, r=estebankDylan DPC-244/+254
2022-04-26Auto merge of #96425 - oli-obk:fix_incremental_regression_unsafety_checking, ...bors-54/+23
2022-04-26Add new diagnosticGeorge-13/+94
2022-04-26Revert "add `DefId` to unsafety violations and display function path in E0133"Oli Scherer-54/+23
2022-04-26Rollup merge of #96415 - ehuss:git-io, r=bjorn3Guillaume Gomez-1/+2
2022-04-26Rollup merge of #96400 - JakobDegen:shallow-init-docs, r=Dylan-DPCGuillaume Gomez-2/+0
2022-04-26Rollup merge of #96386 - SparrowLii:des_field, r=jackh726Guillaume Gomez-19/+10
2022-04-26Rollup merge of #96372 - compiler-errors:field-method-suggest, r=oli-obkGuillaume Gomez-21/+57
2022-04-26Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisaGuillaume Gomez-9/+98
2022-04-26Auto merge of #94034 - willcrichton:fix-trait-suggestion-for-binops, r=estebankbors-90/+47
2022-04-25Update unop path, fix testsWill Crichton-34/+39
2022-04-26Auto merge of #96414 - Dylan-DPC:rollup-t4ofhoa, r=Dylan-DPCbors-34/+47
2022-04-25Replace suggest_constraining_param with suggest_restricting_param_boundWill Crichton-77/+29
2022-04-25Remove references to git.ioEric Huss-1/+2
2022-04-26Rollup merge of #96384 - lcnr:extern-types-similar, r=compiler-errorsDylan DPC-0/+1
2022-04-26Rollup merge of #96379 - PrestonFrom:issue_96335, r=compiler-errorsDylan DPC-4/+12
2022-04-26Rollup merge of #96355 - estebank:issue-95030, r=compiler-errorsDylan DPC-9/+34
2022-04-26Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkovDylan DPC-21/+0
2022-04-25Auto merge of #96294 - Emilgardis:def_id-in-unsafetyviolationdetails, r=oli-obkbors-45/+110
2022-04-25Fix issue 96381Michael Goulet-4/+4
2022-04-25Auto merge of #96116 - ouz-a:mir-opt, r=oli-obkbors-55/+96
2022-04-25Correct documentation for `ShallowInitBox`Jakob Degen-2/+0
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-73/+279
2022-04-25Stop exporting rust_eh_personality and friends from cdylibGary Guo-15/+9
2022-04-25Auto merge of #96246 - SparrowLii:bound_contxet, r=compiler-errorsbors-56/+78
2022-04-25simplify `describe_field` func in borrowck's diagnostics partSparrowLii-19/+10
2022-04-25Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLLmarmeladema-142/+116
2022-04-25do not consider two extern types to be similarlcnr-0/+1
2022-04-24Delay bug when adjusting NeverToAny twice during diagnosticPreston From-4/+12
2022-04-24suggestion if struct field has methodMichael Goulet-21/+57
2022-04-24pull some methods out of report_method_errorMichael Goulet-168/+196
2022-04-25Rollup merge of #96215 - nikic:legacy-pm-removal, r=nagisaMatthias Krüger-25/+126
2022-04-25Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisaMatthias Krüger-4/+37
2022-04-24remove indentation in report_method_errorMichael Goulet-180/+162
2022-04-24Fix suggestion for `_` on return type for fn in impl for TraitMichael Goulet-50/+97
2022-04-24Suggest replacing `_` in type signature of impl for TraitMichael Goulet-9/+98
2022-04-24Ensure `#[used]` symbols are preserved in LTOGary Guo-1/+1
2022-04-24only show a simple description in E0133 span labelEmil Gardström-24/+63
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-42/+68
2022-04-24Rollup merge of #96352 - marmeladema:fix-nll-lifetime-bound-suggestions, r=ja...Matthias Krüger-29/+30
2022-04-24Auto merge of #96359 - SparrowLii:drop_kind, r=oli-obkbors-35/+38
2022-04-24Fix MSVC hang issueGary Guo-0/+6
2022-04-24make `classify_drop_access_kind` iterateSparrowLii-35/+38
2022-04-24Recover missing suggestion part under NLLmarmeladema-1/+4
2022-04-24Improve span for `consider adding an explicit lifetime bound` suggestions und...marmeladema-28/+26
2022-04-23Add support for `nounused` --extern flagJeremy Fitzhardinge-1/+15
2022-04-23Better handle too many `#` recovery in raw strEsteban Küber-9/+34