about summary refs log tree commit diff
path: root/src/librustpkg
AgeCommit message (Expand)AuthorLines
2013-10-18rustpkg: invoke touch with a portable set of argsTim Chevalier-1/+3
2013-10-18rustc: Check that the output file is writeable before linkingTim Chevalier-26/+20
2013-10-18rustpkg: Make rustpkg tests stop comparing datesTim Chevalier-44/+159
2013-10-16Implement new methods vec.starts_with()/vec.ends_with()Kevin Ballard-6/+2
2013-10-16path2: Update for latest masterKevin Ballard-40/+48
2013-10-16path2: Remove some API functionsKevin Ballard-2/+2
2013-10-16path2: Update based on more review feedbackKevin Ballard-24/+24
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-6/+6
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-242/+239
2013-10-15path2: Replace the path module outrightKevin Ballard-621/+792
2013-10-11rustpkg: Set exit codes properly and make tests take advantage of thatTim Chevalier-27/+72
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-277/+344
2013-10-10rustpkg: Make checked-out source files read-only, and overhaul where temporar...Tim Chevalier-292/+531
2013-10-09option: rewrite the API to use compositionDaniel Micay-9/+10
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-2/+2
2013-10-06auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmrbors-0/+2
2013-10-06auto merge of #9741 : catamorphism/rust/rustpkg-remotes, r=cmrbors-21/+19
2013-10-06rustpkg: Fix fetching remote packagesTim Chevalier-21/+19
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+2
2013-10-05docs / rustpkg: Document `rustpkg test` moreTim Chevalier-3/+3
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-3/+3
2013-09-30rustpkg: Remove uses of fmt!Alex Crichton-305/+313
2013-09-30rustpkg: Make test_rustpkg_test_output more permissiveTim Chevalier-3/+5
2013-09-29auto merge of #9612 : alexcrichton/rust/rc-crate2, r=huonwbors-19/+15
2013-09-29Remove all usage of @ast::CrateAlex Crichton-19/+15
2013-09-28Don't redirect output in rustpkg testSteven Fackler-8/+2
2013-09-27auto merge of #9552 : brson/rust/0.9-pre, r=alexcrichtonbors-1/+1
2013-09-27auto merge of #9549 : catamorphism/rust/rustpkg-test-command, r=catamorphism,...bors-47/+148
2013-09-27rustpkg: Implement `rustpkg test`Tim Chevalier-47/+148
2013-09-26Update version numbers to 0.9-preBrian Anderson-1/+1
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-3/+3
2013-09-25rustpkg: Search for packages correctly when using the rust_path_hackTim Chevalier-30/+78
2013-09-24Don't use libc::exit. #9473Brian Anderson-10/+14
2013-09-23auto merge of #9310 : pcwalton/rust/at-fn, r=pcwaltonbors-49/+97
2013-09-23librustc: Fix merge fallout.Patrick Walton-2/+5
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-2/+2
2013-09-23libsyntax: Remove some more `@fn` usesPatrick Walton-30/+61
2013-09-23librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib...Patrick Walton-3/+10
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-14/+21
2013-09-23Ignore some rustpkg tests for nowAlex Crichton-0/+2
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-09-20auto merge of #9337 : steveklabnik/rust/rustpkg_usage, r=catamorphismbors-2/+3
2013-09-20auto merge of #9322 : catamorphism/rust/rustpkg-discovered-outputs, r=brsonbors-8/+84
2013-09-19Fix usage for rustpkg initSteve Klabnik-2/+3
2013-09-19Turned extra::getopts functions into methodsMarvin Löbel-26/+26
2013-09-18rustpkg: Register correct dependencies for built and installed filesTim Chevalier-8/+84
2013-09-18rustpkg: Make crates, not packages, the unit of rustpkg dependenciesTim Chevalier-249/+409
2013-09-17Ignore a test which is blocking a snapshotAlex Crichton-0/+1
2013-09-17Implementing 'rustpkg init'.Steve Klabnik-1/+24