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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-0
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-0
/
+1
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-2
/
+2
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-1
/
+1
2015-04-14
std: Reexport some unstable rand functionality for now
Alex Crichton
-0
/
+11
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-5
/
+1
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-1
/
+2
2015-04-03
Don't speak of old_io
Steve Klabnik
-3
/
+2
2015-04-01
rollup merge of #23939: nikomatsakis/fn-box
Alex Crichton
-0
/
+1
2015-04-01
Collect the definition of the `Error` trait into `libstd` for now. This
Niko Matsakis
-1
/
+1
2015-04-01
Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The doc
Niko Matsakis
-0
/
+1
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-2
/
+0
2015-03-31
rollup merge of #23875: aturon/revise-convert-2
Alex Crichton
-2
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-2
/
+0
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-2
/
+1
2015-03-30
Update lib.rs
Camille Roussel
-1
/
+1
2015-03-28
Update debug helpers and add list builder
Steven Fackler
-0
/
+1
2015-03-27
std: Don't deadlock/panic on recursive prints
Alex Crichton
-0
/
+1
2015-03-27
rollup merge of #23794: brson/slicegate
Alex Crichton
-0
/
+1
2015-03-27
Feature gate *all* slice patterns. #23121
Brian Anderson
-0
/
+1
2015-03-27
rollup merge of #23749: alexcrichton/remove-old-impl-check
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-3
/
+3
2015-03-27
rollup merge of #23776: nrc/allow_trivial_cast
Alex Crichton
-1
/
+0
2015-03-27
rollup merge of #23736: gmjosack/master
Alex Crichton
-3
/
+2
2015-03-27
Change the trivial cast lints to allow by default
Nick Cameron
-1
/
+0
2015-03-26
Update docs to fix various 404s
Gary M. Josack
-3
/
+2
2015-03-26
rustc: Remove support for old_impl_check
Alex Crichton
-1
/
+0
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+0
2015-03-26
Register new snapshots
Alex Crichton
-3
/
+3
2015-03-26
Added instability markers to `POST_DROP_*` consts, and related opt-in's.
Felix S. Klock II
-1
/
+1
2015-03-25
Change lint names to plurals
Nick Cameron
-2
/
+2
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+2
2015-03-23
Test fixes and rebase conflicts, round 3
Alex Crichton
-2
/
+0
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-1
/
+2
2015-03-23
rollup merge of #23641: steveklabnik/gh23632
Alex Crichton
-5
/
+5
2015-03-23
rollup merge of #23634: WiSaGaN/bugfix/fix_dead_link
Alex Crichton
-1
/
+1
2015-03-23
rollup merge of #23633: tomjakubowski/rustdoc-array-prim
Alex Crichton
-1
/
+5
2015-03-23
rollup merge of #23557: aturon/rfc-909
Alex Crichton
-15
/
+8
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+3
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-23
Require feature attributes, and add them where necessary
Brian Anderson
-1
/
+1
2015-03-23
rustdoc: Support for "array" primitive
Tom Jakubowski
-1
/
+5
2015-03-23
Implement RFC 909: move thread_local into thread
Aaron Turon
-15
/
+8
2015-03-23
Clarify that slices don't just point to arrays
Steve Klabnik
-5
/
+5
2015-03-23
Fix dead link for std::sync::mpsc.
Wangshan Lu
-1
/
+1
2015-03-18
Rollup merge of #23392 - WiSaGaN:bugfix/fix_deprecate_link, r=Manishearth
Manish Goregaokar
-4
/
+4
2015-03-17
std: Tweak some unstable features of `str`
Alex Crichton
-0
/
+1
2015-03-15
Fix deprecated `comm` link.
Wangshan Lu
-4
/
+4
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-0
/
+1
[next]