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-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+14
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-4
/
+4
2012-09-10
Convert 'import' to 'use'. Remove 'import' keyword.
Brian Anderson
-9
/
+5
2012-09-10
Make all moves explicit in libsyntax
Tim Chevalier
-2
/
+2
2012-09-10
Convert class methods to impl methods. Stop parsing class methods
Brian Anderson
-0
/
+3
2012-09-10
Make moves explicit in pipes and pipe compiler
Tim Chevalier
-16
/
+17
2012-09-10
rustc: Make shape-based compare glue never called for comparison operators.
Patrick Walton
-1
/
+1
2012-09-07
Remove 'let' syntax for struct fields
Brian Anderson
-4
/
+4
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-06
Remove struct ctors
Brian Anderson
-7
/
+9
2012-09-04
Remove 'with'
Brian Anderson
-4
/
+4
2012-09-04
libsyntax: "import" -> "use"
Patrick Walton
-26
/
+25
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-2
/
+11
2012-08-28
CamelCasify lots of std
Ben Striegel
-3
/
+3
2012-08-28
Convert core::pipes to camel case
Brian Anderson
-11
/
+25
2012-08-27
Camel case various core constructors
Brian Anderson
-4
/
+4
2012-08-26
Camel case the option type
Brian Anderson
-32
/
+32
2012-08-24
fix some unused pattern binding warnings
Niko Matsakis
-2
/
+2
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-1
/
+1
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-35
/
+35
2012-08-22
intern identifiers
Paul Stansifer
-113
/
+116
2012-08-17
Move select macro into another file, so it can be including in multiple tests.
Eric Holk
-1
/
+1
2012-08-17
Track spans better in the protocol compiler so we can get better error messages.
Eric Holk
-17
/
+34
2012-08-17
Remove the class keyword
Brian Anderson
-1
/
+1
2012-08-15
Modify pipec to not emit calls to some and none
Brian Anderson
-4
/
+4
2012-08-15
pipes: Rename the pipec-generated buffer to __Buffer
Brian Anderson
-2
/
+2
2012-08-15
Convert more core types to camel case
Brian Anderson
-3
/
+3
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-3
/
+3
2012-08-08
libsyntax: Parse common enum fields
Patrick Walton
-1
/
+3
2012-08-08
Convert impls to new syntax
Brian Anderson
-33
/
+22
2012-08-08
rustc: Do some plumbing work in preparation for common fields in enums
Patrick Walton
-10
/
+8
2012-08-07
rustc: Add stub support for struct variants to the AST
Patrick Walton
-1
/
+1
2012-08-07
Generate try_send versions for all the messages. Fixes #3128
Eric Holk
-57
/
+98
2012-08-06
make `ref x` bindings produce region ptrs and fix various minor bugs
Niko Matsakis
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-21
/
+21
2012-08-05
Switch alts to use arrows
Brian Anderson
-53
/
+46
2012-08-03
rustc: Add the notion of inherited visibility
Patrick Walton
-1
/
+0
2012-08-03
rustc: Remove all fixed-length strings from our codebase
Patrick Walton
-5
/
+5
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
[next]