about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-06-19Prevent ICE when calling parse_attribute without an attributeYacin Tmimi-0/+5
2023-06-19s/Clause/ClauseKindMichael Goulet-57/+58
2023-06-19remove `derive_new` dependencyDeadbeef-6/+34
2023-06-19bump deps to new versions that use syn 2.0Deadbeef-3/+3
2023-06-19CI: merge `x86_64-msvc-cargo` and `x86_64-msvc-tools` jobsJakub Beránek-9/+3
2023-06-19Support `ast::ExprKind::Become` in clippyMaybe Waffle-0/+1
2023-06-19Implement `become` expression formatting in rustfmtMaybe Waffle-0/+2
2023-06-19Print what is being executed on CIJakub Beránek-1/+2
2023-06-19CI: merge x86_64-gnu-llvm-14 and x86_64-gnu-llvm-14-stage1 CI jobsJakub Beránek-76/+39
2023-06-19bless new testsRalf Jung-2/+2
2023-06-19Merge commit 'cd3bf9fe51676b520c546460e6d8919b8c8ff99f' into sync-from-raLaurențiu Nicola-1250/+3891
2023-06-18Fixes tests/ui/test-attrs/tests-listing-format-json.rs on WindowsForrestOfBarnes-1/+4
2023-06-18Treat TAIT equation as always ambiguous in coherenceMichael Goulet-14/+25
2023-06-18Auto merge of #112774 - compiler-errors:rollup-z8oof6r, r=compiler-errorsbors-12/+8
2023-06-18Rollup merge of #112753 - Zalathar:no-bless, r=clubby789Michael Goulet-1/+2
2023-06-18Rollup merge of #112668 - Kobzol:ci-msvc-ps1, r=pietroalbiniMichael Goulet-2/+5
2023-06-18Rollup merge of #112663 - klensy:dusk-and-dawn, r=pietroalbiniMichael Goulet-9/+1
2023-06-18Auto merge of #112645 - Kobzol:ci-mingw-merge, r=pietroalbinibors-34/+10
2023-06-18Merge from rustcRalf Jung-192/+154
2023-06-18Preparing for merge from rustcRalf Jung-1/+1
2023-06-18Merge `mingw-1/2` CI jobsJakub Beránek-34/+10
2023-06-18Test `x.ps1` in `msvc` CI jobJakub Beránek-2/+5
2023-06-18Rollup merge of #112722 - DrMeepster:patch-2, r=clubby789Matthias Krüger-1/+1
2023-06-18Rollup merge of #112667 - compiler-errors:wf-goal-is-clause, r=lcnrMatthias Krüger-4/+4
2023-06-18Better error for non const `PartialEq` call generated by `match`Deadbeef-1/+1
2023-06-18Don't try to auto-bless 32-bit `mir-opt` tests on ARM Mac hostsZalathar-1/+2
2023-06-17Move ConstEvaluatable to ClauseMichael Goulet-2/+2
2023-06-17Move WF goal to clauseMichael Goulet-2/+2
2023-06-17Auto merge of #112746 - matthiaskrgr:rollup-se59bfd, r=matthiaskrgrbors-1/+3
2023-06-17Rollup merge of #112435 - antoyo:allow-overwrite-sysroot, r=Mark-SimulacrumMatthias Krüger-1/+3
2023-06-17Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obkbors-11/+11
2023-06-17Merge from rustcRalf Jung-89/+156
2023-06-17Preparing for merge from rustcRalf Jung-1/+1
2023-06-17Rollup merge of #112719 - djkoloski:fuchsia_test_runner_remove_fvdl, r=tmandryMatthias Krüger-156/+100
2023-06-17Rollup merge of #112707 - GuillaumeGomez:back-in-history-fix, r=notriddleMatthias Krüger-19/+35
2023-06-17Auto merge of #112407 - tgross35:ci-docs-publish, r=Mark-Simulacrumbors-0/+61
2023-06-16Apply changes to fix python linting errorsTrevor Gross-43/+53
2023-06-17Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errorsbors-76/+56
2023-06-16Fix edit failTyler Mandry-1/+0
2023-06-16Fix --rust-build flag in docsTyler Mandry-1/+2
2023-06-16Replace fvdl with ffx, allow test without installDavid Koloski-156/+100
2023-06-16remove box_free and replace with drop implDrMeepster-11/+11
2023-06-16add dry_run checkDrMeepster-1/+1
2023-06-16Add `AliasKind::Weak` for type aliases.Oli Scherer-76/+56
2023-06-16Fix invalid handling of "going back in history" when "Directly go to item in ...Guillaume Gomez-4/+21
2023-06-16Auto merge of #112294 - saethlin:inline-me-maybe, r=oli-obkbors-1/+1
2023-06-16Ignore the always part of #[inline(always)] in MIR inliningBen Kimock-1/+1
2023-06-16Auto merge of #110688 - GuillaumeGomez:result-search-type, r=notriddle,jshabors-11/+36
2023-06-16comment tweaksRalf Jung-2/+4
2023-06-16Unify history interactions in searchGuillaume Gomez-15/+14