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-05-23
rustc: Eliminate metadata's dependency on util::common
Brian Anderson
-1
/
+0
2012-05-23
rustc: Move new_def_hash to ast_util
Brian Anderson
-0
/
+1
2012-05-22
rustc: Eliminate metadata's dependency on session
Brian Anderson
-46
/
+59
2012-05-22
rustc: Eliminate some session deps from metadata::loader
Brian Anderson
-43
/
+66
2012-05-22
rustc: Don't fall back to static libraries when shared isn't found
Brian Anderson
-7
/
+2
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-3
/
+4
2012-05-19
rustc: Remove dead code in encoder
Brian Anderson
-3
/
+1
2012-05-17
Refactoring, annotating FIXMEs in remainder of metadata code
Tim Chevalier
-46
/
+40
2012-05-17
Refactor encoder::encode_module_item_paths
Tim Chevalier
-62
/
+57
2012-05-17
Annotate or fix FIXMEs in LLVM bindings and metadata code
Tim Chevalier
-8
/
+7
2012-05-16
rustc: Sever the link between metadata and resolve
Brian Anderson
-3
/
+8
2012-05-16
rustc: Break another dependency between metadata and resolve
Brian Anderson
-33
/
+27
2012-05-16
rustc: Break a dependency between metadata and resolve
Brian Anderson
-16
/
+10
2012-05-16
pull out id visitor into ast_util from astencode
Niko Matsakis
-0
/
+940
2012-05-15
rustc: Extract loader mod from creader mod
Brian Anderson
-199
/
+219
2012-05-15
Generate drop glue correctly for classes with destructors
Tim Chevalier
-2
/
+29
2012-05-14
rustc: Break some of metadata's dependencies on session
Brian Anderson
-14
/
+23
2012-05-14
rustc: Break metadata's dependency on link
Brian Anderson
-2
/
+6
2012-05-14
rustc: Eliminate metadata's dependency on astencode
Brian Anderson
-11
/
+21
2012-05-14
rustc: Eliminate encoder's dependency on astencode
Brian Anderson
-12
/
+20
2012-05-14
rustc: Move astencode from metadata to middle
Brian Anderson
-1093
/
+2
2012-05-14
First cut at dtors for classes
Tim Chevalier
-3
/
+13
2012-05-13
rustc: Eliminate a simple dependency from metadata mod
Brian Anderson
-1
/
+1
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-1
/
+1
2012-05-13
rustc: Eliminate metadata's dependency on trans
Brian Anderson
-50
/
+77
2012-05-10
Removed all 4 uses of `do ... while` in the codebase.
Paul Stansifer
-6
/
+9
2012-05-09
implement new borrow ck (disabled by default)
Niko Matsakis
-4
/
+6
2012-05-09
reduce self type to a special type parameter
Niko Matsakis
-9
/
+9
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
[prev]
[next]