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
/
borrowck.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-21
Purge borrowck from libstd
Alex Crichton
-220
/
+0
2014-01-07
std: Fill in all missing imports
Alex Crichton
-1
/
+3
2013-12-24
green: Rip the bandaid off, introduce libgreen
Alex Crichton
-6
/
+5
2013-12-15
librustc: Remove identifiers named `box`, since it's about to become a keyword.
Patrick Walton
-6
/
+11
2013-12-10
librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells.
Patrick Walton
-4
/
+5
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-20
/
+14
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-1
/
+1
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-1
/
+1
2013-10-30
Prepared `std::sys` for removal, and made `begin_unwind` simpler
Marvin Löbel
-3
/
+3
2013-10-28
add support for the `cold` function attribute
Daniel Micay
-0
/
+1
2013-10-23
mark some functions as returning !
Daniel Micay
-1
/
+1
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-1
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-2
/
+3
2013-10-11
De-pub some private runtime components
Alex Crichton
-4
/
+4
2013-10-10
Migrate users of io::fd_t to io::native::file::fd_t
Alex Crichton
-50
/
+6
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-08-27
librustc: Stop calling `each_path` in coherence.
Patrick Walton
-2
/
+2
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-1
/
+1
2013-08-27
librustc: Remove `&const` and `*const` from the language.
Patrick Walton
-17
/
+18
2013-08-19
std: Restore dynamic borrow tracking
Brian Anderson
-8
/
+20
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-0
/
+1
2013-08-15
Add ToCStr method .with_c_str()
Kevin Ballard
-3
/
+3
2013-08-09
auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt
bors
-6
/
+7
2013-08-09
Remove the C++ runtime. Sayonara
Brian Anderson
-43
/
+7
2013-08-04
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
Erick Tryzelaar
-1
/
+1
2013-08-04
std: replace str::as_c_str with std::c_str
Erick Tryzelaar
-3
/
+4
2013-08-04
std: minor cleanup
Erick Tryzelaar
-3
/
+3
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-26
Consolidate raw representations of rust values
Alex Crichton
-16
/
+16
2013-07-23
std and extra: use as_c_str instead of as_buf in a couple places
Erick Tryzelaar
-3
/
+3
2013-07-23
std: move str::as_buf into StrSlice
Erick Tryzelaar
-4
/
+4
2013-07-08
Tidy
Brian Anderson
-4
/
+4
2013-06-24
std: Move dynamic borrowck code from unstable::lang to rt::borrowck
Brian Anderson
-0
/
+283