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
Age
Commit message (
Expand
)
Author
Lines
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-13
Add a couple more to_json impls.
Erick Tryzelaar
-0
/
+12
2012-06-12
Forgot to xfail-fast this
Tim Chevalier
-0
/
+1
2012-06-12
Fix json no-implicit-copy warnings
Erick Tryzelaar
-126
/
+139
2012-06-12
std: Remove copy from all the hashmap key type params
Erick Tryzelaar
-2
/
+2
2012-06-12
whitespace cleanup
Erick Tryzelaar
-1
/
+1
2012-06-12
Rewrite int/uint helper functions to use refs
Erick Tryzelaar
-42
/
+36
2012-06-12
Convert most str and vec fns to slices
Erick Tryzelaar
-109
/
+114
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
/
+10
2012-06-12
cargo: remove leading underscores
Erick Tryzelaar
-24
/
+24
2012-06-12
Test case for previous commit
Tim Chevalier
-0
/
+126
2012-06-12
Handle class destructors correctly in metadata
Tim Chevalier
-26
/
+91
2012-06-12
Simplify a bunch of trans functions to not need the rust type. Remove some Po...
Michael Sullivan
-66
/
+33
2012-06-12
Make vectors contain the right type descriptor. Closes #2536.
Michael Sullivan
-17
/
+12
2012-06-12
Introduce an unboxed_vec type
Michael Sullivan
-11
/
+34
2012-06-12
Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic.
Michael Sullivan
-7
/
+102
2012-06-12
Correct typo in comment
Tim Chevalier
-1
/
+1
2012-06-12
Change trans::common::block to be a class
Tim Chevalier
-60
/
+69
2012-06-12
Treat enums with one variant specially in borrowck: #2573
Niko Matsakis
-33
/
+120
2012-06-12
Add a test for explicit `i` suffix on integer literals
Lindsey Kuper
-0
/
+9
2012-06-12
Allow trailing comma in vectors. Closes #2482.
Lindsey Kuper
-1
/
+14
2012-06-12
syntax: clarify that trailing separators are never required
Lindsey Kuper
-60
/
+60
2012-06-12
Reorder things in hash_type_structure to make more sense.
Michael Sullivan
-10
/
+10
2012-06-11
core: More stack walking
Brian Anderson
-9
/
+48
2012-06-11
Change llsize_real to use LLVMSizeOfTypeInBits. Add comments.
Graydon Hoare
-10
/
+52
2012-06-11
syntax: minor cleanups; making things more idiomatic
Lindsey Kuper
-75
/
+69
2012-06-11
Add a new AST node for unsuffixed integer types.
Lindsey Kuper
-36
/
+63
2012-06-11
Stop emitting type parameters in shape.rs.
Michael Sullivan
-16
/
+9
2012-06-11
Clean up tydesc declaration to make it clear what is unused.
Michael Sullivan
-21
/
+16
2012-06-11
Get rid of a bunch of dead shape code. Closes #2552.
Michael Sullivan
-310
/
+69
2012-06-11
Add emacs settings to some runtime files where they were missing.
Michael Sullivan
-0
/
+55
2012-06-11
Don't treat all class fields as mutable, except in trans
Tim Chevalier
-7
/
+43
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-09
bench: xfail-pretty shootout-k-nucleotide
Brian Anderson
-0
/
+2
2012-06-09
bench: Modify shootout-k-nucleotide to not read from the filesystem
Brian Anderson
-1
/
+83344
2012-06-09
bench: Increase the difficulty of fasta
Brian Anderson
-1
/
+1
2012-06-09
Add the Alioth k-nucleotide benchmark
Kevin Cantu
-11
/
+207
2012-06-09
Fix long lines
Brian Anderson
-2
/
+8
2012-06-09
syntax: Don't copy source string
Brian Anderson
-2
/
+1
2012-06-09
syntax: Intern @strs instead of strs
Brian Anderson
-18
/
+21
2012-06-08
core: Don't deadlock on io streams in run::program_output
Brian Anderson
-26
/
+73
2012-06-08
Merge pull request #2560 from bstrie/num
Brian Anderson
-5
/
+3
[next]