summary refs log tree commit diff
path: root/src/rustc/middle/trans/debuginfo.rs
AgeCommit message (Expand)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-4/+4
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-1/+1
2012-03-21Avoid mangling names differently in debug builds to work around a build error...Josh Matthews-35/+43
2012-03-20core: Rename unsafe::leak to unsafe::forget. Closes #2031Brian Anderson-1/+1
2012-03-16Classes WIPTim Chevalier-1/+1
2012-03-14Convert *u8 native string users to *c_charBrian Anderson-2/+2
2012-03-14rustc: Lift the @ from the type definition of crate_ctxt into its usesPatrick Walton-12/+12
2012-03-13Use type size/alignment of target, rather than host, in debuginfoMarijn Haverbeke-70/+24
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-12/+11
2012-03-08Drop collect_items pass, create decls on demandMarijn Haverbeke-1/+1
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+876