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
/
rt
/
backtrace.rs
Age
Commit message (
Expand
)
Author
Lines
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-1
/
+1
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-1
/
+1
2015-02-04
Fix Unicode name mangling
P1start
-8
/
+8
2015-02-01
std: Add a new `env` module
Alex Crichton
-2
/
+2
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-3
/
+3
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+2
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+2
2014-12-18
Fallout from new thread API
Aaron Turon
-4
/
+0
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-975
/
+3
2014-12-18
auto merge of #19984 : japaric/rust/macro-expressions, r=alexcrichton
bors
-6
/
+9
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-6
/
+9
2014-12-18
auto merge of #19819 : vadimcn/rust/fix-demangle, r=alexcrichton
bors
-8
/
+25
2014-12-16
Fix typo
Vadim Chugunov
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-11
/
+4
2014-12-13
Windows dbghelp strips leading underscores from symbols, so let's accept "ZN....
Vadim Chugunov
-8
/
+25
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-1
/
+1
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-1
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-6
/
+7
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-8
/
+8
2014-11-27
Fixed iOS build after Iter stab
Valerii Hiora
-1
/
+1
2014-11-26
rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus
Alex Crichton
-1
/
+1
2014-11-26
Fixup various places that were doing `&T+'a` and do `&(T+'a)`
Niko Matsakis
-1
/
+1
2014-11-25
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-11-21
unicode: Rename UnicodeChar::is_digit to is_numeric
Brian Anderson
-2
/
+2
2014-11-20
Make most of std::rt private
Aaron Turon
-2
/
+2
2014-11-18
auto merge of #18645 : nick29581/rust/coercions-1, r=alexcrichton
bors
-1
/
+1
2014-11-18
Windows and OS X fallout
Nick Cameron
-1
/
+1
2014-11-18
implement Writer for Vec<u8>
Daniel Micay
-4
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-7
/
+10
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-2
/
+1
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-5
/
+5
2014-11-01
collections: Remove all collections traits
Alex Crichton
-3
/
+0
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-10-10
Register new snapshots
Alex Crichton
-11
/
+9
2014-10-09
Test fixes and rebase conflicts
Alex Crichton
-8
/
+8
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-1
/
+1
2014-10-02
Revert "Review and rebasing changes"
Aaron Turon
-1
/
+1
2014-10-02
Review and rebasing changes
Nick Cameron
-1
/
+1
2014-09-30
Fix libstd
Steven Fackler
-14
/
+14
2014-09-23
Fixed: iOS build was broken because of deprecated APIs
Valerii Hiora
-2
/
+3
2014-09-22
std::rt::backtrace: Fix symbol names on Windows
klutzy
-3
/
+5
2014-09-18
std::rt::backtrace: Fix backtrace on Win64
klutzy
-0
/
+4
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
[next]