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-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
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-23
/
+18
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-4
/
+6
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-17
/
+3
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-2
/
+2
2014-12-13
libstd: add missing imports
Jorge Aparicio
-0
/
+1
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-2
/
+7
2014-12-09
rollup merge of #19653: frewsxcv/rm-reexports
Alex Crichton
-0
/
+3
2014-12-08
Remove Result and Option reexports
Corey Farwell
-0
/
+3
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-1
/
+7
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-2
/
+2
2014-11-26
/*! -> //!
Steve Klabnik
-7
/
+3
2014-11-25
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-11-20
Make most of std::rt private
Aaron Turon
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-3
/
+3
2014-11-01
collections: Remove all collections traits
Alex Crichton
-2
/
+0
2014-10-30
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-5
/
+5
[next]