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
/
trans
Age
Commit message (
Expand
)
Author
Lines
2012-06-12
Introduce an unboxed_vec type
Michael Sullivan
-6
/
+12
2012-06-12
Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic.
Michael Sullivan
-3
/
+9
2012-06-12
Change trans::common::block to be a class
Tim Chevalier
-60
/
+69
2012-06-11
Change llsize_real to use LLVMSizeOfTypeInBits. Add comments.
Graydon Hoare
-9
/
+44
2012-06-11
Add a new AST node for unsuffixed integer types.
Lindsey Kuper
-0
/
+5
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
-5
/
+7
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-31
/
+2
2012-06-08
make ccx/tcx/sess methods on bcx pure
Niko Matsakis
-3
/
+3
2012-06-08
Get rid of little-used logging fns in util::common. Closes #2553.
Lindsey Kuper
-4
/
+2
2012-06-08
Pass names of fields and variants when reflecting.
Graydon Hoare
-21
/
+22
2012-06-08
Visit the substructure for classes and enums as well.
Graydon Hoare
-3
/
+50
2012-06-08
profile LLVM cleanup insns
Niko Matsakis
-0
/
+4
2012-06-08
More work on reflect, only missing enum and class substructures.
Graydon Hoare
-9
/
+109
2012-06-08
Convert reinterpret_cast + forget to 'transmute'
Brian Anderson
-3
/
+1
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-6
/
+2
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-6
/
+33
2012-06-07
Remove a bunch of old "remove after snapshot" code.
Michael Sullivan
-2
/
+0
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-33
/
+6
2012-06-07
Remove an irrelevant comment
Tim Chevalier
-1
/
+0
2012-06-07
Use c_ulonglong now that it works in FFI, etc...
Tim Chevalier
-28
/
+22
2012-06-07
Remove obsolete comment
Tim Chevalier
-2
/
+0
2012-06-07
Comments only: annotate FIXMEs
Tim Chevalier
-9
/
+12
2012-06-07
Refactor reflect.rs, begin visiting type substructures.
Graydon Hoare
-52
/
+101
2012-06-06
core: Start on a stack walker
Brian Anderson
-1
/
+21
2012-06-06
rustc: Add frame_address intrinsic
Brian Anderson
-9
/
+52
2012-06-06
Fix some copy-paste bugs in visit glue, un-xfail reflect-visit-type.
Graydon Hoare
-21
/
+24
2012-06-06
Do some cleanup of the allocation code.
Michael Sullivan
-49
/
+42
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-31
/
+3
2012-06-05
In reachability, visit class ctors
Tim Chevalier
-0
/
+4
2012-06-05
Dereference classes with dtors only on a field access
Tim Chevalier
-14
/
+14
2012-06-05
Allow classes with dtors to be used before declaration
Tim Chevalier
-17
/
+22
2012-06-05
rustc: Put uniques into addrspace 1
Brian Anderson
-4
/
+11
2012-06-03
prohibit type parameters in native fns and other minor fixes
Niko Matsakis
-8
/
+4
2012-06-02
make vec fns/methods take imm slices.
Niko Matsakis
-1
/
+1
2012-06-02
Add ty_var_integral (WIP on issue #1425).
Lindsey Kuper
-1
/
+4
2012-06-02
Allow rcvrs to be borrowed; check rcvrs in borrowck properly
Niko Matsakis
-19
/
+30
2012-05-30
rustc: Remove debug logging
Brian Anderson
-2
/
+0
2012-05-30
rt: Remove upcall_shared_malloc/free/realloc
Brian Anderson
-19
/
+3
2012-05-30
rustc: Remove the last use of upcall_shared_malloc
Brian Anderson
-2
/
+2
2012-05-30
rustc: Make trans handle self-describing strings
Brian Anderson
-3
/
+5
2012-05-30
Various changes for self-describing vecs
Brian Anderson
-40
/
+121
2012-05-30
rustc: Make unique closures use the new unique allocator
Brian Anderson
-17
/
+4
2012-05-30
rustc: Make unique boxes self-describing
Brian Anderson
-20
/
+66
2012-05-30
rustc: Add some methods for trans for mallocing uniques
Brian Anderson
-0
/
+26
2012-05-30
rustc: Remove tuplify_cbox_ty. Unused
Brian Anderson
-9
/
+2
2012-05-30
Properly sign extend array indexes. Closes #2468.
Michael Sullivan
-1
/
+3
2012-05-30
zero out alloca for preserving values
Niko Matsakis
-22
/
+31
[prev]
[next]