about summary refs log tree commit diff
path: root/src/librustrt
AgeCommit message (Expand)AuthorLines
2014-09-26tiny linguistic correction in docs: s/its'/its/Mateusz CzapliƄski-2/+2
2014-09-26Disable runtime split stack support on WindowsBrian Anderson-15/+4
2014-09-25Rename `fail_` lang item to `fail`, closes #16114Florian Hahn-6/+4
2014-09-24Rename `begin_unwind` lang item to `fail_fmt`, refs #16114Florian Hahn-0/+11
2014-09-24auto merge of #17471 : vadimcn/rust/link-libgcc, r=alexcrichtonbors-1/+0
2014-09-22librustc: Forbid private types in public APIs.Patrick Walton-10/+4
2014-09-22Link libgcc statically on Win64.Vadim Chugunov-1/+0
2014-09-22Update calls of deprecated functions in macros.Victor Berger-1/+1
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-1/+2
2014-09-19rollup merge of #17355 : gamazeps/issue17210Alex Crichton-4/+13
2014-09-19Add enum variants to the type namespaceNick Cameron-31/+31
2014-09-18Doc says to avoid mixing allocator instead of forbiding itgamazeps-5/+6
2014-09-18Document that CStrings live in the libc heapgamazeps-7/+8
2014-09-18Document that CStrings live in the libc heapFelix Raimundo-4/+11
2014-09-16Fallout from renamingAaron Turon-12/+12
2014-09-09Remove some test warnings.Jonas Hietala-2/+2
2014-09-04auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri...bors-4/+4
2014-09-04auto merge of #16923 : wickerwaka/rust/crate-as-fixup, r=alexcrichtonbors-1/+1
2014-09-03Fix spelling errors and capitalization.Joseph Crail-4/+4
2014-09-03auto merge of #16940 : treeman/rust/fail-non-utf8, r=pnkfelixbors-1/+3
2014-09-03Remove cross-borrowing for traits.Nick Cameron-1/+1
2014-09-02Prevent failure when using fail! with invalid utf8.Jonas Hietala-1/+3
2014-09-01Updated to new extern crate syntax.wickerwaka-1/+1
2014-09-01auto merge of #16871 : retep998/rust/win64-fix, r=alexcrichtonbors-1/+1
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-24/+0
2014-08-30Fix win64 regression introduced by #15773Peter Atashian-1/+1
2014-08-29Register new snapshotsAlex Crichton-24/+0
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-4/+4
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-4/+4
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-10/+10
2014-08-28Fallout from stabilizing core::optionAaron Turon-10/+10
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-8/+29
2014-08-24native: Implement clone/close_accept for unixAlex Crichton-0/+4
2014-08-23Remove stage0 attributes.Vadim Chugunov-6/+3
2014-08-22auto merge of #16647 : vhbit/rust/ios-build-fixes, r=alexcrichtonbors-1/+4
2014-08-21Fixed unwinding for iOSValerii Hiora-1/+4
2014-08-20librustc: handle repr on structs, require it for ffi, unify with packedCorey Richardson-0/+1
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-8/+8
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-6/+13
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-6/+12
2014-08-08Register new snapshot 12e0f72Niko Matsakis-16/+0
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-1/+1
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-08-06Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollupAlex Crichton-38/+156
2014-08-06auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichtonbors-46/+46
2014-08-05Renamed `record_stack_bounds` for clarity.Vadim Chugunov-14/+25
2014-08-05Added clarification regarding rust_try_inner.Vadim Chugunov-6/+13
2014-08-04Implement unwinding for Win64.Vadim Chugunov-26/+121
2014-08-04libnative should not mess with stack limits in the TIB. Only libgreen has a ...Vadim Chugunov-1/+6
2014-08-04stabilize atomics (now atomic)Aaron Turon-46/+46