about summary refs log tree commit diff
path: root/src/librustrt
AgeCommit message (Expand)AuthorLines
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-126/+129
2014-10-02rollup merge of #17666 : eddyb/take-garbage-outAlex Crichton-421/+24
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-4/+4
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-39/+12
2014-10-02syntax: mark the managed_boxes feature as Removed.Eduard Burtescu-1/+1
2014-10-02rustrt: remove local_heap implementation.Eduard Burtescu-381/+11
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-4/+4
2014-09-30Fix librustrtSteven Fackler-69/+74
2014-09-30auto merge of #17563 : brson/rust/wintcbfix, r=thestingerbors-15/+4
2014-09-29rollup merge of #17621 : sfackler/new-snapAlex Crichton-10/+1
2014-09-29rollup merge of #17582 : kmcallister/gc-boxAlex Crichton-3/+3
2014-09-28Register new snapshotsSteven Fackler-10/+1
2014-09-26Rename raw::Box to raw::GcBoxKeegan McAllister-3/+3
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