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-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
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-3
/
+3
2014-08-30
auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw
bors
-24
/
+0
2014-08-29
Register new snapshots
Alex Crichton
-24
/
+0
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-3
/
+3
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-1
/
+1
2014-08-22
auto merge of #16647 : vhbit/rust/ios-build-fixes, r=alexcrichton
bors
-2
/
+2
2014-08-21
iOS compilation fix
Valerii Hiora
-2
/
+2
2014-08-20
Stage #[repr(packed)] in std::rt
Corey Richardson
-1
/
+32
2014-08-20
librustc: handle repr on structs, require it for ffi, unify with packed
Corey Richardson
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-3
/
+3
[next]