index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustpkg
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-07
Fixup the rest of the tests in the compiler
Alex Crichton
-0
/
+1
2014-01-08
Renamed Option::map_default and mutate_default to map_or and mutate_or_set
Marvin Löbel
-6
/
+6
2014-01-06
auto merge of #11327 : nielsle/rust/rustpkg_argparse, r=alexcrichton
bors
-2
/
+2
2014-01-05
Make rustc's own lib directory configurable and change the default to rustlib...
Jan Niklas Hasse
-2
/
+2
2014-01-05
Move syslog to BuildContext
Niels langager Ellegaard
-2
/
+2
2014-01-01
rustc::driver: Remove two @s
klutzy
-1
/
+1
2013-12-29
Rename uses of PkgId to CrateId in librustpkg
Luis de Bethencourt
-123
/
+124
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-4
/
+5
2013-12-19
Rename pkgid to crate_id
Corey Richardson
-3
/
+3
2013-12-14
Fix #10754 - `std::run` functions fail after io_error
Cadence Marseille
-6
/
+8
2013-12-10
Make crate hash stable and externally computable.
Jack Moffitt
-45
/
+47
2013-12-06
auto merge of #10364 : Kimundi/rust/result_compose, r=alexcrichton
bors
-1
/
+1
2013-12-06
Link rustllvm statically, and distribute a static snapshot
Alex Crichton
-0
/
+1
2013-12-06
Made Results API more composable
Marvin Löbel
-1
/
+1
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-45
/
+45
2013-12-04
std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.
Huon Wilson
-16
/
+16
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-17
/
+17
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-1
/
+3
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-45
/
+49
2013-11-28
Register new snapshots
Alex Crichton
-14
/
+14
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-1
/
+1
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-12
/
+10
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-2
/
+2
2013-11-12
rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`...
Tim Chevalier
-15
/
+49
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-5
/
+5
2013-11-12
Implemented a ProcessExit enum and helper methods to std::rt::io::process for...
Matthew Iselin
-21
/
+28
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-3
/
+3
2013-11-08
rustpkg: Add a test that `rustpkg install` doesn't copy a non-changed file
Tim Chevalier
-0
/
+18
2013-11-04
Allow --cfg on rustpkg test
Steven Fackler
-0
/
+13
2013-11-04
auto merge of #10179 : alexcrichton/rust/rt-improvements, r=cmr
bors
-129
/
+103
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-37
/
+37
2013-11-03
Ensure rustpkg test fails if tests failed
Steven Fackler
-0
/
+15
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-23
/
+12
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-123
/
+108
2013-10-28
auto merge of #10110 : catamorphism/rust/rustpkg-dependency-build-dir, r=meta...
bors
-0
/
+24
2013-10-28
Allow fail messages to be caught, and introduce the Any trait
Marvin Löbel
-3
/
+2
2013-10-27
rustpkg: Build dependencies into the correct workspace when using --rust-path...
Tim Chevalier
-0
/
+24
2013-10-24
Another round of test fixes and merge conflicts
Alex Crichton
-7
/
+12
2013-10-22
rustpkg: Support arbitrary dependencies in the install API
Tim Chevalier
-12
/
+109
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-96
/
+96
2013-10-21
rustpkg: Search for crates in the current directory
Tim Chevalier
-2
/
+57
2013-10-18
rustpkg: invoke touch with a portable set of args
Tim Chevalier
-1
/
+3
2013-10-18
rustc: Check that the output file is writeable before linking
Tim Chevalier
-1
/
+1
2013-10-18
rustpkg: Make rustpkg tests stop comparing dates
Tim Chevalier
-27
/
+51
2013-10-16
Implement new methods vec.starts_with()/vec.ends_with()
Kevin Ballard
-6
/
+2
2013-10-16
path2: Update for latest master
Kevin Ballard
-17
/
+20
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-2
/
+2
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-189
/
+185
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-333
/
+424
2013-10-11
rustpkg: Set exit codes properly and make tests take advantage of that
Tim Chevalier
-20
/
+54
[next]