about summary refs log tree commit diff
path: root/src/librustrt
AgeCommit message (Expand)AuthorLines
2014-08-04rustc: Link entire archives of native librariesAlex Crichton-0/+3
2014-08-01auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichtonbors-3/+18
2014-07-31auto merge of #15399 : kballard/rust/rewrite_local_data, r=alexcrichtonbors-121/+382
2014-07-31Add some benchmarks for TLDKevin Ballard-1/+145
2014-07-31Rewrite the local_data implementationKevin Ballard-112/+229
2014-07-31Test fixes from the rollupAlex Crichton-1/+1
2014-07-31auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichtonbors-0/+17
2014-07-31rustrt: Don't conditionally init the at_exit QUEUEAlex Crichton-1/+1
2014-07-31rustrt: Make begin_unwind take a single file/line pointerBrian Anderson-1/+16
2014-07-30Update docs for TLS -> TLDKevin Ballard-22/+22
2014-07-30green: Prevent runtime corruption on spawn failureAlex Crichton-3/+3
2014-07-30native: Don't deadlock the runtime on spawn failureAlex Crichton-1/+11
2014-07-30rustrt: Allow dropping a brand-new TaskAlex Crichton-9/+32
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+17
2014-07-28auto merge of #15983 : brson/rust/fail, r=alexcrichtonbors-15/+8
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-17/+10
2014-07-25Revert "Use fewer instructions for `fail!`"Brian Anderson-7/+1
2014-07-25Make most of the failure functions take &(&'static str, uint)Brian Anderson-10/+9
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-16/+21
2014-07-24Add a null pointer check to CString::newAdolfo Ochagavía-109/+14
2014-07-24Implement Show for CStringAdolfo Ochagavía-0/+7
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-0/+2
2014-07-22auto merge of #15876 : brson/rust/failfat, r=pcwaltonbors-1/+6
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21Use fewer instructions for `fail!`Brian Anderson-1/+6
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-19librustc: Implement lifetime elision.Patrick Walton-2/+2
2014-07-17Rename functions in the CloneableVector traitAdolfo Ochagavía-2/+2
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-16/+16
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-16/+16
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-2/+19
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-4/+4
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-03Fix spelling errors.Joseph Crail-5/+5
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-189/+267
2014-07-02Rename recvfrom -> recv_from, sendto -> send_to.OGINO Masanori-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-11/+11
2014-06-29c_str: move `.unwrap` & document it more clearly.Huon Wilson-11/+16
2014-06-29c_str: replace .with_ref with .as_ptr throughout the codebase.Huon Wilson-69/+70
2014-06-29c_str: add `.as_ptr` & `.as_mut_ptr` to replace `.with_[mut_]ref`.Huon Wilson-0/+69
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-101/+104
2014-06-28Rename all raw pointers as necessaryAlex Crichton-100/+104
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26rustrt: Reorganize task usageAlex Crichton-108/+265
2014-06-25Register new snapshotsAlex Crichton-1/+0
2014-06-24Add more description to c_str::unwrap().Steve Klabnik-1/+4
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-8/+8