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
/
metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-766
/
+0
2012-03-02
emit mthd data if marked inline
Niko Matsakis
-11
/
+8
2012-03-02
restructure to better support method inlining
Niko Matsakis
-1
/
+1
2012-02-28
correct freevar encoding, add more debugging output
Niko Matsakis
-1
/
+1
2012-02-24
Encode/decode AST into metadata, re-instantiate inlined items
Niko Matsakis
-125
/
+138
2012-02-21
Include @ in crate_ctxt and fn_ctxt type definitions
Marijn Haverbeke
-2
/
+2
2012-02-14
rustc: Add crust functions to the AST
Brian Anderson
-1
/
+6
2012-02-13
Remove some needlessly repetetive casts in metadata code
Marijn Haverbeke
-21
/
+16
2012-02-13
Track purity/unsafety of iface and impl methods
Marijn Haverbeke
-9
/
+8
2012-02-13
add serialization library; convert ebml lib to use u64 internally
Niko Matsakis
-1
/
+1
2012-02-10
put serializer into the build and encode full item paths
Niko Matsakis
-12
/
+52
2012-02-10
update ebml interface
Niko Matsakis
-22
/
+21
2012-02-07
Minor class-related tweaks to the AST
Tim Chevalier
-2
/
+2
2012-02-06
Make ty::t type self-sufficient
Marijn Haverbeke
-1
/
+1
2012-02-03
Beginnings of front-end support for classes
Tim Chevalier
-0
/
+6
2012-02-03
Store item paths in ast_map, get rid of trans::local_ctxt
Marijn Haverbeke
-2
/
+2
2012-02-01
Remove support for native types
Marijn Haverbeke
-6
/
+0
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-0
/
+3
2012-01-30
Substitute type parameters more eagerly
Marijn Haverbeke
-11
/
+11
2012-01-27
Merge remote-tracking branch 'killerswan/fixing_strings_2'
Brian Anderson
-2
/
+2
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-1
/
+1
2012-01-26
Make re-exporting of impls work
Marijn Haverbeke
-17
/
+17
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-6
/
+5
2012-01-25
(FIX) Change encoder::encode_metadata to return a [u8] (which will become an ...
Kevin Cantu
-2
/
+2
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-10
/
+10
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-7
/
+7
2012-01-17
encode variant names and have log print them out.
Niko Matsakis
-0
/
+1
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-3
/
+6
2012-01-13
make "native fn" the type for bare functions, remove fn exprs
Niko Matsakis
-1
/
+1
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-3
/
+3
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-32
/
+0
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-1
/
+1
2012-01-11
Fix dependency bug iface-did-of-impl resolving
Marijn Haverbeke
-7
/
+0
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-13
/
+12
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-0
/
+12
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-1
/
+1
2012-01-05
Get external interfaces / impls working
Marijn Haverbeke
-14
/
+40
2012-01-05
Write the iface type of an impl in the crate data
Marijn Haverbeke
-3
/
+16
2012-01-02
Key tcx.ty_param_bounds on node_ids, not def_ids
Marijn Haverbeke
-1
/
+1
2011-12-28
Change representation of type params to handle interface bounds
Marijn Haverbeke
-24
/
+22
2011-12-23
Parse `iface` items and interface references in `impl` items.
Marijn Haverbeke
-3
/
+12
2011-12-22
Unify some data structures in syntax::ast that were doing the same thing
Marijn Haverbeke
-24
/
+12
2011-12-22
Add ty::new_ty_hash, clean up comparing of ty::t's
Marijn Haverbeke
-1
/
+1
2011-12-20
rustc: Re-export the same name in different namespaces
Haitao Li
-1
/
+2
2011-12-20
rustc: Implement re-export of renamed modules
Haitao Li
-3
/
+5
2011-12-19
Associate names with types introduced by items
Marijn Haverbeke
-0
/
+4
2011-12-16
Finish resolving and calling of crate-external impls
Marijn Haverbeke
-19
/
+31
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-1
/
+1
2011-12-16
Write impl data to crate library files
Marijn Haverbeke
-1
/
+37
[next]