]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-05-08 Luqman Adenlibstd: Check TMPDIR for android as well and if not...
2014-05-08 borsauto merge of #13990 : nikomatsakis/rust/issue-5527...
2014-05-08 borsauto merge of #13985 : alexcrichton/rust/libfmt, r...
2014-05-08 Alex Crichtonstd: Extract format string parsing out of libstd
2014-05-08 borsauto merge of #14032 : pcwalton/rust/detildestr, r...
2014-05-08 Patrick Waltonlibsyntax: Remove uses of `~str` from libsyntax, and...
2014-05-08 borsauto merge of #14033 : alexcrichton/rust/fix-mk-install...
2014-05-08 borsauto merge of #13986 : alexcrichton/rust/box-keyword...
2014-05-08 borsauto merge of #13835 : alexcrichton/rust/localdata...
2014-05-08 borsauto merge of #13814 : alexcrichton/rust/read-timeout...
2014-05-08 Alex CrichtonTest fixes and rebase conflicts
2014-05-08 Alex Crichtonstd: Modernize the local_data api
2014-05-08 Alex Crichtonnative: Implement timeouts for windows pipes
2014-05-08 Alex Crichtonrustuv: Implement timeouts for unix networking
2014-05-08 Alex Crichtonnative: Implement timeouts for unix networking
2014-05-08 Alex Crichtonstd: Add I/O timeouts to networking objects
2014-05-08 Alex Crichtonmk: Fix make install
2014-05-08 borsauto merge of #13976 : pnkfelix/rust/fsk-fix-13965...
2014-05-08 borsauto merge of #13964 : alexcrichton/rust/more-buffers...
2014-05-08 borsauto merge of #13751 : alexcrichton/rust/io-close-read...
2014-05-08 Alex Crichtonstd: Add close_{read,write}() methods to I/O
2014-05-07 borsauto merge of #14005 : alexcrichton/rust/extern-unsafe...
2014-05-07 borsauto merge of #13726 : michaelwoerister/rust/lldb-autot...
2014-05-07 borsauto merge of #13901 : alexcrichton/rust/facade, r...
2014-05-07 Alex CrichtonTest fixes and rebase conflicts
2014-05-07 Michael Woeristerdebuginfo: Split debuginfo autotests into debuginfo...
2014-05-07 Alex CrichtonRegister new snapshots
2014-05-07 Alex Crichtoncore: Move Option::expect to libstd from libcore
2014-05-07 Alex Crichtoncore: Fix an unsigned negation warning
2014-05-07 Alex Crichtontest: Update with std => core movement
2014-05-07 Alex Crichtoncore: Get coretest working
2014-05-07 Alex Crichtoncore: Inherit the cell module
2014-05-07 Alex Crichtoncore: Add unwrap()/unwrap_err() methods to Result
2014-05-07 Alex Crichtoncore: Inherit the result module
2014-05-07 Alex Crichtoncore: Remove generics from Option::expect
2014-05-07 Alex Crichtoncore: Add a limited implementation of failure
2014-05-07 Alex Crichtoncore: Bring char/finally test style up to date
2014-05-07 Alex Crichtoncore: Allow some #[deriving] in libcore
2014-05-07 Alex Crichtoncore: Implement necessary traits for ~[T]/~str
2014-05-07 Alex Crichtonstd: Remove a glob to get std to compile
2014-05-07 Alex Crichtoncore: Inherit possible string functionality
2014-05-07 Alex Crichtoncore: Inherit necessary unicode functionality
2014-05-07 Alex Crichtoncore: Inherit non-allocating slice functionality
2014-05-07 Alex Crichtoncore: Inherit the specific numeric modules
2014-05-07 Alex Crichtoncore: Inherit what's possible from the num module
2014-05-07 Alex Crichtoncore: Inhert ~/@/& cmp traits, remove old modules
2014-05-07 Alex Crichtoncore: Inherit the cmp module
2014-05-07 Alex Crichtoncore: Inherit the iter module
2014-05-07 Alex Crichtoncore: Inherit the option module
2014-05-07 Alex Crichtoncore: Inherit the bool module
2014-05-07 Alex Crichtoncore: Inherit the tuple module
2014-05-07 Alex Crichtoncore: Bring clone tests up to date in style
2014-05-07 Alex Crichtoncore: Inherit the clone module
2014-05-07 Alex Crichtoncore: Inherit the unit module
2014-05-07 Alex Crichtoncore: Inherit the default module
2014-05-07 Alex Crichtoncore: Inherit the raw module
2014-05-07 Alex Crichtoncore: Inherit the any module
2014-05-07 Alex Crichtoncore: Inherit the finally module
2014-05-07 Alex Crichtoncore: Inherit the char module
2014-05-07 Alex Crichtoncore: Inherit the container module
2014-05-07 Alex Crichtoncore: Inherit the ty module
2014-05-07 Alex Crichtoncore: Inherit the ops module
2014-05-07 Alex Crichtoncore: Inherit the kinds module
2014-05-07 Alex Crichtoncore: Inherit the cast module
2014-05-07 Alex Crichtoncore: Inherit the ptr module
2014-05-07 Alex Crichtoncore: Inherit the mem module
2014-05-07 Alex Crichtoncore: Inherit the intrinsics module
2014-05-07 Alex Crichtonmk: Add libcore
2014-05-07 borsauto merge of #13832 : alexcrichton/rust/cfail-full...
2014-05-07 Alex Crichtonstd: Implement the Buffer trait for some wrappers
2014-05-07 borsauto merge of #13967 : richo/rust/features/ICE-fails...
2014-05-07 borsauto merge of #13958 : pcwalton/rust/detilde, r=pcwalton
2014-05-07 borsauto merge of #13914 : alexcrichton/rust/pile-o-rustdoc...
2014-05-07 borsauto merge of #13836 : jbcrail/rust/add-bitv-doc, r...
2014-05-07 Patrick Waltonlibrustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from...
2014-05-07 borsauto merge of #13754 : alexcrichton/rust/net-experiment...
2014-05-07 Richo HealeyIgnore tests broken by failing on ICE
2014-05-07 Richo HealeyFail on internal compiler errors in compile-fail
2014-05-07 Alex Crichtonrustc: Enable writing "unsafe extern fn() {}"
2014-05-07 Joseph CrailAdd documentation for Bitv.
2014-05-07 borsauto merge of #13892 : alexcrichton/rust/mixing-rlib...
2014-05-06 borsauto merge of #13982 : alexcrichton/rust/more-logging...
2014-05-06 Felix S. Klock IIRevise doc-comments for graphviz to avoid generating...
2014-05-06 Alex Crichtonlog: Use writeln!() instead of write!()
2014-05-06 borsauto merge of #13960 : brandonw/rust/master, r=alexcrichton
2014-05-06 Niko MatsakisRemove error message that refactor suppresses
2014-05-06 borsauto merge of #13897 : aturon/rust/issue-6085, r=bjz
2014-05-06 Niko MatsakisRefactor writeback code. cc #5527
2014-05-06 Alex Crichtonetc: Add box as a keyword to editor configs
2014-05-06 borsauto merge of #13822 : EdorianDark/rust/master, r=cmr
2014-05-06 Brandon WaskiewiczUpdate multiple file use statement example
2014-05-06 borsauto merge of #13962 : luqmana/rust/al, r=alexcrichton
2014-05-06 borsauto merge of #13961 : richo/rust/richo-author, r=alexc...
2014-05-06 borsauto merge of #13952 : aaronraimist/rust/patch-1, r...
2014-05-06 Luqman AdenLower armhf target feature to v6.
2014-05-06 borsauto merge of #13939 : richo/rust/docs/composability...
2014-05-06 borsauto merge of #13925 : kballard/rust/vim_indent_bracket...
2014-05-06 Richo HealeyAdd Richo Healey to contributors
2014-05-06 borsauto merge of #13946 : pnkfelix/rust/fsk-cleanup-proc...
2014-05-06 borsauto merge of #13940 : edwardw/rust/refutable-match...
next