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
Age
Commit message (
Expand
)
Author
Lines
2011-08-27
Convert rustc::util to istrs. Issue #855
Brian Anderson
-199
/
+221
2011-08-27
Convert rustc::metadata to istrs. Issue #855
Brian Anderson
-119
/
+133
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
-228
/
+234
2011-08-27
Convert rest of the AST to istrs. Issue #855
Brian Anderson
-48
/
+66
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
-12
/
+12
2011-08-27
Convert middle::trans_common to istrs. Issue #855
Brian Anderson
-44
/
+46
2011-08-27
Convert the rest of rustc::lib::llvm to istrs. Issue #855
Brian Anderson
-49
/
+50
2011-08-27
Convert rustc::lib::llvm to istr::sbufs. Issue #855
Brian Anderson
-236
/
+447
2011-08-27
Add std::istr::as_buf for converting to cstrs. Issue #855
Brian Anderson
-3
/
+38
2011-08-27
Support istrs in #fmt. Issue #855
Brian Anderson
-1
/
+16
2011-08-27
Convert the rest of rustc::back to istrs. Issue #855
Brian Anderson
-59
/
+71
2011-08-27
Convert back::link to istrs. Issue #855
Brian Anderson
-115
/
+162
2011-08-27
Remove ast::identistr. Issue #855
Brian Anderson
-12
/
+10
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-316
/
+403
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-144
/
+181
2011-08-27
Optimize std::istr::to_estr. Issue #855
Brian Anderson
-5
/
+9
2011-08-27
Convert std::os to istrs. Issue #855
Brian Anderson
-22
/
+30
2011-08-27
Convert std::generic_os to istrs. Issue #855
Brian Anderson
-25
/
+41
2011-08-27
Add std::istr::str_from_cstr. Issue #855
Brian Anderson
-1
/
+23
2011-08-27
Convert portions of rustc to istrs. Recover a lot of performance.
Brian Anderson
-60
/
+66
2011-08-27
Convert std::io to istrs. Issue #855
Brian Anderson
-160
/
+203
2011-08-27
Convert std::run to istrs. Issue #855
Brian Anderson
-28
/
+39
2011-08-27
Convert std::getopts to istrs. Issue #855
Brian Anderson
-259
/
+287
2011-08-27
Convert the task-comm parts of compiletest to istrs. Issue #855
Brian Anderson
-61
/
+108
2011-08-27
Convert std::fs to istrs. Issue #855
Brian Anderson
-80
/
+121
2011-08-27
Convert std::sha1 to istrs. Issue #855
Brian Anderson
-30
/
+35
2011-08-27
Convert std::term to istrs. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert std::u64 to istrs. Issue #855
Brian Anderson
-24
/
+27
2011-08-27
Convert std::int to istrs. Issue #855
Brian Anderson
-51
/
+92
2011-08-27
Convert std::uint to istrs. Issue #855
Brian Anderson
-73
/
+99
2011-08-27
Rename std::istr::from_str/to_str to from_estr/to_estr. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert std::bitv to istrs. Issue #855
Brian Anderson
-3
/
+5
2011-08-27
Don't output bogus spans when reporting a message without one.
Brian Anderson
-3
/
+3
2011-08-27
Output error spans that don't confuse emacs compilation mode. Closes #845
Brian Anderson
-2
/
+2
2011-08-26
Polymorphic MapReduce!
Eric Holk
-0
/
+329
2011-08-26
stdlib: more test cases for treemap.
Eric Holk
-1
/
+16
2011-08-26
stdlib: Added a treemap traversal function.
Eric Holk
-0
/
+40
2011-08-26
stdlib: Added an incredibly simple treemap.
Eric Holk
-0
/
+120
2011-08-26
Deleting trailing whitespace
Eric Holk
-1
/
+1
2011-08-26
rt: Allow closures to be logged
Patrick Walton
-11
/
+52
2011-08-26
Updating my e-mail address to one that actually still works.
Eric Holk
-1
/
+1
2011-08-26
Adding a test case to make sure spawning polymorphic functions works.
Eric Holk
-0
/
+12
2011-08-26
Bugfix. `--pretty typed` requires expansion. Closes #691.
Paul Stansifer
-21
/
+14
2011-08-26
Update docs for macro-related stuff.
Paul Stansifer
-53
/
+78
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
-30
/
+0
2011-08-26
Use cstrcache in C_str, C_cstr, C_shape.
Brian Anderson
-7
/
+14
[prev]
[next]