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
Age
Commit message (
Expand
)
Author
Lines
2012-06-14
Comments only: annotate FIXMEs in reflect
Tim Chevalier
-1
/
+2
2012-06-14
Adding move_val and move_val_init intrinsics.
Eric Holk
-1
/
+41
2012-06-14
Remove a workaround
Tim Chevalier
-2
/
+2
2012-06-14
Refactor; annotate a FIXME
Tim Chevalier
-25
/
+17
2012-06-14
Comments only: annotate FIXMEs in typeck::infer
Tim Chevalier
-1
/
+2
2012-06-14
Comments only: annotate a FIXME and remove an obsolete one
Tim Chevalier
-2
/
+2
2012-06-14
Annotate and fix FIXMEs in typeck
Tim Chevalier
-41
/
+40
2012-06-14
Dead code elimination
Tim Chevalier
-38
/
+4
2012-06-14
Add a Num typeclass
Patrick Walton
-0
/
+2
2012-06-13
Add upcall_malloc_dyn to rustrt.def.in.
Michael Sullivan
-0
/
+1
2012-06-13
Make trans only generate calls to the _dyn malloc upcalls, so we can get rid ...
Michael Sullivan
-43
/
+26
2012-06-13
Add a malloc_dyn upcall for dynamically sized allocations on the shared heap.
Michael Sullivan
-39
/
+102
2012-06-13
Allow impls to be re-exported
Tim Chevalier
-5
/
+30
2012-06-13
Merge remote-tracking branch 'erickt/master' into incoming
Brian Anderson
-13
/
+25
2012-06-13
Traverse types in reachability
Tim Chevalier
-1
/
+67
2012-06-13
Allow trailing commas in import lists. Closes #2582.
Lindsey Kuper
-1
/
+11
2012-06-13
Box AST idents
Brian Anderson
-603
/
+629
2012-06-13
Some cleanup in tvec.
Michael Sullivan
-9
/
+6
2012-06-13
Register snapshots
Tim Chevalier
-0
/
+8
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-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
[prev]
[next]