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
/
rustc
/
metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-20
Remove export_map from resolve, just use export_map2.
Graydon Hoare
-3
/
+0
2012-09-20
libcore: Make BytesWriters not require shared boxes.
Patrick Walton
-1
/
+1
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-18
/
+18
2012-09-19
Remove hokey-hashes from metadata indexes.
Graydon Hoare
-5
/
+8
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-2
/
+4
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-7
/
+5
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-5
/
+7
2012-09-18
libcore: make a copyless io::BytesWriter
Erick Tryzelaar
-20
/
+17
2012-09-15
libcore: rename *flate_buf to *flate_bytes (#3444)
Erick Tryzelaar
-1
/
+1
2012-09-11
Make moves explicit in rustc
Tim Chevalier
-1
/
+1
2012-09-10
Camel case std::serialization
Brian Anderson
-2
/
+0
2012-09-10
Convert std::map to camel case
Brian Anderson
-8
/
+8
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-1
/
+1
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-1
/
+1
2012-09-07
Remove support for multiple traits in a single impl
Tim Chevalier
-5
/
+2
2012-09-07
rustc: Add a str_eq lang item for pattern matching
Patrick Walton
-0
/
+1
2012-09-07
Refactor fn_ty, working towards #3320
Niko Matsakis
-1
/
+1
2012-09-05
Mark crate metadata with a version tag. Close #3390.
Graydon Hoare
-1
/
+20
2012-09-04
Remove 'with'
Brian Anderson
-1
/
+1
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-21
/
+21
2012-08-30
rustc: "extern mod { ... }" should be written "extern { ... }" instead
Patrick Walton
-1
/
+0
2012-08-29
Rename resolve3 -> resolve.
Graydon Hoare
-3
/
+3
2012-08-28
CamelCasify lots of std
Ben Striegel
-38
/
+38
2012-08-28
Compress metadata section. Seems a minor speed win, major space win.
Graydon Hoare
-1
/
+1
2012-08-27
Add some counters to metadata.
Graydon Hoare
-1
/
+58
2012-08-27
rustc: fix the unused pattern vars warnings.
Erick Tryzelaar
-4
/
+4
2012-08-26
Camel case the option type
Brian Anderson
-13
/
+13
2012-08-25
Fix more unused variable warnings
Brian Anderson
-1
/
+1
2012-08-25
rustc: Implement foreign constants.
Patrick Walton
-0
/
+8
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-25
/
+26
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-15
/
+16
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-15
/
+15
2012-08-23
Infer variance of types with respect to the region parameter.
Niko Matsakis
-2
/
+6
2012-08-22
Represent "item families" in the decoder as an enum
Tim Chevalier
-4
/
+7
2012-08-22
intern identifiers
Paul Stansifer
-78
/
+92
2012-08-17
rustc: Remove the impl map
Patrick Walton
-3
/
+0
2012-08-17
rustc: Get rid of the impl_map in the encoder
Patrick Walton
-26
/
+20
2012-08-17
rustc: Remove tag_paths and all of the associated encoding
Patrick Walton
-209
/
+0
2012-08-17
rustc: Encode reexports in the metadata and don't have each_path search tag_p...
Patrick Walton
-1
/
+30
2012-08-15
rustc: Fix long lines and trailing whitespace
Patrick Walton
-1
/
+2
2012-08-15
rustc: Perform some AST surgery to separate out class fields from methods
Patrick Walton
-44
/
+64
2012-08-14
Convert more core types to camel case
Brian Anderson
-4
/
+4
2012-08-14
Make most forms of explicit self work. By-value not implemented. Work on #2585.
Michael Sullivan
-14
/
+4
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-6
/
+7
2012-08-08
rustc: Do some plumbing work on nested enums
Patrick Walton
-1
/
+2
2012-08-07
rustc: Parse variant structs; add a trivial test case
Patrick Walton
-1
/
+1
2012-08-07
rustc: Box struct_defs
Patrick Walton
-1
/
+1
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-10
/
+67
2012-08-07
rustc: Move some more routines that operate on struct definitions out of line
Patrick Walton
-14
/
+21
2012-08-07
rustc: Split out struct bodies into a separate "struct_def" type in the AST
Patrick Walton
-11
/
+12
[next]