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-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
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-16
libstd: Remove all uses of {:?}.
Luqman Aden
-1
/
+1
2014-10-10
Register new snapshots
Alex Crichton
-2
/
+2
2014-10-07
Rename slice::Slice
Nick Cameron
-1
/
+1
2014-09-30
Fix libstd
Steven Fackler
-11
/
+11
2014-09-23
Deprecate `#[ignore(cfg(...))]`
Steven Fackler
-2
/
+1
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-2
/
+3
2014-09-21
rename to conform to style guide
ville-h
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-1
/
+1
2014-08-23
Remove stage0 attributes.
Vadim Chugunov
-1
/
+0
2014-08-15
auto merge of #16435 : vadimcn/rust/windows, r=pcwalton
bors
-1
/
+2
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-08-12
Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]
Vadim Chugunov
-1
/
+2
2014-08-06
Use byte literals in libstd
nham
-1
/
+1
2014-07-29
Port Rust to DragonFlyBSD
Michael Neumann
-0
/
+2
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-0
/
+1
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-5
/
+2
2014-06-30
Add `utf16_units`
John Schmidt
-2
/
+5
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-31
/
+36
2014-06-16
auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton
bors
-1
/
+2
2014-06-13
Rolling up PRs in the queue
Alex Crichton
-1
/
+2
[next]