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
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+9
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-3
/
+3
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-2
/
+2
2012-09-19
Remove hokey-hashes from metadata indexes.
Graydon Hoare
-2
/
+2
2012-09-15
int/uint parse_buf => parse_bytes (#3444)
Erick Tryzelaar
-1
/
+1
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-2
/
+2
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-2
/
+2
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-07
Refactor fn_ty, working towards #3320
Niko Matsakis
-1
/
+1
2012-09-06
Remove struct ctors
Brian Anderson
-3
/
+5
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-15
/
+15
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+6
2012-08-29
std: Camel case some constructors
Brian Anderson
-10
/
+10
2012-08-28
CamelCasify lots of std
Ben Striegel
-32
/
+32
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-26
Camel case the option type
Brian Anderson
-50
/
+50
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-7
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-19
/
+19
2012-08-23
Infer variance of types with respect to the region parameter.
Niko Matsakis
-7
/
+11
2012-08-22
Represent "item families" in the decoder as an enum
Tim Chevalier
-70
/
+120
2012-08-22
Merge find_linkage_attrs with find_linkage_metas
Tim Chevalier
-1
/
+1
2012-08-22
intern identifiers
Paul Stansifer
-67
/
+78
2012-08-17
rustc: Remove a few allocations from metadata. Shaves a few milliseconds off ...
Patrick Walton
-2
/
+2
2012-08-17
rustc: Remove tag_paths and all of the associated encoding
Patrick Walton
-5
/
+0
2012-08-17
rustc: Remove resolve_path
Patrick Walton
-32
/
+0
2012-08-17
rustc: Remove a user of tag_paths.
Patrick Walton
-30
/
+10
2012-08-17
rustc: Encode reexports in the metadata and don't have each_path search tag_p...
Patrick Walton
-50
/
+55
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-15
rustc: Perform some AST surgery to separate out class fields from methods
Patrick Walton
-3
/
+4
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-14
Convert more core types to camel case
Brian Anderson
-6
/
+6
2012-08-14
Make most forms of explicit self work. By-value not implemented. Work on #2585.
Michael Sullivan
-16
/
+1
2012-08-08
Convert impls to new syntax
Brian Anderson
-2
/
+1
2012-08-08
In decoder, rename class_member_id to item_def_id.
Michael Sullivan
-6
/
+5
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-11
/
+18
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-27
/
+27
2012-08-05
Switch alts to use arrows
Brian Anderson
-82
/
+84
2012-08-03
rustc: Add the notion of inherited visibility
Patrick Walton
-5
/
+8
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-57
/
+57
2012-07-31
rustc: Check self types in method lookup; allow required trait methods to hav...
Patrick Walton
-2
/
+55
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-24
/
+24
2012-07-26
Use iteration protocol for ebml, use vec::view in more places (issue #2880)
Eric Holk
-43
/
+37
2012-07-26
rustc: Fix cross-crate max/min-class-style constructors
Patrick Walton
-2
/
+4
2012-07-25
rustc: Introduce a lang_items pass, part of coherence and operator overloading.
Patrick Walton
-0
/
+13
2012-07-18
rustc: Implement multiple-traits-per-impl for cross-crate stuff
Patrick Walton
-9
/
+7
2012-07-18
rustc: Encode metadata unconditionally for impls/traits/classes. Closes #2945.
Patrick Walton
-0
/
+2
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-0
/
+19
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-49
/
+49
[next]