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
/
comp
/
middle
Age
Commit message (
Expand
)
Author
Lines
2012-02-17
Clean up some of trans using block combinators
Marijn Haverbeke
-904
/
+791
2012-02-17
Simplify get_tydesc's API
Marijn Haverbeke
-44
/
+22
2012-02-17
Clean up block_ctxt representation
Marijn Haverbeke
-140
/
+131
2012-02-16
More rigorous reuse of cleanup sequences
Marijn Haverbeke
-153
/
+170
2012-02-16
Remove to_zero/to_revoke kludge
Marijn Haverbeke
-71
/
+25
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-130
/
+142
2012-02-15
move shape into trans
Niko Matsakis
-0
/
+0
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-72
/
+119
2012-02-15
Replace some explicit fails with 'alt check' invocations
Marijn Haverbeke
-78
/
+37
2012-02-15
Fix bug in safe-reference checker
Marijn Haverbeke
-35
/
+23
2012-02-15
Support 'alt check' syntax
Marijn Haverbeke
-19
/
+16
2012-02-14
rustc: Translate crust functions
Brian Anderson
-84
/
+263
2012-02-14
rustc: Add trans_crust_fn. Don't do anything special yet
Brian Anderson
-6
/
+15
2012-02-14
rustc: Extract native function generation into trans::native
Brian Anderson
-183
/
+193
2012-02-14
rustc: Translate the value of crust functions
Brian Anderson
-0
/
+13
2012-02-14
rustc: Typecheck crust functions as *u8
Brian Anderson
-0
/
+12
2012-02-14
rustc: Add crust functions to the AST
Brian Anderson
-2
/
+2
2012-02-14
Fix double-cleanup bug in patch 57c7645cb83e609ff
Marijn Haverbeke
-1
/
+3
2012-02-14
Allow static method calls to be bound
Marijn Haverbeke
-69
/
+87
2012-02-14
Add [X].len() to core, use it in trans modules
Marijn Haverbeke
-79
/
+76
2012-02-13
Track purity/unsafety of iface and impl methods
Marijn Haverbeke
-34
/
+50
2012-02-13
Fix bug in handling of block functions in last-use analysis
Marijn Haverbeke
-2
/
+6
2012-02-13
correct error message and add to test
Niko Matsakis
-1
/
+1
2012-02-13
do not fail if iface/impl method have different number of parameters
Niko Matsakis
-0
/
+7
2012-02-13
remove leading ::, new tests
Niko Matsakis
-1
/
+1
2012-02-13
Make sure simplify_type simplifies all pointer types
Marijn Haverbeke
-19
/
+17
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-6
/
+6
2012-02-11
core: Change the argument order for vec::contains, vec::count
Brian Anderson
-7
/
+7
2012-02-11
core: Rename vec::member to vec::contains to match str mod
Brian Anderson
-7
/
+7
2012-02-11
correct fully qualified type names to include the crate; add tests (take 2)
Niko Matsakis
-1
/
+1
2012-02-11
Revert prior commit until I have time to track down the valgrind error
Niko Matsakis
-1
/
+1
2012-02-10
correct fully qualified type names to include the crate; add tests
Niko Matsakis
-1
/
+1
2012-02-10
create serialization lib and update serializer to use it
Niko Matsakis
-1
/
+1
2012-02-10
use absolute names when pretty-printing types
Niko Matsakis
-25
/
+33
2012-02-10
put serializer into the build and encode full item paths
Niko Matsakis
-0
/
+53
2012-02-10
create serializer project which autogenerates serialization code
Niko Matsakis
-1
/
+15
2012-02-10
Remove dead code
Niko Matsakis
-37
/
+0
2012-02-10
Remove a vestige of return-by-reference
Marijn Haverbeke
-53
/
+29
2012-02-10
Fix mistake in typechecker error refactor
Marijn Haverbeke
-1
/
+1
2012-02-10
Add compile-fail tests for interfaces/impls
Marijn Haverbeke
-9
/
+9
2012-02-10
Represent boxed ifaces in a way similar to functions
Marijn Haverbeke
-284
/
+66
2012-02-10
Complain about multiple methods in scope only once
Marijn Haverbeke
-3
/
+6
2012-02-09
suppress warning
Tim Chevalier
-2
/
+2
2012-02-09
Further WIP on classes
Tim Chevalier
-6
/
+58
2012-02-09
Fix bug in decoding of method metadata
Marijn Haverbeke
-1
/
+1
2012-02-09
Fix various bugs in monomorphization
Marijn Haverbeke
-64
/
+81
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-51
/
+7
2012-02-09
Increase precedence of as operator
Marijn Haverbeke
-4
/
+3
2012-02-09
Monomorphize methods and bounded parameters
Marijn Haverbeke
-39
/
+143
2012-02-08
A bit more WIP on classes, and some cleanup in resolve
Tim Chevalier
-83
/
+131
[prev]
[next]