summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-22core: ignore test from_str_ignore_underscores. Broken on i686. #6018Brian Anderson-0/+1
2013-04-22core::rt: Fix a use after free in uv 'write'Brian Anderson-12/+21
2013-04-22auto merge of #6007 : pcwalton/rust/use-mod, r=brsonbors-53/+15
2013-04-22docs: Sketch out rustpkg manualTim Chevalier-21/+0
2013-04-22Revert "Errors with the same span print the span once"Brian Anderson-147/+13
2013-04-22auto merge of #5996 : sanxiyn/rust/target-feature, r=graydonbors-59/+64
2013-04-22core::rt: Add unwinding to newsched tasksBrian Anderson-20/+190
2013-04-22auto merge of #5980 : Kimundi/rust/ascii-encoding, r=thestingerbors-31/+320
2013-04-22auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydonbors-120/+265
2013-04-22core::rt: Add implementations of Reader, Writer, and Listener for OptionBrian Anderson-3/+174
2013-04-23libstd: correct bigint's quot/rem, div/modulogifnksm-56/+57
2013-04-22Make conditions public. #6009Brian Anderson-1/+22
2013-04-22auto merge of #5971 : pcwalton/rust/is-absolute, r=pcwaltonbors-3/+13
2013-04-22core::rt: Move the definition of Listener to rt::ioBrian Anderson-34/+21
2013-04-22core::rt: Make I/O constructors return Option instead of ResultBrian Anderson-7/+7
2013-04-22Added missing assert, did some formatingMarvin Löbel-12/+1
2013-04-22core::rt Wire up task-local storage to the new schedulerBrian Anderson-26/+144
2013-04-22Moved ascii out of strMarvin Löbel-38/+35
2013-04-22librustc: Remove `use mod` from the languagePatrick Walton-53/+15
2013-04-22auto merge of #6001 : jld/rust/enum-nullable, r=pcwaltonbors-48/+327
2013-04-22libcore: Add `is_absolute()` to paths. Closes #5851.Patrick Walton-3/+13
2013-04-22cell: public field is unsafeDaniel Micay-1/+1
2013-04-22auto merge of #5995 : huonw/rust/core-rand-impls, r=pcwaltonbors-0/+46
2013-04-22Add some tests for nullable-pointer enumsJed Davis-0/+131
2013-04-22Use nullable pointers to represent enums like Option<~T>.Jed Davis-36/+156
2013-04-22Consider nullability for equivalence of monomorphized fns.Jed Davis-12/+40
2013-04-22Choose target featuresSeo Sanghyeon-13/+33
2013-04-22Convert to C string inside WriteOutputFileSeo Sanghyeon-57/+42
2013-04-22libcore: Rand impls for tuples and ~/@ boxesHuon Wilson-0/+46
2013-04-22libstd: denominator isn't quotientHuon Wilson-1/+1
2013-04-21Fix LLVM bug affecting i1 switches emitted for nullable enum match.Jed Davis-0/+0
2013-04-21core::rt: Add the local heap to newsched tasksBrian Anderson-10/+170
2013-04-21rt: Don't make memory_region depend on rust_envBrian Anderson-14/+18
2013-04-21auto merge of #5887 : jdm/rust/stackbounds, r=brsonbors-0/+8
2013-04-21core::rt: Add LocalServices for thread-local language servicesBrian Anderson-2/+70
2013-04-21rt: Make the C stack segment accessible to runtime users.Josh Matthews-0/+8
2013-04-21auto merge of #5990 : bjz/rust/rem-quot, r=catamorphismbors-226/+335
2013-04-21auto merge of #5987 : huonw/rust/generic-random, r=catamorphismbors-4/+14
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-226/+335
2013-04-21libcore: make rand::random return a generic value implementing `Rand`.Huon Wilson-4/+14
2013-04-21Changed shootout-fasta-redux to use size_t when calling fwrite, removed XFAILMatthijs Hofstra-6/+4
2013-04-20xfail two benchmarks that are failing on the botsBrian Anderson-0/+4
2013-04-20rustc: remove unused 'mut' variablesAlex Crichton-34/+36
2013-04-20syntax: remove unused 'mut' variablesAlex Crichton-27/+29
2013-04-20std: remove unused 'mut' variablesAlex Crichton-22/+20
2013-04-20core: remove unused 'mut' variablesAlex Crichton-18/+18
2013-04-20Implement a lint mode to deal with unused 'mut' variablesAlex Crichton-21/+164
2013-04-20core::rt:: Implement Reader/Writer for MemReader/MemWriterBrian Anderson-7/+70
2013-04-20core: Speed up a test caseBrian Anderson-1/+1
2013-04-20core: Ignore two long-running testsBrian Anderson-0/+2