about summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
2013-05-09Perform expansion before stripping/building a test harness.Huon Wilson-4/+4
2013-05-09Add spaceSangeun Kim-1/+1
2013-05-08auto merge of #6327 : z0w0/rust/rm-notest, r=brsonbors-3/+2
2013-05-08auto merge of #6119 : brson/rust/main, r=brsonbors-0/+3
2013-05-08Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]Zack Corr-3/+2
2013-05-08Show lint namesSangeun Kim-0/+1
2013-05-06refinement to technique used to not run regionckNiko Matsakis-0/+3
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-93/+93
2013-05-04make asm_comments something that you opt in toNiko Matsakis-8/+3
2013-05-03auto merge of #6198 : luqmana/rust/linker-arg, r=graydonbors-2/+6
2013-05-03rustpkg: Handle sysroot more correctlyTim Chevalier-2/+2
2013-05-03librustc: Add argument to allow choosing "linker"Luqman Aden-2/+6
2013-05-02make link_args use spaces as separatorsDaniel Micay-2/+2
2013-05-01auto merge of #6174 : sanxiyn/rust/static-string, r=brsonbors-14/+14
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-15/+0
2013-05-02Take string slicesSeo Sanghyeon-14/+14
2013-04-30auto merge of #6105 : Aatch/rust/linker-improv, r=pcwaltonbors-54/+73
2013-04-30new borrow checker (mass squash)Niko Matsakis-12/+17
2013-04-30Change flags to -Z print-link-args and --link-argsJames Miller-16/+5
2013-04-29rustc: Only accept main functions at the crate level. #4433Brian Anderson-1/+2
2013-04-29rustc: Move code for discovering the crate entry point into its own passBrian Anderson-0/+2
2013-04-29Adds '--print-link-args' that outputs linker arguments that would be usedJames Miller-1/+17
2013-04-29Add `--linker` option to pass flags to the linkerJames Miller-53/+67
2013-04-28refactoring mod.rsJohn Clements-1/+1
2013-04-27only use #[no_core] in libcoreDaniel Micay-6/+0
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-3/+4
2013-04-24Removed ascii functions from other modulesMarvin Löbel-1/+4
2013-04-22auto merge of #5996 : sanxiyn/rust/target-feature, r=graydonbors-0/+11
2013-04-22Choose target featuresSeo Sanghyeon-0/+11
2013-04-20rustc: remove unused 'mut' variablesAlex Crichton-1/+1
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-30/+30
2013-04-19librustc: Implement fast-ffi and use it in various placesPatrick Walton-3/+6
2013-04-18rustc: Anti-copy policeTim Chevalier-4/+4
2013-04-18rustc: One less copyTim Chevalier-6/+6
2013-04-16libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ...Huon Wilson-13/+13
2013-04-10Add #[start] attribute to define a new entry point functionJames Miller-2/+14
2013-04-05Fix various warnings, NOTEs, etcNiko Matsakis-1/+1
2013-04-04rt: improve mips backendJyun-Yan You-1/+1
2013-04-03auto merge of #5559 : jbclements/rust/change-to-tt-based-parsing, r=jbclementsbors-1/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-22/+21
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-9/+9
2013-03-29change to parsing using ttsJohn Clements-1/+1
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-28Unbreak 'rustc --help'Marvin Löbel-2/+1
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-3/+3
2013-03-25Kill some warnings: unused imports and old #[deny(..)]s.Huon Wilson-1/+0
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-23/+23
2013-03-22rustc: replace uses of old deriving attribute with new oneAndrew Paseltiner-4/+4
2013-03-21auto merge of #5470 : sanxiyn/rust/remove-oldmap-2, r=sanxiynbors-16/+4
2013-03-21Time type checking passes separatelySeo Sanghyeon-5/+3