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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustc
Age
Commit message (
Expand
)
Author
Lines
2012-08-03
rustc: Add the notion of inherited visibility
Patrick Walton
-14
/
+18
2012-08-03
Fix signed/unsigned bug, likely cause of windows crash.
Graydon Hoare
-3
/
+3
2012-08-03
rustc: Remove fixed-length string warning
Patrick Walton
-4
/
+1
2012-08-03
rustc: "foo" is now a static string
Patrick Walton
-15
/
+12
2012-08-03
rustc: Remove all fixed-length strings from our codebase
Patrick Walton
-2
/
+5
2012-08-02
Fix build breakage
Tim Chevalier
-2
/
+1
2012-08-02
Make comparisons between region pointers work
Tim Chevalier
-8
/
+10
2012-08-02
Purge placement new; Make borrowck know about unary move.
Niko Matsakis
-177
/
+24
2012-08-02
When checking loop bodies and do-expr bodies, don't require the expected type...
Tim Chevalier
-10
/
+12
2012-08-02
Fixing a long line
Eric Holk
-1
/
+2
2012-08-02
rustc: Translate class literals correctly if the class has a destructor
Patrick Walton
-1
/
+11
2012-08-02
rustc: Throw out some more regions when normalizing types
Patrick Walton
-22
/
+37
2012-08-02
De-duplicate core::hash some, refactor the traits.
Graydon Hoare
-15
/
+16
2012-08-02
Shift writer_util to a derived impl attached to the writer trait
Graydon Hoare
-3
/
+8
2012-08-02
Add target_word_size cfg variable
Graydon Hoare
-4
/
+5
2012-08-02
Make typeck::collect aware of provided methods in traits.
Lindsey Kuper
-2
/
+13
2012-08-02
Extend ast_map to know about method declarations in traits.
Michael Sullivan
-1
/
+13
2012-08-02
Remove modes from map API and replace with regions.
Niko Matsakis
-89
/
+95
2012-08-01
Convert ret to return
Brian Anderson
-1640
/
+1683
2012-08-01
rustc: Translate by-value pattern bindings
Patrick Walton
-35
/
+120
2012-08-01
Clean out transitional lint.
Graydon Hoare
-10
/
+0
2012-08-01
Start adding infrastructure for checking trait method bodies.
Lindsey Kuper
-0
/
+15
2012-08-01
Rename `convert_class_item` to `convert_field`.
Lindsey Kuper
-5
/
+5
2012-08-01
Fix bad indentation.
Lindsey Kuper
-11
/
+11
2012-08-01
Introduce self_info (self_ty packaged up with a node_id).
Lindsey Kuper
-30
/
+61
2012-08-01
Fix inaccurate comment.
Lindsey Kuper
-1
/
+1
2012-07-31
change how we print and explain region types
Niko Matsakis
-9
/
+71
2012-07-31
rustc: Parse by-reference pattern bindings with the "ref" keyword
Patrick Walton
-58
/
+70
2012-07-31
rustc: Add non_camel_case_types lint check
Brian Anderson
-0
/
+41
2012-07-31
Start implementing structured constants.
Graydon Hoare
-172
/
+183
2012-07-31
rustc: "paramerization" -> "parameterization" in driver
Patrick Walton
-1
/
+1
2012-07-31
rustc: Implement unary move. Closes #917.
Patrick Walton
-6
/
+14
2012-07-31
Introduce 'return', 'match' and 'module' as synonyms
Brian Anderson
-250
/
+250
2012-07-31
rustc: Check self types in method lookup; allow required trait methods to hav...
Patrick Walton
-18
/
+172
2012-07-31
std: getopts::match -> matches
Brian Anderson
-1
/
+1
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-39
/
+39
2012-07-30
Frontend bits for #2317, general const-expr classification.
Graydon Hoare
-1
/
+195
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-1142
/
+1142
2012-07-30
Feed the interner to the pretty-printer, in anticipation of pretty-printing t...
Paul Stansifer
-1
/
+2
2012-07-30
Impl-ize interner.
Paul Stansifer
-3
/
+3
2012-07-30
rustc: "iface" -> "trait" in comments, error messages, and identifiers.
Lindsey Kuper
-22
/
+22
2012-07-30
rustc: "ifce" -> "trt" in identifiers
Lindsey Kuper
-14
/
+14
2012-07-30
Fix #2979: inference for lifetimes of & expressions
Niko Matsakis
-247
/
+572
2012-07-30
rustc: Make option<&foo> no longer cause LLVM asserts by getting rid of regio...
Patrick Walton
-0
/
+4
2012-07-30
LONG LINES\!
Brian Anderson
-3
/
+7
2012-07-30
rustc: use new siphash impl instead of sha1
Damian Gryski
-28
/
+28
2012-07-29
Rewrite bitv to use classes and optimize its representation
Tim Chevalier
-241
/
+217
2012-07-27
rustc: Use coherence for operator overloading.
Patrick Walton
-60
/
+140
2012-07-27
Forbid duplicate fields in record types and exprs
Tim Chevalier
-1
/
+39
2012-07-27
Correctly forbid upvars in nested impls, traits and classes
Tim Chevalier
-12
/
+72
[prev]
[next]