summary refs log tree commit diff
path: root/src/librustpkg/util.rs
AgeCommit message (Expand)AuthorLines
2013-09-25rustpkg: Search for packages correctly when using the rust_path_hackTim Chevalier-23/+20
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-2/+7
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-14/+21
2013-09-18rustpkg: Register correct dependencies for built and installed filesTim Chevalier-1/+22
2013-09-18rustpkg: Make crates, not packages, the unit of rustpkg dependenciesTim Chevalier-36/+22
2013-09-17Implementing 'rustpkg init'.Steve Klabnik-1/+1
2013-09-14rustpkg: Always write a package_id attribute into the link metadataTim Chevalier-4/+2
2013-09-13rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/Tim Chevalier-3/+4
2013-09-12rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur...Tim Chevalier-9/+21
2013-09-12rustpkg: Support sub-package-IDsTim Chevalier-2/+4
2013-09-10rustpkg: Pass command-line arguments to rustcTim Chevalier-25/+43
2013-09-08rustpkg: Address review comments from JackTim Chevalier-17/+18
2013-09-08rustpkg: Use workcacheTim Chevalier-63/+85
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-2/+2
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-3/+3
2013-08-30rustpkg: Allow package directories to appear in the RUST_PATHTim Chevalier-0/+7
2013-08-26rustpkg: Test that different copies of the same package ID can exist in multi...Tim Chevalier-10/+25
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+4
2013-08-16auto merge of #8532 : kballard/rust/cstr-cleanup, r=ericktbors-2/+2
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-2/+2
2013-08-13Remove unused automatic cfg bindings Fixes #7169Nick Desaulniers-1/+1
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-42/+64
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-4/+4
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-42/+64
2013-08-09rustpkg: another fix for windowsErick Tryzelaar-1/+2
2013-08-06Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-5/+5
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-2/+3
2013-08-03remove obsolete `foreach` keywordDaniel Micay-5/+5
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-2/+3
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-5/+5
2013-07-27rustc: reorganize driver, replace compile_upto with multiple more-obvious fun...Graydon Hoare-20/+11
2013-07-23std: add test for str::as_c_strErick Tryzelaar-1/+1
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-2/+2
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-9/+10
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-19/+18
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-15/+19
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-1/+1
2013-07-15rustpkg: Handle local git repositoriesTim Chevalier-1/+1
2013-07-13rustpkg: Implement `uninstall` and `list` commandsTim Chevalier-7/+4
2013-07-08Patch up some new errors from rustpkgNiko Matsakis-3/+3
2013-07-07remove some method resolve workaroundsDaniel Micay-1/+1
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-1/+2
2013-07-04Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat...Huon Wilson-3/+3
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-3/+3
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+2
2013-06-27rustpkg: Silence extra output from rustpkg testsTim Chevalier-1/+5