about summary refs log tree commit diff
path: root/src/comp/metadata
AgeCommit message (Expand)AuthorLines
2011-07-06rustc: Make meta items into interior vectorsPatrick Walton-16/+17
2011-07-06rustc: Convert attribute in the AST to interior vectorsPatrick Walton-6/+6
2011-07-06rustc: Make AST paths use interior vectorsPatrick Walton-4/+4
2011-07-06rustc: Migrate tag variants to interior vectorsPatrick Walton-5/+5
2011-07-06rustc: Make object methods into interior vectorsPatrick Walton-7/+7
2011-07-06rustc: Make the various constraint-related types in middle::ty use interior v...Patrick Walton-3/+4
2011-07-06rustc: Change constraints in types to use interior vectorsPatrick Walton-6/+6
2011-07-06rustc: Switch tag type parameters to interior vectorsPatrick Walton-2/+2
2011-07-06rustc: Use interior vectors for tag type parametersPatrick Walton-2/+2
2011-07-06rustc: Revert the conversion to interior vectors due to heap corruptionPatrick Walton-36/+35
2011-07-06rustc: Convert attribute in the AST to interior vectorsPatrick Walton-6/+6
2011-07-06rustc: Make AST paths use interior vectorsPatrick Walton-4/+4
2011-07-06rustc: Migrate tag variants to interior vectorsPatrick Walton-5/+5
2011-07-06rustc: Make object methods into interior vectorsPatrick Walton-7/+7
2011-07-06rustc: Make the various constraint-related types in middle::ty use interior v...Patrick Walton-3/+4
2011-07-06rustc: Change constraints in types to use interior vectorsPatrick Walton-6/+6
2011-07-06rustc: Switch tag type parameters to interior vectorsPatrick Walton-2/+2
2011-07-06rustc: Use interior vectors for tag type parametersPatrick Walton-2/+2
2011-07-06Remove temporary stdlib placeholders, use actual stdlib functionsMarijn Haverbeke-3/+4
2011-07-05Change ast::meta_name_value to accept any literal, not just stringBrian Anderson-25/+28
2011-07-05Require that the meta items in a use statement have unique namesBrian Anderson-0/+2
2011-07-05Move everything syntax-related to syntax/, break deps on rest of compilerMarijn Haverbeke-41/+39
2011-07-04rustc: Remove obsolete "The second has to be authed pure" commentPatrick Walton-4/+3
2011-07-04Use metadata to avoid always passing -Lrustllvm to the linker.Rafael Ávila de Espíndola-3/+19
2011-07-04Simplify.Rafael Ávila de Espíndola-11/+3
2011-07-01rustc: Move path_to_str to front::astPatrick Walton-1/+1
2011-07-01Revert "rustc: Change methods in ty::t to use interior vectors"Patrick Walton-7/+7
2011-07-01rustc: Change methods in ty::t to use interior vectorsPatrick Walton-7/+7
2011-07-01Cleanup attribute code. Issue #487Brian Anderson-26/+14
2011-07-01Track def_ids of native types so that they can be distinguishedMarijn Haverbeke-3/+11
2011-06-30rustc: Change function argument types to interior vectorsPatrick Walton-4/+4
2011-06-30Kill unused variablesTim Chevalier-8/+4
2011-06-30rustc: Use interior vectors for record typesPatrick Walton-2/+2
2011-06-30rustc: Use interior vectors for tuple typesPatrick Walton-2/+2
2011-06-30Move middle::attr to front::attrBrian Anderson-2/+2
2011-06-30Support type parameters in resourcesMarijn Haverbeke-3/+9
2011-06-30Make calling resource destructors work cross-crateMarijn Haverbeke-4/+9
2011-06-29Re-enable tidy (it was broken) and fix various non-tidy things.Graydon Hoare-6/+8
2011-06-29Be more strategic about linking to rust cratesBrian Anderson-0/+2
2011-06-29Write metadata for sythesized name/vers items to the crate's link attrBrian Anderson-1/+66
2011-06-29Fix resource encoding bugs.Graydon Hoare-2/+3
2011-06-28Cleanup attribute code. Issue #487Brian Anderson-12/+15
2011-06-28Remove the last traces of the distinction between export / local meta itemsBrian Anderson-30/+0
2011-06-28Use span_fatal for failure to find cratesBrian Anderson-6/+5
2011-06-28Rework how linkage attributes are determinedBrian Anderson-61/+25
2011-06-28Add some helper functions for attributes. Issue #487Brian Anderson-0/+4
2011-06-28Write metadata for more meta_item types. Issue #487Brian Anderson-33/+65
2011-06-28Write metadata for crate attributes. Issue #487Brian Anderson-22/+70
2011-06-28Add emacs variables to encoder.rsBrian Anderson-0/+10
2011-06-28List crate attributes when running rustc with '--ls'Brian Anderson-22/+60