about summary refs log tree commit diff
path: root/compiler/rustc_hir
AgeCommit message (Expand)AuthorLines
2021-01-05Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnrYuki Okushi-0/+9
2021-01-04Add check for array/usize mismatch in astconvkadmin-0/+9
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-10/+10
2021-01-01first pass at default values for const genericsJulian Knodt-1/+8
2020-12-31Rollup merge of #80551 - lcnr:const-arg-wildcard, r=varkorDylan DPC-5/+5
2020-12-31support pattern as const parents in type_ofBastian Kauschke-5/+5
2020-12-30Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkovMara Bos-1/+1
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-1/+1
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-1/+1
2020-12-19Auto merge of #79073 - davidtwco:issue-78957-const-param-attrs, r=lcnrbors-0/+23
2020-12-17Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasperYuki Okushi-1/+8
2020-12-06Retain assembly operands span when lowering AST to HIRTomasz Miąsko-3/+3
2020-12-06Implement lowering of if-let guards to MIRLeSeulArtichaut-1/+3
2020-12-06Introduce if-let guards in the HIRLeSeulArtichaut-0/+5
2020-12-03Fix some clippy lintsJoshua Nelson-1/+1
2020-11-29passes: prohibit attrs on generic paramsDavid Wood-0/+23
2020-11-26Formatting.Camille GILLOT-6/+6
2020-11-26Remove ForeignMod struct.Camille GILLOT-10/+4
2020-11-26Store ForeignItem in a side table.Camille GILLOT-5/+95
2020-11-19resolve: Introduce a separate `NonMacroAttrKind` for legacy derive helpersVadim Petrochenkov-2/+9
2020-11-16improve error message for const ty param mismatchBastian Kauschke-0/+8
2020-11-12Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkovMara Bos-0/+5
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-0/+5
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-1/+1
2020-11-09Rollup merge of #78748 - fanzier:tuple-assignment, r=petrochenkovDylan DPC-0/+6
2020-11-07Fix handling of item names for HIRJoshua Nelson-0/+3
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-0/+6
2020-10-30Fix even more clippy warningsJoshua Nelson-40/+12
2020-10-29Rollup merge of #78224 - lcnr:repeat-expr, r=varkorYuki Okushi-1/+3
2020-10-25Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkovYuki Okushi-3/+3
2020-10-25Auto merge of #77546 - lcnr:impl-trait-closure, r=eddybbors-0/+2
2020-10-24Fix inconsistencies in handling of inert attributes on statementsAaron Hill-3/+3
2020-10-23add tests for self with const paramsBastian Kauschke-1/+3
2020-10-22Fix const core::panic!(non_literal_str).Mara Bos-0/+1
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-9/+0
2020-10-16Lower inline const down to MIRSantiago Pastorino-0/+5
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-0/+28
2020-10-14Remove unused code from rustc_hirest31-86/+0
2020-10-13Replace absolute paths with relative onesest31-1/+1
2020-10-07implement nitsBastian Kauschke-1/+1
2020-10-07split SyntheticTyParamKindBastian Kauschke-0/+2
2020-10-05Rollup merge of #77514 - scottmcm:less-once-chain-once, r=estebankDylan DPC-3/+1
2020-10-03Replace some once(x).chain(once(y)) with [x, y] IntoIterScott McMurray-3/+1
2020-10-03Prevent #[doc(alias = "...")] at crate levelGuillaume Gomez-2/+2
2020-09-27Auto merge of #76955 - jyn514:refactor-diagnostics, r=eucliobors-0/+24
2020-09-26Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obkRalf Jung-3/+0
2020-09-26Remove unused #[allow(...)] statements from compiler/est31-3/+0
2020-09-25Move `is_raw_guess` check in `ty::print::pretty`marmeladema-4/+1
2020-09-25Address review commentmarmeladema-4/+5
2020-09-25Rename `DefPathData::get_name()` to `DefPathData::name()`marmeladema-1/+1