]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-08-21 borsauto merge of #8594 : bytewiseand/rust/static-fn-ptr...
2013-08-21 borsauto merge of #8546 : jld/rust/discrim-symbol-rm, r...
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 borsauto merge of #8328 : alexcrichton/rust/llvm-head,...
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 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 borsauto merge of #8539 : pnkfelix/rust/fsk-visitor-vpar...
2013-08-19 borsauto merge of #8535 : nikomatsakis/rust/issue-3678...
2013-08-19 Niko MatsakisAdd externfn macro and correctly label fixed_stack_segments
2013-08-19 Niko MatsakisIssue #3678: Remove wrappers and call foreign functions...
2013-08-19 borsauto merge of #8564 : alexcrichton/rust/ifmt+++, r...
2013-08-19 Kevin BallardFix mod_floor() for uint primitive types
2013-08-19 Kevin BallardUpdate size_hint()s on std::iterator Iterators
2013-08-19 Kevin BallardImplement .size_hint() on new vec iterators
2013-08-19 borsauto merge of #8556 : sfackler/rust/quote, r=alexcrichton
2013-08-19 borsauto merge of #8565 : bblum/rust/select-bugfix, r=brson
2013-08-19 Steven FacklerDelete std::rt::io::net::http
2013-08-19 borsauto merge of #8561 : kballard/rust/do-block-internal...
2013-08-18 borsauto merge of #8560 : kballard/rust/reserve-yield,...
2013-08-18 Andreas MartensAdd assertions and cross crate tests
2013-08-18 borsauto merge of #8545 : blake2-ppc/rust/iterbytes, r...
2013-08-18 Andreas MartensAdd assertions to test
2013-08-18 Andreas MartensFix ICE when calling static and static function pointers
2013-08-18 Steven Facklerquote_*! macros take an ExtCtx
2013-08-18 borsauto merge of #8558 : kballard/rust/xorshift-seed,...
2013-08-18 blake2-ppcstd::hash: Add testcase for colliding hashes of tuples
2013-08-18 blake2-ppcstd::to_bytes: Implement IterBytes on 1- to 8-tuples
2013-08-18 blake2-ppcstd::to_bytes: Delimit sequences &[A] and ~str when...
2013-08-18 borsauto merge of #8555 : chris-morgan/rust/time-clone...
2013-08-18 borsauto merge of #8551 : huonw/rust/speling, r=alexcrichton
2013-08-18 borsauto merge of #8550 : kballard/rust/token-start-err...
2013-08-18 Jan Koblerinsert space
2013-08-18 borsauto merge of #8547 : kballard/rust/trait-parse-err...
2013-08-18 Jan Koblerextract_grammar symnames
2013-08-18 borsauto merge of #8544 : dim-an/rust/fix-match-pipes,...
2013-08-17 Daniel MicayRevert "Turn off jemalloc"
2013-08-17 Huon WilsonMore spelling corrections.
2013-08-17 borsauto merge of #8554 : michaelwoerister/rust/generics...
2013-08-17 Andreas MartensFix segfault when calling tuple struct constructor...
next