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
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-09
rustc: Fix the collision with Tim's change
Patrick Walton
-1
/
+12
2012-07-09
Tag re-exports differently in metadata
Tim Chevalier
-6
/
+10
2012-07-09
Fix metadata serialization of foreign functions. Properly take the value of f...
Josh Matthews
-0
/
+1
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-12
/
+12
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-07-03
rustc: Make a note of the fact that each_path doesn't handle path nesting pro...
Patrick Walton
-0
/
+3
2012-07-03
rustc: Speed up def ID parsing in the metadata
Patrick Walton
-9
/
+10
2012-07-03
rustc: Avoid a lot of copying in metadata when reading impls
Patrick Walton
-6
/
+20
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-5
/
+5
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-20
/
+135
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-1
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-44
/
+45
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-24
/
+24
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-1
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-46
/
+46
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-3
/
+3
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-1
/
+1
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-23
/
+23
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-64
/
+64
2012-06-25
Add class fields to the global index
Tim Chevalier
-1
/
+7
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
-2
/
+2
2012-06-13
Box AST idents
Brian Anderson
-22
/
+24
2012-06-12
Handle class destructors correctly in metadata
Tim Chevalier
-7
/
+10
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-1
/
+1
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-17
Annotate or fix FIXMEs in LLVM bindings and metadata code
Tim Chevalier
-2
/
+2
2012-05-16
rustc: Sever the link between metadata and resolve
Brian Anderson
-2
/
+7
2012-05-15
Generate drop glue correctly for classes with destructors
Tim Chevalier
-0
/
+14
2012-05-14
rustc: Break some of metadata's dependencies on session
Brian Anderson
-2
/
+4
2012-05-14
rustc: Eliminate metadata's dependency on astencode
Brian Anderson
-5
/
+13
2012-05-14
rustc: Move astencode from metadata to middle
Brian Anderson
-0
/
+1
2012-05-13
rustc: Eliminate metadata's dependency on trans
Brian Anderson
-1
/
+0
2012-05-08
Start parsing pub/priv on regular items
Marijn Haverbeke
-6
/
+6
2012-05-02
Remove commented-out code and old comments that accidentally snuck in
Tim Chevalier
-19
/
+1
2012-05-02
Encode the ifaces a class implements in metadata
Tim Chevalier
-12
/
+31
2012-04-23
Allow classes to be cast to ifaces that are in the same crate
Tim Chevalier
-6
/
+3
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-1
/
+16
2012-04-16
rustc: Resolve external impls defined in yet other crates. Issue #2196
Brian Anderson
-5
/
+14
2012-04-15
syntax: Cleanup attr module. Closes #1545
Brian Anderson
-1
/
+1
2012-04-08
Encode crate dependencies' hash and version data
Haitao Li
-4
/
+21
2012-04-06
Re-rename option functions
Tim Chevalier
-1
/
+1
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-6
/
+6
2012-04-02
Rename some core::option functions
Tim Chevalier
-1
/
+1
2012-03-29
rustc: Remove the rustsyntax::attr wrapper in front
Brian Anderson
-1
/
+1
2012-03-28
Allow explicit self-calls within classes
Tim Chevalier
-1
/
+1
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-2
/
+14
2012-03-26
Enforce privacy declarations for class fields and methods
Tim Chevalier
-16
/
+15
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-8
/
+0
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-0
/
+8
[next]