about summary refs log tree commit diff
path: root/src/librustc_hir
AgeCommit message (Expand)AuthorLines
2020-03-14Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddybYuki Okushi-1/+1
2020-03-12change method -> associated functionMark Mansi-2/+2
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-1/+1
2020-03-12Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-4/+4
2020-03-12Rollup merge of #69722 - estebank:negative-impl-span-ast, r=CentrilMazdak Farrokhzad-1/+1
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-2/+2
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-4/+4
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-2/+2
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-2/+0
2020-03-04Tweak output for invalid negative impl AST errorsEsteban Küber-1/+1
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-9/+9
2020-03-03DefKind::Method -> DefKind::AssocFnMark Mansi-3/+4
2020-03-02use values() or keys() respectively when iterating only over keys or values o...Matthias Krüger-3/+3
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-18/+20
2020-02-29Make it build againVadim Petrochenkov-1/+1
2020-02-28Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morseMazdak Farrokhzad-1/+1
2020-02-27Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakisbors-0/+8
2020-02-27use char instead of &str for single char patternsMatthias Krüger-1/+1
2020-02-26Rollup merge of #69387 - petrochenkov:idprint, r=Mark-SimulacrumDylan DPC-3/+3
2020-02-24parser: tweak item kind wordingMazdak Farrokhzad-5/+5
2020-02-23Deduplicate identifier printing a bitVadim Petrochenkov-3/+3
2020-02-22Rename CodeMap to SourceMap follow upMaxim Zholobak-4/+4
2020-02-22Refactor `create_substs_for_generic_args` a littlevarkor-0/+8
2020-02-19Replace `rustc_typeck::Namespace` with `rustc_hir::def::Namespace`Dylan MacKenzie-1/+10
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-7/+7
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-0/+3
2020-02-14Distinguish RPIT from other impl traitMatthew Jasper-0/+2
2020-02-13Make TraitCandidate generic.Camille GILLOT-3/+14
2020-02-13Use HirId in TraitCandidate.Camille GILLOT-2/+2
2020-02-13parser: address review commentsMazdak Farrokhzad-1/+1
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-14/+36
2020-02-11Review comments.Camille GILLOT-63/+63
2020-02-11Move it all into rustc_hir.Camille GILLOT-0/+441
2020-02-09Auto merge of #67665 - Patryk27:master, r=zackmdavisbors-1/+11
2020-02-09Rollup merge of #68913 - Areredify:gat_pretty, r=cramertjJonas Schievink-1/+5
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-1/+11
2020-02-08Move librustc_hir/def_id.rs to librustc_span/def_id.rsAaron Hill-218/+1
2020-02-07add hir printingMikhail Babenko-1/+5
2020-02-06Auto merge of #68583 - estebank:hrlt, r=oli-obkbors-2/+2
2020-02-05review commentsEsteban Küber-1/+1
2020-02-05Account for HKTB when suggesting introduction of named lifetimeEsteban Küber-2/+2
2020-02-05move item reference commentljedrz-0/+7
2020-02-05merge item id stable hashing functionsljedrz-6/+4
2020-02-02Use more appropriate spans on object unsafe traits and provide structured sug...Esteban Küber-0/+21
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-3/+4
2020-02-011. move node_id to syntaxMazdak Farrokhzad-5/+5
2020-02-01pretty: remove ParseSess dependencyMazdak Farrokhzad-5/+2
2020-01-23Add `-Z no-link` flagVictor Ding-5/+29
2020-01-20Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier`Dylan MacKenzie-0/+1
2020-01-19Add `constness` field to `hir::ItemKind::Impl`Dylan MacKenzie-0/+7