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-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-74
/
+74
2012-08-22
intern identifiers
Paul Stansifer
-15
/
+17
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-67
/
+67
2012-08-05
Switch alts to use arrows
Brian Anderson
-174
/
+166
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-78
/
+78
2012-08-01
Clean out transitional lint.
Graydon Hoare
-7
/
+0
2012-07-31
rustc: Parse by-reference pattern bindings with the "ref" keyword
Patrick Walton
-9
/
+9
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-9
/
+9
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-74
/
+74
2012-07-26
Nomenclature fixes in the lint checker. Fewer double-negatives.
Graydon Hoare
-2
/
+9
2012-07-25
More purity to make it easier to borrow strings in format strings.
Eric Holk
-1
/
+1
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-2
/
+2
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-1
/
+0
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-371
/
+378
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-1
/
+1
2012-07-11
Fix some version numbers.
Graydon Hoare
-5
/
+5
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-4
/
+4
2012-07-06
cargo: Fix building dependencies
Erick Tryzelaar
-2
/
+2
2012-07-05
Mostly change TODOs to FIXMEs and annotate them
Tim Chevalier
-5
/
+7
2012-07-01
Convert to new closure syntax
Brian Anderson
-44
/
+42
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-4
/
+4
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-63
/
+63
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-52
/
+56
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-11
/
+12
2012-06-21
Remove some singleton vector appends.
Eric Holk
-2
/
+2
2012-06-21
Comments only: annotate FIXMEs in cargo
Tim Chevalier
-4
/
+5
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-2
/
+2
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-9
/
+1
2012-06-13
Merge remote-tracking branch 'erickt/master' into incoming
Brian Anderson
-13
/
+13
2012-06-13
Box AST idents
Brian Anderson
-16
/
+16
2012-06-13
cargo: Recursively copy install fragments
Erick Tryzelaar
-1
/
+1
2012-06-13
Fix cargo not making ./.cargo dir
Erick Tryzelaar
-1
/
+1
2012-06-13
Make cargo a little more ideomatic
Erick Tryzelaar
-11
/
+11
2012-06-12
Fix json no-implicit-copy warnings
Erick Tryzelaar
-21
/
+21
2012-06-12
Clean up cargo imports.
Erick Tryzelaar
-3
/
+0
2012-06-12
std: Add a to_str impl for json::error.
Erick Tryzelaar
-3
/
+4
2012-06-12
cargo: remove leading underscores
Erick Tryzelaar
-24
/
+24
2012-06-10
cargo: Do builds under ./.cargo/work in local mode
Brian Anderson
-1
/
+1
2012-06-09
cargo: Update for recent language changes
Brian Anderson
-95
/
+91
2012-06-09
Merge remote-tracking branch 'z0w0/cargo-deps'
Brian Anderson
-249
/
+1004
2012-06-09
Revert "Merge remote-tracking branch 'z0w0/cargo-deps'"
Brian Anderson
-1004
/
+249
2012-06-09
Revert "cargo: Add a FIXME about immutability"
Brian Anderson
-2
/
+0
2012-06-09
cargo: Add a FIXME about immutability
Brian Anderson
-0
/
+2
2012-06-09
Merge remote-tracking branch 'z0w0/cargo-deps'
Brian Anderson
-249
/
+1004
2012-06-07
Cargo: Added experimental dependency support (solves from crate files)
Zack Corr
-95
/
+291
2012-06-06
avoid unnecessary by-mut-ref in cargo
Niko Matsakis
-3
/
+3
2012-06-06
Cargo: Added new source scheme, added sources CLI management, added source du...
Zack Corr
-189
/
+748
2012-06-04
Make vecs implicitly copyable for all of our projects.
Michael Sullivan
-2
/
+2
[prev]
[next]