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
Age
Commit message (
Expand
)
Author
Lines
2012-02-06
Add monad iface test
Marijn Haverbeke
-0
/
+31
2012-02-06
Self types for ifaces
Marijn Haverbeke
-149
/
+242
2012-02-06
Allow non-semicolon-requiring expressions to be followed by .field
Marijn Haverbeke
-22
/
+22
2012-02-05
test: Add test for issue #1460
Brian Anderson
-0
/
+4
2012-02-05
core: Implement str::escape with str::chars_iter.
Erick Tryzelaar
-1
/
+1
2012-02-05
vim: block is no longer a keyword.
Erick Tryzelaar
-1
/
+1
2012-02-05
test: Issue #953, not #959
Brian Anderson
-0
/
+0
2012-02-05
test: Add an xfailed test for issue #959
Brian Anderson
-0
/
+5
2012-02-05
test: Add an xfailed test for issue #929
Brian Anderson
-0
/
+4
2012-02-05
test: Update and un-xfail compile-fail/tag-that-dare-not...
Brian Anderson
-5
/
+10
2012-02-05
test: Add test for #901. Closes #901
Brian Anderson
-0
/
+6
2012-02-05
core: Resolve some FIXMEs
Brian Anderson
-22
/
+12
2012-02-05
test: Resolve some FIXMEs
Brian Anderson
-25
/
+27
2012-02-05
rustdoc: Resolve some FIXMEs
Brian Anderson
-6
/
+2
2012-02-05
std: Use ctypes::c_int in path_is_dir
Brian Anderson
-4
/
+1
2012-02-05
Fix macro backtraces.
Kevin Atkinson
-59
/
+72
2012-02-05
Remove support for $(...) form of quasi-quotes, use #ast{...} instead.
Kevin Atkinson
-29
/
+5
2012-02-05
Merge remote-tracking branch 'erickt/master'
Brian Anderson
-28
/
+456
2012-02-05
Adding str::reserve
Kevin Cantu
-0
/
+18
2012-02-05
Making vec::reserve reserve precisely the size given (untested)
Kevin Cantu
-6
/
+8
2012-02-05
add a test where mode inference ought to fail
Niko Matsakis
-0
/
+11
2012-02-05
new test case
Niko Matsakis
-0
/
+7
2012-02-05
don't fail if inference is not complete
Niko Matsakis
-5
/
+13
2012-02-05
new test showing off the improved inference
Niko Matsakis
-0
/
+8
2012-02-05
resolve some merge failures
Niko Matsakis
-9
/
+5
2012-02-05
infer modes rather than overwriting with expected ty
Niko Matsakis
-166
/
+309
2012-02-05
platform-specific valgrind suppression
Niko Matsakis
-0
/
+9
2012-02-04
bench: Tweak threadring benchmark so it pretty-prints
Brian Anderson
-2
/
+0
2012-02-04
bench: Add threadring shootout benchmark
Brian Anderson
-0
/
+50
2012-02-04
Revert "bench: Add threadring shootout benchmark"
Brian Anderson
-53
/
+0
2012-02-04
bench: Add threadring shootout benchmark
Brian Anderson
-0
/
+53
2012-02-04
rt: Expand rust_kernel::live_tasks to a uintptr_t
Brian Anderson
-3
/
+3
2012-02-04
rt: Stop using atomic ops on rust_kernel::live_tasks
Brian Anderson
-5
/
+8
2012-02-03
rt: Make isaac_init not a template
Brian Anderson
-19
/
+12
2012-02-03
rt: Remove some silly locks in rust_scheduler
Brian Anderson
-4
/
+0
2012-02-03
rt: Add sanity checks when we hit the max task/port id
Brian Anderson
-0
/
+2
2012-02-03
rt: Clean up the way the kernel tracks tasks
Brian Anderson
-42
/
+49
2012-02-03
rt: Do all task creation through a scheduler
Brian Anderson
-15
/
+10
2012-02-03
rt: Create new tasks through the current thread's scheduler
Brian Anderson
-1
/
+1
2012-02-03
rt: Add a field to rust_task to hold its scheduler
Brian Anderson
-2
/
+3
2012-02-03
rt: Extract rust_scheduler from rust_task_thread
Brian Anderson
-112
/
+180
2012-02-03
rt: Rename rust_scheduler to rust_task_thread
Brian Anderson
-272
/
+271
2012-02-03
Beginnings of front-end support for classes
Tim Chevalier
-10
/
+294
2012-02-03
log to stderr instead of stdout
Ted Horst
-16
/
+12
2012-02-03
add third arg for output path, default to no output
Ted Horst
-5
/
+36
2012-02-03
fix formatting
Ted Horst
-103
/
+103
2012-02-03
add mandelbrot image generator from shootout
Ted Horst
-0
/
+143
2012-02-03
Fix various drift issues in the qq branch.
Graydon Hoare
-33
/
+34
2012-02-03
Additional testcase.
Kevin Atkinson
-4
/
+7
2012-02-03
Implement folding of ast::ty.
Kevin Atkinson
-3
/
+30
[next]