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
/
comp
/
middle
Age
Commit message (
Expand
)
Author
Lines
2011-08-31
Get rid of the hack that ignores () typed things in fn tail position.
Michael Sullivan
-28
/
+13
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-96
/
+95
2011-08-30
Allow main to take istrs. Issue #855
Brian Anderson
-6
/
+36
2011-08-30
Support istrs as fail argument. Issue #855
Brian Anderson
-6
/
+24
2011-08-30
rustc: Hoist derived tydesc GC roots up to the top of the function so the GC ...
Patrick Walton
-4
/
+7
2011-08-30
Typecheck function preconditions
Tim Chevalier
-50
/
+107
2011-08-30
rt: Fix logging of type-parametric resources
Patrick Walton
-5
/
+1
2011-08-30
Stop relying on klunky hack in alias.rs
Marijn Haverbeke
-24
/
+37
2011-08-30
Clean up trans_build, factor repeated code into function
Marijn Haverbeke
-282
/
+105
2011-08-30
Change a number of result-returning functions to return @block_ctxt
Marijn Haverbeke
-234
/
+187
2011-08-30
Remove compiler-bug-workaround that's no longer needed
Marijn Haverbeke
-14
/
+4
2011-08-30
Glob-import trans_build in other trans files
Marijn Haverbeke
-450
/
+449
2011-08-29
Stab-in-the-dark error fix for the crashing windows tinderboxes. Helps win2 a...
Graydon Hoare
-2
/
+4
2011-08-29
Warn for exports that refer to non-existent items
Marijn Haverbeke
-2
/
+35
2011-08-29
Remove obsolete exports
Marijn Haverbeke
-8
/
+0
2011-08-29
Factor vector-allocation code, always allocate space for at least 4 elts
Marijn Haverbeke
-24
/
+35
2011-08-29
Convert a block to a fn in trans_ivec::trans_add
Brian Anderson
-4
/
+6
2011-08-29
Don't duplicate ivec-iterating loop code
Marijn Haverbeke
-90
/
+42
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-1043
/
+299
2011-08-29
Fix bug in mutable-local-marking
Marijn Haverbeke
-0
/
+1
2011-08-27
Convert misc compiler bits to istrs. Issue #855
Brian Anderson
-30
/
+31
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-305
/
+313
2011-08-27
Convert rustc::syntax::ast_util to istrs. Issue #855
Brian Anderson
-8
/
+10
2011-08-27
Convert pretty-printer to istrs. Issue #855
Brian Anderson
-21
/
+26
2011-08-27
Convert parser to istrs. Issue #855
Brian Anderson
-1
/
+1
2011-08-27
Convert rustc::util to istrs. Issue #855
Brian Anderson
-120
/
+132
2011-08-27
Convert rustc::metadata to istrs. Issue #855
Brian Anderson
-7
/
+8
2011-08-27
Convert the rest of rustc::middle to istrs. Issue #855
Brian Anderson
-123
/
+130
2011-08-27
Convert rustc::middle::trans to istrs. Issue #855
Brian Anderson
-225
/
+231
2011-08-27
Convert rest of the AST to istrs. Issue #855
Brian Anderson
-4
/
+6
2011-08-27
Convert local_ctxt to istrs. Issue #855
Brian Anderson
-27
/
+28
2011-08-27
Convert crate_ctxt to istrs. Issue #855
Brian Anderson
-10
/
+10
2011-08-27
Convert middle::trans_common to istrs. Issue #855
Brian Anderson
-41
/
+44
2011-08-27
Convert the rest of rustc::lib::llvm to istrs. Issue #855
Brian Anderson
-12
/
+12
2011-08-27
Convert rustc::lib::llvm to istr::sbufs. Issue #855
Brian Anderson
-191
/
+388
2011-08-27
Convert the rest of rustc::back to istrs. Issue #855
Brian Anderson
-8
/
+15
2011-08-27
Convert back::link to istrs. Issue #855
Brian Anderson
-55
/
+84
2011-08-27
Remove ast::identistr. Issue #855
Brian Anderson
-4
/
+4
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-102
/
+132
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-46
/
+57
2011-08-27
Convert portions of rustc to istrs. Recover a lot of performance.
Brian Anderson
-2
/
+3
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-15
/
+31
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-23
/
+35
2011-08-26
rt: Allow closures to be logged
Patrick Walton
-2
/
+6
2011-08-26
Fix invalid reads of cstrs in trans
Brian Anderson
-5
/
+6
2011-08-26
Revert "Use cstrcache in C_str, C_cstr, C_shape."
Brian Anderson
-14
/
+7
2011-08-26
Revert "Add rustc::middle::cstrcache for getting c string bufs safely"
Brian Anderson
-29
/
+0
2011-08-26
Use cstrcache in C_str, C_cstr, C_shape.
Brian Anderson
-7
/
+14
2011-08-26
Add rustc::middle::cstrcache for getting c string bufs safely
Brian Anderson
-0
/
+29
2011-08-26
Revert "Revert "Use typestate constraints for trans_be""
Tim Chevalier
-4
/
+11
[prev]
[next]