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-07-06
Moved pipes runtime support to libcore, and add a test that will help verify ...
Eric Holk
-194
/
+270
2012-07-06
Contracts work well enough to do the message ring benchmark, and it's really ...
Eric Holk
-0
/
+327
2012-07-06
send only takes one data argument.
Eric Holk
-2
/
+2
2012-07-06
Macro and iface tricks to simulate self move.
Eric Holk
-0
/
+307
2012-07-06
Progress towards pipes.
Eric Holk
-37
/
+61
2012-07-06
An example using pipes with most of the synchronization code in place.
Eric Holk
-0
/
+247
2012-07-06
First example of a program using pipes.
Eric Holk
-2
/
+112
2012-07-06
Basic functionality for new ports and chans
Eric Holk
-1
/
+1
2012-07-06
cargo: Fix building dependencies
Erick Tryzelaar
-2
/
+2
2012-07-05
Ignore a should_fail test on windows
Brian Anderson
-0
/
+1
2012-07-05
Fix test that was using rust_task_allow_kill incorrectly
Brian Anderson
-2
/
+4
2012-07-05
A new `times` method on numeric types
Ben Striegel
-17
/
+91
2012-07-05
Allow soft failure of the macro parser.
Paul Stansifer
-14
/
+23
2012-07-05
Add new syntax for interpolation and repetition, and allow the transcription ...
Paul Stansifer
-39
/
+70
2012-07-05
Start letting the parser catch interpolated ASTs.
Paul Stansifer
-6
/
+95
2012-07-05
Update the new macro demo.
Paul Stansifer
-7
/
+21
2012-07-05
Macro By Example transcription of token trees with interpolations and dotdotd...
Paul Stansifer
-32
/
+141
2012-07-05
Store some span information for stride mismatches errors in MBE TT macros.
Paul Stansifer
-9
/
+14
2012-07-05
Move earley_parser.rs to a more appropriate place
Paul Stansifer
-3
/
+3
2012-07-05
Some rearranging in perparation for MBE-style TT transcription.
Paul Stansifer
-123
/
+198
2012-07-05
Document matchers a little better.
Paul Stansifer
-1
/
+3
2012-07-05
Add test case in task.rs for #2782
Ben Blum
-0
/
+38
2012-07-05
make disallow_kill an int for nested unkillables (closes #2782)
Ben Blum
-6
/
+7
2012-07-05
Clean up error message punctuation/capitalization
Lindsey Kuper
-33
/
+33
2012-07-05
Remove duplicate, un-used copy of astencode
Tim Chevalier
-940
/
+0
2012-07-05
Uncomment destructor in parser now that dtors work
Tim Chevalier
-2
/
+1
2012-07-05
Comments only: change TODOs to FIXMEs and annotate them
Tim Chevalier
-20
/
+19
2012-07-05
Mostly change TODOs to FIXMEs and annotate them
Tim Chevalier
-19
/
+23
2012-07-05
Consider slices to be a structural type. Closes #2748.
Michael Sullivan
-4
/
+23
2012-07-05
std: Actually buildbase64
Brian Anderson
-0
/
+1
2012-07-05
core: Actually build to_bytes
Brian Anderson
-0
/
+1
2012-07-05
std: Export base64
Brian Anderson
-0
/
+1
2012-07-05
core: Export to_bytes
Brian Anderson
-1
/
+1
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-451
/
+453
2012-07-05
Arc requires send trait (issue #2788)
Eric Holk
-5
/
+5
2012-07-05
Remove create_lock in favor of lock_and_signal() (issue #2780)
Eric Holk
-8
/
+6
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-5046
/
+4983
2012-07-04
Add tests for various ways to write 'do' and 'for' without args
Brian Anderson
-0
/
+16
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-260
/
+260
2012-07-04
Tidy
Brian Anderson
-2
/
+5
2012-07-04
Merge pull request #2798 from erickt/incoming
Brian Anderson
-0
/
+177
2012-07-04
When getopts encounters an option that takes an argument, it should treat the...
Josh Matthews
-1
/
+39
2012-07-04
Fix trans typo noticed by fuzzer. Close #2148.
Graydon Hoare
-1
/
+1
2012-07-03
Add a to_bytes iface and a handful of impls
Erick Tryzelaar
-0
/
+19
2012-07-03
Add a basic base64 module
Erick Tryzelaar
-0
/
+158
2012-07-03
test: Try to work around a resolve1 bug in class-cast-to-iface-cross-crate-2
Patrick Walton
-1
/
+1
2012-07-03
rustc: Make the error names in resolve3 conform more closely to what the comp...
Patrick Walton
-6
/
+3
2012-07-03
test: Make run-fail/zip-different-lengths not rely on resolve bugs
Patrick Walton
-1
/
+1
2012-07-03
test: Fix cyclic import in class-cast-to-iface-cross-crate-2
Patrick Walton
-2
/
+1
2012-07-03
test: Make tag-exports not use the obsolete tag export syntax
Patrick Walton
-3
/
+6
[prev]
[next]