about summary refs log tree commit diff
path: root/src/comp/metadata
AgeCommit message (Collapse)AuthorLines
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
Issue #1022
2011-10-11Use a non-ambiguous character for encoding bare functionsBrian Anderson-1/+6
I was using 'R' and that was already used for records. Issue #1022
2011-10-11Introduce ast::proto_bareBrian Anderson-0/+1
Issue #1022
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-2/+2
Some code was relying on vectors being implicitly by-reference (as non-immediate value). This adds the necessary &&-sigils. Closes #1021
2011-10-07Parse and typecheck by-value and by-ref arg specsMarijn Haverbeke-11/+11
Add sprinkle && throughout the compiler to make it typecheck again. Issue #1008
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
Otherwise they could be copied
2011-09-22Convert ty::ty_uniq to contain a mutable typeBrian Anderson-2/+2
Issue #409
2011-09-15Require the parameter that will be referenced to be notedMarijn Haverbeke-3/+7
Issue #918
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
This will be used in the near future to decide what can safely be done with the returned reference. Issue #918
2011-09-14Make most of the compiler aware of return-by-referenceMarijn Haverbeke-1/+4
tyencode/tydecode still don't know about it. return_ref will be extended to take arguments anyway.
2011-09-14Rename ast::controlflow to ast::ret_styleMarijn Haverbeke-5/+4
It will include information about returning by alias.
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
Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit.
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
2011-08-27Convert rustc::lib::llvm to istr::sbufs. Issue #855Brian Anderson-4/+5
2011-08-27Convert the rest of rustc::back to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert back::link to istrs. Issue #855Brian Anderson-4/+6
2011-08-27Convert ast::ident to istr. Issue #855Brian Anderson-58/+63
2011-08-27Convert std::map::new_str_hash to istrs. Issue #855Brian Anderson-6/+6
2011-08-27Convert portions of rustc to istrs. Recover a lot of performance.Brian Anderson-53/+58
Issue #855
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-51/+64
2011-08-27Convert std::fs to istrs. Issue #855Brian Anderson-7/+13
2011-08-27Convert std::int to istrs. Issue #855Brian Anderson-1/+4