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
Age
Commit message (
Expand
)
Author
Lines
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
Typecheck block tail expressions that are fn return values
Brian Anderson
-0
/
+9
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
/
+59
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
rustc: Demand that if conditions have bool type
Brian Anderson
-0
/
+11
2011-06-17
rustc: Fail to unify if two ty_vars don't unify
Brian Anderson
-0
/
+9
2011-06-17
test: Fix mismatched types in prep for typechecker fixes
Brian Anderson
-7
/
+7
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
Add better error messages for bad attributes in .rc files
Brian Anderson
-0
/
+5
2011-06-16
rustc: Fix regressed handling of bad attributes
Brian Anderson
-0
/
+10
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
2011-06-16
Bring back if-check
Tim Chevalier
-4
/
+43
2011-06-16
if-check test case
Tim Chevalier
-0
/
+13
2011-06-16
Write some tests for swap.
Michael Sullivan
-0
/
+28
2011-06-15
Improve and test failure behavior for malformed attributes
Brian Anderson
-0
/
+34
2011-06-15
Fixed a problem where spawn arguments were getting lost again. Also, fixed up...
Eric Holk
-14
/
+23
2011-06-15
Re-enabled join.
Eric Holk
-0
/
+18
2011-06-15
test: Add a compile-fail test for attribute/syntax parsing
Brian Anderson
-0
/
+8
2011-06-15
rustc: Support outer attributes on items that are defined as statements
Brian Anderson
-1
/
+66
2011-06-15
stdlib: Add an either module
Brian Anderson
-0
/
+117
2011-06-15
test: Add missing fn test cases to run-pass/item-attributes.rs
Brian Anderson
-6
/
+13
2011-06-15
Refactor data structures representing constraints (again...)
Tim Chevalier
-2
/
+2
2011-06-15
Simple anonymous objects get through translation.
Lindsey Kuper
-13
/
+38
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-7
/
+7
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-5885
/
+4487
2011-06-15
test: Add tests for multiple outer attributes on items
Brian Anderson
-11
/
+41
2011-06-15
test: Add test cases for outer attributes on all item types
Brian Anderson
-0
/
+13
2011-06-15
rustc: Parse module attributes
Brian Anderson
-0
/
+8
[prev]
[next]