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
/
libstd
/
unstable
Age
Commit message (
Expand
)
Author
Lines
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-459
/
+1
2014-02-17
Made fail_bounds_check more careful with strings.
chromatic
-2
/
+12
2014-02-15
auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler
bors
-4
/
+10
2014-02-16
std::unstable::mutex: streamline & clarify documentation.
Huon Wilson
-26
/
+37
2014-02-16
std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.
Huon Wilson
-65
/
+107
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-38
/
+42
2014-02-16
std: add tests for the _noguard lock/signal/wait methods on Mutex.
Huon Wilson
-2
/
+28
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-36
/
+96
2014-02-14
Fix all code examples
Alex Crichton
-4
/
+10
2014-02-13
Remove two allocations from spawning a green task
Alex Crichton
-0
/
+6
2014-02-13
Register new snapshots
Alex Crichton
-25
/
+0
2014-02-12
Removed ty_type (previously used to represent *tydesc).
Eduard Burtescu
-0
/
+3
2014-02-11
std -- replaces uses where const borrows would be required
Niko Matsakis
-35
/
+79
2014-02-09
std: Move byteswap functions to mem
Brian Anderson
-27
/
+0
2014-02-09
std: Add init and uninit to mem. Replace direct intrinsic usage
Brian Anderson
-5
/
+4
2014-02-08
auto merge of #12096 : brson/rust/morestack-addr, r=thestinger
bors
-3
/
+0
2014-02-07
rm out-of-date comment from std::unstable::raw
Daniel Micay
-3
/
+0
2014-02-07
remove type descriptors from proc and @T
Daniel Micay
-0
/
+20
2014-02-07
rustc: Remove 'morestack_addr' intrinsic. Unused
Brian Anderson
-3
/
+0
2014-02-05
libstd: Add missing constants for arm/linux.
Luqman Aden
-1
/
+5
2014-02-05
Implement clone() for TCP/UDP/Unix sockets
Alex Crichton
-1
/
+0
2014-02-04
Register new snapshots
Alex Crichton
-120
/
+0
2014-02-03
std: Hardcode pthread constants and structures
Alex Crichton
-300
/
+217
2014-02-03
Add an AtomicU64 type to std::sync::atomics
Alex Crichton
-9
/
+101
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-1
/
+1
2014-02-02
std,extra: remove use of & support for @[].
Huon Wilson
-1
/
+0
2014-02-02
libextra: Remove `@str` from all the libraries
Patrick Walton
-1
/
+0
2014-01-31
Retry on EINVAL from pthread_attr_setstacksize()
Ben Noordhuis
-1
/
+1
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-12
/
+12
2014-01-28
Feature gate #[simd]
David Manescu
-0
/
+10
2014-01-27
Removed take_glue from tydesc, inlining the equivalent refcount increment cod...
Eduard Burtescu
-0
/
+2
2014-01-27
Demote self to an (almost) regular argument and remove the env param.
Eduard Burtescu
-1
/
+3
2014-01-25
Uppercase numeric constants
Chris Wong
-4
/
+4
2014-01-22
libc: switch `free` to the proper signature
Daniel Micay
-20
/
+20
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-56
/
+52
2014-01-21
Purge borrowck from libstd
Alex Crichton
-40
/
+0
2014-01-17
handle zero-size allocations correctly
Daniel Micay
-8
/
+5
2014-01-17
auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton
bors
-6
/
+0
2014-01-15
auto merge of #11565 : mozilla/rust/snapshot, r=huonw
bors
-38
/
+1
2014-01-15
Issue #3511 - Rationalize temporary lifetimes.
Niko Matsakis
-6
/
+0
2014-01-15
auto merge of #11561 : eddyb/rust/moar-inlines, r=pcwalton
bors
-0
/
+2
2014-01-15
register snapshots
Daniel Micay
-38
/
+1
2014-01-15
libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...
Eduard Burtescu
-0
/
+2
2014-01-14
add implementation of `Repr` for `~[T]`
Daniel Micay
-0
/
+1
2014-01-14
remove `borrow_offset` as ~ is now free of headers
Daniel Micay
-7
/
+0
2014-01-14
remove reference counting headers from ~
Daniel Micay
-0
/
+2
2014-01-11
Removed free_glue from tydesc (the code is still generated, but inlined in dr...
Eduard Burtescu
-2
/
+31
2014-01-07
extratest: Fix all leaked trait imports
Alex Crichton
-1
/
+2
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-2
/
+0
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-2
/
+5
[prev]
[next]