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
Age
Commit message (
Expand
)
Author
Lines
2012-08-22
Merge find_linkage_attrs with find_linkage_metas
Tim Chevalier
-3
/
+4
2012-08-22
intern identifiers
Paul Stansifer
-247
/
+269
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-2
/
+10
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 a few allocations from metadata. Shaves a few milliseconds off ...
Patrick Walton
-4
/
+5
2012-08-17
rustc: Remove a bunch of unused metadata tags from common
Patrick Walton
-9
/
+0
2012-08-17
rustc: Remove tag_paths and all of the associated encoding
Patrick Walton
-214
/
+0
2012-08-17
rustc: Remove resolve_path
Patrick Walton
-56
/
+0
2012-08-17
rustc: Remove a user of tag_paths.
Patrick Walton
-31
/
+11
2012-08-17
rustc: Remove lookup_defs; unused.
Patrick Walton
-12
/
+0
2012-08-17
rustc: Encode reexports in the metadata and don't have each_path search tag_p...
Patrick Walton
-60
/
+100
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
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
-47
/
+68
2012-08-15
rustc: "as Trait" can now be written "as @Trait".
Patrick Walton
-2
/
+4
2012-08-15
Convert more core types to camel case
Brian Anderson
-11
/
+11
2012-08-14
Convert more core types to camel case
Brian Anderson
-51
/
+51
2012-08-14
Make most forms of explicit self work. By-value not implemented. Work on #2585.
Michael Sullivan
-30
/
+5
2012-08-13
rustc: Mostly implement region-bounded stack closures
Patrick Walton
-14
/
+15
2012-08-10
Revert "rustc: Make function types have vstores in them"
Patrick Walton
-15
/
+14
2012-08-10
rustc: Make function types have vstores in them
Patrick Walton
-14
/
+15
2012-08-08
Convert impls to new syntax
Brian Anderson
-5
/
+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-08
In decoder, rename class_member_id to item_def_id.
Michael Sullivan
-6
/
+5
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
-22
/
+86
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
rustc: Parse and stub (broken) typechecking for bounded function types
Patrick Walton
-2
/
+4
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
-117
/
+117
2012-08-05
Switch alts to use arrows
Brian Anderson
-392
/
+388
2012-08-03
rustc: Merge fn& and fn in favor of fn&.
Patrick Walton
-2
/
+0
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
-9
/
+12
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
-5
/
+7
2012-08-01
Convert ret to return
Brian Anderson
-169
/
+171
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-9
/
+9
2012-07-31
rustc: Check self types in method lookup; allow required trait methods to hav...
Patrick Walton
-3
/
+113
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-97
/
+97
2012-07-30
rustc: "iface" -> "trait" in comments, error messages, and identifiers.
Lindsey Kuper
-1
/
+1
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
-3
/
+14
[prev]
[next]