summary refs log tree commit diff
path: root/src/cargo
AgeCommit message (Expand)AuthorLines
2012-07-11Fix some version numbers.Graydon Hoare-5/+5
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-4/+4
2012-07-06cargo: Fix building dependenciesErick Tryzelaar-2/+2
2012-07-05Mostly change TODOs to FIXMEs and annotate themTim Chevalier-5/+7
2012-07-01Convert to new closure syntaxBrian Anderson-44/+42
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-4/+4
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-63/+63
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-52/+56
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-11/+12
2012-06-21Remove some singleton vector appends.Eric Holk-2/+2
2012-06-21Comments only: annotate FIXMEs in cargoTim Chevalier-4/+5
2012-06-20Remove bind. Issue #2189Brian Anderson-2/+2
2012-06-15Add the interner to parse_sess.Paul Stansifer-9/+1
2012-06-13Merge remote-tracking branch 'erickt/master' into incomingBrian Anderson-13/+13
2012-06-13Box AST identsBrian Anderson-16/+16
2012-06-13cargo: Recursively copy install fragmentsErick Tryzelaar-1/+1
2012-06-13Fix cargo not making ./.cargo dirErick Tryzelaar-1/+1
2012-06-13Make cargo a little more ideomaticErick Tryzelaar-11/+11
2012-06-12Fix json no-implicit-copy warningsErick Tryzelaar-21/+21
2012-06-12Clean up cargo imports.Erick Tryzelaar-3/+0
2012-06-12std: Add a to_str impl for json::error.Erick Tryzelaar-3/+4
2012-06-12cargo: remove leading underscoresErick Tryzelaar-24/+24
2012-06-10cargo: Do builds under ./.cargo/work in local modeBrian Anderson-1/+1
2012-06-09cargo: Update for recent language changesBrian Anderson-95/+91
2012-06-09Merge remote-tracking branch 'z0w0/cargo-deps'Brian Anderson-249/+1004
2012-06-09Revert "Merge remote-tracking branch 'z0w0/cargo-deps'"Brian Anderson-1004/+249
2012-06-09Revert "cargo: Add a FIXME about immutability"Brian Anderson-2/+0
2012-06-09cargo: Add a FIXME about immutabilityBrian Anderson-0/+2
2012-06-09Merge remote-tracking branch 'z0w0/cargo-deps'Brian Anderson-249/+1004
2012-06-07Cargo: Added experimental dependency support (solves from crate files)Zack Corr-95/+291
2012-06-06avoid unnecessary by-mut-ref in cargoNiko Matsakis-3/+3
2012-06-06Cargo: Added new source scheme, added sources CLI management, added source du...Zack Corr-189/+748
2012-06-04Make vecs implicitly copyable for all of our projects.Michael Sullivan-2/+2
2012-06-04Get rid of warnings from instantiating typarams with non-implicitly copyable ...Michael Sullivan-1/+3
2012-06-02cargo: Require hexidecimals in uuidsBrian Anderson-6/+18
2012-06-02cargo: Add test for is_uuidBrian Anderson-0/+10
2012-06-02Fix cargo to uninstall binaries by name correctlyZack Corr-4/+23
2012-06-02Fix cargo to install from archives correctlyZack Corr-17/+16
2012-06-02Correct cargo usage line going over 78 charsZack Corr-2/+2
2012-06-02Cargo revamp: root in home directory, automatic init & sync for first time us...Zack Corr-157/+342
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-1/+1
2012-05-29rustc: Move filesearch into metadata modBrian Anderson-2/+2
2012-05-28Allow installing arbitrary git cargosErick Tryzelaar-0/+20
2012-05-28(cargo) fix old typo for installation to libdirKevin Cantu-1/+1
2012-05-27(cargo) added a rough fix for installed exe permissionsKevin Cantu-1/+1
2012-05-27(cargo) fixed a package installation bug, cleaned up usageKevin Cantu-57/+81
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-6/+6
2012-05-19Remove some dead code.Erick Tryzelaar-7/+0
2012-05-18Using const vector slices for more vec functions.Eric Holk-10/+12
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-3/+4