about summary refs log tree commit diff
path: root/crates/test-utils
AgeCommit message (Expand)AuthorLines
2023-05-03Emit function bodies in expanding builtin deriveshkalbasi-0/+54
2023-05-02Highlight closure captures when cursor is on pipeLukas Wirth-1/+1
2023-05-01MIR episode 4hkalbasi-0/+62
2023-04-23Fix some typos in `StructFlags`hkalbasi-0/+25
2023-04-18Add minicore smoke testhkalbasi-17/+70
2023-04-18Fix release channel detectionRyo Yoshida-2/+3
2023-04-11Auto merge of #14544 - HKalbasi:dev, r=Veykrilbors-2/+9
2023-04-11Add `toolchain` meta for testsRyo Yoshida-28/+40
2023-04-11Infer types of nested RPITshkalbasi-2/+9
2023-04-07Add bounds for associated types in derive macrohkalbasi-0/+6
2023-03-17Support overloaded deref MIR loweringhkalbasi-0/+62
2023-03-17Improve pattern matching MIR loweringhkalbasi-1/+4
2023-03-17desugar `? operator`hkalbasi-4/+60
2023-03-14lint incoherent inherent implsLukas Wirth-0/+2
2023-03-07Auto merge of #14232 - HKalbasi:mir, r=Veykrilbors-0/+14
2023-03-06feature: Make replace_or_with_or_else assists more generally applicableLukas Wirth-0/+34
2023-03-06Support "for loop" MIR loweringhkalbasi-0/+14
2023-02-27beginning of MIRhkalbasi-1/+4
2023-02-01Auto merge of #14036 - Veykril:write-method-resolution, r=Veykrilbors-3/+15
2023-01-31unsize cast array only on pointer typehkalbasi-0/+18
2023-01-27Record method resolution for call expressionsLukas Wirth-3/+15
2023-01-21Use lang item resolution instead of known pathsLukas Wirth-2/+6
2023-01-17Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykrilbors-2/+2
2023-01-17Use workspace.dependencies to declare local dependenciesLukas Wirth-2/+2
2023-01-16Specify authors, edition and license via workspace.packageLukas Wirth-2/+4
2023-01-16Specify rust-version via workspace.packageLukas Wirth-1/+1
2023-01-08Auto merge of #13860 - danieleades:clippy, r=lnicolabors-14/+6
2023-01-02Write down adjustments introduced by binary operatorsLukas Wirth-0/+6
2023-01-02use pointer argsDaniel Eades-1/+1
2023-01-02remove needless borrowsDaniel Eades-1/+1
2023-01-02use inline format argsDaniel Eades-12/+4
2022-12-25Moar linting: needless_borrow, let_unit_value, ...Yuri Astrakhan-3/+3
2022-12-24Inline all format arguments where possibleYuri Astrakhan-17/+15
2022-12-21Fix tests not using appropriate target dataLukas Wirth-0/+4
2022-12-07Auto merge of #13490 - HKalbasi:layout, r=jonas-schievinkbors-0/+10
2022-12-06Parse and collect derive helpers for builtin derive macrosRyo Yoshida-1/+1
2022-12-04Support `rustc_has_incoherent_inherent_impls`Lukas Wirth-0/+37
2022-12-04support nonzero* niche optimizationshkalbasi-0/+10
2022-11-07Bump Cargo rust-version fields to latest stableLukas Wirth-1/+1
2022-10-18Revert "feat: Diagnose some incorrect usages of the question mark operator"Lukas Wirth-35/+4
2022-10-16Diagnose incorrect usages of the question mark operatorLukas Wirth-4/+35
2022-10-06internal: Allow minicore flags specification to be order independentLukas Wirth-50/+51
2022-09-13Add tests for type inference for generatorsRyo Yoshida-0/+48
2022-08-08Implement IntoFuture type inferenceJustin Ridgewell-0/+15
2022-07-24Don't run slow tests in Rust CI, only RA CIAmos Wenger-3/+4
2022-07-20Run cargo fix --edition-idiomsAmos Wenger-1/+1
2022-07-20Enable extra warnings required by rust-lang/rustAmos Wenger-0/+2
2022-07-20Fix generated `PartialEq::ne`Michael Chisolm-0/+3
2022-06-10internal: Bump DependenciesLukas Wirth-1/+1
2022-05-01style: rename crates to kebab casePeh-0/+1748