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
/
dynamic_lib.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-09
std: Move dynamic_lib from std::unstable to std
Brian Anderson
-329
/
+0
2014-06-09
std: Remove the as_utf16_p functions
Alex Crichton
-5
/
+5
2014-06-06
std: Deal with fallout of rtio changes
Alex Crichton
-1
/
+1
2014-05-30
windows: Allow snake_case errors for now.
Kevin Butler
-1
/
+2
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-7
/
+7
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+4
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-7
/
+12
2014-05-18
Fixing rustdoc stage1.
Felix S. Klock II
-17
/
+51
2014-05-15
auto merge of #13948 : huonw/rust/test-regex-filter, r=alexcrichton
bors
-6
/
+8
2014-05-15
std:: switch the order in which dynamic_lib adds search paths.
Huon Wilson
-6
/
+8
2014-05-14
Change dynamic_library::open_external to take ToCStr
Aaron Turon
-8
/
+23
2014-05-14
Process::new etc should support non-utf8 commands/args
Aaron Turon
-2
/
+0
2014-05-11
core: Remove the cast module
Alex Crichton
-2
/
+2
2014-05-08
Handle fallout for vector addition
Kevin Ballard
-2
/
+7
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-04-29
rustc: Add search paths to dylib load paths
Alex Crichton
-2
/
+19
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-1
/
+1
2014-02-27
std: Small cleanup and test improvement
Alex Crichton
-3
/
+1
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-2
/
+2
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-2
/
+2
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-20
/
+19
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-2
/
+3
2013-12-24
std: Introduce std::sync
Alex Crichton
-8
/
+1
2013-12-11
Make 'self lifetime illegal.
Erik Price
-1
/
+1
2013-12-10
libstd: Change `atomically` to use RAII.
Patrick Walton
-28
/
+26
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-1
/
+1
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-1
/
+1
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-16
/
+16
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-3
/
+2
2013-11-18
Remove the C++ lock_and_signal type
Alex Crichton
-7
/
+5
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-14
/
+0
2013-11-11
auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brson
bors
-0
/
+1
2013-11-10
Register new snapshots
Alex Crichton
-13
/
+1
2013-11-10
temporarily disable tests on android and tagging issue number #10379
Young-il Choi
-0
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-5
/
+5
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-1
/
+1
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-1
/
+1
2013-10-05
Fix thread safety issues in dynamic_lib
Steven Fackler
-10
/
+19
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-6
/
+6
2013-09-23
Find the cratemap at runtime on windows.
Luqman Aden
-2
/
+2
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-1
/
+1
2013-09-11
Flag the dynamic_lib tests as ignored
Alex Crichton
-1
/
+3
2013-08-28
Turned off libstd unit tests that currently fail on Windows.
Vadim Chugunov
-0
/
+1
2013-08-26
std: Add Win64 support
klutzy
-0
/
+12
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-0
/
+14
2013-08-15
Add ToCStr method .with_c_str()
Kevin Ballard
-2
/
+2
2013-08-04
std: replace str::as_c_str with std::c_str
Erick Tryzelaar
-2
/
+4
2013-08-01
Fix calling destructor on uninitialized dynamic library crash.
Steven Stewart-Gallus
-36
/
+70
2013-07-31
Move atomically to unstable::sync, and document what it actually does. Close ...
Ben Blum
-4
/
+4
[next]