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
/
package_source.rs
Age
Commit message (
Expand
)
Author
Lines
2013-12-29
Rename uses of PkgId to CrateId in librustpkg
Luis de Bethencourt
-14
/
+14
2013-12-08
Remove dead codes
Kiet Tran
-5
/
+0
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-3
/
+3
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-3
/
+3
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-26
librustc: Make `||` lambdas not infer to `proc`s
Patrick Walton
-1
/
+1
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-8
/
+6
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-1
/
+1
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-5
/
+5
2013-11-16
fix 10468, propagate optimization level as rustc::driver::session::OptLevel
Ian Daniher
-1
/
+4
2013-11-12
rustpkg: Eliminate the spurious `os::path_exists(&pkg_src.start_dir.join(p))`...
Tim Chevalier
-1
/
+2
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-4
/
+3
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-5
/
+5
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-8
/
+9
2013-10-27
rustpkg: Build dependencies into the correct workspace when using --rust-path...
Tim Chevalier
-2
/
+4
2013-10-22
rustpkg: Support arbitrary dependencies in the install API
Tim Chevalier
-9
/
+43
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-26
/
+26
2013-10-21
rustpkg: Search for crates in the current directory
Tim Chevalier
-3
/
+19
2013-10-18
rustpkg: Make rustpkg tests stop comparing dates
Tim Chevalier
-8
/
+15
2013-10-16
path2: Update for latest master
Kevin Ballard
-9
/
+12
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-7
/
+7
2013-10-15
path2: Remove .with_display_str and friends
Kevin Ballard
-1
/
+1
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-8
/
+9
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-54
/
+66
2013-10-11
extra::tempfile: replace mkdtemp with an RAII wrapper
Benjamin Herr
-3
/
+0
2013-10-10
rustpkg: Make checked-out source files read-only, and overhaul where temporar...
Tim Chevalier
-101
/
+157
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-1
/
+1
2013-09-30
rustpkg: Remove uses of fmt!
Alex Crichton
-34
/
+34
2013-09-27
rustpkg: Implement `rustpkg test`
Tim Chevalier
-1
/
+5
2013-09-25
rustpkg: Search for packages correctly when using the rust_path_hack
Tim Chevalier
-1
/
+2
2013-09-18
rustpkg: Make crates, not packages, the unit of rustpkg dependencies
Tim Chevalier
-19
/
+43
2013-09-13
auto merge of #9148 : jakub-/rust/rustpkg-install-mkdir-p, r=catamorphism
bors
-5
/
+7
2013-09-12
Fix rustpkg install for git repositories
Jakub
-5
/
+7
2013-09-12
rustpkg: Support sub-package-IDs
Tim Chevalier
-6
/
+37
2013-09-08
rustpkg: Address review comments from Jack
Tim Chevalier
-32
/
+28
2013-09-08
rustpkg: Use workcache
Tim Chevalier
-93
/
+154
2013-09-04
auto merge of #8978 : pnkfelix/rust/make-path-api-less-allocation-happy, r=huonw
bors
-6
/
+6
2013-09-04
Update clients of path.rs to use new API.
Felix S. Klock II
-6
/
+6
2013-09-04
Added explicit pub to several conditions. Enables completion of #6009.
Felix S. Klock II
-0
/
+1
2013-08-30
rustpkg: Allow package directories to appear in the RUST_PATH
Tim Chevalier
-22
/
+80
2013-08-19
rustpkg: Un-ignore most of the remaining tests
Tim Chevalier
-1
/
+1
2013-08-11
Cleanup librustpkg a little bit.
Steven Stewart-Gallus
-23
/
+24
2013-08-10
std: Transform.find_ -> .find
Erick Tryzelaar
-1
/
+1
2013-08-09
rustpkg: Simplify the PkgId struct
Tim Chevalier
-28
/
+10
2013-08-09
std/rustc/rustpkg/syntax: Support the `extern mod = ...` form
Tim Chevalier
-12
/
+9
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-3
/
+3
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-2
/
+3
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-3
/
+3
2013-07-24
rustpkg: Handle non-numeric versions; some cleanup
Tim Chevalier
-17
/
+7
[next]