]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-08-22 borsauto merge of #8590 : blake2-ppc/rust/std-str, r=alexcr...
2013-08-22 borsauto merge of #8570 : catamorphism/rust/2013-08-16...
2013-08-22 borsauto merge of #8562 : bblum/rust/superkinds, r=nikomatsakis
2013-08-22 Tim Chevalierrustpkg: Add test for #7348. Closes #7348
2013-08-22 Ben Blumoops v2, apparently writing std::comm::stream() doesn...
2013-08-22 Tim Chevalierrustpkg: Re-enable some more tests
2013-08-22 borsauto merge of #8595 : vadimcn/rust/print_link_args...
2013-08-22 Tim Chevalierrustpkg: Add test for #7338. Closes #7338
2013-08-22 Tim Chevalierrustc: More helpful error message when using a struct...
2013-08-22 Tim Chevaliertestsuite: Un-xfail test for #5917
2013-08-22 Tim Chevaliertestsuite: Test for #4447
2013-08-22 Tim Chevalierrustc: Remove FIXME (see #4949)
2013-08-22 Tim Chevaliertestsuite: Test for #6132
2013-08-22 Tim Chevalierrustc: More helpful error message when using a struct...
2013-08-22 Tim ChevalierTestsuite: Test for #7013. Closes #7013
2013-08-22 Tim Chevalierextra: change XXX to FIXME and elaborate on comments
2013-08-22 Tim Chevalierstd/extra: changing XXX to FIXME; cleanup
2013-08-22 Tim Chevaliertestsuite: Tests for #6458. Closes #6458
2013-08-21 borsauto merge of #8594 : bytewiseand/rust/static-fn-ptr...
2013-08-21 blake2-ppcstd::str: Add test for CharIterator .clone()
2013-08-21 Ben Blumoops, xfail-fast the cross-crate superkind tests
2013-08-21 borsauto merge of #8546 : jld/rust/discrim-symbol-rm, r...
2013-08-21 Vadim ChugunovTrimmed whitespace
2013-08-21 borsauto merge of #8445 : Florob/rust/unicode, r=graydon
2013-08-21 Andreas MartensChanged `fn main` to `pub fn main`
2013-08-21 borsauto merge of #8610 : kballard/rust/mod_floor, r=alexcr...
2013-08-21 Andreas MartensSplit cross-crate test into own test and xfail-fast it
2013-08-21 borsauto merge of #8604 : kballard/rust/iter-size-hint...
2013-08-21 borsauto merge of #8602 : sanxiyn/rust/sysconf, r=graydon
2013-08-21 borsauto merge of #8600 : sfackler/rust/http, r=brson
2013-08-21 Florian ZeitzAdd support for performing NFD and NFKD on strings
2013-08-21 Florian ZeitzAdd canonical combining class to std::unicode
2013-08-21 Florian ZeitzAdd Unicode decomposition mappings to std::unicode
2013-08-21 borsauto merge of #8585 : jankobler/rust/extract-grammar...
2013-08-21 borsauto merge of #8582 : thestinger/rust/container, r...
2013-08-21 borsauto merge of #8580 : bytewiseand/rust/tuple-struct...
2013-08-21 borsauto merge of #8573 : mrordinaire/rust/struct-new-as...
2013-08-21 nsfFix typo in test/bench/noise.rs. Closes #8574.
2013-08-21 Steven FacklerDeleted fun_treemap
2013-08-21 Daniel Micayenable tests for the container tutorial
2013-08-21 Daniel Micayiterator: add a method for reversing a container
2013-08-21 Daniel Micayoption: derive Clone/DeepClone for the iterator
2013-08-21 Daniel Micayvec: add `shrink_to_fit`
2013-08-21 Daniel Micayrm obsolete float to_str_radix free functions
2013-08-21 Daniel Micayrm obsolete integer to_str{,_radix} free functions
2013-08-21 Daniel Micayiterator: add a `range_inclusive` function
2013-08-21 Daniel Micaycontainer: inline contains_key default method
2013-08-21 borsauto merge of #8656 : toddaaro/rust/idle-opt+cleaning...
2013-08-21 borsauto merge of #8631 : anasazi/rust/homing-io, r=brson
2013-08-20 toddaaroFixed a memory leak caused by the singleton idle callba...
2013-08-20 borsauto merge of #8563 : graydon/rust/2013-08-16-condition...
2013-08-20 borsauto merge of #8519 : msullivan/rust/objects, r=catamor...
2013-08-20 Ben BlumAdd tests for self type using builtin kinds. (#7083)
2013-08-20 Ben BlumAllow the Self type to benefit from builtin-kinds-as...
2013-08-20 borsauto merge of #8328 : alexcrichton/rust/llvm-head,...
2013-08-20 Ben BlumFixup style of test cases for #7083
2013-08-20 Ben BlumAdd tests for super-builtin-kind capabilities (#7083)
2013-08-20 Ben BlumAdd more capabilities to typarams bounded by traits...
2013-08-20 Ben BlumAdd tests for #7083.
2013-08-20 Ben BlumAllow traits to use builtin kinds as supertraits for...
2013-08-20 Ben BlumPrevent Send, Freeze, and Sized from being manually...
2013-08-20 borsauto merge of #8566 : toddaaro/rust/idle-opt+cleaning...
2013-08-20 Alex CrichtonFix LLVM compilation issues and use the new attrs
2013-08-20 borsauto merge of #8463 : brson/rust/borrowck, r=nmatsakis...
2013-08-20 borsauto merge of #8638 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-20 Felix S. Klock IIadd line break post dbaupp review.
2013-08-20 Felix S. Klock IIremove trailing whitespace to placate make tidy.
2013-08-20 Felix S. Klock IIPort lint.rs from oldvisit to <V:Visit> trait API....
2013-08-20 Alex CrichtonUpgrade llvm to current HEAD
2013-08-20 borsauto merge of #8548 : catamorphism/rust/unignore-rustpk...
2013-08-20 Brian Andersonstd: Restore dynamic borrow tracking
2013-08-20 borsauto merge of #8584 : thestinger/rust/jemalloc, r=graydon
2013-08-20 Vadim ChugunovRename functional-struct-update.rs to avoid tripping...
2013-08-20 Daniel Micayjemalloc: use $(AR), not `ar`
2013-08-20 Graydon Hoareregenerate configure
2013-08-20 borsauto merge of #8500 : graydon/rust/2013-08-13-self...
2013-08-19 Graydon Hoaredoc: add condition tutorial
2013-08-19 Eric ReedMake IO thread-safe.
2013-08-19 Eric ReedHomed UDP sockets
2013-08-19 Eric ReedWorking homing UDP socket prototype.
2013-08-19 Eric ReedInstruct event loops to ignore SIGPIPE when constructed.
2013-08-19 Eric ReedDo not execute the callback before cleaning up resources.
2013-08-19 Eric ReedDerive Clone for IpAddr and SocketAddr
2013-08-19 Graydon Hoarert: make jemalloc header conform to android signature.
2013-08-19 Tim Chevalierrustpkg: Un-ignore most of the remaining tests
2013-08-19 Graydon Hoarecompiletest: do not run tests in sub-threads if on...
2013-08-19 Graydon HoareTry to fix mac valgrind bot by disabling thread-heavy...
2013-08-19 Graydon HoareAdd tests for cross-crate condition handling. Close...
2013-08-19 Graydon Hoaretest: add testcase, close #4929 which was already fixed.
2013-08-19 Graydon Hoaretest: un-xfail now working run-pass/foreign-struct...
2013-08-19 borsauto merge of #8623 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8459 : thestinger/rust/checked, r=graydon
2013-08-19 toddaaroclean whitespace :/
2013-08-19 Jed DavisRemove discriminant symbols.
2013-08-19 Michael SullivanMake supertrait methods callable on object types.
2013-08-19 Michael SullivanRangechange the log message truncation limit.
2013-08-19 borsauto merge of #8619 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 blake2-ppcstd::str: Use iterators instead of while loops for...
2013-08-19 borsauto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8535 : nikomatsakis/rust/issue-3678...
next