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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cargo
Age
Commit message (
Expand
)
Author
Lines
2012-02-14
cargo: Use $sysroot/bin/rustc to compile crate
Tycho Sci
-3
/
+17
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-4
/
+4
2012-02-11
core: Change the argument order for vec::contains, vec::count
Brian Anderson
-1
/
+1
2012-02-11
core: Rename vec::member to vec::contains to match str mod
Brian Anderson
-1
/
+1
2012-02-11
using str::index...
Kevin Cantu
-16
/
+18
2012-02-11
core::str rename [r]index -> [r]index_bytes
Kevin Cantu
-2
/
+2
2012-02-09
cargo: Disable system mode per discussion on #1760
Brian Anderson
-0
/
+8
2012-02-09
cargo: 2 modes -> 3 modes, and clarify them
Tycho Sci
-20
/
+58
2012-02-09
cargo: Add local mode and use it by default
Tycho Sci
-31
/
+62
2012-02-07
String split renaming:
Kevin Cantu
-1
/
+1
2012-02-01
Rename str::char_slice -> str::slice
Kevin Cantu
-1
/
+1
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-4
/
+4
2012-02-01
Propagating unsafe::slice 1
Kevin Cantu
-5
/
+7
2012-01-31
Change option::t to option
Tim Chevalier
-12
/
+12
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-0
/
+2
2012-01-24
rustc: Split diagnostics into "span diagnostics" and "diagnostics".
Patrick Walton
-1
/
+2
2012-01-25
suggest sync/init to user as appropriate
Grahame Bowland
-2
/
+22
2012-01-23
cargo: Long lines
Brian Anderson
-1
/
+2
2012-01-23
cargo: Remove unused imports - work around mystery resolve failure
Brian Anderson
-4
/
+1
2012-01-23
Merge pull request #1628 from startling/cargo-descriptions
Brian Anderson
-0
/
+14
2012-01-23
Added a newline after each description.
tim
-1
/
+1
2012-01-23
Get `description` attribute for packages from json.
tim
-2
/
+9
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-23
Steps towards package descriptions.
tim
-0
/
+7
2012-01-23
Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.
Kevin Atkinson
-1
/
+3
2012-01-22
Point to correct cargo-central.
Matthew O'Connor
-1
/
+1
2012-01-21
[cargo] detect libs properly
Elly Fong-Jones
-6
/
+3
2012-01-20
cargo: Remove may package list. I am a proud cargo-central user
Brian Anderson
-3
/
+0
2012-01-20
Fix `cargo install *` fails at assertion.
Tycho Sci
-1
/
+1
2012-01-19
misc: ';' to ',' in enums in cargo, compiletest, and fuzzer
Patrick Walton
-1
/
+1
2012-01-19
misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdoc
Patrick Walton
-1
/
+1
2012-01-19
cargo: Fix unused argument warning
Brian Anderson
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-2
/
+2
2012-01-18
[cargo] argh
Elly Jones
-20
/
+0
2012-01-18
[cargo] refactor test_one_crate
Elly Jones
-12
/
+26
2012-01-18
fix long line
Graydon Hoare
-1
/
+1
2012-01-18
[cargo] add --test flag to install
Elly Jones
-15
/
+48
2012-01-17
Update crates with correct crate_type attribute
Brian Anderson
-0
/
+2
2012-01-14
rustc: Rename mk_codemap_handler to mk_handler
Brian Anderson
-1
/
+1
2012-01-14
rustc: Allow a custom diagnostic emitter when building the handler
Brian Anderson
-1
/
+1
2012-01-13
Update tools for new parser API
Brian Anderson
-1
/
+7
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-0
/
+1
2012-01-06
cargo: Print rustc's stdout when compilation fails
Brian Anderson
-1
/
+1
2012-01-05
rustc: Add cargo's lib directory to search paths
Brian Anderson
-8
/
+4
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-2
/
+2
2011-12-22
cargo: Adding my package index.
Erick Tryzelaar
-0
/
+3
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-8
/
+8
2011-12-20
Merge pull request #1365 from elly/cargo
Brian Anderson
-2
/
+15
2011-12-20
cargo: allow 'ref' package key for git packages.
Elly Jones
-2
/
+15
2011-12-20
Missing comma.
Graydon Hoare
-1
/
+1
[prev]
[next]