about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/src/hir.md
AgeCommit message (Expand)AuthorLines
2025-07-28remove the markersTshepang Mbambo-2/+0
2025-06-17Stub chapter and consolidate under `/hir/`Boxy-1/+1
2025-04-19fix broken linkTshepang Mbambo-1/+1
2025-04-14Documentation fixes.Nicholas Nethercote-24/+19
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-2/+2
2024-12-31Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184)Max Heller-1/+1
2024-12-30Add missing link for [Node] (#2177)Martin Liška-0/+1
2024-11-21Reorganize the "Source Code Representation" chapters (#2142)Boxy-7/+29
2024-11-02Fix rustc-related links that are 404 right now (#2112)Martin Liška-6/+6
2024-05-17Fix broken link to "Lowering"David Archibald-1/+1
2023-12-29Add a description of `unpretty=hir` to the HIR docs (#1842)kim / Motoyuki Kimura-0/+8
2023-01-25Update hir.mdYang Pan-2/+2
2021-12-09Update HIR chapter to use `HirId` instead of `NodeId`Noah Lev-12/+7
2021-01-20Add mdbook-toc, markers, and documentation (#1028)Iñaki Garay-4/+6
2020-12-28rustc invocation standarized (#992)Iñaki Garay-2/+2
2020-10-27Small improvements (#936)Santiago Pastorino-5/+5
2020-10-03hir_map -> hir()Santiago Pastorino-2/+2
2020-09-14Make the HIR chapter point to the new chapter on IDsLeSeulArtichaut-36/+10
2020-03-31Rename `librustc` to `librustc_middle`LeSeulArtichaut-10/+10
2020-03-03Get rid of references to the refractored `libsyntax` crate (#598)LeSeulArtichaut-1/+1
2020-02-03Fix broken links (#570)Who? Me?!-1/+1
2020-01-10Fix links and pathsYuki Okushi-11/+11
2019-12-31add a bit about def path (#548)Who? Me?!-0/+6
2019-11-26Couple of changes to code so that its safeHanif Bin Ariffin-1/+1
2019-04-20Update BodyId descriptionAlexey Shmalko-2/+2
2018-12-14Fixes broken linksRoberto Vidal-2/+2
2018-09-28Typo nits #181 (#205)David Sanders-1/+1
2018-08-31tweak long lineNiko Matsakis-5/+6
2018-08-31sprinkle links to rustdoc through the HIR explanationNiko Matsakis-29/+58
2018-07-08md -> htmlOliver Schneider-1/+1
2018-07-08Satisfy tidy checksOliver Schneider-6/+6
2018-07-08Address reviewOliver Schneider-1/+2
2018-06-04A few more data structures to the code indexMark Mansi-0/+2
2018-05-20Define HIR more specificallyAlex Kitchens-5/+5
2018-05-12remove have completedMark Mansi-1/+1
2018-05-12reword HIR intro. Fix #116Mark Mansi-6/+7
2018-04-06Consolidate and fix code blocksvarkor-2/+2
2018-03-26Hard-wrapped lines that are too long.Alexander Regueiro-18/+20
2018-02-08Merge pull request #46 from theotherphil/dumphirNiko Matsakis-0/+7
2018-02-07Use cargo rustc instead of setting RUSTFLAGSPhil Ellison-3/+2
2018-02-07Explain how to dump HIRPhil Ellison-0/+8
2018-02-04Fixed issues mentioned by @mark-i-m in review.Alexander Regueiro-3/+3
2018-02-04More minor fixes.Alexander Regueiro-2/+2
2018-02-04Changed all instances of `e.g.,` to `e.g.`, and similar.Alexander Regueiro-1/+1
2018-02-04Improved grammar of HIR section.Alexander Regueiro-46/+43
2018-02-01replaced all instances of `--` (double hyphen) with `-` (en-dash)Alexander Regueiro-3/+3
2018-01-26rename the hir chapter to The HIRNiko Matsakis-0/+119