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
/
libsyntax
/
ext
/
pipes
Age
Commit message (
Expand
)
Author
Lines
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-31
rustc: Parse by-reference pattern bindings with the "ref" keyword
Patrick Walton
-2
/
+4
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-39
/
+39
2012-07-30
Impl-ize interner.
Paul Stansifer
-1
/
+0
2012-07-29
Rewrite bitv to use classes and optimize its representation
Tim Chevalier
-2
/
+2
2012-07-27
rustc: Use coherence for operator overloading.
Patrick Walton
-18
/
+1
2012-07-26
Comments Only: Remove outdated FIXMEs. Fixes #2886.
Eric Holk
-2
/
+0
2012-07-25
Polymorphic protocols work well enough to do MapReduce.
Eric Holk
-6
/
+8
2012-07-25
Bounded protocols work well enough to compile core, but map reduce has too ma...
Eric Holk
-15
/
+37
2012-07-25
Thread spans through the pipe compiler. They aren't perfect, but they make de...
Eric Holk
-70
/
+90
2012-07-25
Compiled a bounded version of pingpong.
Eric Holk
-43
/
+232
2012-07-25
Generate buffer type for bounded protocols
Eric Holk
-0
/
+31
2012-07-25
Refactor the bounded pingpong example to avoid needing to generate unsafe code.
Eric Holk
-19
/
+30
2012-07-25
Refactoring pipes to allow implementing bounded protocols.
Eric Holk
-2
/
+5
2012-07-18
syntax: Parse multiple trait refs in a single implementation
Patrick Walton
-0
/
+1
2012-07-17
Added liveness analysis for protocols, and removed warnings about empty states.
Eric Holk
-0
/
+111
2012-07-17
Don't ICE when protocol steps to invalid mesasge.
Eric Holk
-21
/
+22
2012-07-17
rustc: Fix coherence errors in the build
Patrick Walton
-27
/
+26
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-12
/
+86
2012-07-17
Error checking for protocols. We'll need spans though.
Eric Holk
-140
/
+237
2012-07-16
Add support for terminal states (issue #2862)
Eric Holk
-44
/
+111
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-4
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-38
/
+38
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-9
/
+9
2012-07-12
Switch map-reduce control protocol to use pipes. This exposed a bug in the pi...
Eric Holk
-25
/
+2
2012-07-12
Comments only: TODOs to FIXMEs; annotate
Tim Chevalier
-3
/
+3
2012-07-12
Get rid of all of the remaining /~s in the code base.
Michael Sullivan
-10
/
+10
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-6
/
+3
2012-07-09
Allow defining token tree macros. They should work now!
Paul Stansifer
-4
/
+3
2012-07-06
Updating tests to use pipes.
Eric Holk
-22
/
+36
2012-07-06
Fixing an infinite type, updating code to match new Early parser, remembering...
Eric Holk
-0
/
+63
2012-07-06
pingpong protocol parses, although I should probably rewrite this to use Paul...
Eric Holk
-8
/
+13
2012-07-06
Adding token tree nonterminals to earley parser.
Eric Holk
-2
/
+0
2012-07-06
You can have any protocol you want, provided it's pingpong.
Eric Holk
-0
/
+574
[prev]