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-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
2012-08-07
rustc: Add stub support for struct variants to the AST
Patrick Walton
-2
/
+6
2012-08-06
Move some decoder code to the right place.
Michael Sullivan
-17
/
+15
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-30
/
+30
2012-08-05
Switch alts to use arrows
Brian Anderson
-75
/
+73
2012-08-03
rustc: Parse, serialize, and deserialize trait inheritance
Patrick Walton
-1
/
+4
2012-08-03
rustc: Add the notion of inherited visibility
Patrick Walton
-4
/
+4
2012-08-03
Fix signed/unsigned bug, likely cause of windows crash.
Graydon Hoare
-3
/
+3
2012-08-02
Shift writer_util to a derived impl attached to the writer trait
Graydon Hoare
-3
/
+8
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-1
/
+3
2012-08-01
Convert ret to return
Brian Anderson
-10
/
+10
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-3
/
+3
2012-07-31
rustc: Check self types in method lookup; allow required trait methods to hav...
Patrick Walton
-1
/
+56
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-12
/
+12
2012-07-30
rustc: "iface" -> "trait" in comments, error messages, and identifiers.
Lindsey Kuper
-1
/
+1
2012-07-26
rustc: Fix cross-crate max/min-class-style constructors
Patrick Walton
-1
/
+10
2012-07-25
rustc: Introduce a lang_items pass, part of coherence and operator overloading.
Patrick Walton
-0
/
+1
2012-07-25
Add #[inline(never)], and also fixed inlining on vec::push
Eric Holk
-2
/
+2
2012-07-24
rustc: Write impl attributes into the metadata
Patrick Walton
-0
/
+1
2012-07-24
rustc: Don't require that structs have constructors
Patrick Walton
-15
/
+26
2012-07-18
syntax: Parse multiple trait refs in a single implementation
Patrick Walton
-12
/
+8
2012-07-18
rustc: Encode metadata unconditionally for impls/traits/classes. Closes #2945.
Patrick Walton
-26
/
+35
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-30
/
+30
[prev]
[next]