about summary refs log tree commit diff
path: root/compiler/rustc_hir/src
AgeCommit message (Expand)AuthorLines
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-17/+14
2020-08-30mv compiler to compiler/mark-0/+5990