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
Age
Commit message (
Expand
)
Author
Lines
2012-05-16
pull method lookup / region manip into their own modules
Niko Matsakis
-557
/
+566
2012-05-16
further reorganization
Niko Matsakis
-19
/
+51
2012-05-16
correct preservation of explicit borrows like "let x = &*y;"
Niko Matsakis
-3
/
+69
2012-05-16
break out type checking of alts/patterns (again)
Niko Matsakis
-261
/
+272
2012-05-16
Revert "break out type checking of alts/patterns"
Niko Matsakis
-267
/
+259
2012-05-16
break out type checking of alts/patterns
Niko Matsakis
-259
/
+267
2012-05-16
missing import
Niko Matsakis
-2
/
+2
2012-05-16
correct long line
Niko Matsakis
-5
/
+5
2012-05-16
further modularization of typeck, add comments
Niko Matsakis
-3398
/
+3486
2012-05-16
core: Fix typo
Brian Anderson
-1
/
+1
2012-05-15
core: Generalize int-string conversions to all int types
Brian Anderson
-100
/
+101
2012-05-15
core: Generalize uint-string conversions to all uint types
Brian Anderson
-166
/
+120
2012-05-15
rustc: Extract loader mod from creader mod
Brian Anderson
-200
/
+222
2012-05-15
rename test
Niko Matsakis
-0
/
+0
2012-05-15
check if the type of a local variable contains illegal region
Niko Matsakis
-71
/
+115
2012-05-15
Start porting tests to use classes with dtors instead of resources
Tim Chevalier
-7
/
+25
2012-05-15
Add classes and class fields to the tcache
Tim Chevalier
-1
/
+6
2012-05-15
Clarify a comment
Tim Chevalier
-1
/
+1
2012-05-15
Remove an assertion from trans::base::iter_structural_ty
Tim Chevalier
-2
/
+0
2012-05-15
move regionck into typeck, in the process fixing a bug or two
Niko Matsakis
-138
/
+229
2012-05-15
Generate drop glue correctly for classes with destructors
Tim Chevalier
-30
/
+171
2012-05-15
rt: Make task killing synchronization possibly more correct
Brian Anderson
-4
/
+12
2012-05-15
core: Don't fail during port dtor
Brian Anderson
-17
/
+40
2012-05-15
core: Add task::unkillable
Brian Anderson
-2
/
+92
2012-05-15
Remove the unused pairwise.rs
Patrick Walton
-407
/
+0
2012-05-15
move infer into typeck module
Niko Matsakis
-1
/
+1
2012-05-15
break apart typeck a little (more to come)
Niko Matsakis
-1500
/
+1531
2012-05-15
get preservation of boxes working, at least in simple cases
Niko Matsakis
-306
/
+523
2012-05-15
add node_ids to blocks
Niko Matsakis
-108
/
+167
2012-05-15
purge unused loop_cont field
Niko Matsakis
-17
/
+8
2012-05-15
add a test that current fails b/c we do not preserve boxes
Niko Matsakis
-0
/
+22
2012-05-15
make poison-on-free work, disable copying if borrowck is enabled
Niko Matsakis
-6
/
+24
2012-05-15
Remove `be` keyword.
Lindsey Kuper
-103
/
+39
2012-05-14
rustc: Break some of metadata's dependencies on session
Brian Anderson
-17
/
+30
2012-05-14
rustc: Break metadata's dependency on link
Brian Anderson
-13
/
+13
2012-05-14
rustc: Break more metadata dependencies
Brian Anderson
-10
/
+0
2012-05-14
rustc: Eliminate metadata's dependency on astencode
Brian Anderson
-41
/
+56
2012-05-14
rustc: Eliminate encoder's dependency on astencode
Brian Anderson
-12
/
+21
2012-05-14
rustc: Move astencode from metadata to middle
Brian Anderson
-3
/
+18
2012-05-14
Instantiate per-type iface-based visit_glue when intrinsic ifaces present.
Graydon Hoare
-60
/
+161
2012-05-14
Adding more documentation to vec::each and vec::eachi to better explain the b...
Eric Holk
-0
/
+4
2012-05-14
More work on reflection, now calls iface visitors back as well.
Graydon Hoare
-162
/
+166
2012-05-14
First cut at dtors for classes
Tim Chevalier
-55
/
+216
2012-05-14
Enforce that self doesn't escape from a class
Tim Chevalier
-0
/
+69
2012-05-13
rustc: Eliminate a simple dependency from metadata mod
Brian Anderson
-3
/
+1
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-77
/
+49
2012-05-13
rustc: Eliminate metadata's dependency on trans
Brian Anderson
-68
/
+123
2012-05-13
rustc: Be explicit about which peer modules the metadata mod can access
Brian Anderson
-0
/
+59
2012-05-11
new test for loaning out an index
Niko Matsakis
-0
/
+36
2012-05-11
move purity checking into borrowck, addresses #1422
Niko Matsakis
-88
/
+203
[prev]
[next]