about summary refs log tree commit diff
path: root/src/librustpkg
AgeCommit message (Expand)AuthorLines
2013-06-28auto merge of #7397 : catamorphism/rust/rustpkg_path, r=catamorphismbors-11/+85
2013-06-27rustpkg: Implement RUST_PATHTim Chevalier-11/+85
2013-06-27auto merge of #7430 : huonw/rust/vec-kill, r=thestingerbors-3/+2
2013-06-27auto merge of #7429 : Blei/rust/delete-shared, r=huonwbors-1/+1
2013-06-27Remove many shared pointersPhilipp Brüschweiler-1/+1
2013-06-27auto merge of #7403 : catamorphism/rust/package-scripts, r=brsonbors-21/+165
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-3/+2
2013-06-26auto merge of #7420 : mozilla/rust/rollup, r=thestingerbors-4/+4
2013-06-26auto merge of #7382 : msullivan/rust/cleanup, r=bblumbors-10/+9
2013-06-26Refactor extra::term a bitKevin Ballard-4/+4
2013-06-25rustpkg: Begin allowing package scripts to call the default build logicTim Chevalier-21/+165
2013-06-25Fix some tests in rustpkg to not pollute the build directory. Closes #7278.Michael Sullivan-10/+9
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-0/+0
2013-06-23vec: remove BaseIter implementationDaniel Micay-14/+15
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-13/+13
2013-06-20Ignore rustpkg testsJames Miller-1/+1
2013-06-15auto merge of #7148 : catamorphism/rust/rustpkg_tests, r=graydonbors-120/+558
2013-06-15auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brsonbors-5/+11
2013-06-14rustpkg: Write more automated testsTim Chevalier-120/+558
2013-06-14add IteratorUtil to the preludeDaniel Micay-3/+0
2013-06-13Resolve LLVM crashing in rustpkg testsAlex Crichton-5/+11
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-15/+15
2013-06-12Silence some warnings.Huon Wilson-2/+2
2013-06-12std: convert str::replace to a method.Huon Wilson-1/+1
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-2/+1
2013-06-11auto merge of #7056 : alexcrichton/rust/issue-4727, r=catamorphismbors-1/+1
2013-06-11Ignore the test_package_request_version test for nowAlex Crichton-1/+1
2013-06-11option: remove redundant old_iter implsDaniel Micay-3/+3
2013-06-11fix tests, remove some warningsHuon Wilson-2/+2
2013-06-11std: remove str::to_charsHuon Wilson-3/+2
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-2/+2
2013-06-10std: convert character-based str::find_* to methods. Add .slice_{to,from} met...Huon Wilson-1/+1
2013-06-10std: fix compile & testHuon Wilson-6/+4
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-5/+5
2013-06-09rustpkg: Accept package IDs like github.com/foo/bar#0.3Tim Chevalier-341/+542
2013-06-08rustpkg: Extract version number from git, as per #5684Tim Chevalier-61/+178
2013-06-06Clean up a handful of build warnings.Michael Sullivan-5/+3
2013-06-04libsyntax: Remove `pub impl` from the languagePatrick Walton-4/+4
2013-06-03auto merge of #6826 : cmr/rust/terminfo, r=thestingerbors-31/+19
2013-06-01rustc/rusti/rustpkg: Infer packages from `extern mod` directivesTim Chevalier-335/+557
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-11/+10
2013-05-31extra::term: better error handling and win32 compatCorey Richardson-1/+1
2013-05-31rustpkg borrowed pointersCorey Richardson-3/+3
2013-05-31extra::term overhaulCorey Richardson-30/+18
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-7/+21
2013-05-29auto merge of #6733 : alexcrichton/rust/issue-2400, r=brsonbors-5/+0
2013-05-29auto merge of #6793 : graydon/rust/drop-ast-before-llvm, r=Aatchbors-2/+2
2013-05-28Un-ignore rusti/rustpkg tests on i686Alex Crichton-5/+0
2013-05-28librustc: drop AST before running LLVM, frees 400mb on a librustc buildGraydon Hoare-2/+2
2013-05-28Silence various warnings throughout test modulesAlex Crichton-19/+19