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
Age
Commit message (
Expand
)
Author
Lines
2012-06-15
Handle index expressions' callee IDs correctly
Tim Chevalier
-4
/
+4
2012-06-15
Add an intermediate level of type/region variable resolution forcing
Lindsey Kuper
-24
/
+49
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-25
/
+5
2012-06-15
Make type_is_pod handle more types.
Michael Sullivan
-2
/
+11
2012-06-14
Issue #2591: Fix "upvar" jargon in borrowck error messages
Patrick Walton
-3
/
+5
2012-06-14
Merge branch 'incoming' of github.com:mozilla/rust into newsnap
Eric Holk
-125
/
+187
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-22
/
+45
2012-06-14
Further work on integer literal suffix inference (#1425)
Lindsey Kuper
-125
/
+187
2012-06-14
Complete a data visitor type that does proper pointer-walking.
Graydon Hoare
-22
/
+45
2012-06-14
Merge branch 'incoming' into newsnap
Eric Holk
-76
/
+193
2012-06-14
Issue #2572: (trans) Fix self-referential classes.
Patrick Walton
-19
/
+48
2012-06-14
whitespace
Tim Chevalier
-1
/
+1
2012-06-14
Get an initial implementation of boxed vectors working.
Michael Sullivan
-40
/
+71
2012-06-14
Avoid some duplicated typechecking work
Tim Chevalier
-5
/
+18
2012-06-14
Add zero check/fail paths on div/mod paths. Close #944.
Graydon Hoare
-11
/
+54
2012-06-14
Comments only: annotate FIXMEs in reflect
Tim Chevalier
-1
/
+2
2012-06-14
Adding move_val and move_val_init intrinsics.
Eric Holk
-1
/
+29
2012-06-14
Remove a workaround
Tim Chevalier
-2
/
+2
2012-06-14
Refactor; annotate a FIXME
Tim Chevalier
-25
/
+17
2012-06-14
Comments only: annotate FIXMEs in typeck::infer
Tim Chevalier
-1
/
+2
2012-06-14
Comments only: annotate a FIXME and remove an obsolete one
Tim Chevalier
-2
/
+2
2012-06-14
Annotate and fix FIXMEs in typeck
Tim Chevalier
-41
/
+40
2012-06-14
Dead code elimination
Tim Chevalier
-38
/
+4
2012-06-13
Make trans only generate calls to the _dyn malloc upcalls, so we can get rid ...
Michael Sullivan
-43
/
+24
2012-06-13
Add a malloc_dyn upcall for dynamically sized allocations on the shared heap.
Michael Sullivan
-0
/
+4
2012-06-13
Allow impls to be re-exported
Tim Chevalier
-5
/
+9
2012-06-13
Traverse types in reachability
Tim Chevalier
-1
/
+27
2012-06-13
Box AST idents
Brian Anderson
-371
/
+380
2012-06-13
Some cleanup in tvec.
Michael Sullivan
-9
/
+6
2012-06-12
Handle class destructors correctly in metadata
Tim Chevalier
-24
/
+83
2012-06-12
Simplify a bunch of trans functions to not need the rust type. Remove some Po...
Michael Sullivan
-66
/
+33
2012-06-12
Make vectors contain the right type descriptor. Closes #2536.
Michael Sullivan
-17
/
+12
2012-06-12
Introduce an unboxed_vec type
Michael Sullivan
-11
/
+34
2012-06-12
Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic.
Michael Sullivan
-3
/
+9
2012-06-12
Correct typo in comment
Tim Chevalier
-1
/
+1
2012-06-12
Change trans::common::block to be a class
Tim Chevalier
-60
/
+69
2012-06-12
Treat enums with one variant specially in borrowck: #2573
Niko Matsakis
-33
/
+85
2012-06-12
Reorder things in hash_type_structure to make more sense.
Michael Sullivan
-10
/
+10
2012-06-11
Change llsize_real to use LLVMSizeOfTypeInBits. Add comments.
Graydon Hoare
-10
/
+52
2012-06-11
Add a new AST node for unsuffixed integer types.
Lindsey Kuper
-31
/
+29
2012-06-11
Stop emitting type parameters in shape.rs.
Michael Sullivan
-16
/
+9
2012-06-11
Clean up tydesc declaration to make it clear what is unused.
Michael Sullivan
-7
/
+7
2012-06-11
Get rid of a bunch of dead shape code. Closes #2552.
Michael Sullivan
-1
/
+0
2012-06-11
Don't treat all class fields as mutable, except in trans
Tim Chevalier
-7
/
+28
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-934
/
+8
2012-06-08
avoid rooting @ptrs that live in immutable, stable memory
Niko Matsakis
-30
/
+50
2012-06-08
make ccx/tcx/sess methods on bcx pure
Niko Matsakis
-3
/
+3
2012-06-08
Update READMEs and comments to reflect "rustsyntax" -> "syntax" change
Lindsey Kuper
-7
/
+7
2012-06-08
Get rid of little-used logging fns in util::common. Closes #2553.
Lindsey Kuper
-129
/
+29
2012-06-08
Pass names of fields and variants when reflecting.
Graydon Hoare
-31
/
+34
[prev]
[next]