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
Age
Commit message (
Expand
)
Author
Lines
2012-08-11
rename var_bindings to be less cryptic
Niko Matsakis
-43
/
+58
2012-08-10
Revert "rustc: Make function types have vstores in them"
Patrick Walton
-212
/
+98
2012-08-10
rustc: Make function types have vstores in them
Patrick Walton
-98
/
+212
2012-08-10
Remove unneeded imports now that #1873 seems to be fixed
Lindsey Kuper
-2
/
+0
2012-08-10
Move a comment to where it belongs.
Lindsey Kuper
-1
/
+2
2012-08-10
Change 'ret' to 'return' in an error message
Brian Anderson
-1
/
+1
2012-08-10
rustc: Allow @fn to be used as a synonym for fn@, and likewise with ~ and &
Patrick Walton
-5
/
+29
2012-08-10
remove modes from ty.rs
Niko Matsakis
-141
/
+159
2012-08-09
rustc: Initialize the drop flag with the new struct literal syntax. Closes #3...
Patrick Walton
-0
/
+6
2012-08-09
de-mode-ify infer and some parts of typeck
Niko Matsakis
-134
/
+155
2012-08-09
Change coherence error 'implement a trait instead' -> 'implement a trait or n...
Ben Blum
-1
/
+2
2012-08-09
Finish translating const indexing. Close #1417, close #570, close #571, close...
Graydon Hoare
-14
/
+59
2012-08-09
Enforce a stricter notion of purity when borrowing. Fixes #3162.
Niko Matsakis
-2
/
+24
2012-08-09
Minor cleanup
Lindsey Kuper
-6
/
+6
2012-08-08
lint: Don't warn about non-camel case impl names
Brian Anderson
-1
/
+1
2012-08-08
Const field access (working) and vec indexing (almost). More for #2317.
Graydon Hoare
-2
/
+90
2012-08-08
rustc: Remove some uses of impl_map
Brian Anderson
-118
/
+3
2012-08-08
Convert impls to new syntax
Brian Anderson
-125
/
+107
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-25
/
+30
2012-08-08
Minor cleanups/comments/whitespace changes
Lindsey Kuper
-8
/
+8
2012-08-08
Default methods in traits get through typeck.
Lindsey Kuper
-19
/
+158
2012-08-08
Change a `match check` to `match`
Lindsey Kuper
-1
/
+2
2012-08-08
Clean up whitespace
Lindsey Kuper
-1
/
+1
2012-08-08
Make let _ = e; have the same semantics as e;
Tim Chevalier
-0
/
+17
2012-08-08
lint: Allow trailing underscores in camel case idents
Brian Anderson
-1
/
+12
2012-08-08
rustc: Do some plumbing work on nested enums
Patrick Walton
-86
/
+150
2012-08-08
rustc: Strict enforcement of glue function types.
Elliott Slaughter
-60
/
+118
2012-08-08
Don't add struct names to the value name space if there's no constructor
Tim Chevalier
-8
/
+16
2012-08-08
refactor categorization out of borrowck into its own module.
Niko Matsakis
-369
/
+473
2012-08-07
improve borrowck error messages to explain regions better
Niko Matsakis
-9
/
+9
2012-08-07
rustc: Resolve constructor expressions for variant structs
Patrick Walton
-10
/
+27
2012-08-07
rustc: Parse variant structs; add a trivial test case
Patrick Walton
-6
/
+11
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
-5
/
+5
2012-08-07
Translate const structs.
Graydon Hoare
-0
/
+28
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-191
/
+310
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
-128
/
+148
2012-08-07
rustc: Split out struct bodies into a separate "struct_def" type in the AST
Patrick Walton
-50
/
+53
2012-08-07
Const slices now work. Something odd about non-const cases though, see #3138.
Graydon Hoare
-10
/
+10
2012-08-07
rustc: Add stub support for struct variants to the AST
Patrick Walton
-58
/
+95
2012-08-07
syntax: Rename expr_alt to expr_match
Brian Anderson
-12
/
+12
2012-08-07
syntax: Make match arm parsing more restrictive again
Brian Anderson
-22
/
+22
2012-08-07
Reindent some match exprs to agree with rust-mode.el
Lindsey Kuper
-67
/
+67
2012-08-07
Comments, minor refactoring, clean up wording of error messages
Lindsey Kuper
-18
/
+30
2012-08-07
add lint mode for deprecated pattern usage
Niko Matsakis
-6
/
+36
2012-08-07
move borrowck tests to use ref, fix a few exposed shortcomings
Niko Matsakis
-16
/
+22
2012-08-06
Auto-deref the base expr in trans_method_callee
Tim Chevalier
-0
/
+6
2012-08-06
first shot at integrating ref/value bindings into borrowck
Niko Matsakis
-57
/
+81
[prev]
[next]