about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-20auto merge of #5965 : alexcrichton/rust/issue-4364, r=pcwaltonbors-1124/+1089
2013-04-20core::rt: Add a test mod and put run_in_newsched_task thereBrian Anderson-1/+34
2013-04-20rt: Add rust_dbg_next_port for generating test port numbersBrian Anderson-1/+12
2013-04-20auto merge of #5963 : alexcrichton/rust/fix-ice, r=pcwaltonbors-8/+4
2013-04-19auto merge of #5945 : graydon/rust/fix-unicode-tables, r=pcwaltonbors-4583/+2664
2013-04-19auto merge of #5968 : gifnksm/rust/windowed, r=brsonbors-0/+3
2013-04-20libcore: wrappers for size/align_of to act on values without needing explicit...Huon Wilson-1/+57
2013-04-19std: clean up tests (mostly unused unsafe blocks)Alex Crichton-132/+116
2013-04-19core: clean up tests (mostly unused unsafe blocks)Alex Crichton-43/+31
2013-04-19Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg)Alex Crichton-32/+32
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-553/+547
2013-04-19syntax: de-mode and prepare for de-modeing rustcAlex Crichton-364/+363
2013-04-19Fix an ICE when dereferencing types which cannot be dereferencedAlex Crichton-8/+4
2013-04-19Fix an ICE when dereferencing types which cannot be dereferencedAlex Crichton-8/+4
2013-04-19auto merge of #5962 : pcwalton/rust/shootout, r=pcwaltonbors-1112/+3042
2013-04-19test: xfail some benchmarks that require external libraries or inputsPatrick Walton-0/+5
2013-04-20libcore: Fix assertion failure in vec::windowe.gifnksm-0/+3
2013-04-19core::rt: Just some poking at the I/O docsBrian Anderson-4/+21
2013-04-19auto merge of #5960 : brson/rust/io, r=pcwaltonbors-217/+1903
2013-04-19librustc: Fix botched merge. rs=mergePatrick Walton-6/+19
2013-04-19wipBrian Anderson-12/+7
2013-04-19core::rt: Rename Closeable to Close, Seekable to Seek, blocking to nativeBrian Anderson-21/+21
2013-04-19auto merge of #5961 : brson/rust/valgrind, r=brsonbors-1/+1
2013-04-19Try to suppress valgrind errorsBrian Anderson-1/+1
2013-04-19TidyBrian Anderson-21/+21
2013-04-19core::rt: Simplify some scheduler operationsBrian Anderson-99/+14
2013-04-19core::rt: Add another context switching operation to the schedulerBrian Anderson-28/+89
2013-04-19core: More tweaks to the thread-local scheduler interfaceBrian Anderson-123/+125
2013-04-19core: Wire up `spawn` to the new schedulerBrian Anderson-0/+59
2013-04-19core: Don't use managed boxes in TaskBuilderBrian Anderson-7/+32
2013-04-19core: Add rt::context for figuring out what runtime services are availableBrian Anderson-1/+116
2013-04-19core::rt: Declare large parts of the I/O APIBrian Anderson-30/+1539
2013-04-19auto merge of #5824 : bleibig/rust/debuginfo, r=brsonbors-35/+232
2013-04-19librustc: Remove debug code; xfail-pretty reverse-complement.Patrick Walton-4/+9
2013-04-19test: Rewrite mandelbrot benchmark.Patrick Walton-175/+53
2013-04-19rt: Remove dump_stacksPatrick Walton-3/+0
2013-04-19librustc: WIP patch for using the return value.Patrick Walton-406/+778
2013-04-19test: Implement pidigits and reverse-complementPatrick Walton-0/+328
2013-04-19Move shootout-k-nucleotide to benchPatrick Walton-0/+0
2013-04-19test: Add k-nucleotidePatrick Walton-0/+314
2013-04-19test: Add fannkuch-redux and fasta-redux shootout benchmarksPatrick Walton-82/+322
2013-04-19test: Rewrite nbody and spectralnorm shootout benchmarksPatrick Walton-306/+206
2013-04-19llvm: Fixes for RustWrapper.Patrick Walton-6/+0
2013-04-19librustc: Improve inlining behavior.Patrick Walton-0/+9
2013-04-19rt: Fix scalability problem with big stacks on 32 bitPatrick Walton-6/+131
2013-04-19libstd: Micro-optimize vuint_atPatrick Walton-4/+53
2013-04-19librustc: Optimize metadata::decoder::item_name.Patrick Walton-2/+48
2013-04-19librustc: Remove def_ids from types.Patrick Walton-50/+8
2013-04-19librustc: Take primitive types out of the type hash table.Patrick Walton-25/+133
2013-04-19librustc: Switch the `@`s in types with `~`Patrick Walton-6/+13