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-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
2012-06-08
Visit the substructure for classes and enums as well.
Graydon Hoare
-6
/
+68
2012-06-08
WIP on issue #1425: mostly infrastructure changes.
Lindsey Kuper
-111
/
+314
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
/
+146
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
-9
/
+3
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-12
/
+935
2012-06-07
Remove a bunch of old "remove after snapshot" code.
Michael Sullivan
-2
/
+0
2012-06-07
Reorder the arms of sty.
Michael Sullivan
-1
/
+2
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-935
/
+12
2012-06-07
Comments only: annotate remainder of FIXMEs in typestate
Tim Chevalier
-8
/
+9
2012-06-07
Start annotating FIXMEs in typestate; also some minor refactoring
Tim Chevalier
-51
/
+19
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
-31
/
+27
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
-66
/
+125
2012-06-07
Comments only: annotate FIXMEs
Tim Chevalier
-3
/
+3
2012-06-07
Annotate FIXMEs in resolve
Tim Chevalier
-7
/
+5
2012-06-07
Merge pull request #2523 from crabtw/freebsd
Tim Chevalier
-6
/
+7
2012-06-07
fix compiletest deadlock on freebsd
Jyun-Yan You
-6
/
+7
2012-06-06
core: Start on a stack walker
Brian Anderson
-2
/
+35
2012-06-06
rustc: Add frame_address intrinsic
Brian Anderson
-10
/
+55
2012-06-06
rustc: Enable #[cfg(windows)] and #[cfg(unix)]
Brian Anderson
-0
/
+1
2012-06-06
rustc: Add 'target_family' to default configuration
Brian Anderson
-0
/
+1
2012-06-06
Remove unused middle::ty::sort_methods function.
Graydon Hoare
-8
/
+0
2012-06-06
Fix some copy-paste bugs in visit glue, un-xfail reflect-visit-type.
Graydon Hoare
-21
/
+24
2012-06-06
Handle regions correctly in class ctors and dtors
Tim Chevalier
-14
/
+6
2012-06-06
Merge remote-tracking branch 'mozilla/incoming'
Niko Matsakis
-159
/
+85
[next]