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
2013-01-23
Remove old comm-based weak task interface
Brian Anderson
-102
/
+0
2013-01-23
core: Remove private::chan_from_global_ptr. #3915
Brian Anderson
-152
/
+0
2013-01-23
std: Convert uv_global_loop to use pipes
Brian Anderson
-0
/
+15
2013-01-23
core: Convert getenv/setenv to use a mutex
Brian Anderson
-136
/
+68
2013-01-23
core: Add new weak task API
Brian Anderson
-0
/
+199
2013-01-23
switch LinearMap to current constructor convention
Daniel Micay
-11
/
+15
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-330
/
+427
2013-01-23
Merge pull request #4597 from Dretch/atvec-constructors
Tim Chevalier
-2
/
+2
2013-01-23
Oops - add the missing pubs!
gareth
-2
/
+2
2013-01-23
improve hashmap/treemap documentation
Daniel Micay
-0
/
+18
2013-01-23
rm unnecessary usage of 'unsafe' from hashmap
Daniel Micay
-3
/
+1
2013-01-23
remove cautionary wording in the hashmap docstring
Daniel Micay
-5
/
+1
2013-01-23
libcore: Use LLVM intrinsics for floor; add a new Perlin noise benchmark. r=b...
Patrick Walton
-3
/
+19
2013-01-23
remove the LinearMap get_copy method
Daniel Micay
-17
/
+9
2013-01-23
add find method to the core::container::Map trait
Daniel Micay
-20
/
+25
2013-01-23
rename hashmap find_ref/get_ref -> find/get
Daniel Micay
-7
/
+7
2013-01-23
rename hashmap find/get -> find_copy/get_copy
Daniel Micay
-14
/
+14
2013-01-23
rename send_map to hashmap
Daniel Micay
-7
/
+7
2013-01-23
core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut
Trinick
-12
/
+12
2013-01-22
migrate task/spawn.rs to LinearSet
Daniel Micay
-4
/
+4
2013-01-22
migrate gc.rs to LinearSet
Daniel Micay
-11
/
+5
2013-01-22
Add more constructors for managed vectors (as proposed in issue #4553)
gareth
-0
/
+42
2013-01-22
Merge pull request #4571 from thestinger/container
Tim Chevalier
-73
/
+94
2013-01-22
add a base Container trait
Daniel Micay
-16
/
+20
2013-01-22
add a container::Map trait
Daniel Micay
-50
/
+57
2013-01-22
add a Mutable container trait with clear
Daniel Micay
-10
/
+20
2013-01-21
docs: Fix typo
Tim Chevalier
-1
/
+1
2013-01-21
Update documentation with examples for various int, vec methods.
William Ting
-3
/
+74
2013-01-21
minor int-template.rs cleanup
William Ting
-2
/
+2
2013-01-20
fix long lines
Daniel Micay
-2
/
+6
2013-01-20
Merge pull request #4554 from thestinger/set
Tim Chevalier
-2
/
+70
2013-01-20
add a LinearSet type (implementing the Set trait)
Daniel Micay
-2
/
+45
2013-01-20
add a Set trait and implement it for TreeSet
Daniel Micay
-0
/
+25
2013-01-20
repr: represent char values as char literals rather than integers.
Simon Sapin
-1
/
+7
2013-01-18
core: Allow set_buffer_ to be referred to as set-buffer
Tim Chevalier
-2
/
+6
2013-01-18
Rename copy_overlapping_memory() to copy_memory()
Chris Peterson
-52
/
+2
2013-01-18
Comments: turn XXXes into FIXMEs
Tim Chevalier
-2
/
+2
2013-01-17
Add a license check to tidy. #4018
Brian Anderson
-2
/
+11
2013-01-17
Add `finally` method for deferred execution
Brian Anderson
-0
/
+90
2013-01-17
core: Add private global data interface. #3915
Brian Anderson
-0
/
+265
2013-01-17
librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...
Patrick Walton
-27
/
+68
2013-01-15
Add at_exit function #4450
Brian Anderson
-0
/
+89
2013-01-15
Spawn new tasks onto the primary scheduler by default. #3760
Brian Anderson
-68
/
+55
2013-01-15
librustc: Make the default sigil for block lambdas `&` instead of `@`.
Graydon Hoare
-1
/
+1
2013-01-15
Swap return value order in pipes::oneshot Issue #4496
Nick Desaulniers
-4
/
+5
2013-01-14
Merge pull request #4485 from sanxiyn/use-truncate
Brian Anderson
-3
/
+2
2013-01-14
Merge pull request #4484 from sanxiyn/test-retain
Brian Anderson
-0
/
+7
2013-01-14
Merge pull request #4477 from jld/char-repr
Brian Anderson
-1
/
+1
2013-01-14
spelling fixes for iter module docstrings
Daniel Micay
-3
/
+3
2013-01-14
Use vec::truncate for vec::retain
Seo Sanghyeon
-3
/
+2
[prev]
[next]