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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-06-19
Temporarily ignoring tests that can go into infinite loops.
Eric Holk
-0
/
+2
2012-06-19
Updating kind rules to make sure we don't sneakily send ports.
Eric Holk
-1
/
+12
2012-06-19
Enable integer literal suffix inference.
Lindsey Kuper
-6
/
+23
2012-06-19
Fix incorrect fn name in debug statement
Lindsey Kuper
-1
/
+1
2012-06-19
Add `i` suffix to cfail test so it works after suffix inference
Lindsey Kuper
-2
/
+2
2012-06-19
Don't create a new inference context for checking pattern ranges.
Lindsey Kuper
-3
/
+28
2012-06-19
Union-find `rank` optimization for infer.
Lindsey Kuper
-23
/
+78
2012-06-19
Add a `node` type in place of hand-rolled records in infer
Lindsey Kuper
-27
/
+66
2012-06-19
Adding `i` suffixes so cfail tests keep failing after suffix inference
Lindsey Kuper
-2
/
+2
2012-06-19
rustc: Add a temporary option to not link to the runtime
Brian Anderson
-4
/
+10
2012-06-19
Fixed a compile error in runtime.
Eric Holk
-1
/
+2
2012-06-19
first steps to autoderef on method calls
Niko Matsakis
-118
/
+198
2012-06-19
random forgotten test case
Niko Matsakis
-0
/
+8
2012-06-19
Reference fixes.
Eric Holk
-4
/
+7
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-16
/
+74
2012-06-19
Adding a lock/condition variable to libcore.
Eric Holk
-0
/
+155
2012-06-19
Another benchmark
Eric Holk
-0
/
+74
2012-06-18
Fix a failing test.
Michael Sullivan
-2
/
+2
2012-06-18
document liveness a bit better
Niko Matsakis
-2
/
+60
2012-06-18
Add 'do' expressions
Brian Anderson
-8
/
+91
2012-06-18
Avoid extra get_current_task()s in many upcalls (performance)
Ben Blum
-44
/
+71
2012-06-18
Fix generation of str/@. Closes #2638.
Michael Sullivan
-4
/
+9
2012-06-18
Use unboxed vecs for string shape glue.
Michael Sullivan
-12
/
+5
2012-06-18
Put type descriptors in strings created by the runtime. Progress on #2638.
Michael Sullivan
-3
/
+50
2012-06-18
Some cleanup in the runtime.
Michael Sullivan
-8
/
+9
2012-06-18
std: Use the singular 'test' when running just 1. Closes #2554
Brian Anderson
-1
/
+2
2012-06-18
Remove FIXME from run-pass/basic.rs. Closes #2600
Brian Anderson
-1
/
+0
2012-06-18
Adding `i` suffixes so cfail tests keep failing after suffix inference
Lindsey Kuper
-11
/
+11
2012-06-18
Minor infer/typeck cleanups
Lindsey Kuper
-12
/
+9
2012-06-18
core: Don't require copyable options where possible. Closes #2636
Brian Anderson
-9
/
+10
2012-06-18
Remove test that depends on rustc
Tim Chevalier
-5
/
+0
2012-06-17
Undo workaround for #2633 since it is fixed.
Niko Matsakis
-5
/
+1
2012-06-17
Issue #2633: remove last_use entries that are subject to a loan
Niko Matsakis
-4
/
+38
2012-06-16
Revert "Adding a lock/condition variable to libcore."
Tim Chevalier
-154
/
+0
2012-06-16
Re-fix whitespace
Tim Chevalier
-1
/
+1
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-74
/
+16
2012-06-16
Revert "Reference and whitespace fixes."
Tim Chevalier
-8
/
+5
2012-06-16
Comments only
Tim Chevalier
-0
/
+4
2012-06-16
Make move_val take its first argument by copy
Tim Chevalier
-1
/
+1
2012-06-15
Reference and whitespace fixes.
Eric Holk
-5
/
+8
2012-06-15
Fixed a bug in extfmt where it couldn't parse unicode in format strings.
Eric Holk
-2
/
+3
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-16
/
+74
2012-06-15
Adding a lock/condition variable to libcore.
Eric Holk
-0
/
+154
2012-06-15
id_visitor should handle expr_index and expr_assign_op as well.
Eric Holk
-2
/
+3
2012-06-15
Remove some dead code from rust_shape
Michael Sullivan
-7
/
+3
2012-06-15
Add test for #2633. Xfailed.
Tim Chevalier
-0
/
+18
2012-06-15
Fix copying of fixed length vectors. Closes #2630.
Michael Sullivan
-2
/
+11
2012-06-15
Make fixed length vecs implicitly copyable. Clean up some other kind code. Cl...
Michael Sullivan
-24
/
+18
2012-06-15
Make the shape interpreter actually advance past fixed length vectors. Closes...
Michael Sullivan
-0
/
+8
2012-06-15
Test case for #2631
Tim Chevalier
-0
/
+32
[prev]
[next]