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
/
cleanup.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-102
/
+0
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+1
2014-02-23
std: Move raw to std::raw
Brian Anderson
-1
/
+1
2014-02-13
Register new snapshots
Alex Crichton
-47
/
+0
2014-02-07
remove type descriptors from proc and @T
Daniel Micay
-21
/
+50
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-3
/
+2
2014-01-15
remove the concept of managed-unique from libstd
Daniel Micay
-28
/
+16
2014-01-06
Remove some unnecessary type casts
Florian Hahn
-1
/
+1
2013-12-15
librustc: Remove identifiers named `box`, since it's about to become a keyword.
Patrick Walton
-16
/
+16
2013-12-11
Make 'self lifetime illegal.
Erik Price
-1
/
+1
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-6
/
+6
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-1
/
+1
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-1
/
+2
2013-10-26
Rewrite boxed_region/memory_region in Rust
Alex Crichton
-2
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-2
/
+2
2013-10-11
De-pub some private runtime components
Alex Crichton
-5
/
+5
2013-10-10
Migrate users of io::fd_t to io::native::file::fd_t
Alex Crichton
-12
/
+5
2013-08-27
librustc: Remove `&const` and `*const` from the language.
Patrick Walton
-2
/
+2
2013-08-19
std: Restore dynamic borrow tracking
Brian Anderson
-5
/
+0
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-18
/
+1
2013-08-02
librustc: Disallow "unsafe" for external functions
Patrick Walton
-1
/
+1
2013-08-01
std: Replace `for` with `do { .. }` expr where internal iterators are used
blake2-ppc
-6
/
+9
2013-07-26
Consolidate raw representations of rust values
Alex Crichton
-8
/
+7
2013-07-24
Convert uses of transmute which don't need it
Alex Crichton
-10
/
+8
2013-07-22
new snapshot
Daniel Micay
-14
/
+1
2013-07-20
librustc: Remove `pub extern` and `priv extern` from the language.
Patrick Walton
-1
/
+1
2013-07-17
librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.
Patrick Walton
-4
/
+4
2013-07-03
Merge remote-tracking branch 'mozilla/master'
Brian Anderson
-11
/
+22
2013-06-24
std: Make box annihilator work with newsched
Brian Anderson
-103
/
+13
2013-06-24
std: Move dynamic borrowck code from unstable::lang to rt::borrowck
Brian Anderson
-1
/
+1
2013-06-23
Remove unused TyDesc parameter from the glue functions
Philipp Brüschweiler
-2
/
+16
2013-06-23
Remove rust_call_tydesc_glue
Philipp Brüschweiler
-15
/
+3
2013-06-23
Remove intrinsic module
Philipp Brüschweiler
-11
/
+17
2013-05-24
make arm register definition consistent with rt
Jyun-Yan You
-1
/
+1
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+253