]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-05-15 borsauto merge of #14162 : brson/rust/fixvercmd, r=brson
2014-05-15 borsauto merge of #14133 : db48x/rust/ord-for-mut-refs...
2014-05-15 borsauto merge of #14170 : pcwalton/rust/detildestr-misclib...
2014-05-15 Patrick Waltonlibnum: Remove all uses of `~str` from `libnum`
2014-05-15 Patrick Waltonlibcollections: Remove most uses of `~str` from `libcol...
2014-05-15 Patrick Waltonliburl: Remove all uses of `~str` from `liburl`
2014-05-15 Patrick Waltonlibterm: Remove all uses of `~str` from `libterm`
2014-05-15 Patrick Waltonlibtest: Remove all uses of `~str` from `libtest`.
2014-05-15 Patrick Waltonlibsync: Remove all uses of `~str` from `libsync`
2014-05-15 Patrick Waltonlibrand: Remove all uses of `~str` from `librand`
2014-05-15 Patrick Waltonlibtime: Remove all uses of `~str` from `libtime`
2014-05-15 Patrick Waltonlibsemver: Remove all uses of `~str` from `libsemver`
2014-05-15 Patrick Waltonlibglob: Remove all uses of `~str` from `libglob`
2014-05-15 Patrick Waltonliblog: Remove all uses of `~str` from `liblog`
2014-05-15 Patrick Waltonlibgraphviz: Remove all uses of `~str` from `libgraphviz`.
2014-05-15 Patrick Waltonlibregex: Remove all uses of `~str` from `libregex`
2014-05-14 Brian AndersonPrint 'rustc' and 'rustdoc' as the command name for...
2014-05-14 Patrick Waltonlibarena: Remove all uses of `~str` from `libarena`
2014-05-14 Patrick Waltonlibhexfloat: Remove all uses of `~str` from `libhexfloat`
2014-05-14 Patrick Waltonlibuuid: Remove all uses of `~str` from `libuuid`.
2014-05-14 Patrick Waltonlibworkcache: Remove all uses of `~str` from `libworkca...
2014-05-14 Patrick Waltontest: Remove all uses of `~str` from the test suite.
2014-05-14 borsauto merge of #14086 : Ryman/rust/resolve_error_suggest...
2014-05-14 Kevin Butlerrustc: Improve error messages for resolve failures.
2014-05-14 borsauto merge of #14009 : jcmoyer/rust/bitflags-complement...
2014-05-14 borsauto merge of #14192 : pongad/rust/walkcleanup, r=pcwalton
2014-05-14 borsauto merge of #14191 : luqmana/rust/eu, r=alexcrichton
2014-05-14 borsauto merge of #14186 : omasanori/rust/suppress-warnings...
2014-05-14 borsauto merge of #14179 : luqmana/rust/acp, r=alexcrichton
2014-05-14 J.C. MoyerImplement set complement and universe for bitflags
2014-05-14 borsauto merge of #14169 : alexcrichton/rust/atomics, r...
2014-05-14 Daniel Brooksdefine Eq,TotalEq,Ord,TotalOrd for &mut T
2014-05-14 Alex Crichtoncore: Allow using failure outside of libcore
2014-05-14 Alex Crichtoncore: Document should_not_exist's existence
2014-05-14 Alex Crichtoncore: Add a crate doc block
2014-05-14 Alex Crichtoncore: Inherit the atomics module
2014-05-14 Michael DarakanandaRemoved unnecessary arguments for walk_* functions
2014-05-14 Luqman Adenlibrustc: Make sure to add argument attributes to exter...
2014-05-14 Luqman AdenGet rid of the android-cross-path flag to rustc.
2014-05-14 borsauto merge of #14178 : alexcrichton/rust/more-ignores...
2014-05-14 borsauto merge of #13127 : kballard/rust/read_at_least...
2014-05-14 Kevin Ballardio: Add .read_at_least() to Reader
2014-05-14 borsauto merge of #14187 : alexcrichton/rust/rollup, r...
2014-05-14 Alex Crichtonio: Implement process wait timeouts
2014-05-14 klutzyrustllvm: Add LLVMRustArrayType
2014-05-14 Alex Crichtonsyntax: Improve --pretty normal slightly
2014-05-14 Alex Crichtonsyntax: Preserve attributes in #[deriving]
2014-05-14 Alex Crichtontest: Give a test a bigger stack for pretty printing
2014-05-14 Alex Crichtonsyntax: Print suffixed token literals correctly
2014-05-14 Alex Crichtontest: Ignore a pretty expanded failing test
2014-05-14 Alex Crichtontest: Fix a pretty printing test
2014-05-14 Alex Crichtonsyntax: Fix parsing << with closure types
2014-05-14 Alex Crichtonsyntax: Fix printing INT64_MIN
2014-05-14 Alex CrichtonTouch up and rebase previous commits
2014-05-14 klutzycompiletest: Test `--pretty expanded`
2014-05-14 klutzycompiletest: Modernize typenames
2014-05-14 klutzytest: Add missing `#![feature(managed_boxes)]`
2014-05-14 klutzylibsyntax: Workaround pprust `for` issue
2014-05-14 klutzypprust: Remove unnecessary && of `print_tt`
2014-05-14 klutzypprust: Print `&&e` instead of `& &e`
2014-05-14 klutzypprust: Fix asm output
2014-05-14 klutzypprust: Add parentheses to some Expr
2014-05-14 klutzyrustc: Make std_inject valid for pretty-printer
2014-05-14 Zooko Wilcox... add a line to the example to clarify semantics
2014-05-14 Richo Healeydocs: Add a not found page
2014-05-14 Florian Zeitzstd: Rename str::Normalizations to str::Decompositions
2014-05-14 Florian Zeitzcore: Move Hangul decomposition into unicode.rs
2014-05-14 Florian Zeitzcore: Use appropriately sized integers for codepoints...
2014-05-14 Florian Zeitzstd, core: Generate unicode.rs using unicode.py
2014-05-14 Edward Wangcheck_match: get rid of superfluous clones
2014-05-14 Edward WangFix #8391
2014-05-14 Piotr JawniakImplements Default trait for BigInt and BigUint
2014-05-14 Adolfo OchagavíaReplaced ~T by Box<T> in manual
2014-05-14 OGINO MasanoriAdd tests for from_bits.
2014-05-14 Marvin LöbelAllow blocks in const expressions
2014-05-14 Alex Crichtonstd: Move the owned module from core to std
2014-05-14 OGINO MasanoriSuppress warnings on 32bit platforms.
2014-05-14 OGINO MasanoriSuppress a "unused variable" warning.
2014-05-13 borsauto merge of #14075 : Rufflewind/rust/patch-3, r=alexc...
2014-05-13 Phil RuffwindTest Unicode support of process spawning
2014-05-13 Phil RuffwindUse Get/FreeEnvironmentStringsW instead of Get/FreeEnvi...
2014-05-13 Phil RuffwindFix make_command_line to handle Unicode correctly
2014-05-13 Phil RuffwindUse CreateProcessW instead of CreateProcessA
2014-05-13 borsauto merge of #14052 : dylanbraithwaite/rust/char-fns...
2014-05-13 Alex Crichtonserialize: Broaden ignores of json tests
2014-05-13 borsauto merge of #14158 : nikomatsakis/rust/issue-5527...
2014-05-13 borsauto merge of #14168 : zwarich/rust/deriving-clone...
2014-05-13 borsauto merge of #14167 : cmr/rust/cmplx, r=alexcrichton
2014-05-13 Dylan BraithwaiteAdded functions pop_char and shift_char to StrBuf struc...
2014-05-13 borsauto merge of #13919 : thomaslee/rust/thomaslee_propose...
2014-05-13 Tom LeeFix field ordering of addrinfo struct on Android
2014-05-13 borsauto merge of #14164 : alexcrichton/rust/rollup, r...
2014-05-13 Tom LeeDocument a possible way in which connect_timout may...
2014-05-13 Tom LeeTry to parse TcpStream::connect 'host' parameter as...
2014-05-13 Tom LeeEasier interface for TCP ::connect and ::bind.
2014-05-13 Cameron ZwarichRemove a workaround for deriving(Clone) on unit structs.
2014-05-13 Corey Richardsonnum: rename Cmplx to Complex
2014-05-13 Alex CrichtonTest fixes from rollup
2014-05-13 borsauto merge of #13820 : klutzy/rust/urandom, r=alexcrichton
2014-05-13 Huon Wilsonemacs: highlight `macro_name!` in macro invocations...
next