about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-06Add BindingIdhkalbasi-297/+514
2023-03-06Place binder correctly for arbitrary trait bound suggestionMichael Goulet-2/+40
2023-03-06Remove references to PassManagerBuilderNikita Popov-5/+0
2023-03-06Rollup merge of #108812 - albertlarsan68:test-98444, r=NilstriebMatthias Krüger-0/+17
2023-03-06Rollup merge of #108807 - MU001999:lint/suspicious_auto_trait_impls, r=lcnrMatthias Krüger-9/+128
2023-03-06Rollup merge of #108803 - cjgillot:const-prop-normalize, r=oli-obkMatthias Krüger-10/+9
2023-03-06Rollup merge of #108790 - cjgillot:mono-cast, r=oli-obkMatthias Krüger-13/+37
2023-03-06Rollup merge of #108786 - saethlin:free-regions-check, r=oli-obkMatthias Krüger-6/+11
2023-03-06Rollup merge of #108780 - Zeegomo:close-70919, r=WaffleLapkinMatthias Krüger-0/+63
2023-03-06Rollup merge of #108750 - compiler-errors:aaaaaaaa, r=lcnrMatthias Krüger-1/+1
2023-03-06Rollup merge of #107801 - davidtwco:stability-implies-const, r=NilstriebMatthias Krüger-7/+177
2023-03-06Add tcx::lower_impl_trait_in_trait_to_assoc_ty to avoid accessing through ses...Santiago Pastorino-3/+7
2023-03-06Add regression test for 98444Albert Larsan-0/+17
2023-03-06Bless the suspicious-negative-impls-lint.rsMu42-33/+3
2023-03-06Bless the remaining ui testsMu42-5/+55
2023-03-06Moves the negative impls into a separate test fileMu42-67/+115
2023-03-06Auto merge of #108402 - clubby789:diag-bool-not-unit, r=davidtwcobors-45/+77
2023-03-06emit the suspicious_auto_trait_impls for negative impls as wellMu42-16/+67
2023-03-06Querify early_lint_checks.Camille GILLOT-19/+38
2023-03-06Implement read_buf for a few more typesTomasz Miąsko-31/+250
2023-03-06Querify registered_tools.Camille GILLOT-21/+36
2023-03-06Auto merge of #14261 - Veykril:ty-perf, r=Veykrilbors-143/+248
2023-03-06Update documentation for HTML templates styleGuillaume Gomez-13/+14
2023-03-06Remove unneeded minus sign in jinja tagsGuillaume Gomez-173/+174
2023-03-06Auto merge of #14260 - Veykril:if-let-match-adjust, r=Veykrilbors-3/+24
2023-03-06Update askama version to 0.12Guillaume Gomez-24/+38
2023-03-06Do not ICE when failing to normalize in ConstProp.Camille GILLOT-10/+9
2023-03-06fix name of the field containing the ignore reasonPietro Albini-3/+3
2023-03-06Auto merge of #108787 - cjgillot:sroa-lifetime, r=compiler-errorsbors-476/+730
2023-03-06Avoid false positives from extension traitsMichael Schubart-0/+26
2023-03-06do not run tidy on x86_64-gnu-llvm-13Deadbeef-3/+1
2023-03-06use problem matchers for tidy CIDeadbeef-0/+17
2023-03-05Allow binary files to go through the `FileLoader`Thom Chiovoloni-3/+8
2023-03-06Auto merge of #108789 - matthiaskrgr:rollup-nyurto8, r=matthiaskrgrbors-54/+151
2023-03-06Append to PYTHONPATH in compiletestclubby789-2/+12
2023-03-05Use `nuw` when calculating slice lengths from `Range`sScott McMurray-3/+68
2023-03-05Auto merge of #10457 - samueltardieu:issue-10436, r=Manishearthbors-2/+2
2023-03-05help: refer to `cargo check --help`Samuel Tardieu-2/+2
2023-03-05Auto merge of #108157 - scottmcm:tuple-gt-via-partialcmp, r=dtolnaybors-13/+179
2023-03-05Do not ICE when casting polymorphic values.Camille GILLOT-13/+22
2023-03-05Add test.Camille GILLOT-0/+15
2023-03-05Rollup merge of #108776 - jyn514:quiet-tidy, r=ozkanonurMatthias Krüger-6/+8
2023-03-05Rollup merge of #108775 - cjgillot:issue-107860, r=compiler-errorsMatthias Krüger-24/+39
2023-03-05Rollup merge of #108773 - jyn514:faster-tidy-fmt, r=albertlarsan68Matthias Krüger-1/+5
2023-03-05Rollup merge of #108770 - GuillaumeGomez:improve-doc-and-naming, r=cjgillotMatthias Krüger-13/+20
2023-03-05Rollup merge of #108764 - cjgillot:dpm-adapt, r=compiler-errorsMatthias Krüger-7/+20
2023-03-05Rollup merge of #108746 - compiler-errors:rpitit-dont-project-default-w-no-va...Matthias Krüger-3/+41
2023-03-05Rollup merge of #108244 - lukas-code:semicolon-recovery-span, r=cjgillotMatthias Krüger-0/+18
2023-03-05Remove copy_nonoverlapping intrinsic definitionbjorn3-8/+3
2023-03-05Auto merge of #105117 - pitaj:debug_asserts, r=the8472bors-35/+50