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-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-18
Fix std::marker.
Wangshan Lu
-1
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+2
2015-01-17
std: Move the bitflags! macro to a gated crate
Alex Crichton
-4
/
+3
2015-01-16
Don't use NoSend/NoSync in libstd
Flavio Percoco
-0
/
+1
2015-01-12
Merge pull request #20903 from XMPPwocky/deadlink1
bors
-1
/
+1
2015-01-11
Fix dead link (s/task/thread/)
Nathaniel Theis
-1
/
+1
2015-01-09
Re-reduce libstd macro duplication
Keegan McAllister
-1
/
+2
2015-01-08
Remove warning from the libraries.
Huon Wilson
-0
/
+1
2015-01-07
rollup merge of #20723: pnkfelix/feature-gate-box-syntax
Alex Crichton
-0
/
+1
2015-01-07
rollup merge of #20657: alexcrichton/stabilize-macros
Alex Crichton
-3
/
+2
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-4
/
+2
2015-01-07
rollup merge of #20663: brson/feature-staging
Alex Crichton
-0
/
+1
2015-01-08
Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.
Felix S. Klock II
-0
/
+1
2015-01-07
Preliminary feature staging
Brian Anderson
-0
/
+1
2015-01-07
std: Stablize the macros module
Alex Crichton
-3
/
+2
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-1
/
+2
2015-01-07
Add isize, usize modules, deprecate int, uint modules
Aaron Turon
-0
/
+2
2015-01-07
Register new snapshots
Alex Crichton
-4
/
+0
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-4
/
+7
2015-01-06
rollup merge of #20593: nikomatsakis/unused-tps-in-impl
Alex Crichton
-0
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-40
/
+10
2015-01-07
markers -> marker
Nick Cameron
-5
/
+5
2015-01-06
Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...
Niko Matsakis
-0
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-4
/
+7
2015-01-05
More test fixes!
Alex Crichton
-2
/
+0
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-6
/
+55
2015-01-05
rollup merge of #20565: alexcrichton/missing-stability
Alex Crichton
-1
/
+1
2015-01-05
Move #[macro_reexport] to extern crate
Keegan McAllister
-3
/
+3
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-1
/
+19
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-7
/
+14
2015-01-05
Stop using macro_escape as an inner attribute
Keegan McAllister
-5
/
+22
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-3
/
+9
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-3
/
+3
2015-01-03
Remove deprecated functionality
Alex Crichton
-1
/
+0
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-0
/
+1
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-0
/
+1
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-2
/
+1
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-0
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-0
/
+1
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-2
/
+2
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-0
/
+1
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-2
/
+2
2014-12-30
Second pass stabilization: vec
Aaron Turon
-0
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-2
/
+1
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-0
/
+1
2014-12-21
rollup merge of #20006: alexcrichton/no-more-empty-modules
Alex Crichton
-5
/
+6
[next]