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
/
dynamic_lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-0
/
+2
2015-12-20
Corrected deprecation reference to appropriate crate
ebadf
-1
/
+1
2015-12-18
Made dynamic_lib migration path more explicit
ebadf
-1
/
+1
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-1
/
+1
2015-11-09
std: Migrate to the new libc
Alex Crichton
-42
/
+22
2015-10-29
Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichton
bors
-1
/
+28
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-1
/
+28
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-0
/
+2
2015-10-17
Remove some trivial `transmute`s
Andrew Paseltiner
-2
/
+1
2015-09-08
some more clippy-based improvements
Andre Bogus
-1
/
+1
2015-08-15
std: Add issues to all unstable features
Alex Crichton
-1
/
+2
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+2
2015-06-27
std: Fix Windows XP compatibility
Alex Crichton
-1
/
+1
2015-06-17
std: Split the `std_misc` feature
Alex Crichton
-1
/
+3
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-04-27
std: Prepare for linking to musl
Alex Crichton
-1
/
+3
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-22
Remove stale comment
Tamir Duberstein
-8
/
+0
2015-04-21
Test fixes and rebase conflicts, round 1
Alex Crichton
-7
/
+2
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-1
/
+1
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-1
/
+1
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-1
/
+0
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-27
Test fixes and rebase conflicts, round 3
Alex Crichton
-1
/
+1
2015-03-27
Test fixes and rebase conflicts, round 2
Alex Crichton
-2
/
+0
2015-03-27
Updated std::dynamic_lib to use std::path.
Aaron Weiss
-27
/
+25
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-4
/
+5
2015-03-18
Register new snapshots
Alex Crichton
-8
/
+5
2015-03-16
preemptively fix windows compilation errors
Jorge Aparicio
-0
/
+2
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+1
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-1
/
+2
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-0
/
+2
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-4
/
+4
2015-02-11
bitrig integration
Dave Huseby
-0
/
+2
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-1
/
+1
2015-02-06
Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
Manish Goregaokar
-1
/
+0
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-1
/
+0
2015-02-02
rollup merge of #21787: alexcrichton/std-env
Alex Crichton
-14
/
+6
2015-02-01
std: Add a new `env` module
Alex Crichton
-14
/
+6
2015-02-01
openbsd: remove specific block and cleanup linkage
Sébastien Marie
-12
/
+0
2015-02-01
openbsd support
Sébastien Marie
-3
/
+16
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-19
std::dynamic_lib: Fix Windows error handling
klutzy
-43
/
+98
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-05
More test fixes!
Alex Crichton
-1
/
+1
[next]