]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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...
2014-05-13 Derek Chiang... Remove reference to MutexArc
2014-05-13 Adolfo OchagavíaImproved example code in Option
2014-05-13 Guillaume Pinotshootout-nbody improvement
2014-05-13 Seo Sanghyeonrustdoc: List macros in the sidebar
2014-05-13 Yuri Kunde... Add `stat` method to `std::io::fs::File` to stat withou...
2014-05-13 Adolfo OchagavíaFixed typo in comments of driver.rs
2014-05-13 Paul StansiferCleanup some ugly variable names, now that we have...
2014-05-13 Paul StansiferAdd some long-overdue documentation on the INTERPOLATED...
2014-05-13 Simon SapinRemove an unnecessary .move_iter().collect()
2014-05-13 Alex Crichtondoc: Update the linkage documentation
2014-05-13 Piotr Jawniakdoc: updates rust manual (loop to continue)
2014-05-13 Yehuda KatzMake ProcessOutput Eq, TotalEq, Clone
2014-05-13 Kevin Butlerlibcore: remove fails from slice.rs and remove duplicat...
2014-05-13 David Creswickadd shebang to scripts that have execute bit set
2014-05-13 Alex Crichtonrustdoc: Fix hiding implementations of traits
2014-05-13 Brian AndersonAdd the patch number to version strings. Closes #13289
2014-05-13 Alexandre GagnonFix typos in rustc manpage
2014-05-13 borsauto merge of #14157 : pcwalton/rust/detildestr-rustdoc...
2014-05-13 Patrick Waltonlibrustdoc: Remove all `~str` usage from librustdoc.
2014-05-12 Niko MatsakisFactor out foldable better to reduce code duplication...
2014-05-12 Patrick Waltonlibrustc: Remove all uses of `~str` from librustc.
2014-05-12 borsauto merge of #13932 : MrAlert/rust/win-compat, r=brson
2014-05-12 borsauto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelix
next