about summary refs log tree commit diff
path: root/src/librustc_hir
AgeCommit message (Expand)AuthorLines
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-27clarify hir_id <-> node_id method namesBastian Kauschke-4/+2
2020-03-27Auto merge of #68404 - Amanieu:llvm-asm, r=estebankbors-13/+13
2020-03-27Rollup merge of #70344 - Centril:hir-pretty, r=eddybDylan DPC-2425/+18
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-16/+16
2020-03-24rustc: remove rustc_hir_pretty dependency.Mazdak Farrokhzad-0/+5
2020-03-24Rollup merge of #70284 - lcnr:issue70273-what-the-heck-git, r=eddybMazdak Farrokhzad-0/+1
2020-03-24move rustc_hir::print -> rustc_hir_prettyMazdak Farrokhzad-2339/+0
2020-03-24rustc_hir: nix rustc_errors depMazdak Farrokhzad-10/+6
2020-03-24decouple rustc_hir::print from crateMazdak Farrokhzad-89/+20
2020-03-23Auto merge of #69649 - estebank:negative-impl-span, r=Centrilbors-1/+6
2020-03-22Tweak output for invalid negative impl errorsEsteban Küber-1/+6
2020-03-22correctly handle const params in type_ofBastian Kauschke-0/+1
2020-03-21{rustc::hir::map -> rustc_hir}::definitionsMazdak Farrokhzad-0/+552
2020-03-21separate out an arena for HIRMazdak Farrokhzad-0/+50
2020-03-19rustc: use LocalDefId instead of DefIndex in ich.Eduard-Mihai Burtescu-3/+3
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-38/+11
2020-03-19rustc: make LocalDefId's index field public like DefId's is.Eduard-Mihai Burtescu-1/+1
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-0/+19
2020-03-17Add requisite feature gates for const assertDylan MacKenzie-0/+2
2020-03-17Rename `from_u32_const` -> `from_u32`Dylan MacKenzie-1/+1
2020-03-16Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasperDylan DPC-4/+6
2020-03-16remove unnecessary hir::map importsMazdak Farrokhzad-0/+19
2020-03-15update commentMark Mansi-1/+1
2020-03-15More Method->Fn renamingMark Mansi-13/+13
2020-03-16hygiene: `modern` -> `normalize_to_macros_2_0`Vadim Petrochenkov-4/+6
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-20/+113
2020-03-15Rollup merge of #69988 - petrochenkov:nomacrodef, r=CentrilMazdak Farrokhzad-5/+3
2020-03-15Rollup merge of #69498 - mark-i-m:describe-it-2, r=matthewjasperDylan DPC-2/+2
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-7/+7
2020-03-14Update `visit_item_likes_in_module`John Kåre Alsaker-3/+33
2020-03-14Update `krate_attrs` and `get_module`John Kåre Alsaker-8/+14
2020-03-14Add HIR queriesJohn Kåre Alsaker-2/+59
2020-03-13Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrumbors-2/+0
2020-03-14rustc_metadata: Remove `rmeta::MacroDef`Vadim Petrochenkov-5/+3
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