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
/
comp
/
metadata
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-2
/
+2
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-3
/
+3
2012-01-17
encode variant names and have log print them out.
Niko Matsakis
-2
/
+3
2012-01-11
Fix dependency bug iface-did-of-impl resolving
Marijn Haverbeke
-12
/
+1
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-0
/
+1
2012-01-11
Fix regression in resolving of external impls
Marijn Haverbeke
-4
/
+4
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-1
/
+19
2012-01-05
Clean up translating of def_ids in metadata reader
Marijn Haverbeke
-70
/
+65
2012-01-05
Get external interfaces / impls working
Marijn Haverbeke
-49
/
+72
2012-01-05
Write the iface type of an impl in the crate data
Marijn Haverbeke
-1
/
+19
2012-01-02
Box arrays of parameter bounds
Marijn Haverbeke
-4
/
+4
2012-01-02
Check that type parameter bounds are interface types
Marijn Haverbeke
-5
/
+2
2011-12-29
Box ty_param_bounds_and_ty
Marijn Haverbeke
-1
/
+1
2011-12-28
Change representation of type params to handle interface bounds
Marijn Haverbeke
-48
/
+33
2011-12-23
Use the same type of record in ty::ty_fn and ty::method
Marijn Haverbeke
-6
/
+3
2011-12-20
rustc: Implement re-export of renamed modules
Haitao Li
-1
/
+0
2011-12-19
Associate names with types introduced by items
Marijn Haverbeke
-2
/
+10
2011-12-16
Finish resolving and calling of crate-external impls
Marijn Haverbeke
-2
/
+48
2011-12-16
reorder args to the various vec, option fns so blk comes last
Niko Matsakis
-1
/
+0
2011-12-16
rustc: Implement non-renamed re-export across crates
Haitao Li
-8
/
+3
2011-12-15
rustc: Box tag variants to avoid copies
Brian Anderson
-1
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-1
/
+2
2011-12-12
rustc: Encode crate hash into metadata
Haitao Li
-3
/
+11
2011-11-18
Preparation for kind system overhaul
Marijn Haverbeke
-3
/
+3
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-10
Cleanup unused imports
Haitao Li
-2
/
+0
2011-10-21
Remove last uses of iterators from stdlib
Marijn Haverbeke
-25
/
+20
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-2
/
+2
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-0
/
+4
2011-10-12
make native functions markable as unsafe and incorporate that
Niko Matsakis
-1
/
+3
2011-10-12
add 'u' to one other place it was missing
Niko Matsakis
-0
/
+1
2011-10-12
add 'u' to decoder (kinda' important)
Niko Matsakis
-0
/
+1
2011-10-12
Extend the unchecked block stuff to allow unsafe blocks as well.
Niko Matsakis
-0
/
+1
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-9
/
+3
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-30
/
+30
2011-09-02
Reformat. Issue #855
Brian Anderson
-41
/
+32
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-4
/
+4
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-11
/
+11
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-12
/
+9
2011-08-27
Convert misc compiler bits to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert pretty-printer to istrs. Issue #855
Brian Anderson
-2
/
+6
2011-08-27
Convert rustc::metadata to istrs. Issue #855
Brian Anderson
-29
/
+32
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-4
/
+4
2011-08-27
Convert portions of rustc to istrs. Recover a lot of performance.
Brian Anderson
-1
/
+2
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-11
/
+16
2011-08-24
Change "pred" to "pure fn" (but still accept "pred")
Tim Chevalier
-1
/
+1
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-1
/
+2
2011-08-20
Reformat
Brian Anderson
-47
/
+46
2011-08-18
Remove or _-prefix all unused function arguments
Marijn Haverbeke
-1
/
+1
[next]