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
/
cargo
Age
Commit message (
Expand
)
Author
Lines
2012-03-28
Update crate URLs to point to interesting things.
Graydon Hoare
-1
/
+1
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-5
/
+5
2012-03-26
Fix return-in-block in cargo
Marijn Haverbeke
-6
/
+4
2012-03-22
Bump version numbers to 0.2
Brian Anderson
-1
/
+1
2012-03-22
make --enforce-mut-vars always on, add mut annotations to remaining files
Niko Matsakis
-19
/
+19
2012-03-20
Implement an initial version of placement new.
Niko Matsakis
-4
/
+4
2012-03-15
cargo FIXMEs
Tim Chevalier
-20
/
+32
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-1
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-48
/
+41
2012-03-10
cargo: Don't bail when signature verification fails
Brian Anderson
-3
/
+2
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+0
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-02-28
std: rewrite json.rs to fix bugs and use readers/writers
Erick Tryzelaar
-12
/
+16
2012-02-23
Adjust fuzzer and cargo to changes in core::str API
Marijn Haverbeke
-3
/
+3
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-4
/
+4
2012-02-23
(core::str) replace byte_index[_from] with index[_from]
Kevin Cantu
-8
/
+8
2012-02-23
(core::char) rename slice -> slice_chars
Kevin Cantu
-5
/
+5
2012-02-23
(core::str) rename index -> index_chars
Kevin Cantu
-2
/
+2
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-4
/
+4
2012-02-20
cargo: Install blobs to $sysroot/(bin|lib) on system-mode
Tycho Sci
-6
/
+29
2012-02-20
cargo: Use system-mode by default except "install"
Tycho Sci
-30
/
+26
2012-02-14
cargo: Warn if "gpg" is not available
Tycho Sci
-0
/
+4
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
[next]