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-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-1151
/
+0
2012-10-22
rustc: Implement generic cross-crate trait inheritance
Patrick Walton
-0
/
+11
2012-10-18
rustc: Implement intra-crate static methods on anonymous trait implementation...
Patrick Walton
-7
/
+76
2012-10-18
libcore: minor code cleanup.
Erick Tryzelaar
-7
/
+6
2012-10-15
rustc: Implement monomorphic default methods. r=nmatsakis
Patrick Walton
-3
/
+51
2012-10-12
remove ctor from ast (take 2) (no review: just dead code removal)
Niko Matsakis
-5
/
+1
2012-10-12
Use the Nth impl when translating a static method call, instead
Niko Matsakis
-27
/
+37
2012-10-12
Replace several common macros of the form #m[...] with m!(...)
Kevin Cantu
-2
/
+2
2012-10-11
Remove obsolete FIXME
Tim Chevalier
-1
/
+0
2012-10-07
Remove the old serializers (needs snapshot)
Erick Tryzelaar
-122
/
+123
2012-10-07
migrate libsyntax/rustc to auto_serialize2
Erick Tryzelaar
-122
/
+122
2012-09-28
demode vec
Niko Matsakis
-1
/
+1
2012-09-27
core: More option demoding
Brian Anderson
-1
/
+1
2012-09-26
core: Replace map/map_default with map_ref/map_default_ref
Brian Anderson
-2
/
+2
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-20
/
+20
2012-09-26
turn ast::ident into a struct
Erick Tryzelaar
-21
/
+21
2012-09-26
Allow hashmaps to infer their types
Erick Tryzelaar
-1
/
+1
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-9
/
+0
2012-09-23
core: Demode option
Brian Anderson
-4
/
+4
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-3
/
+1
2012-09-20
Revert "syntax: Make attributes sendable for rustdoc's benefit"
Brian Anderson
-4
/
+4
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-4
/
+4
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
[next]