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-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-1
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-1
/
+2
2015-03-06
Use `#[allow_internal_unstable]` for `thread_local!`
Huon Wilson
-0
/
+1
2015-03-04
Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw
bors
-1
/
+1
2015-03-02
Readd int_uint feature to libstd
Simonas Kazlauskas
-0
/
+1
2015-03-01
Remove int/uint from libstd/lib.rs
Guillaume Gomez
-2
/
+0
2015-03-01
remove some compiler warnings
Tshepang Lekhonkhobe
-1
/
+1
2015-03-01
Fix errors, remove unused files
GuillaumeGomez
-1
/
+1
2015-02-24
std: Stabilize some `ptr` functions
Alex Crichton
-0
/
+1
2015-02-23
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-02-20
make int/uint modules just re-exports
Alexis
-2
/
+2
2015-02-20
try to reduce bajillion warnings
Alexis
-2
/
+1
2015-02-18
Stabilize std::borrow
Aaron Turon
-1
/
+1
2015-02-17
Register new snapshots
Alex Crichton
-10
/
+0
2015-02-15
Rollup merge of #22347 - iKevinY:std-lib-panicking, r=brson
Manish Goregaokar
-1
/
+1
2015-02-13
Add std::process
Aaron Turon
-0
/
+1
2015-02-13
Rename std::failure to std::panicking
Kevin Yap
-1
/
+1
2015-02-11
rollup merge of #22015: alexcrichton/netv2
Alex Crichton
-0
/
+1
2015-02-11
std: Add a `net` module for TCP/UDP
Alex Crichton
-0
/
+1
2015-02-11
rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flag
Alex Crichton
-1
/
+3
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-2
/
+3
2015-02-11
Feature-gate the `#[unsafe_no_drop_flag]` attribute.
Felix S. Klock II
-1
/
+3
2015-02-10
Auto merge of #21936 - alexcrichton:fsv2, r=aturon
bors
-0
/
+1
2015-02-09
std: Add a new `fs` module
Alex Crichton
-0
/
+1
2015-02-07
Make std::fmt a simple re-export from collections
Keegan McAllister
-1
/
+1
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-0
/
+1
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-6
/
+8
2015-02-04
Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton
bors
-1
/
+1
2015-02-03
rollup merge of #21835: alexcrichton/iov2
Alex Crichton
-3
/
+3
2015-02-04
Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.
Huon Wilson
-1
/
+1
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-0
/
+1
2015-02-03
std: Add `io` module again
Alex Crichton
-3
/
+3
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-2
/
+1
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+0
2015-02-02
register snapshots
Jorge Aparicio
-1
/
+1
2015-02-01
std: Add a new `env` module
Alex Crichton
-0
/
+1
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-15
/
+13
2015-01-30
rollup merge of #21704: FlaPer87/macro-reexport
Alex Crichton
-1
/
+1
2015-01-30
fixes after rebase
Jorge Aparicio
-1
/
+0
2015-01-30
fix fallout
Jorge Aparicio
-0
/
+5
2015-01-30
Change from core::ops::RangeFull to std::ops
Nick Cameron
-1
/
+0
2015-01-29
Feature gate macro_reexport. Fixes #20906
Flavio Percoco
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-3
/
+4
2015-01-26
std: Rename io to old_io
Alex Crichton
-3
/
+4
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-23
grandfathered -> rust1
Brian Anderson
-2
/
+2
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-0
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+7
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
[next]