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
/
test
/
run-pass
Age
Commit message (
Expand
)
Author
Lines
2011-06-27
Record and link with used native libraries.
Rafael Ávila de Espíndola
-7
/
+7
2011-06-27
Implement move for scalar values
Tim Chevalier
-0
/
+7
2011-06-27
Basic multithreading support. The infinite loops test successfully maxes out ...
Eric Holk
-0
/
+29
2011-06-25
Fail typechecking for bad binop/type combinations
Brian Anderson
-0
/
+163
2011-06-25
Remove variable name 'res' from test suite
Marijn Haverbeke
-145
/
+145
2011-06-24
Make a test compile faster.
Paul Stansifer
-3
/
+26
2011-06-23
test: Improve ternary operator tests
Brian Anderson
-1
/
+7
2011-06-23
rustc: Add ternary operator. Closes #565
Brian Anderson
-0
/
+46
2011-06-23
Fix type inference inside of anonymous functions.
Michael Sullivan
-0
/
+6
2011-06-23
Wrote swap_context in assembly. Closes #548. This also allows us to re-enable...
Eric Holk
-4
/
+7
2011-06-23
Typo fix in test case.
Lindsey Kuper
-1
/
+1
2011-06-22
test: Add test for string matching in pattern alts. Closes #53
Brian Anderson
-0
/
+21
2011-06-22
rustc: Handle valueless ret expressions as block results. Closes #521
Brian Anderson
-0
/
+11
2011-06-22
Fix bug: globbed imports were importing everything visible from the other
Paul Stansifer
-5
/
+5
2011-06-22
rustc: Introduce and parse additional meta_item forms
Brian Anderson
-0
/
+11
2011-06-22
test: Enable more tests
Brian Anderson
-19
/
+0
2011-06-21
Comments for all the anon obj tests.
Lindsey Kuper
-1
/
+14
2011-06-21
Serialize constraints in types (literal arguments still not supported)
Tim Chevalier
-0
/
+10
2011-06-21
Some progress on support for extending objects with new fields (issue
Lindsey Kuper
-10
/
+95
2011-06-21
More descriptive identifiers.
Lindsey Kuper
-11
/
+10
2011-06-21
test: Add a test for distinguishing attributes from extensions
Brian Anderson
-0
/
+12
2011-06-21
rustc: Remove unused slice call from extfmt. Closes #532
Brian Anderson
-0
/
+3
2011-06-20
Added string duplication to deep_copy. Closes #520.
Eric Holk
-0
/
+25
2011-06-20
Removed duplicated ret_ty_of_fn. This also means the native function branch i...
Eric Holk
-0
/
+2
2011-06-20
Added a test case for #506
Eric Holk
-0
/
+12
2011-06-18
test: Add a test case for derived-tydescs-before-dynamic-allocas
Patrick Walton
-0
/
+17
2011-06-18
stdlib: Add ivec::grow_set()
Patrick Walton
-0
/
+12
2011-06-18
stdlib: Add ivec::grow() and ivec::grow_fn()
Patrick Walton
-2
/
+35
2011-06-18
test: Add test cases for ivec::init_elt, ivec::last, and ivec::slice
Patrick Walton
-2
/
+57
2011-06-17
Restructure the "checking" pass in typestate
Tim Chevalier
-1
/
+29
2011-06-17
rustc: Increment by the dynamically-computed size in ivec::trans_append. Unco...
Patrick Walton
-1
/
+1
2011-06-17
test: Comment out the init-fn line in lib-ivec. Puts out burning tinderbox.
Patrick Walton
-1
/
+1
2011-06-17
rustc: Fix a bunch of memory management bugs relating to generic interior vec...
Patrick Walton
-4
/
+15
2011-06-17
Adding a test case for getcwd and related functions.
Eric Holk
-0
/
+17
2011-06-17
Added a test case for #507
Eric Holk
-0
/
+34
2011-06-17
test: Fix mismatched types in prep for typechecker fixes
Brian Anderson
-3
/
+3
2011-06-16
stdlib: Fix reserve on zero-length interior vectors; uncomment test_unsafe_pt...
Patrick Walton
-1
/
+1
2011-06-16
stdlib: Sketch out ivec::init_fn, currently segfaulting
Patrick Walton
-0
/
+10
2011-06-16
Disable lib-ivec's test_unsafe_ptrs. Not working here
Brian Anderson
-1
/
+1
2011-06-16
rustc: Parse crate attributes in standalone .rs files
Brian Anderson
-0
/
+6
2011-06-16
rustc: Parse attributes in crate files
Brian Anderson
-1
/
+4
2011-06-16
rustc: Parse inner items of file-level modules linked from crate files
Brian Anderson
-0
/
+11
2011-06-16
rustc: Implement conversions from interior vector data to unsafe pointers and...
Patrick Walton
-0
/
+25
2011-06-16
Add support for marking files no-reformat.
Graydon Hoare
-0
/
+2
2011-06-16
stdlib: Introduce an ivec module into the standard library; add a minimal tes...
Patrick Walton
-0
/
+16
2011-06-16
rustc: Work around leak when translating interior vectors. Un-XFAIL interior-...
Patrick Walton
-5
/
+0
2011-06-16
test: Add an interior-vec test case, XFAIL'd for now because of leaks in the ...
Patrick Walton
-0
/
+36
2011-06-16
test: Add a test for outer attributes on the first module in a file
Brian Anderson
-0
/
+6
2011-06-16
rustc: Parse inner attributes of modules
Brian Anderson
-0
/
+44
2011-06-16
Simple anonymous objects compile with stage0.
Lindsey Kuper
-3
/
+0
[prev]
[next]