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
/
metadata
Age
Commit message (
Expand
)
Author
Lines
2012-04-11
Add enough tyencode stuff to stop faulting when we hit error messages.
Graydon Hoare
-2
/
+45
2012-04-11
Add vstore/evec/estr to compiler.
Graydon Hoare
-0
/
+2
2012-04-10
Generic classes and generic class methods work cross-crate
Tim Chevalier
-14
/
+41
2012-04-09
rustc: Add more creader logging
Brian Anderson
-0
/
+17
2012-04-08
Check metadata hash when loading transitive dependent crates
Haitao Li
-24
/
+33
2012-04-08
Check version when resolving transitive dependent crates
Haitao Li
-6
/
+12
2012-04-08
Encode crate dependencies' hash and version data
Haitao Li
-26
/
+57
2012-04-07
Use version and hash in crate_map name
Haitao Li
-1
/
+15
2012-04-07
Use real crate name in crate_map name
Haitao Li
-1
/
+5
2012-04-06
Re-rename option functions
Tim Chevalier
-15
/
+15
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-65
/
+61
2012-04-06
rustc: Warn when linking to multiple versions of the same crate
Brian Anderson
-23
/
+67
2012-04-06
rustc: Fail when there are multiple matches for 'use'
Brian Anderson
-6
/
+28
2012-04-05
add static region and also fix regions to be contravariant
Niko Matsakis
-0
/
+3
2012-04-05
rustc: Don't assume that all crates with the same name are the same
Brian Anderson
-21
/
+59
2012-04-04
wip: refactor repr of regions
Niko Matsakis
-17
/
+46
2012-04-02
Rename some core::option functions
Tim Chevalier
-15
/
+15
2012-03-29
rustc: Remove the rustsyntax::attr wrapper in front
Brian Anderson
-3
/
+3
2012-03-29
rustc: Remove the session dependency from front::attr
Brian Anderson
-1
/
+1
2012-03-29
Require "self" as base expression for intra-class method or field references
Tim Chevalier
-6
/
+0
2012-03-28
Allow explicit self-calls within classes
Tim Chevalier
-28
/
+31
2012-03-27
Enforce mutability declarations in classes; correct shapes for classes
Tim Chevalier
-4
/
+24
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-30
/
+30
2012-03-26
rustc: Begin eliminating ext's dependency on the session
Brian Anderson
-9
/
+6
2012-03-26
Enforce privacy declarations for class fields and methods
Tim Chevalier
-35
/
+36
2012-03-23
Implement new inference algorithm.
Niko Matsakis
-5
/
+18
2012-03-23
Handle self correctly when translating classes
Tim Chevalier
-1
/
+1
2012-03-23
rustc: Redo region inference to be a bit less broken
Patrick Walton
-10
/
+10
2012-03-23
Keep an explicit map of things that have to be spilled
Marijn Haverbeke
-1
/
+10
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-20
/
+1
2012-03-23
Revert removal of intrinsics
Marijn Haverbeke
-1
/
+20
2012-03-23
Rename builtin back to intrinsic
Marijn Haverbeke
-1
/
+1
2012-03-23
Remove support for the old-style intrinsics
Marijn Haverbeke
-19
/
+0
2012-03-23
Implement built-in native modules as an alternative to intrinsics
Marijn Haverbeke
-1
/
+12
2012-03-22
Make cross-crate calls to class methods work
Tim Chevalier
-20
/
+96
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-69
/
+72
2012-03-21
methods work
Tim Chevalier
-15
/
+34
2012-03-21
rustc: Introduce re_params into the typechecker
Patrick Walton
-1
/
+3
2012-03-20
stdlib: Implement arenas
Patrick Walton
-2
/
+2
2012-03-20
Class methods WIP
Tim Chevalier
-96
/
+140
2012-03-20
Revert order of arguments to option::maybe and from_maybe
Marijn Haverbeke
-1
/
+1
2012-03-20
Move external-reachability checker to trans
Marijn Haverbeke
-153
/
+5
2012-03-19
core: Move unsafe conversions to str::unsafe
Brian Anderson
-1
/
+1
2012-03-16
Encode both private and public class fields in metadata
Tim Chevalier
-14
/
+5
2012-03-16
Fix encoding of class ctors
Tim Chevalier
-22
/
+22
2012-03-16
Classes WIP
Tim Chevalier
-20
/
+221
2012-03-16
Remove shared tydescs
Marijn Haverbeke
-2
/
+0
2012-03-15
rustc: Create self region bindings, and forbid the self region from being use...
Patrick Walton
-0
/
+3
2012-03-15
kill old serialization code
Niko Matsakis
-9189
/
+0
2012-03-15
switch over to using new serialize/deserialize code
Niko Matsakis
-20
/
+148
[prev]
[next]