]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-08-07 borsauto merge of #8287 : sfackler/rust/hex, r=alexcrichton
2013-08-06 borsauto merge of #8231 : SimonSapin/rust/ascii-upper-lower...
2013-08-06 Simon SapinAdd to_ascii_upper, to_ascii_lower and eq_ignore_ascii_...
2013-08-06 borsauto merge of #8321 : alexcrichton/rust/enable-rusti...
2013-08-06 Steven FacklerResult::get -> Result::unwrap
2013-08-06 borsauto merge of #8317 : bblum/rust/fast-spawn-unlinked...
2013-08-06 Steven FacklerRemoved convenience encoding trait impls
2013-08-06 Steven FacklerRemoving space for NULL terminator
2013-08-06 Steven FacklerToBase64 and ToHex perf improvements
2013-08-06 Steven FacklerSome minor hex changes
2013-08-06 Steven FacklerAdded hexadecimal encoding module
2013-08-06 borsauto merge of #8313 : msullivan/rust/cleanup, r=catamor...
2013-08-06 borsauto merge of #8312 : alexcrichton/rust/use-treemap...
2013-08-06 borsauto merge of #8308 : blake2-ppc/rust/str-slice-bytes...
2013-08-06 borsauto merge of #8054 : sammykim/rust/move-EnumSet, r...
2013-08-06 Sangeun KimMove EnumSet into libextra
2013-08-06 borsauto merge of #8265 : blake2-ppc/rust/std-iter, r=thest...
2013-08-06 borsauto merge of #8278 : cmr/rust/workaround, r=brson
2013-08-06 blake2-ppcstd: Fix bug in ChunkIter::idx
2013-08-06 blake2-ppcstd: Remove uint::iterate, replaced by `range`
2013-08-06 blake2-ppcextra: Simplify the bitv iterators using Repeat
2013-08-06 blake2-ppcstd: Improve the documentation for iterator::Invert
2013-08-06 blake2-ppcstd: Use method name Option::consume
2013-08-06 blake2-ppcstd: Rewrite the HashSet set operation iterators
2013-08-06 blake2-ppcstd: Add iterator::Repeat to repeat an element endlessly
2013-08-06 blake2-ppcstd: Improve vec::ChunkIter
2013-08-06 blake2-ppcstd: Implement RandomAccessIterator for Invert
2013-08-06 blake2-ppcstd: Remove unused trait bound in Result::map
2013-08-06 blake2-ppcstd: Convert Result to use external iterators
2013-08-06 blake2-ppcstd: Add .consume_iter() for Option, to make it reusable
2013-08-06 Alex CrichtonRe-enable rusti tests
2013-08-05 borsauto merge of #8288 : Kimundi/rust/opteitres4, r=brson
2013-08-05 Ben BlumLazily initialize 'leaf node' taskgroups for unlinked...
2013-08-05 Ben Blum(cleanup) Uncomment an assertion that now holds.
2013-08-05 borsauto merge of #8298 : darkf/rust/fix-3948, r=pcwalton
2013-08-05 Marvin LöbelUpdated std::Option, std::Either and std::Result
2013-08-05 Alex CrichtonUse TreeMap's ord implementation for Json
2013-08-05 Michael SullivanImprove debug spew in _match.
2013-08-05 Michael SullivanGet rid of some NOTEs.
2013-08-05 Michael SullivanWarn when using -o option on libraries. Closes #6554.
2013-08-05 Michael SullivanFix an unused variable warning and clean up some dead...
2013-08-05 borsauto merge of #8293 : dim-an/rust/trie-iterator, r...
2013-08-05 Michael SullivanMake node_id_to_str print more useful info in some...
2013-08-05 borsauto merge of #8292 : thestinger/rust/fix_loop_warning...
2013-08-05 blake2-ppcstd: Use correct lifetime parameter on str::raw::slice_...
2013-08-05 borsauto merge of #8289 : sfackler/rust/push_byte, r=erickt
2013-08-05 borsauto merge of #8183 : omasanori/rust/migrate-new, r...
2013-08-05 borsauto merge of #8279 : pcwalton/rust/no-main, r=brson
2013-08-05 borsauto merge of #8227 : dim-an/rust/tree-iter, r=thestinger
2013-08-05 OGINO MasanoriAdd extra::arena::Arena::new{, _with_size}.
2013-08-05 borsauto merge of #8303 : brson/rust/tls-magic-wtf, r=brson
2013-08-05 Brian Andersonstd::rt: Use magic to make TLS work from annihilated...
2013-08-05 borsauto merge of #8299 : brson/rust/yet-more-newsched...
2013-08-05 Brian Andersonstd::rt: Schedule more scheduler callbacks to avoid...
2013-08-05 Brian Andersonstd: Fix newsched logging truncation
2013-08-05 darkfOpen files in binary mode. Closes #3948
2013-08-05 borsauto merge of #8220 : luqmana/rust/arm-linux, r=cmr
2013-08-05 borsauto merge of #8297 : brson/rust/dlist-dtor, r=brson
2013-08-05 Brian Andersonextra: Don't recurse in DList drop glue. #8295
2013-08-05 borsauto merge of #8282 : brson/rust/more-newsched-fixes...
2013-08-04 Luqman AdenAdd support for vanilla linux on arm.
2013-08-04 borsauto merge of #8218 : brson/rust/nogc, r=brson
2013-08-04 Dmitry ErmolovRemove debug printing.
2013-08-04 Dmitry ErmolovImplemented iterator for TrieMap
2013-08-04 Daniel Micayfix warning still mentioning the `again` keyword
2013-08-04 Brian AndersonRemove old tests and code for `select`
2013-08-04 Brian Andersonstd::rt: Remove the test for context()
2013-08-04 Brian Andersonstd::rt: Don't allow schedulers to exit before handling...
2013-08-04 Brian Andersonstd::rt: 3MB stacks!
2013-08-04 Brian Andersonstd::rt: Run the tests for Local in a bare thread
2013-08-04 Brian Andersonstd::rt: Improve the error message when the thread...
2013-08-04 borsauto merge of #8260 : omasanori/rust/fix-extra-unicode...
2013-08-04 Steven FacklerFixed str::raw::push_byte
2013-08-04 borsauto merge of #7115 : alexcrichton/rust/llvm-upgrades...
2013-08-04 Daniel MicayMerge pull request #8284 from huonw/emacs-in-kw
2013-08-04 Alex CrichtonIntegrate new arm patch and fix an LLVM bug
2013-08-04 Alex CrichtonAdd a workaround for 8199 for now
2013-08-04 Alex CrichtonFix setting the fixed stack segment attribute on LLVM...
2013-08-04 Alex CrichtonFix build issues once LLVM has been upgraded
2013-08-04 Alex CrichtonUpdate LLVM
2013-08-04 Brian AndersonTry to fix a periodic windows build failure due to...
2013-08-04 borsauto merge of #8262 : dotdash/rust/no_rval_copies,...
2013-08-04 borsauto merge of #8243 : stepancheg/rust/ipv, r=brson
2013-08-04 borsauto merge of #8237 : blake2-ppc/rust/faster-utf8,...
2013-08-04 borsauto merge of #8254 : brson/rust/libuv-mac-supp, r...
2013-08-04 borsauto merge of #8217 : brson/rust/reset_stack_limit...
2013-08-04 Dmitry ErmolovImplemented TreeMap::{lower_bound_iter,upper_bound_iter}
2013-08-04 Dmitry ErmolovRemove redundant print.
2013-08-04 Dmitry ErmolovAdditional check in treemap iterator test.
2013-08-04 Brian Andersonrt: Fix a corner-case in unwinding that leads to stack...
2013-08-04 Brian Andersonstd: Remove gc and stackwalk
2013-08-04 borsauto merge of #8264 : thestinger/rust/snapshot, r=Aatch
2013-08-04 borsauto merge of #8269 : brson/rust/fix-task-cleanup,...
2013-08-04 Daniel Micayrm obsolete `for` support from the compiler
2013-08-04 Patrick Waltonlibrustc: Implement `#[no_main]`, which omits the entry...
2013-08-04 Daniel Micayremove obsolete `foreach` keyword
2013-08-04 Corey RichardsonWork around #8256, do not fail the task, just return...
2013-08-04 Daniel Micayregister snapshots
2013-08-04 Daniel MicayMerge pull request #8251 from chris-morgan/vim-sigil...
2013-08-03 Brian Andersonstd::rt: Run local storage cleanup and the box annihila...
next