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
2012-07-30
Update tests for macro syntax change.
Paul Stansifer
-2
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-765
/
+766
2012-07-30
Rename `#mod` -> `#module` to not collide with the keyword.
Paul Stansifer
-1
/
+1
2012-07-30
test: Add a test for mods inside functions. Closes #493
Brian Anderson
-0
/
+11
2012-07-30
rustc: "iface" -> "trait" in comments, error messages, and identifiers.
Lindsey Kuper
-6
/
+6
2012-07-30
syntax: Fix semicolon printing. Closes #3036
Brian Anderson
-0
/
+6
2012-07-30
Revert "Fix build by xfailing tests which produce irreducible CFGs."
Elliott Slaughter
-2
/
+0
2012-07-30
Fix #2979: inference for lifetimes of & expressions
Niko Matsakis
-75
/
+147
2012-07-30
Reduce the difficulty of run-pass/bitv-perf-test. Valgrinds slowly
Brian Anderson
-1
/
+1
2012-07-29
Rewrite bitv to use classes and optimize its representation
Tim Chevalier
-5
/
+18
2012-07-27
rustc: Use coherence for operator overloading.
Patrick Walton
-201
/
+69
2012-07-27
Forbid duplicate fields in record types and exprs
Tim Chevalier
-0
/
+6
2012-07-27
Correctly forbid upvars in nested impls, traits and classes
Tim Chevalier
-0
/
+82
2012-07-27
change region inference to not consider & that appears in a fn
Niko Matsakis
-0
/
+9
2012-07-27
core: Make #fmt pure
Brian Anderson
-0
/
+21
2012-07-27
In resolve, check for duplicate pattern-bound vars
Tim Chevalier
-0
/
+25
2012-07-27
Make alts on uninhabited enum types typecheck and translate properly
Tim Chevalier
-0
/
+11
2012-07-26
re-xfailing pingpong
Eric Holk
-0
/
+1
2012-07-26
Added .peek for recv_packets
Eric Holk
-1
/
+0
2012-07-26
Fix borrow check errors in k-nucleotide.
Eric Holk
-2
/
+2
2012-07-26
Use iteration protocol for ebml, use vec::view in more places (issue #2880)
Eric Holk
-8
/
+4
2012-07-26
Nomenclature fixes in the lint checker. Fewer double-negatives.
Graydon Hoare
-6
/
+6
2012-07-26
shootout-mandelbrot: devnull writer needs get_type impl
Damian Gryski
-0
/
+1
2012-07-26
Merge branch 'incoming' of github.com:mozilla/rust
Paul Stansifer
-157
/
+204
2012-07-26
Add xfailed test case for #3029
Tim Chevalier
-0
/
+8
2012-07-26
Re-added test for Issue 935 -- not sure what happened to it
Tim Chevalier
-0
/
+31
2012-07-26
Add test for issue 868
Tim Chevalier
-0
/
+15
2012-07-26
Change `#macro` to `macro_rules!` in some cases.
Paul Stansifer
-1
/
+2
2012-07-25
Reject non-UTF-8 files when reading as str. Close #2918.
Graydon Hoare
-0
/
+5
2012-07-25
Remove shared_arc (unused) and fix trivial-message
Eric Holk
-1
/
+1
2012-07-25
Rewrite task-comm-NN to use pipes
Eric Holk
-157
/
+145
2012-07-25
Merge pull request #3014 from elliottslaughter/fix-failed-build-by-xfailing-t...
Graydon Hoare
-0
/
+2
2012-07-25
Fix build by xfailing tests which produce irreducible CFGs.
Elliott Slaughter
-0
/
+2
2012-07-25
Polymorphic protocols work well enough to do MapReduce.
Eric Holk
-4
/
+2
2012-07-25
Added infrastructure to spin for a bit on recv. A spin count > 0 makes bench/...
Eric Holk
-1
/
+1
2012-07-25
Added a benchmark of bounded vs unbounded. Bounded is 8-12% faster. The macro...
Eric Holk
-0
/
+148
2012-07-25
Compiled a bounded version of pingpong.
Eric Holk
-0
/
+2
2012-07-25
Refactor the bounded pingpong example to avoid needing to generate unsafe code.
Eric Holk
-6
/
+4
2012-07-25
Hand-written bounded pingpong implementation.
Eric Holk
-0
/
+106
2012-07-25
Started playing with macros to make receiving easier
Eric Holk
-6
/
+72
2012-07-25
Merge pull request #3009 from elliottslaughter/utf8-idents-test-fix
Graydon Hoare
-1
/
+2
2012-07-25
avoid capture of bound regions when infering types for closure
Niko Matsakis
-21
/
+116
2012-07-25
correct treatment of mutability for deref'd components
Niko Matsakis
-0
/
+9
2012-07-24
test: Add a max/min classes test case
Patrick Walton
-0
/
+30
2012-07-24
Fix test floating point comparison to tolerate imprecise FPUs.
Elliott Slaughter
-1
/
+2
2012-07-24
Fix xfail comment
Eric Holk
-1
/
+1
2012-07-24
Test case for #3005
Eric Holk
-0
/
+32
2012-07-24
Fix whitespace.
Graydon Hoare
-2
/
+2
2012-07-24
Update some str functions to slices, merge as_buf and unpack_slice.
Graydon Hoare
-1
/
+1
2012-07-23
tests: Rename to avoid colliding with real rust-zmq.
Erick Tryzelaar
-3
/
+3
[next]