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-09-01
Store arg mode and objfield mutability in their def
Marijn Haverbeke
-43
/
+43
2011-09-01
Clean up handling of restriction contexts in alias analysis
Marijn Haverbeke
-93
/
+94
2011-08-31
Reexport std::str::alloc. Windows still needs this. Issue #855
Brian Anderson
-1
/
+1
2011-08-31
Merge pull request #875 from erickt/master
Graydon Hoare
-0
/
+4
2011-08-31
Expose STDERR to rust.
Erick Tryzelaar
-0
/
+4
2011-08-31
rt: Make the dynamic stack self-describing
Patrick Walton
-25
/
+74
2011-08-31
rt: Set n_params appropriately in upcall_get_type_desc
Patrick Walton
-0
/
+1
2011-08-31
Start paring down std::str. Issue #855
Brian Anderson
-721
/
+398
2011-08-31
Convert benchmarks to istrs. Issue #855
Brian Anderson
-103
/
+97
2011-08-31
Convert fuzzer to istrs. Issue #855
Brian Anderson
-83
/
+84
2011-08-31
Remove more uses of str from std::run. Issue #855
Brian Anderson
-23
/
+23
2011-08-31
Remove a few more usages of std::str from rustc. Issue #855
Brian Anderson
-7
/
+5
2011-08-31
rt: Prevent trailing commas from showing up when logging oddly aligned arrays
Patrick Walton
-16
/
+24
2011-08-31
rt: Introduce "end_dp" bailouts in order to avoid marching past the end of od...
Patrick Walton
-19
/
+32
2011-08-31
rt: Make |align| a member of the shape glue class instead of threading it thr...
Patrick Walton
-231
/
+240
2011-08-31
Don't check arguments types if there are an incorrect number of args. Closes ...
Michael Sullivan
-5
/
+3
2011-08-31
Check all paths return properly in blocks. Closes #874.
Michael Sullivan
-1
/
+6
2011-08-31
Get rid of the hack that ignores () typed things in fn tail position.
Michael Sullivan
-30
/
+15
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-380
/
+345
2011-08-31
Produce the start of an immutable treemap.
Michael Sullivan
-0
/
+82
2011-08-31
Replace xfail-stageN with simply xfail-test
Marijn Haverbeke
-128
/
+47
2011-08-31
Revert "Replace xfail-stageN with simply xfail-test"
Marijn Haverbeke
-41
/
+119
2011-08-31
Replace xfail-stageN with simply xfail-test
Marijn Haverbeke
-119
/
+41
2011-08-31
Register new snapshots
Brian Anderson
-0
/
+5
2011-08-30
Allow main to take istrs. Issue #855
Brian Anderson
-10
/
+93
2011-08-30
Convert compiletest to istrs. Issue #855
Brian Anderson
-213
/
+248
2011-08-30
Convert #env to istrs. Temporarily disable usage in rustc. Issue #855
Brian Anderson
-3
/
+5
2011-08-30
Add a FIXME about the bogosity of aio::ip_to_sbuf
Brian Anderson
-0
/
+3
2011-08-30
Convert std::net to istrs. Issue #855
Brian Anderson
-17
/
+21
2011-08-30
Support istrs as fail argument. Issue #855
Brian Anderson
-7
/
+25
2011-08-30
Add #ifmt extension, like #fmt but for istrs. Issue #855
Brian Anderson
-153
/
+948
2011-08-30
Remove the %S istr conversion from #fmt
Brian Anderson
-16
/
+0
2011-08-30
rt: Override the character interpretation of u8/i8 values when logging
Patrick Walton
-1
/
+19
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
Un-xfail zip-same-length
Tim Chevalier
-5
/
+3
2011-08-30
Add a total version of vec::last that has a precondition
Tim Chevalier
-0
/
+5
2011-08-30
XFAIL zip-same-length -- that's ok, since it's a new test
Tim Chevalier
-3
/
+5
2011-08-30
Library test cases for vec::zip
Tim Chevalier
-0
/
+60
2011-08-30
Add a precondition on vec::zip
Tim Chevalier
-14
/
+54
2011-08-30
Test that fn preconditions get typechecked
Tim Chevalier
-0
/
+18
2011-08-30
Typecheck function preconditions
Tim Chevalier
-50
/
+107
2011-08-30
Eliminate an unchecked use of map::get in ppaux
Tim Chevalier
-1
/
+5
2011-08-30
rt: Fix logging of type-parametric resources
Patrick Walton
-31
/
+31
2011-08-30
rustc: Allow non-type-parametric resources to be logged
Patrick Walton
-20
/
+62
2011-08-30
Stop relying on klunky hack in alias.rs
Marijn Haverbeke
-29
/
+41
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
[next]