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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2013-01-24
convert io wrapper records into structs
Erick Tryzelaar
-5
/
+10
2013-01-24
Fix another typo
Erick Tryzelaar
-1
/
+1
2013-01-24
Convert pipes::Buffer into a struct
Erick Tryzelaar
-0
/
+29
2013-01-24
Convert core::pipes::{Packet,Chan_,Port_} into structs
Erick Tryzelaar
-9
/
+13
2013-01-24
Convert extfmt::rt::Conv into a struct
Erick Tryzelaar
-4
/
+25
2013-01-24
Fix a typo
Erick Tryzelaar
-1
/
+1
2013-01-24
Remove "unsafe" from run::start_program
Erick Tryzelaar
-70
/
+68
2013-01-24
core: convert io::Res over to the Drop trait
Erick Tryzelaar
-3
/
+6
2013-01-24
convert most of libcore records into structs
Erick Tryzelaar
-86
/
+105
2013-01-24
librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...
Patrick Walton
-6
/
+13
2013-01-24
librustc: Make C functions unsafe
Patrick Walton
-198
/
+256
2013-01-24
document LinearMap::new
Daniel Micay
-0
/
+1
2013-01-24
remove old LinearMap constructor
Daniel Micay
-6
/
+2
2013-01-23
core: fix windows breakage from 982cf90, r=burningtree.
Graydon Hoare
-0
/
+3
2013-01-23
Merge pull request #4594 from thestinger/map
Tim Chevalier
-72
/
+85
2013-01-23
Add a T_SIGNED type to uint template and eliminate step_down variant
Tim Chevalier
-36
/
+33
2013-01-23
libcore: Correct behaviour of range_step for uint, tests for range* functions.
Huon Wilson
-15
/
+124
2013-01-23
libcore: Add range_step and range_rev functions.
Huon Wilson
-10
/
+53
2013-01-23
core: Stop using oldcomm
Brian Anderson
-79
/
+64
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
[prev]
[next]