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
/
rustc
/
metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-2
/
+9
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-13
/
+13
2012-03-26
Enforce privacy declarations for class fields and methods
Tim Chevalier
-10
/
+21
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-1
/
+6
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-5
/
+1
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-1
/
+5
2012-03-23
Rename builtin back to intrinsic
Marijn Haverbeke
-1
/
+1
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-4
/
+0
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-1
/
+6
2012-03-22
Make cross-crate calls to class methods work
Tim Chevalier
-18
/
+61
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-12
/
+12
2012-03-20
stdlib: Implement arenas
Patrick Walton
-2
/
+2
2012-03-20
Class methods WIP
Tim Chevalier
-66
/
+93
2012-03-20
Move external-reachability checker to trans
Marijn Haverbeke
-11
/
+5
2012-03-16
Encode both private and public class fields in metadata
Tim Chevalier
-8
/
+3
2012-03-16
Fix encoding of class ctors
Tim Chevalier
-20
/
+18
2012-03-16
Classes WIP
Tim Chevalier
-6
/
+122
2012-03-15
Properly recognize external intrinsics
Marijn Haverbeke
-9
/
+15
2012-03-15
Only write metadata for items that actually appear in the root AST
Marijn Haverbeke
-31
/
+39
2012-03-15
Make sure enum and resource constructors are inlined properly
Marijn Haverbeke
-11
/
+6
2012-03-15
Make sure resource destructors are properly monomorphized
Marijn Haverbeke
-5
/
+4
2012-03-15
Remove a large part of the tydesc-passing code
Marijn Haverbeke
-2
/
+3
2012-03-15
Stop generating generic versions of generic functions
Marijn Haverbeke
-4
/
+8
2012-03-15
Fix assumption that monomorphized method's impls are crate-local
Marijn Haverbeke
-1
/
+1
2012-03-15
Write out the AST for all externally-reachable generics
Marijn Haverbeke
-2
/
+3
2012-03-14
rustc: Lift the @ from the type definition of crate_ctxt into its uses
Patrick Walton
-2
/
+2
2012-03-13
implement deserialization, rename mk_mem_buffer() to mem_buffer()
Niko Matsakis
-2
/
+2
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-1
/
+1
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-1
/
+1
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-2
/
+4
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-12
/
+15
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+0
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-06
Add a reachability checker, only export metadata for reachable items
Marijn Haverbeke
-7
/
+20
2012-03-06
Track all exports in exp_map
Marijn Haverbeke
-3
/
+8
2012-03-05
give user control of whether we use inline hint or inline always
Niko Matsakis
-2
/
+10
2012-03-05
set LLVM inline hint for all #[inline] methods, whether CC or local
Niko Matsakis
-6
/
+2
2012-03-04
Translate simple classes
Tim Chevalier
-2
/
+2
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+766