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
/
unstable
/
lang.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-17
Made fail_bounds_check more careful with strings.
chromatic
-2
/
+12
2014-02-13
Register new snapshots
Alex Crichton
-8
/
+0
2014-02-07
remove type descriptors from proc and @T
Daniel Micay
-0
/
+8
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-7
/
+6
2014-01-21
Purge borrowck from libstd
Alex Crichton
-40
/
+0
2014-01-15
libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...
Eduard Burtescu
-0
/
+2
2013-12-24
green: Rip the bandaid off, introduce libgreen
Alex Crichton
-15
/
+1
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-3
/
+1
2013-10-30
Prepared `std::sys` for removal, and made `begin_unwind` simpler
Marvin Löbel
-1
/
+1
2013-10-28
add support for the `cold` function attribute
Daniel Micay
-0
/
+2
2013-10-23
mark some functions as returning !
Daniel Micay
-2
/
+1
2013-10-15
fix bounds checking failure message
Daniel Micay
-1
/
+1
2013-10-11
De-pub some private runtime components
Alex Crichton
-14
/
+4
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-09-23
Register new snapshots
Alex Crichton
-15
/
+0
2013-09-18
librustc/libstd: No longer pass crate_map to start.
Luqman Aden
-0
/
+14
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-2
/
+3
2013-08-16
Remove the annihilate lang item
Brian Anderson
-5
/
+0
2013-08-15
Add ToCStr method .with_c_str()
Kevin Ballard
-1
/
+1
2013-08-12
std: Re-optimize tls access on local allocation path
Brian Anderson
-7
/
+7
2013-08-11
fix unused imports
Daniel Micay
-2
/
+1
2013-08-11
move `strdup_uniq` lang item to std::str
Daniel Micay
-6
/
+0
2013-08-09
auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt
bors
-1
/
+2
2013-08-09
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-10
/
+7
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-46
/
+12
2013-08-09
std: Fix perf of local allocations in newsched
Brian Anderson
-10
/
+7
2013-08-08
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-1
/
+1
2013-08-07
Turn on the new runtime
Brian Anderson
-1
/
+1
2013-08-04
std: replace str::as_c_str with std::c_str
Erick Tryzelaar
-1
/
+2
2013-08-02
librustc: Disallow "unsafe" for external functions
Patrick Walton
-9
/
+4
2013-08-02
auto merge of #8175 : brson/rust/nodbg, r=graydon
bors
-2
/
+0
2013-08-01
A major refactoring that changes the way the runtime uses TLS. In the
toddaaro
-3
/
+0
2013-07-31
extra: Remove dbg module and rt support code
Brian Anderson
-2
/
+0
2013-07-25
libstd: Fix errors when rtdebug! is not a noop.
Luqman Aden
-2
/
+2
2013-07-23
std and extra: use as_c_str instead of as_buf in a couple places
Erick Tryzelaar
-2
/
+2
2013-07-23
std: move str::as_buf into StrSlice
Erick Tryzelaar
-1
/
+1
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-8
/
+9
2013-07-03
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-24
/
+2
2013-07-01
Refactored the runtime to view coroutines as a component of tasks, instead of...
toddaaro
-0
/
+4
2013-06-30
simplify the exchange allocator
Daniel Micay
-17
/
+0
2013-06-24
std: Make box annihilator work with newsched
Brian Anderson
-13
/
+6
2013-06-24
std: Move dynamic borrowck code from unstable::lang to rt::borrowck
Brian Anderson
-228
/
+7
2013-06-20
Merge remote-tracking branch 'brson/io' into io-upstream
Brian Anderson
-2
/
+2
2013-06-21
libstd: cleanup warnings
James Miller
-14
/
+2
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-7
/
+7
2013-06-16
Merge remote-tracking branch 'brson/io'
Brian Anderson
-2
/
+2
2013-06-10
debugged a compiler ICE when merging local::borrow changes into the main io b...
toddaaro
-2
/
+2
2013-06-10
std: convert str::reserve* to methods, and methodise str::push_*.
Huon Wilson
-3
/
+3
2013-06-09
std: add reverse vec iterators, replace vec::each*_reverse.
Huon Wilson
-1
/
+2
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+420