about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/debuginfo/doc.md
AgeCommit message (Collapse)AuthorLines
2022-05-02fix most compiler/ doctestsElliot Roberts-4/+4
2022-03-14debuginfo: Refactor debuginfo generation for types -- Run x.py fmtMichael Woerister-1/+1
2022-03-14Remove out-dated information from rustc_codegen_llvm/src/debuginfo/doc.mdMichael Woerister-54/+5
2021-03-20Cleanup LLVM debuginfo module docsCamelid-14/+15
* Use Markdown list syntax and unindent a bit to prevent Markdown interpreting the nested lists as code blocks * A few more small typographical cleanups
2021-03-20Move debuginfo docs from `doc.rs` module to `doc.md` fileCamelid-0/+179
And use `#[doc = include_str!("doc.md")]` in `mod.rs` so the docs are rendered as if they were inline in the root module.