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-05-08
Start parsing pub/priv on regular items
Marijn Haverbeke
-21
/
+21
2012-05-07
make it illegal to implicitly capture mutable variables
Niko Matsakis
-2
/
+1
2012-05-02
Remove commented-out code and old comments that accidentally snuck in
Tim Chevalier
-44
/
+4
2012-05-02
Encode the ifaces a class implements in metadata
Tim Chevalier
-39
/
+118
2012-05-01
Don't re-export a glob-imported ID when the same ID is defined within
Tim Chevalier
-1
/
+1
2012-04-30
Stop inferring bot/static when types/regions are unconstrained.
Niko Matsakis
-4
/
+4
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-19
/
+20
2012-04-25
More slice use in vec, io, str, ebml, metadata encoder and decoder.
Graydon Hoare
-29
/
+29
2012-04-23
rustc: Eliminate trans dependency from metadata::tyencode
Brian Anderson
-12
/
+19
2012-04-23
Allow classes to be cast to ifaces that are in the same crate
Tim Chevalier
-11
/
+7
2012-04-23
encode the borrowing table, add a simple cross-crate borrowing test
Niko Matsakis
-1
/
+15
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-3
/
+3
2012-04-23
Simplify representation of ast::path
Marijn Haverbeke
-2
/
+2
2012-04-20
Log decoded inline_items when debug is active.
Graydon Hoare
-0
/
+7
2012-04-20
Implement tydecode::parse_vstore.
Graydon Hoare
-1
/
+14
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-69
/
+179
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-4
/
+4
2012-04-18
Stop duplicating non-generic resource destructors
Marijn Haverbeke
-0
/
+3
2012-04-16
rewrite region resolution so it takes place in typeck
Niko Matsakis
-6
/
+1
2012-04-16
rustc: Resolve external impls defined in yet other crates. Issue #2196
Brian Anderson
-6
/
+17
2012-04-15
syntax: Cleanup attr module. Closes #1545
Brian Anderson
-6
/
+7
2012-04-11
Allow classes to implement ifaces
Tim Chevalier
-4
/
+4
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
[prev]
[next]