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-03-15
switch over to using new serialize/deserialize code
Niko Matsakis
-144
/
+278
2012-03-15
test: Fix breakage
Brian Anderson
-3
/
+3
2012-03-15
test: Fix name of bitv type
Brian Anderson
-1
/
+1
2012-03-15
std: Swap the argument order of list::foldl to match vec::foldl
Brian Anderson
-4
/
+4
2012-03-15
std: Follow conventions in bitv
Brian Anderson
-51
/
+56
2012-03-15
core: Make some functions pure
Brian Anderson
-21
/
+21
2012-03-15
core: Channels are just port ids
Brian Anderson
-27
/
+17
2012-03-15
rt: Remove the kernel task table
Brian Anderson
-54
/
+7
2012-03-15
rt: Remove remaining uses of rust_kernel::get_task_by_id
Brian Anderson
-37
/
+24
2012-03-15
rt: Look up ports through a single port table
Brian Anderson
-70
/
+68
2012-03-15
Make last-use finder treat referenced function arguments properly
Marijn Haverbeke
-5
/
+17
2012-03-15
Remove tests from astencode.rs
Marijn Haverbeke
-116
/
+0
2012-03-15
Fix bug in vtable builder
Marijn Haverbeke
-1
/
+8
2012-03-15
Reuse monomorphized functions more aggressively
Marijn Haverbeke
-64
/
+351
2012-03-15
Remove support for dynamically-sized types from translation code
Marijn Haverbeke
-557
/
+148
2012-03-15
Remove GEP_tup_like
Marijn Haverbeke
-181
/
+62
2012-03-15
Remove dynastack code from compiler
Marijn Haverbeke
-61
/
+2
2012-03-15
Remove lltyparams field in trans::common::fn_ctxt
Marijn Haverbeke
-69
/
+18
2012-03-15
Zero out dest ptr when port_recv doesn't return a value
Marijn Haverbeke
-0
/
+1
2012-03-15
Suppress valgrind error in dynamic linker
Marijn Haverbeke
-0
/
+8
2012-03-15
Don't pass an undef retptr to generic intrinsics
Marijn Haverbeke
-5
/
+5
2012-03-15
Properly recognize external intrinsics
Marijn Haverbeke
-65
/
+89
2012-03-15
Huge kludge to get intrinsics' type parameters passed
Marijn Haverbeke
-27
/
+53
2012-03-15
Never pass tydesc to functions
Marijn Haverbeke
-351
/
+93
2012-03-15
Properly replace iface tps with impl tps in static method calls
Marijn Haverbeke
-10
/
+26
2012-03-15
Only write metadata for items that actually appear in the root AST
Marijn Haverbeke
-34
/
+42
2012-03-15
Make sure enum and resource constructors are inlined properly
Marijn Haverbeke
-45
/
+70
2012-03-15
Make sure resource destructors are properly monomorphized
Marijn Haverbeke
-46
/
+73
2012-03-15
Remove a large part of the tydesc-passing code
Marijn Haverbeke
-307
/
+112
2012-03-15
Rename dict to vtable throughout the compiler
Marijn Haverbeke
-164
/
+166
2012-03-15
Hugely simplify iface handling
Marijn Haverbeke
-321
/
+136
2012-03-15
Stop generating generic versions of generic functions
Marijn Haverbeke
-62
/
+61
2012-03-15
Disallow calling generic methods through a boxed iface
Marijn Haverbeke
-0
/
+4
2012-03-15
Fix assumption that monomorphized method's impls are crate-local
Marijn Haverbeke
-15
/
+39
2012-03-15
Fix monomorphization of resource constructors
Marijn Haverbeke
-4
/
+21
2012-03-15
Turn on monomorphization by default
Marijn Haverbeke
-7
/
+1
2012-03-15
Write out the AST for all externally-reachable generics
Marijn Haverbeke
-2
/
+3
2012-03-14
Upgrade LLVM and add fix to PE/COFF relocation overflow handling.
Graydon Hoare
-1
/
+0
2012-03-14
Convert *u8 native string users to *c_char
Brian Anderson
-224
/
+231
2012-03-14
core: Add str::from_c_str, from_c_str_len, as_c_str
Brian Anderson
-5
/
+30
2012-03-14
core: Rename str::from_cstr et. al to from_buf
Brian Anderson
-26
/
+26
2012-03-14
core:: Eliminate str::sbuf. Replace with *u8
Brian Anderson
-145
/
+138
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-143
/
+140
2012-03-14
rustc: Universally quantify regions when looking up typeclass implementations
Patrick Walton
-1
/
+17
2012-03-14
fixup auto_serialize's treatment of nullary variants
Niko Matsakis
-6
/
+28
2012-03-14
allow immut vars to be moved. enforce mut vars after stage0 in std.
Niko Matsakis
-9
/
+16
2012-03-14
annotate libstd and start enforcing mutability
Niko Matsakis
-137
/
+144
2012-03-14
rustc: Lift the @ from the type definition of crate_ctxt into its uses
Patrick Walton
-145
/
+146
2012-03-14
rustc: Fix a couple of bugs that prevented taking addresses of rvalues
Patrick Walton
-7
/
+8
2012-03-14
test: Remove unsafe from the region tests
Patrick Walton
-14
/
+10
[prev]
[next]