about summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
2013-11-08Update various tests and libraries that were incorrectlyNiko Matsakis-4/+1
2013-11-08Create a new pass to resolve named lifetimes; rscope is not onlyNiko Matsakis-2/+5
2013-11-08std::ascii: Provide a copyless [Ascii] -> str method.Huon Wilson-3/+1
2013-11-04auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmrbors-1/+2
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-2/+2
2013-11-03Fix the temporary name of the object file createdAlex Crichton-1/+2
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-1/+2
2013-10-29support for GNU configure syntaxHeather-1/+1
2013-10-26Make addl_lib_search_paths a HashSet (Closes #7718).Joshua Yanovski-6/+8
2013-10-24Remove even more of std::ioAlex Crichton-13/+13
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-8/+8
2013-10-17Removed the -Z once_fns compiler flag and added the new feature directive of ...Chris Sainty-11/+6
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-0/+2
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-9/+9
2013-10-15path2: Replace the path module outrightKevin Ballard-12/+18
2013-10-14rustdoc: Use privacy visibility for pruningAlex Crichton-0/+2
2013-10-10Use the result of privacy for reachabilityAlex Crichton-4/+6
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1
2013-10-07Extract privacy checking from name resolutionAlex Crichton-6/+7
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-1/+1
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+2
2013-10-04rustc: Use static strings in a few literalsblake2-ppc-79/+78
2013-10-01remove the `float` typeDaniel Micay-8/+6
2013-10-01auto merge of #9599 : alexcrichton/rust/less-fmt, r=huonwbors-11/+12
2013-09-30rustc: Remove usage of fmt!Alex Crichton-11/+12
2013-10-01add -Z soft-float optionJyun-Yan You-0/+2
2013-09-29Remove all usage of @ast::CrateAlex Crichton-42/+42
2013-09-26remove type_useDaniel Micay-26/+13
2013-09-24Correctly encode item visibility in metadataAlex Crichton-2/+5
2013-09-23test: Fix rustdoc and tests.Patrick Walton-4/+12
2013-09-23librustc: Remove the remaining direct uses of `@fn` from librustc.Patrick Walton-12/+12
2013-09-23librustc: Port the pretty printer annotation infrastructure to use traits ins...Patrick Walton-40/+75
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-34/+31
2013-09-12std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else}Erick Tryzelaar-1/+1
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-3/+3
2013-09-10Delay assignment of node ids until after expansion. Ensures that each AST nodeNiko Matsakis-46/+61
2013-09-02turn off android ndk asm passIlyong Cho-3/+1
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-2/+2
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-50/+50
2013-08-30Tweak pass management and add some more optionsAlex Crichton-0/+21
2013-08-26Rewrite pass management with LLVMAlex Crichton-2/+24
2013-08-24librustc: Always use session target triple.Luqman Aden-4/+5
2013-08-22Cleanup assembly source.Vadim Chugunov-3/+8
2013-08-22Compile via external assembler on Windows.Vadim Chugunov-3/+8
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-5/+4
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-2/+6
2013-08-19Issue #3678: Remove wrappers and call foreign functions directlyNiko Matsakis-0/+3
2013-08-16debuginfo: Added test cases for generic structs and enums.Michael Woerister-0/+8
2013-08-13Remove unused automatic cfg bindings Fixes #7169Nick Desaulniers-16/+13