| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-20 | Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgr | bors | -3/+1 | |
| Rollup of 6 pull requests Successful merges: - #106699 ([drop tracking] Visit break expressions ) - #106738 (Fix known-bug annotations) - #106891 (Tweak "borrow closure argument" suggestion) - #106928 (add raw identifier for keyword in suggestion) - #107065 (Clippy: Make sure to include in beta: Move `unchecked_duration_subtraction` to pedantic) - #107068 (autoderive Subdiagnostic for AddtoExternBlockSuggestion) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup | ||||
| 2023-01-19 | Fix known-bug, silence ICE stderr | Michael Goulet | -3/+1 | |
| 2023-01-19 | Added UI test case for issue #106419 | Patrik Kårlin | -0/+12 | |
| 2023-01-18 | i am free | Boxy | -2/+2 | |
| 2023-01-18 | actually print out non local anon consts | Boxy | -2/+2 | |
| 2023-01-18 | test for non local anon const printing | Boxy | -0/+36 | |
| 2023-01-18 | defer array len printing to const arg printing | Boxy | -23/+33 | |
| 2023-01-17 | Rollup merge of #101698 - raldone01:feat/const_cmp_typeid, r=scottmcm | Dylan DPC | -21/+16 | |
| Constify `TypeId` ordering impls Tracking issue: #101871 Adding const ordering to `TypeId` allows rtti crates to optimize some casting scenarios (without transmuting to `u64`). This would also prevent these crates from breaking if the underlying type is changed from `u64` to something different. Feature gate: `#![feature(const_cmp_type_id)]` | ||||
| 2023-01-16 | Constify `TypeId` ordering impls | onestacked | -21/+16 | |
| 2023-01-16 | Properly pluralize 'generic constants' | Michael Goulet | -11/+11 | |
| 2023-01-16 | ConstBlocks are poly if their substs are poly | Michael Goulet | -0/+31 | |
| 2023-01-14 | Fix `unused_braces` on generic const expr macro call | clubby789 | -1/+15 | |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -0/+1 | |
| Const closures cc https://github.com/rust-lang/rust/issues/106003 | ||||
| 2023-01-12 | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | -4/+19 | |
| Conserve cause of `ImplDerivedObligation` in E0599 CC #86377. | ||||
| 2023-01-12 | Rollup merge of #106309 - compiler-errors:prefer-non-err-candidates, r=oli-obk | Matthias Krüger | -42/+3 | |
| Prefer non-`[type error]` candidates during selection Fixes #102130 Fixes #106351 r? types note: Alternatively we could filter out error where-clauses during param-env construction? But we still need to filter out impls with errors during `match_impl`, I think. | ||||
| 2023-01-12 | fix fmt and bless | Deadbeef | -0/+1 | |
| 2023-01-11 | Filter impl and where-clause candidates that reference errors | Michael Goulet | -42/+3 | |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -4/+6 | |
| 2023-01-11 | Conserve cause of `ImplDerivedObligation` in E0599 | Esteban Küber | -4/+19 | |
| CC #86377. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+15169 | |
