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-07-09
Tag re-exports differently in metadata
Tim Chevalier
-3
/
+8
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-2
/
+2
2012-07-09
Fix metadata serialization of foreign functions. Properly take the value of f...
Josh Matthews
-1
/
+1
2012-07-06
Plumbing and parsing for item-position macros.
Eric Holk
-0
/
+2
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-14
/
+14
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-14
/
+14
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-0
/
+4
2012-07-01
Convert to new closure syntax
Brian Anderson
-53
/
+53
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-19
/
+19
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-53
/
+53
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-18
/
+26
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-17
/
+18
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-15
/
+16
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-75
/
+77
2012-06-25
Add class fields to the global index
Tim Chevalier
-5
/
+5
2012-06-24
Remove resources
Tim Chevalier
-39
/
+0
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-2
/
+1
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-3
/
+3
2012-06-13
Allow impls to be re-exported
Tim Chevalier
-5
/
+9
2012-06-13
Box AST idents
Brian Anderson
-38
/
+39
2012-06-12
Handle class destructors correctly in metadata
Tim Chevalier
-14
/
+24
2012-06-04
better support for classes with polymorphic methods
Niko Matsakis
-1
/
+1
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-3
/
+3
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-19
rustc: Remove dead code in encoder
Brian Anderson
-3
/
+1
2012-05-17
Refactor encoder::encode_module_item_paths
Tim Chevalier
-62
/
+57
2012-05-17
Annotate or fix FIXMEs in LLVM bindings and metadata code
Tim Chevalier
-5
/
+1
2012-05-16
rustc: Break another dependency between metadata and resolve
Brian Anderson
-33
/
+27
2012-05-16
rustc: Break a dependency between metadata and resolve
Brian Anderson
-16
/
+10
2012-05-15
Generate drop glue correctly for classes with destructors
Tim Chevalier
-2
/
+7
2012-05-14
rustc: Break some of metadata's dependencies on session
Brian Anderson
-8
/
+16
2012-05-14
rustc: Break metadata's dependency on link
Brian Anderson
-2
/
+6
2012-05-14
rustc: Eliminate metadata's dependency on astencode
Brian Anderson
-4
/
+4
2012-05-14
rustc: Eliminate encoder's dependency on astencode
Brian Anderson
-12
/
+20
2012-05-14
rustc: Move astencode from metadata to middle
Brian Anderson
-0
/
+1
2012-05-14
First cut at dtors for classes
Tim Chevalier
-3
/
+6
2012-05-13
rustc: Eliminate metadata's dependency on trans
Brian Anderson
-37
/
+69
2012-05-08
Start parsing pub/priv on regular items
Marijn Haverbeke
-15
/
+15
2012-05-02
Remove commented-out code and old comments that accidentally snuck in
Tim Chevalier
-22
/
+1
2012-05-02
Encode the ifaces a class implements in metadata
Tim Chevalier
-20
/
+71
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-4
/
+6
2012-04-25
More slice use in vec, io, str, ebml, metadata encoder and decoder.
Graydon Hoare
-3
/
+3
2012-04-23
rustc: Eliminate trans dependency from metadata::tyencode
Brian Anderson
-6
/
+11
2012-04-23
Allow classes to be cast to ifaces that are in the same crate
Tim Chevalier
-3
/
+1
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-1
/
+1
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-21
/
+33
2012-04-18
Stop duplicating non-generic resource destructors
Marijn Haverbeke
-0
/
+3
2012-04-11
Allow classes to implement ifaces
Tim Chevalier
-4
/
+4
2012-04-10
Generic classes and generic class methods work cross-crate
Tim Chevalier
-12
/
+14
[next]