about summary refs log tree commit diff
path: root/src/comp/metadata
AgeCommit message (Expand)AuthorLines
2011-10-21Move hash table iteration over to block-taking functionsMarijn Haverbeke-15/+10
2011-10-20Merge ast::proto_shared and ast::proto_closureBrian Anderson-2/+3
2011-10-20Rename ast::proto_fn to ast::proto_sharedBrian Anderson-2/+2
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-4/+4
2011-10-20Parse obj methods as proto_bareBrian Anderson-1/+1
2011-10-12reimplement some of the unsafe stuff which got lostNiko Matsakis-19/+21
2011-10-12add unsafe tags into various points in the translation chainsNiko Matsakis-16/+18
2011-10-12make native functions markable as unsafe and incorporate thatNiko Matsakis-3/+11
2011-10-12add 'u' to one other place it was missingNiko Matsakis-0/+1
2011-10-12add 'u' to decoder (kinda' important)Niko Matsakis-0/+1
2011-10-12Extend the unchecked block stuff to allow unsafe blocks as well.Niko Matsakis-0/+2
2011-10-11Use the correct function type for external bare functionsBrian Anderson-1/+1
2011-10-11Use a non-ambiguous character for encoding bare functionsBrian Anderson-1/+6
2011-10-11Introduce ast::proto_bareBrian Anderson-0/+1
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-2/+2
2011-10-07Parse and typecheck by-value and by-ref arg specsMarijn Haverbeke-11/+11
2011-10-04Use util::filesearch to locate intrinsics.bc and main.oBrian Anderson-0/+1
2011-10-04Move the library search into util::filesearchBrian Anderson-25/+17
2011-10-04Fix some comment driftBrian Anderson-2/+2
2011-10-04Remove some redundancy in metadata::creaderBrian Anderson-9/+8
2011-10-04Encapsulate current sysroot and lib path handling into util::filesearchBrian Anderson-2/+2
2011-10-03rustc: Implement C stack stdcallPatrick Walton-1/+4
2011-09-30rustc: Track link_args attributes on C stack cdecl natives as wellPatrick Walton-1/+2
2011-09-28rustc: Add a new "C stack cdecl" native ABIPatrick Walton-0/+2
2011-09-24Vectors containing pinned kinds become pinnedBrian Anderson-1/+1
2011-09-22Convert ty::ty_uniq to contain a mutable typeBrian Anderson-2/+2
2011-09-15Require the parameter that will be referenced to be notedMarijn Haverbeke-3/+7
2011-09-15Insert omitted semicolons for statementsMarijn Haverbeke-1/+1
2011-09-14Add syntax and representation for return-by-mutably-rooted-refMarijn Haverbeke-11/+11
2011-09-14Make most of the compiler aware of return-by-referenceMarijn Haverbeke-1/+4
2011-09-14Rename ast::controlflow to ast::ret_styleMarijn Haverbeke-5/+4
2011-09-12Factor imports mindlessly.Graydon Hoare-48/+15
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-13/+10
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-128/+124
2011-09-12Make the names of the arg mode tag reflect their (revised) meaningMarijn Haverbeke-13/+6
2011-09-02Rename istr-stuff to str in rustc. Issue #855Brian Anderson-1/+1
2011-09-02Rename ty_istr to ty_str. Issue #855Brian Anderson-1/+1
2011-09-02Reformat. Issue #855Brian Anderson-203/+154
2011-09-01Remove lots of estr code from rustc. Issue #855Brian Anderson-3/+1
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-14/+14
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-39/+39
2011-09-01Remove std::str. Issue #855Brian Anderson-5/+0
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-30/+27
2011-08-27Convert misc compiler bits to istrs. Issue #855Brian Anderson-3/+3
2011-08-27Convert rustc::driver::session to istrs. Issue #855Brian Anderson-4/+5
2011-08-27Convert pretty-printer to istrs. Issue #855Brian Anderson-8/+13
2011-08-27Convert rustc::util to istrs. Issue #855Brian Anderson-1/+2
2011-08-27Convert rustc::metadata to istrs. Issue #855Brian Anderson-99/+111
2011-08-27Convert rest of the AST to istrs. Issue #855Brian Anderson-7/+12
2011-08-27Convert crate_ctxt to istrs. Issue #855Brian Anderson-2/+2