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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2012-06-21
This was unsafe, and will probably leak.
Eric Holk
-8
/
+13
2012-06-21
Remove some warnings and make tests pass.
Eric Holk
-10
/
+0
2012-06-21
Basic functionality for new ports and chans
Eric Holk
-33
/
+149
2012-06-21
Library vecs are fast now.
Eric Holk
-14
/
+36
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-19
/
+106
2012-06-21
core: Remove resolved FIXME around port destruction
Brian Anderson
-2
/
+0
2012-06-20
Change core::comm to use classes instead of resources
Tim Chevalier
-21
/
+30
2012-06-20
Don't shadow a class name with a local
Tim Chevalier
-5
/
+5
2012-06-20
Comments only: typos
Tim Chevalier
-1
/
+1
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-3
/
+3
2012-06-19
Temporarily ignoring tests that can go into infinite loops.
Eric Holk
-0
/
+2
2012-06-19
Reference fixes.
Eric Holk
-4
/
+7
2012-06-19
Moved arc to libcore and added an arc that allows shared mutable state throug...
Eric Holk
-4
/
+234
2012-06-19
Adding a lock/condition variable to libcore.
Eric Holk
-0
/
+72
2012-06-18
core: Don't require copyable options where possible. Closes #2636
Brian Anderson
-9
/
+10
2012-06-16
Revert "Adding a lock/condition variable to libcore."
Tim Chevalier
-72
/
+0
2012-06-16
Revert "Moved arc to libstd and added an arc that allows shared mutable state...
Tim Chevalier
-234
/
+4
2012-06-16
Revert "Reference and whitespace fixes."
Tim Chevalier
-7
/
+4
2012-06-15
Reference and whitespace fixes.
Eric Holk
-4
/
+7
2012-06-15
Fixed a bug in extfmt where it couldn't parse unicode in format strings.
Eric Holk
-2
/
+3
2012-06-15
Moved arc to libstd and added an arc that allows shared mutable state through...
Eric Holk
-4
/
+234
2012-06-15
Adding a lock/condition variable to libcore.
Eric Holk
-0
/
+72
2012-06-15
remove irrelevant fixme (#2607)
Niko Matsakis
-1
/
+1
2012-06-14
Comments only: annotate FIXME in core::str
Tim Chevalier
-1
/
+1
2012-06-14
Comments only: annotate FIXMEs in core::run
Tim Chevalier
-2
/
+2
2012-06-14
Annotate one FIXME and remove another
Tim Chevalier
-4
/
+3
2012-06-14
Comments only: annotate FIXMEs in core::os
Tim Chevalier
-14
/
+14
2012-06-14
Remove code from parser that was awaiting snapshot
Tim Chevalier
-2
/
+2
2012-06-14
Remove workaround
Tim Chevalier
-3
/
+2
2012-06-14
Comments only: annotate FIXMEs
Tim Chevalier
-2
/
+2
2012-06-14
annotate FIXME in iter-trait
Tim Chevalier
-1
/
+1
2012-06-14
Comments only: Annotate FIXMEs in libcore
Tim Chevalier
-4
/
+4
2012-06-14
In dvec, annotate a FIXME and uncomment append_iter
Tim Chevalier
-20
/
+23
2012-06-14
Add a Num typeclass
Patrick Walton
-0
/
+2
2012-06-12
Rewrite int/uint helper functions to use refs
Erick Tryzelaar
-32
/
+32
2012-06-12
Convert most str and vec fns to slices
Erick Tryzelaar
-109
/
+114
2012-06-11
core: More stack walking
Brian Anderson
-9
/
+48
2012-06-08
core: Don't deadlock on io streams in run::program_output
Brian Anderson
-26
/
+72
2012-06-08
Merge pull request #2560 from bstrie/num
Brian Anderson
-5
/
+3
2012-06-09
Allow multiple `num` impls to be imported at once
Ben Striegel
-5
/
+3
2012-06-08
Merge pull request #2559 from mozilla/incoming
Patrick Walton
-3
/
+18
2012-06-08
core: Inline unsigned range function
Brian Anderson
-0
/
+1
2012-06-08
Inline `range` for all integral types
Ben Striegel
-0
/
+1
2012-06-08
core: "inlune" is not an attribute
Patrick Walton
-1
/
+1
2012-06-08
core: Implement string equal natively to save a call into the shape code. Sha...
Patrick Walton
-2
/
+17
2012-06-08
Convert reinterpret_cast + forget to 'transmute'
Brian Anderson
-23
/
+9
2012-06-08
core: Add unsafe::transmute
Brian Anderson
-1
/
+28
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-118
/
+76
2012-06-07
core: Remove transitional code
Brian Anderson
-11
/
+0
2012-06-07
Merge branch 'incoming'
Patrick Walton
-2
/
+126
[prev]
[next]