summary refs log tree commit diff
path: root/src/rustc/middle/trans/debuginfo.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-10/+10
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-31/+31
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-1/+1
2012-06-26Getting rid of lots more vector +=. (issue #2719)Eric Holk-4/+4
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-25/+25
2012-06-24Remove resourcesTim Chevalier-11/+4
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-3/+1
2012-06-13Box AST identsBrian Anderson-7/+7
2012-06-12Change trans::common::block to be a classTim Chevalier-8/+9
2012-06-08Convert reinterpret_cast + forget to 'transmute'Brian Anderson-3/+1
2012-06-07Comments only: annotate FIXMEsTim Chevalier-1/+3
2012-05-21rustc: Move ast_map to the syntax crateBrian Anderson-1/+1
2012-05-21rustc: Move path_to_ident to ast_utilBrian Anderson-1/+1
2012-05-15add node_ids to blocksNiko Matsakis-6/+4
2012-05-04new cap clause syntaxNiko Matsakis-1/+1
2012-04-27core: Split sys::align_of into min_align_of, pref_align_ofBrian Anderson-4/+4
2012-04-26rustc: Rename llalign_of_real to llalign_of_prefBrian Anderson-1/+1
2012-04-19make nominal types optionally parameterized by a self region.Niko Matsakis-1/+1
2012-04-10Generic classes and generic class methods work cross-crateTim Chevalier-7/+8
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-2/+2
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