]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-12-25 Alex Crichtonmake: Add all the make support for lib{native,green}
2013-12-25 Alex Crichtonstd: Update std::rt::thread to specify stack sizes
2013-12-25 Alex Crichtonstd: Fix a bug where Local::take() didn't zero out
2013-12-25 Alex Crichtongreen: Rip the bandaid off, introduce libgreen
2013-12-24 Alex Crichtonnative: Introduce libnative
2013-12-24 Alex Crichtonstd: Reimplement std::comm without the scheduler
2013-12-24 Alex Crichtonstd: Move management of the exit code to std::os
2013-12-24 Alex Crichtonrustuv: Reimplement without using std::rt::sched
2013-12-24 Alex Crichtonstd: Change Any::move to never consume the object
2013-12-24 Alex Crichtonstd: Make logging safely implemented
2013-12-24 Alex Crichtonstd: Handle prints with literally no context
2013-12-24 Alex Crichtonstd: Expose that LocalIo may not always be available
2013-12-24 Alex Crichtonstd: Introduce std::sync
2013-12-24 Alex Crichtonstd: Delete rt::test
2013-12-24 Alex Crichtonstd: Introduce an unstable::stack module
2013-12-24 Alex Crichtonstd: Introduce a Runtime trait
2013-12-24 borsauto merge of #11121 : vadimcn/rust/no-c++2, r=alexcrichton
2013-12-24 Vadim ChugunovStop using C++ exceptions for stack unwinding.
2013-12-24 borsauto merge of #11130 : olsonjeffery/rust/master, r...
2013-12-24 borsauto merge of #11091 : brson/rust/cratelinkattr, r...
2013-12-24 Jeff Olsonextra: impl IterBytes for uuid::Uuid
2013-12-24 Brian Andersonrustc: Add a lint for the obsolete crate-level link...
2013-12-23 borsauto merge of #11022 : spaolacci/rust/0read, r=alexcrichton
2013-12-23 borsauto merge of #11120 : alexcrichton/rust/rustdoc-test...
2013-12-23 Alex CrichtonFixing more doc tests
2013-12-23 Alex Crichtondoc: Expand rustdoc's documentation for testing
2013-12-23 Alex Crichtonmk: Run doc tests as part of 'make check'
2013-12-23 Alex Crichtonextra: Fix all code examples
2013-12-23 Alex Crichtonstd: Fix all code examples
2013-12-23 Alex Crichtonrustdoc: Add the ability to test code in comments
2013-12-23 Sébastien PaolacciAdd tests for 0-byte read propagation.
2013-12-23 borsauto merge of #11069 : alexcrichton/rust/issue-11067...
2013-12-23 Alex Crichtonuv: Suppress a warning by using an absolute path
2013-12-23 borsauto merge of #11111 : alexcrichton/rust/issue-11039...
2013-12-23 borsauto merge of #11109 : sfackler/rust/arc, r=alexcrichton
2013-12-22 borsauto merge of #11046 : zargony/rust/dep-info, r=alexcri...
2013-12-22 borsauto merge of #11101 : jhasse/rust/patch-msys-quickfix...
2013-12-22 Andreas NeuhausAllow optional filename argument for --dep-info
2013-12-22 Andreas NeuhausUse --crate-file-name to find out the library filename...
2013-12-22 borsauto merge of #11096 : brson/rust/pp, r=alexcrichton
2013-12-22 borsauto merge of #11082 : brson/rust/noat, r=alexcrichton
2013-12-22 borsauto merge of #11114 : klutzy/rust/a, r=cmr
2013-12-22 klutzymk: Clean .lib files
2013-12-22 borsauto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton
2013-12-22 Huon Wilsonfix check-fast tests.
2013-12-22 Huon Wilsonstd::vec: make the sorting closure use `Ordering` rathe...
2013-12-22 borsauto merge of #10997 : cadencemarseille/rust/issue...
2013-12-22 Alex CrichtonGuarantee comm primitives are not Freeze
2013-12-22 borsauto merge of #11110 : alexcrichton/rust/attempt-to...
2013-12-22 Alex CrichtonAttempt to fix the segfaulting osx bots
2013-12-22 Steven FacklerRemove unneccessary mut from arc
2013-12-22 Steven FacklerDon't poison ARCs that are used while unwinding
2013-12-22 borsauto merge of #11095 : brson/rust/issue-11094, r=alexcr...
2013-12-22 Brian Andersonstd: Remove some @-boxes
2013-12-21 Jan Niklas... Remove unnecessary semicolon
2013-12-21 borsauto merge of #11100 : klutzy/rust/win-no-pthread-2...
2013-12-21 klutzyrustuv: Stop link to pthread on Windows
2013-12-21 borsauto merge of #10930 : DaGenix/rust/remove-unnecessary...
2013-12-21 borsauto merge of #11079 : chris-morgan/rust/fix-11072...
2013-12-21 Brian Andersonmk: Remove obsolete source reformatting rules
2013-12-21 Brian Andersonmk: Work around problem with run-make tests on multiple...
2013-12-21 Palmer CoxImplement size_hint() for ByRef iterator
2013-12-21 Palmer CoxUpdate next() and size_hint() for MutSpliterIterator
2013-12-21 Palmer CoxRemove remainder field from MutChunkIter
2013-12-21 borsauto merge of #11031 : jhasse/rust/patch-msys-3, r=cmr
2013-12-20 borsauto merge of #11077 : alexcrichton/rust/crate-id,...
2013-12-20 Huon Wilsonstd::vec: add a sugary .sort() method for plain Ord...
2013-12-20 Jan Niklas... Support ANSI colors in msys terminals. See #2807
2013-12-20 borsauto merge of #10986 : adridu59/rust/patch-new, r=alexc...
2013-12-20 Adrien Tétardoc: forward-port the conditions tutorial + fixup libst...
2013-12-20 borsauto merge of #11075 : alexcrichton/rust/issue-10392...
2013-12-20 Alex Crichtonrustc: Improve crate id extraction
2013-12-20 borsauto merge of #11081 : alexcrichton/rust/comm-adapters...
2013-12-20 borsauto merge of #11017 : alexcrichton/rust/faster-read...
2013-12-20 Alex Crichtonrustc: Optimize reading metadata by 4x
2013-12-20 borsauto merge of #11073 : klutzy/rust/issue-10978, r=alexc...
2013-12-20 borsauto merge of #11071 : huonw/rust/quiet-test, r=cmr
2013-12-20 Huon Wilsonextra: remove sort in favour of the std method.
2013-12-20 Huon Wilsonstd::vec: implement a stable merge sort, deferring...
2013-12-20 borsauto merge of #11057 : alexcrichton/rust/no-at-in-ebml...
2013-12-20 Alex CrichtonPurge @-boxes from the reading half of EBML
2013-12-19 Alex CrichtonGet comm_adapters building again
2013-12-19 borsauto merge of #11060 : pcwalton/rust/tydecode-pod,...
2013-12-19 Chris MorganFix two regressions introduced by #11072.
2013-12-19 Patrick Waltonlibrustc: Add missing case for the `Pod` bound in ...
2013-12-19 borsauto merge of #11072 : chris-morgan/rust/ctags-tweaks...
2013-12-19 borsauto merge of #11070 : ezyang/rust/better-errors, r...
2013-12-19 Alex CrichtonAccept trailing commas in struct patterns
2013-12-19 klutzymklldeps.py: Ignore extra whitespaces of argument
2013-12-19 klutzyrustc: Handle `#[link(name = "")]` error
2013-12-19 borsauto merge of #11041 : cmr/rust/pkgid_changes, r=cmr...
2013-12-19 Corey RichardsonAdd some things to inspect crate-id's
2013-12-19 Corey RichardsonRename pkgid to crate_id
2013-12-19 Chris MorganRemove many false positives from the ctags results
2013-12-19 Huon Wilsonextra: silence warnings during testing.
2013-12-19 Huon Wilsonstd: silence warnings when compiling test.
2013-12-19 borsauto merge of #11061 : huonw/rust/opt-unsafe-vec, r...
2013-12-19 Huon Wilsonstd::vec: use some unsafe code to optimise `remove`.
2013-12-19 Edward Z. YangGeneralize item_span into node_span, which works on...
2013-12-19 borsauto merge of #11065 : huonw/rust/slice-chars-example...
next