about summary refs log tree commit diff
path: root/src/comp/driver
AgeCommit message (Expand)AuthorLines
2012-01-05rustc: Configure out #[test] functions when not testingBrian Anderson-5/+3
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-1/+1
2012-01-03More work on translating dictionary-passingMarijn Haverbeke-3/+4
2012-01-01freebsd supportUser Jyyou-1/+4
2011-12-30Print usage messages to rustc and rustdoc when invoked with no args. Close #1...Graydon Hoare-0/+3
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-2/+2
2011-12-20Separate driver rustc and librustcHaitao Li-600/+622
2011-12-20rustc: Cleanup unused ext_mapHaitao Li-4/+4
2011-12-19Properly calculate base working dir for compile units.Josh Matthews-6/+10
2011-12-18Hide extended, unfinished debug information behind --xg compiler flag.Josh Matthews-2/+5
2011-12-18std: getopts now uses result::t (fixes #1289)Stefan Plantikow-4/+5
2011-12-17rustc: Remove --stack-growth optionBrian Anderson-5/+0
2011-12-16Finish resolving and calling of crate-external implsMarijn Haverbeke-1/+1
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-4/+3
2011-12-16Get very simple impl method calls to compileMarijn Haverbeke-4/+5
2011-12-16Parse and resolve implementations.Marijn Haverbeke-4/+5
2011-12-16rustc: Implement non-renamed re-export across cratesHaitao Li-3/+3
2011-12-15Add an --out-dir option to rustc.Graydon Hoare-34/+70
2011-12-15Fix bug in library output filename construction: /tmp/foo.rc was being linked...Graydon Hoare-1/+4
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-6/+7
2011-12-12rustc: build versioned library with hash in its nameHaitao Li-3/+3
2011-12-08rustc: Actually hook the crate_type attribute into sessionBrian Anderson-3/+9
2011-12-08rustc: Support 'crate_type' attributeBrian Anderson-0/+74
2011-12-08rustc: Move linking into compile_inputBrian Anderson-16/+20
2011-12-08rustc: Determine the crate type (lib/bin) in the session, not session optsBrian Anderson-9/+21
2011-12-07Inject the view_items for core in the right place, add comment documenting wh...Graydon Hoare-5/+3
2011-12-07Change literal representation to not truncateMarijn Haverbeke-4/+4
2011-12-06Add --no-core option and inject a use core/import core::* pair into crate unl...Graydon Hoare-0/+33
2011-12-06Rename --noverify flag to --no-verify.Graydon Hoare-3/+3
2011-12-02Allow literal patterns to contain arbitrary literal expressionsMarijn Haverbeke-2/+2
2011-11-21Add a pass that checks that blocks are only used in safe waysMarijn Haverbeke-0/+2
2011-11-21Fix bad interaction between last-use finding and referencesMarijn Haverbeke-3/+3
2011-11-18Make trans use last_use info to not actually generate copiesMarijn Haverbeke-1/+1
2011-11-18Implement a last-use-of-local finding algorithmMarijn Haverbeke-2/+6
2011-11-17remove compile-command from local variable blocksNiko Matsakis-2/+0
2011-11-17rustc: Add a flag '--warn-unused-imports'Haitao Li-3/+9
2011-11-16remove unused flag (thanks lht)Niko Matsakis-1/+1
2011-11-16Removed --no-typestate flag from rutscStefan Plantikow-9/+3
2011-11-16rustc: Fix help text for --sysrootBrian Anderson-1/+1
2011-11-16wrap long line;Niko Matsakis-1/+2
2011-11-16enable comments in generated asm, llNiko Matsakis-3/+12
2011-11-15Support conditional compilation based on architectureBrian Anderson-1/+7
2011-11-15Fix handling of loops and conditionals in alias.rsMarijn Haverbeke-0/+1
2011-11-12Remove unused "--check-unsafe" flagHaitao Li-2/+1
2011-11-10Cleanup unused importsHaitao Li-8/+4
2011-11-09middle: Add a pass to reject bad const expressions earlier. Currently just r...Joshua Wise-0/+2
2011-11-07Use ".ll" as default suffix of LLVM assembly fileHaitao Li-1/+1
2011-11-07rustc: Add support of generating LLVM assemblyHaitao Li-0/+3
2011-11-03Disallow writing to function arguments againMarijn Haverbeke-1/+1
2011-11-02hack around on makefiles trying to get a 64 bit buildNiko Matsakis-5/+5