about summary refs log tree commit diff
path: root/compiler/rustc_hir
AgeCommit message (Expand)AuthorLines
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
2020-09-25Fix pretty-printing of `DisambiguatedDefPathData`marmeladema-9/+19
2020-09-25Implement `Display` for `DisambiguatedDefPathData` and `DefPathData`marmeladema-39/+26
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-20/+37
2020-09-23Fix intra-doc links for primitivesJoshua Nelson-0/+24
2020-09-13review, improve note spanBastian Kauschke-4/+6
2020-09-13allow concrete self types in constsBastian Kauschke-1/+8
2020-09-05[WIP] give better errors for broken intra doc linksJoshua Nelson-0/+10
2020-09-04add track_caller to `local_def_id_to_hir_id`Bastian Kauschke-0/+1
2020-09-01hir: replace `lazy_static` by `SyncLazy` from stdmarmeladema-18/+14
2020-08-30mv compiler to compiler/mark-0/+6010