about summary refs log tree commit diff
path: root/src/comp/metadata/creader.rs
AgeCommit message (Expand)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-307/+0
2012-02-09Remove some pointless importsMarijn Haverbeke-1/+0
2012-01-31Change option::t to optionTim Chevalier-3/+3
2012-01-19Remove support for the '.' after a nullary tag in a patternTim Chevalier-4/+4
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-5/+5
2012-01-19Use ctypes in native function declarationsHaitao Li-1/+1
2012-01-12Make driver::session::session no longer an objectMarijn Haverbeke-9/+10
2012-01-11rustc: Don't allow empty link_name when nolink attribute is presentBrian Anderson-9/+12
2012-01-11Major clean-up of std::ioMarijn Haverbeke-1/+1
2012-01-11Implement std::map as an iface/impl instead of an objMarijn Haverbeke-8/+6
2012-01-05Clean up translating of def_ids in metadata readerMarijn Haverbeke-1/+2
2012-01-04"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")Lenny222-1/+1
2012-01-01freebsd supportUser Jyyou-0/+1
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-4/+4
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-13/+13
2011-12-16allow #[link_args] with #[nolink]. For now, fail if two modules link same lib...Graham Fawcett-14/+19
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-0/+8
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+4
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-1/+1
2011-12-12Using filename when finding libraries for linkingHaitao Li-8/+22
2011-11-21rustc: Remove abi from ast::native_modHaitao Li-4/+7
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-16Use attributes for native module ABI and link nameHaitao Li-1/+6
2011-11-10Cleanup unused importsHaitao Li-3/+1
2011-11-09rustc: Rename native_abi_c_stack_cdecl to native_abi_cdeclBrian Anderson-1/+1
2011-11-09rustc: Rename native_abi_c_stack_stdcall to native_abi_stdcallBrian Anderson-1/+1
2011-11-08Remove native "cdecl" ABIBrian Anderson-2/+1
2011-11-07Remove native "rust" ABIBrian Anderson-1/+1
2011-11-07llvm::mk_object_file should really return an option, since the underlying LLV...Joshua Wise-1/+4
2011-11-03Disallow writing to function arguments againMarijn Haverbeke-0/+1
2011-11-02get things checking on ia32Niko Matsakis-1/+1
2011-11-02start to isolate target strings so that they can be configured forNiko Matsakis-11/+15
2011-10-31rustc: Find crates by matching the name metadataHaitao Li-22/+9
2011-10-29Add more logging to crate resolutionBrian Anderson-1/+12
2011-10-12reimplement some of the unsafe stuff which got lostNiko Matsakis-19/+17
2011-10-12add unsafe tags into various points in the translation chainsNiko Matsakis-16/+18
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/+2
2011-09-30rustc: Track link_args attributes on C stack cdecl natives as wellPatrick Walton-1/+2
2011-09-12Factor imports mindlessly.Graydon Hoare-15/+5
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-4/+3
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-17/+17
2011-09-02Reformat. Issue #855Brian Anderson-63/+42
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-9/+9
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-5/+5
2011-09-01Remove std::str. Issue #855Brian Anderson-1/+0