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
Age
Commit message (
Expand
)
Author
Lines
2014-12-18
Remove rt::bookkeeping
Aaron Turon
-70
/
+0
2014-12-18
Make at_exit initialize lazily
Aaron Turon
-20
/
+23
2014-12-18
Allow args to work without rt initialization
Aaron Turon
-13
/
+9
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-993
/
+3227
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-14
Rewrite threading infrastructure, introducing `Thunk` to represent
Niko Matsakis
-4
/
+5
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
-7
/
+9
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 #19329: steveklabnik/doc_style_cleanup2
Alex Crichton
-40
/
+32
2014-11-26
/*! -> //!
Steve Klabnik
-40
/
+32
2014-11-26
rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus
Alex Crichton
-1
/
+1
2014-11-26
auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton
bors
-2
/
+2
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-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-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
-10
/
+8
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-6
/
+6
2014-11-20
Remove libnative
Aaron Turon
-0
/
+76
2014-11-20
Remove Runtime trait
Aaron Turon
-0
/
+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
-5
/
+2
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-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-25
get rid of libc_heap::{malloc_raw, realloc_raw}
Daniel Micay
-1
/
+1
2014-10-16
don't refer to the nonexistant gc
Steve Klabnik
-7
/
+5
2014-10-10
Register new snapshots
Alex Crichton
-14
/
+12
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
[prev]
[next]