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-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-10
/
+8
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-8
/
+8
2012-06-14
Further work on integer literal suffix inference (#1425)
Lindsey Kuper
-2
/
+1
2012-06-13
Allow impls to be re-exported
Tim Chevalier
-5
/
+9
2012-06-13
Box AST idents
Brian Anderson
-106
/
+111
2012-06-12
Handle class destructors correctly in metadata
Tim Chevalier
-21
/
+34
2012-06-12
Introduce an unboxed_vec type
Michael Sullivan
-0
/
+2
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-1
/
+0
2012-06-08
WIP on issue #1425: mostly infrastructure changes.
Lindsey Kuper
-1
/
+1
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-0
/
+1
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-1
/
+0
2012-06-06
Merge remote-tracking branch 'mozilla/incoming'
Niko Matsakis
-1
/
+1
2012-06-06
move to dvec in metadata
Niko Matsakis
-14
/
+19
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-1
/
+1
2012-06-04
better support for classes with polymorphic methods
Niko Matsakis
-1
/
+1
2012-06-02
Add ty_var_integral (WIP on issue #1425).
Lindsey Kuper
-0
/
+6
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-1
/
+1
2012-05-30
integrate purity into type
Niko Matsakis
-6
/
+26
2012-05-29
rustc: Move filesearch into metadata mod
Brian Anderson
-2
/
+177
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-3
/
+3
2012-05-24
Teach parser and related things to understand const kind bounds.
Eric Holk
-0
/
+2
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
[prev]
[next]