about summary refs log tree commit diff
path: root/src/test/codegen/debug-column.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-24/+0
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
Signed-off-by: codehorseman <cricis@yeah.net>
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2020-02-26Use byte offsets when emitting debuginfo columnsTomasz Miąsko-3/+11
2020-02-26Emit 1-based column numbers in debuginfoTomasz Miąsko-0/+16
The debuginfo column numbers are 1-based. The value 0 indicates that no column has been specified. Translate 0-based column numbers to 1-based when emitting debug information.