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
/
middle
Age
Commit message (
Expand
)
Author
Lines
2012-05-16
add a large comment on how infer works
Niko Matsakis
-16
/
+179
2012-05-16
pull method lookup / region manip into their own modules
Niko Matsakis
-557
/
+564
2012-05-16
further reorganization
Niko Matsakis
-14
/
+46
2012-05-16
correct preservation of explicit borrows like "let x = &*y;"
Niko Matsakis
-3
/
+3
2012-05-16
break out type checking of alts/patterns (again)
Niko Matsakis
-260
/
+269
2012-05-16
Revert "break out type checking of alts/patterns"
Niko Matsakis
-264
/
+258
2012-05-16
break out type checking of alts/patterns
Niko Matsakis
-258
/
+264
2012-05-16
missing import
Niko Matsakis
-1
/
+1
2012-05-16
further modularization of typeck, add comments
Niko Matsakis
-3398
/
+3485
2012-05-15
check if the type of a local variable contains illegal region
Niko Matsakis
-68
/
+101
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
-135
/
+219
2012-05-15
Generate drop glue correctly for classes with destructors
Tim Chevalier
-26
/
+124
2012-05-15
Remove the unused pairwise.rs
Patrick Walton
-407
/
+0
2012-05-15
move infer into typeck module
Niko Matsakis
-0
/
+0
2012-05-15
break apart typeck a little (more to come)
Niko Matsakis
-1499
/
+1525
2012-05-15
get preservation of boxes working, at least in simple cases
Niko Matsakis
-300
/
+474
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
make poison-on-free work, disable copying if borrowck is enabled
Niko Matsakis
-0
/
+6
2012-05-15
Remove `be` keyword.
Lindsey Kuper
-45
/
+9
2012-05-14
rustc: Break some of metadata's dependencies on session
Brian Anderson
-3
/
+7
2012-05-14
rustc: Break metadata's dependency on link
Brian Anderson
-3
/
+3
2012-05-14
rustc: Eliminate metadata's dependency on astencode
Brian Anderson
-15
/
+35
2012-05-14
rustc: Eliminate encoder's dependency on astencode
Brian Anderson
-0
/
+1
2012-05-14
rustc: Move astencode from metadata to middle
Brian Anderson
-0
/
+1100
2012-05-14
Instantiate per-type iface-based visit_glue when intrinsic ifaces present.
Graydon Hoare
-59
/
+159
2012-05-14
More work on reflection, now calls iface visitors back as well.
Graydon Hoare
-66
/
+63
2012-05-14
First cut at dtors for classes
Tim Chevalier
-25
/
+97
2012-05-14
Enforce that self doesn't escape from a class
Tim Chevalier
-0
/
+60
2012-05-13
rustc: Eliminate metadata's dependency on trans
Brian Anderson
-16
/
+23
2012-05-11
move purity checking into borrowck, addresses #1422
Niko Matsakis
-84
/
+141
2012-05-11
First working monomorphic type-reflection.
Graydon Hoare
-18
/
+74
2012-05-10
replace mutbl pass with borrowck
Niko Matsakis
-502
/
+405
2012-05-10
Preliminary groundwork for intrinsic module, reflection interface.
Graydon Hoare
-0
/
+36
2012-05-10
Remove `do { ... } while ...` from the language.
Paul Stansifer
-89
/
+9
2012-05-09
implement new borrow ck (disabled by default)
Niko Matsakis
-263
/
+1634
2012-05-09
reduce self type to a special type parameter
Niko Matsakis
-301
/
+232
2012-05-08
Start parsing pub/priv on regular items
Marijn Haverbeke
-12
/
+13
2012-05-07
rustc: Put all boxes into addrspace 1
Brian Anderson
-7
/
+52
2012-05-07
That awkward moment when you forget to add your final changes
Tim Chevalier
-2
/
+3
2012-05-07
In resolve, visit the path in an iface ref
Tim Chevalier
-12
/
+34
2012-05-07
make it illegal to implicitly capture mutable variables
Niko Matsakis
-85
/
+132
2012-05-04
new cap clause syntax
Niko Matsakis
-155
/
+209
2012-05-03
Turn constants in back::abi into uints, and propagate types
Tim Chevalier
-154
/
+140
2012-05-03
allow enums that ref themselves via unsafe pointers
Niko Matsakis
-1
/
+4
2012-05-03
Removed unused import of std::deque
Tim Chevalier
-1
/
+1
2012-05-03
Revert "allow fn exprs to omit arg types"
Niko Matsakis
-115
/
+59
[prev]
[next]