summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-16rm unused reserve_vec from rt (done in libcore)Daniel Micay-19/+0
2013-02-15auto merge of #4973 : thestinger/rust/rt, r=brsonbors-1256/+0
2013-02-15rustpkg: Massage for landing.Graydon Hoare-521/+394
2013-02-15rustpkg: Fix do listeners and support custom test logicZack Corr-19/+40
2013-02-15rustpkg: Add info command for probing a pkg.rs and expose work_dir/src_dir in...Zack Corr-6/+76
2013-02-15rustpkg: Use pkg.rs instead of package.rs for consistencyZack Corr-2/+2
2013-02-15Move semver to std and finish rustpkgZack Corr-12/+10
2013-02-15Correct Zack Corr's email in AUTHORS.txtZack Corr-6/+6
2013-02-15rustpkg: Clean up formatting issuesZack Corr-229/+240
2013-02-15rustpkg: More fixesZack Corr-9/+11
2013-02-15rustpkg: Add do command and get cmd listeners working correctlyZack Corr-25/+119
2013-02-15rustpkg: Add preliminary imperative API supportZack Corr-281/+811
2013-02-15rustpkg: Finish all commands and declarative logicZack Corr-93/+640
2013-02-15Add cmp::Ord implementation for semver::VersionZack Corr-0/+56
2013-02-15rustpkg: Finish declarative compiling and fetching via git or curl (no workca...Zack Corr-58/+356
2013-02-15rustpkg: Finish parsing package scripts and finish boilerplateZack Corr-28/+284
2013-02-15rustpkg: Add package script parsingZack Corr-10/+446
2013-02-15rustpkg: More preliminary workZack Corr-1/+173
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-2140/+61
2013-02-15auto merge of #4957 : Kimundi/rust/incoming, r=catamorphismbors-691/+732
2013-02-15attempt to fix BSD breakageGraydon Hoare-1/+1
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-424/+327
2013-02-15rm unused hash table from the runtimeDaniel Micay-1256/+0
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-124/+130
2013-02-15auto merge of #4964 : luqmana/rust/demove, r=graydonbors-1392/+1373
2013-02-15auto merge of #4959 : thestinger/rust/map, r=graydonbors-8/+27
2013-02-15auto merge of #4958 : cpeterso/rust/reseed-rng, r=graydonbors-92/+188
2013-02-15Fix windows build error. `buf` is borrowed by the call toNiko Matsakis-4/+7
2013-02-15Removed `has_*` predicates from NumStrConv traitMarvin Löbel-50/+34
2013-02-15libsyntax: Remove move as a keyword.Luqman Aden-2/+2
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-398/+396
2013-02-15libsyntax: Get rid of uses of `move` and don't parse it.Luqman Aden-130/+123
2013-02-15librustc: Get rid of `move`.Luqman Aden-85/+85
2013-02-15compiletest: Get rid of `move`.Luqman Aden-3/+3
2013-02-15libcore: Get rid of `move`.Luqman Aden-362/+358
2013-02-15librustdoc: Get rid of `move`.Luqman Aden-46/+46
2013-02-15libcargo: Get rid of `move`.Luqman Aden-3/+3
2013-02-15libstd: Fix broken test.Luqman Aden-1/+1
2013-02-15libstd: Get rid of `move`.Luqman Aden-363/+357
2013-02-15add reserve_at_least method to LinearMap/LinearSetDaniel Micay-4/+25
2013-02-14auto merge of #4944 : catamorphism/rust/xxx-to-fixme, r=catamorphismbors-41/+19
2013-02-14rustc: De-XXX resolve and borrowck...Tim Chevalier-39/+17
2013-02-14don't deplete RNG entropy when there is only one runnable taskChris Peterson-4/+4
2013-02-14reseed rust_rng after generating 32KBChris Peterson-5/+31
2013-02-14encapsulate isaac RNG in rust_rng structChris Peterson-33/+47
2013-02-14move isaac RNG utility functions to new rust_rng.cpp fileChris Peterson-60/+116
2013-02-14rt: rand.rs expects rust_next() to return uint32_t, not size_tChris Peterson-1/+1
2013-02-15rm FIXME from LinearMap's to_bucketDaniel Micay-4/+2
2013-02-14auto merge of #4941 : nickdesaulniers/rust/issue4524cleanup, r=catamorphismbors-9/+0
2013-02-15tidyMarvin Löbel-5/+0