about summary refs log tree commit diff
path: root/src/comp
AgeCommit message (Expand)AuthorLines
2011-12-18Remove source line generation craziness. Ensure incorrect subprogram caches a...Josh Matthews-390/+172
2011-12-18Hide extended, unfinished debug information behind --xg compiler flag.Josh Matthews-10/+18
2011-12-18Clean up some names and factor out some common code.Josh Matthews-214/+164
2011-12-18Add support for vectors.Josh Matthews-63/+72
2011-12-18Add record debug information.Josh Matthews-22/+177
2011-12-18Fix up ast types after literal changes.Josh Matthews-12/+14
2011-12-18Add debug information for boxed and unique values.Josh Matthews-22/+163
2011-12-18Handle inferred basic types when generating debug information for types.Josh Matthews-1/+14
2011-12-18Add argument metadata and aborted return value code.Josh Matthews-9/+130
2011-12-18Use proper size and alignment of types for debuginfo.Josh Matthews-20/+23
2011-12-18Fix build error after rebasing.Josh Matthews-1/+1
2011-12-18Fix up local variable support so it actually works.Josh Matthews-22/+36
2011-12-18Fix up subprogram composite type nodes, and lexical block context nodes.Josh Matthews-9/+34
2011-12-18Fix LLVM assertions when lowering log statements.Josh Matthews-47/+87
2011-12-18Build fix.Josh Matthews-7/+10
2011-12-18Add debug info for local vars, basic fundamental types, and lexical blocks, a...Josh Matthews-152/+555
2011-12-18Generate basic debug info for files, functions and compile units.Josh Matthews-3/+207
2011-12-18std: getopts now uses result::t (fixes #1289)Stefan Plantikow-4/+5
2011-12-18Only look for a matching method when normal field access failsMarijn Haverbeke-91/+93
2011-12-18Improve efficienty of impl cache in resolveMarijn Haverbeke-10/+15
2011-12-18rustc: Don't emit compact unwind info on macBrian Anderson-0/+8
2011-12-17rustc: Remove --stack-growth optionBrian Anderson-5/+0
2011-12-16allow #[link_args] with #[nolink]. For now, fail if two modules link same lib...Graham Fawcett-15/+20
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-1/+8
2011-12-16Fix arg order for vec::map callMarijn Haverbeke-4/+5
2011-12-16Finish resolving and calling of crate-external implsMarijn Haverbeke-76/+196
2011-12-16Reserve node_id 0 for the crate top-level moduleMarijn Haverbeke-9/+12
2011-12-16Switch fmt extension to reference extfmt that's in core.Graydon Hoare-7/+2
2011-12-16revoke cleanup of sendable closure once construction completesNiko Matsakis-0/+1
2011-12-16extend with ty_send_type and ty_opaque_closureNiko Matsakis-2/+11
2011-12-16rename iter2 to iteri to match typical conventionNiko Matsakis-3/+3
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-108/+107
2011-12-16Write impl data to crate library filesMarijn Haverbeke-1/+41
2011-12-16Make polymorphic impl methods workMarijn Haverbeke-56/+82
2011-12-16Change syntax for implMarijn Haverbeke-20/+16
2011-12-16Make 1.f parse as a field access on the integer 1Marijn Haverbeke-1/+1
2011-12-16Improve resolution of implsMarijn Haverbeke-18/+33
2011-12-16Make uses of self in impls compileMarijn Haverbeke-201/+135
2011-12-16Get very simple impl method calls to compileMarijn Haverbeke-60/+103
2011-12-16Get a very primitive form of typechecking/resolving to work for implsMarijn Haverbeke-62/+93
2011-12-16Parse and resolve implementations.Marijn Haverbeke-81/+261
2011-12-16rustc: Implement non-renamed re-export across cratesHaitao Li-38/+108
2011-12-15rustc: Box tag variants to avoid copiesBrian Anderson-5/+5
2011-12-15rustc: Box the vectors returned from ty::tag_variantsBrian Anderson-37/+39
2011-12-15rustc: Cache results of ty::tag_variantsBrian Anderson-5/+16
2011-12-15Add an --out-dir option to rustc.Graydon Hoare-34/+70
2011-12-15restore old buggy behavior where n_obj_params is always 0 for fnsNiko Matsakis-1/+9
2011-12-15massive refactor of how closures workNiko Matsakis-504/+582
2011-12-15resurrect tps_fn() and put it to use this time.Niko Matsakis-3/+5
2011-12-15Fix bug in library output filename construction: /tmp/foo.rc was being linked...Graydon Hoare-1/+11