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
/
middle
/
trans
Age
Commit message (
Expand
)
Author
Lines
2012-08-22
Track the type of self properly. Closes #3247.
Michael Sullivan
-21
/
+17
2012-08-22
Eliminate many match checks in rustc
Tim Chevalier
-32
/
+10
2012-08-21
Fix generation of generic methods with explicit self
Niko Matsakis
-33
/
+71
2012-08-21
Convert atomic intrinsics away from old argument modes (partial #3200)
Ben Blum
-13
/
+24
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-2
/
+3
2012-08-17
Make by-val explicit self actually work. Closes #2585.
Michael Sullivan
-22
/
+59
2012-08-17
rustc: Remove the impl map
Patrick Walton
-10
/
+0
2012-08-17
make borrowck more conservative around rvalues.
Niko Matsakis
-14
/
+10
2012-08-17
rustc: Encode reexports in the metadata and don't have each_path search tag_p...
Patrick Walton
-6
/
+15
2012-08-17
Remove the class keyword
Brian Anderson
-3
/
+3
2012-08-15
rustc: Perform some AST surgery to separate out class fields from methods
Patrick Walton
-15
/
+8
2012-08-15
rustc: Parse labeled loop, break, and again
Patrick Walton
-5
/
+11
2012-08-15
rustc: Implement automatic reference for method receivers
Patrick Walton
-3
/
+9
2012-08-15
rustc: "as Trait" can now be written "as @Trait".
Patrick Walton
-8
/
+8
2012-08-15
Convert more core types to camel case
Brian Anderson
-8
/
+8
2012-08-14
Make most forms of explicit self work. By-value not implemented. Work on #2585.
Michael Sullivan
-1
/
+15
2012-08-14
Convert a couple hundred ~""s to ""s, in trans functions.
Graydon Hoare
-280
/
+280
2012-08-14
Compile default methods; un-xfail default methods test (cc: #2794).
Lindsey Kuper
-18
/
+25
2012-08-13
De-mode-ify a few minor libcore modules.
Graydon Hoare
-1
/
+1
2012-08-13
rustc: Mostly implement region-bounded stack closures
Patrick Walton
-30
/
+71
2012-08-13
Default methods get through compilation, but not linkage (cc: #2794).
Lindsey Kuper
-2
/
+28
2012-08-13
Change "iid" identifiers (apparently "interface id") to "trait_id"
Lindsey Kuper
-9
/
+10
2012-08-10
Revert "rustc: Make function types have vstores in them"
Patrick Walton
-54
/
+30
2012-08-10
rustc: Make function types have vstores in them
Patrick Walton
-30
/
+54
2012-08-10
Remove unneeded imports now that #1873 seems to be fixed
Lindsey Kuper
-2
/
+0
2012-08-10
remove modes from ty.rs
Niko Matsakis
-20
/
+21
2012-08-09
rustc: Initialize the drop flag with the new struct literal syntax. Closes #3...
Patrick Walton
-0
/
+6
2012-08-09
Finish translating const indexing. Close #1417, close #570, close #571, close...
Graydon Hoare
-14
/
+59
2012-08-08
Const field access (working) and vec indexing (almost). More for #2317.
Graydon Hoare
-2
/
+88
2012-08-08
Convert impls to new syntax
Brian Anderson
-14
/
+15
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-10
/
+11
2012-08-08
Make let _ = e; have the same semantics as e;
Tim Chevalier
-0
/
+17
2012-08-08
rustc: Do some plumbing work on nested enums
Patrick Walton
-20
/
+37
2012-08-08
rustc: Strict enforcement of glue function types.
Elliott Slaughter
-60
/
+118
2012-08-07
rustc: Parse variant structs; add a trivial test case
Patrick Walton
-3
/
+8
2012-08-07
Add minor debug mode for measuring type sizes, helper for #3025.
Graydon Hoare
-0
/
+8
2012-08-07
rustc: Box struct_defs
Patrick Walton
-1
/
+1
2012-08-07
Translate const structs.
Graydon Hoare
-0
/
+26
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-5
/
+68
2012-08-07
rustc: Cosmetic change to type_of to make control flow more obvious.
Elliott Slaughter
-112
/
+110
2012-08-07
rustc: Fix for type_of on recursive enum creating two types instead of one.
Elliott Slaughter
-16
/
+15
2012-08-07
rustc: Move some more routines that operate on struct definitions out of line
Patrick Walton
-19
/
+25
2012-08-07
rustc: Split out struct bodies into a separate "struct_def" type in the AST
Patrick Walton
-11
/
+11
2012-08-07
Const slices now work. Something odd about non-const cases though, see #3138.
Graydon Hoare
-8
/
+9
2012-08-07
rustc: Add stub support for struct variants to the AST
Patrick Walton
-20
/
+42
2012-08-07
syntax: Rename expr_alt to expr_match
Brian Anderson
-2
/
+2
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-4
/
+4
2012-08-06
Auto-deref the base expr in trans_method_callee
Tim Chevalier
-0
/
+6
2012-08-06
rustc: Parse and stub (broken) typechecking for bounded function types
Patrick Walton
-0
/
+3
2012-08-06
rustc: Implement pattern matching for structs
Patrick Walton
-24
/
+112
[prev]
[next]