about summary refs log tree commit diff
path: root/src/comp/driver
AgeCommit message (Expand)AuthorLines
2011-10-13Rename rustc::middle::unsafeck to fn_usageBrian Anderson-3/+3
2011-10-12reimplement some of the unsafe stuff which got lostNiko Matsakis-5/+2
2011-10-12make a good error msg if you try to use an unsafe fn for a testNiko Matsakis-1/+1
2011-10-12add pass to check that unsafe fns cannot be used as valuesNiko Matsakis-1/+3
2011-10-12correct lines over 78 charsNiko Matsakis-1/+1
2011-10-12enable unsafe checking but only with a flag --check-unsafeNiko Matsakis-3/+7
2011-10-12[Renaming] str_to_float is now float::from_str, float_to_str is now float::to...David Rajchenbach-Teller-1/+1
2011-10-11[Move] Moved str_to_float, float_to_str from compiler to libDavid Rajchenbach-Teller-1/+1
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-1/+1
2011-10-06Revert "rustc: Add a workaround for a segfault with --time-passes (issue #100...Marijn Haverbeke-24/+9
2011-10-05rustc: Add a workaround for a segfault with --time-passes (issue #1005).Patrick Walton-9/+24
2011-10-04Use std::os::get_exe_path to determine sysrootBrian Anderson-6/+4
2011-10-04Remove some redundancy in metadata::creaderBrian Anderson-4/+4
2011-10-04Encapsulate current sysroot and lib path handling into util::filesearchBrian Anderson-27/+21
2011-09-30rustc: Stub a --stack-growth option; it's behind a flag for now because it re...Patrick Walton-3/+8
2011-09-30Change the directory for target libsBrian Anderson-2/+1
2011-09-29Remove legacy library search pathsBrian Anderson-1/+1
2011-09-29Make rustc's host triple agree with the build system'sBrian Anderson-1/+9
2011-09-29Reorganize structure of build directoryBrian Anderson-10/+10
2011-09-28Eliminate glue.o. Closes #990Brian Anderson-11/+1
2011-09-23More steps to arch-specific target libs (#474)Graydon Hoare-1/+1
2011-09-21Add target_triple to session::options. Use host triple by default, accept --t...Graydon Hoare-14/+32
2011-09-20Move linker invocation from driver::rustc to back::linkBrian Anderson-87/+1
2011-09-12Factor imports mindlessly.Graydon Hoare-39/+12
2011-09-12Pretty-print for new arg-mode syntaxMarijn Haverbeke-0/+1
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-39/+41
2011-09-12Pass all arguments by reference, make immut alias mode equiv to valueMarijn Haverbeke-3/+3
2011-09-02Reformat. Issue #855Brian Anderson-254/+211
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-8/+8
2011-09-01Use #env to get the rustc version again. Issue #855Brian Anderson-3/+1
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-31/+31
2011-09-01Remove std::str. Issue #855Brian Anderson-2/+0
2011-09-01Remove the last use of istr::to_estr from rustc. Issue #855Brian Anderson-5/+5
2011-09-01Convert main functions to istrs. Issue #855Brian Anderson-2/+1
2011-09-01Make resolve recognize upvarsMarijn Haverbeke-2/+2
2011-09-01Move mutability checking into its own pass.Marijn Haverbeke-2/+4
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-23/+23
2011-08-30Convert #env to istrs. Temporarily disable usage in rustc. Issue #855Brian Anderson-1/+3
2011-08-27Convert misc compiler bits to istrs. Issue #855Brian Anderson-8/+8
2011-08-27Convert rustc driver to istrs. Issue #855Brian Anderson-111/+115
2011-08-27Convert rustc::driver::session to istrs. Issue #855Brian Anderson-39/+45
2011-08-27Convert rustc::syntax::codemap to istrs. Issue #855Brian Anderson-9/+14
2011-08-27Convert pretty-printer to istrs. Issue #855Brian Anderson-6/+7
2011-08-27Convert parser to istrs. Issue #855Brian Anderson-3/+6
2011-08-27Convert rustc::util to istrs. Issue #855Brian Anderson-2/+4
2011-08-27Convert rustc::metadata to istrs. Issue #855Brian Anderson-13/+14
2011-08-27Convert rustc::middle::trans to istrs. Issue #855Brian Anderson-2/+2
2011-08-27Convert rustc::lib::llvm to istr::sbufs. Issue #855Brian Anderson-2/+2
2011-08-27Convert back::link to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert ast::ident to istr. Issue #855Brian Anderson-10/+12