]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-12-01 borsauto merge of #10676 : eddyb/rust/ast-box-in-enums...
2013-12-01 borsauto merge of #10746 : alexcrichton/rust/fix-make-insta...
2013-12-01 borsauto merge of #10739 : DaGenix/rust/mut-chunks, r=alexc...
2013-12-01 Alex CrichtonFix make install to install rlib files
2013-12-01 borsauto merge of #10733 : alexcrichton/rust/ignore-on...
2013-12-01 borsauto merge of #10738 : sfackler/rust/buffered-fixes...
2013-12-01 Palmer CoxImplement DoubleEndedIterator for MutChunkIter.
2013-12-01 Palmer CoxImplement mut_chunks() method for MutableVector trait.
2013-11-30 borsauto merge of #10731 : chris-morgan/rust/fix-double...
2013-11-30 borsauto merge of #10528 : alexcrichton/rust/static-linking...
2013-11-30 Alex CrichtonTest fixes and merge conflicts
2013-11-30 Eduard BurtescuBox Block, fn_decl, variant and Ty in the AST, as they...
2013-11-30 borsauto merge of #10737 : huonw/rust/with-cap, r=alexcrichton
2013-11-30 Steven FacklerFixes for BufferedWriter and LineBufferedWriter
2013-11-30 borsauto merge of #10727 : erickt/rust/json, r=huonw
2013-11-30 Huon Wilsonstd::io::mem: add a with_capacity constructor to MemWriter.
2013-11-30 borsauto merge of #10735 : alexcrichton/rust/issue-10734...
2013-11-30 borsauto merge of #10722 : cmr/rust/type_id_opaque, r=alexc...
2013-11-30 Alex CrichtonDon't run cleanups twice in "if true" blocks
2013-11-30 Corey RichardsonWrap the return value of the type_id intrinsic in an...
2013-11-30 Alex CrichtonIgnore a deque test on windows
2013-11-30 Erick Tryzelaarextra: missed a couple `@` in json
2013-11-30 Alex CrichtonMake -Z gen-crate-map usable for I/O
2013-11-30 Alex CrichtonAdd a new run-make test directory
2013-11-30 Alex CrichtonStatically link librustrt to libstd
2013-11-30 Alex CrichtonAdd generation of static libraries to rustc
2013-11-30 Chris MorganFix double slashes in make paths.
2013-11-29 borsauto merge of #10719 : Kimundi/rust/switch_to_multi_ite...
2013-11-29 borsauto merge of #10678 : alexcrichton/rust/issue-4877...
2013-11-29 Alex CrichtonImplement a lock-free work-stealing deque
2013-11-29 Marvin LöbelRemoved module macro workaround for signed and unsigned...
2013-11-29 Marvin LöbelRemoved useless cmp::{min, max} reexports from the...
2013-11-29 Erick Tryzelaarextra: json::Encoder should take a &mut io::Writer
2013-11-29 Erick Tryzelaarextra: Rename json constructors into *::init
2013-11-29 Erick TryzelaarRemove some unnecessary impls from json
2013-11-29 Erick TryzelaarRemove @ from json::Error
2013-11-29 borsauto merge of #10697 : pcwalton/rust/path-new, r=pcwalton
2013-11-29 Patrick Waltonlibstd: Change `Path::new` to `Path::init`.
2013-11-29 borsauto merge of #10726 : pnkfelix/rust/fsk-remove-at...
2013-11-29 Felix S. Klock IIRemoved some dead code.
2013-11-29 Marvin LöbelRemoved a few macro-expanding-to-module workarounds
2013-11-29 borsauto merge of #10715 : alexcrichton/rust/fix-log-twice...
2013-11-29 Alex CrichtonFix initial debug statements printing twice
2013-11-29 borsauto merge of #10709 : alexcrichton/rust/snapshot,...
2013-11-29 Alex CrichtonRegister new snapshots
2013-11-28 borsauto merge of #10704 : TeXitoi/rust/spectralnorm-resure...
2013-11-28 Guillaume Pinotshootout-spectralnorm resurection with parallelization
2013-11-28 borsauto merge of #10519 : nikomatsakis/rust/issue-8624...
2013-11-28 Niko MatsakisTest that reborrowing contents of an `&'a mut &'b mut...
2013-11-28 Niko MatsakisModify iterators to make them safe with the new rules.
2013-11-28 borsauto merge of #10694 : klutzy/rust/rustdoc-closure...
2013-11-28 borsauto merge of #10691 : g3xzh/rust/benchm, r=cmr
2013-11-28 borsauto merge of #10687 : alexcrichton/rust/issue-10686...
2013-11-28 borsauto merge of #10621 : Florob/rust/unicode63, r=cmr
2013-11-27 borsauto merge of #10642 : cmr/rust/strict_doccomment,...
2013-11-27 Corey RichardsonBe more strict about doc comments
2013-11-27 Florian ZeitzFix handling of upper/lowercase, and whitespace
2013-11-27 Florian ZeitzUpdate Unicode data to version 6.3
2013-11-27 Florian ZeitzUpdate unicode.py to reflect language changes
2013-11-27 borsauto merge of #10680 : alexcrichton/rust/relax-feature...
2013-11-27 Alex CrichtonUse the native tls implementation on android
2013-11-27 borsauto merge of #10685 : ebiggers/rust/ascii_fixes, r...
2013-11-27 borsauto merge of #10662 : alexcrichton/rust/thread-detach...
2013-11-27 Alex CrichtonRelax restrictions on unknown feature directives
2013-11-27 Alex CrichtonImprove the rt::thread module
2013-11-27 klutzyrustdoc: Use new ||/proc syntax
2013-11-27 borsauto merge of #10693 : eddyb/rust/freeze-ast, r=thestinger
2013-11-27 Eric Biggersstd::ascii: Add tests for is_digit() and is_control()
2013-11-27 Eduard BurtescuFreeze the AST by removing a couple of unused @mut...
2013-11-27 borsauto merge of #10684 : jld/rust/unstruct-unhack-typekin...
2013-11-27 borsauto merge of #10688 : bjz/rust/recv_iter, r=brson
2013-11-27 g3xzhAdd benchmark tests to path/posix
2013-11-27 borsauto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton
2013-11-27 Alex CrichtonClean up statically initialized data on shutdown
2013-11-27 Brendan ZabarauskasAdd an iterator for receiving messages from GenericPorts
2013-11-27 Eduard BurtescuShink NodeId, CrateNum, Name and Mrk down to 32 bits...
2013-11-27 borsauto merge of #10679 : alexcrichton/rust/no-routine...
2013-11-27 Eric Biggersstd::ascii: Fix is_digit() and is_control()
2013-11-27 Jed DavisRemove enum struct return workaround from LLVM bindings.
2013-11-27 borsauto merge of #10677 : jld/rust/type-enum-discrim-rm...
2013-11-26 Alex CrichtonRemove unused std::routine
2013-11-26 borsauto merge of #10649 : sfackler/rust/multi-macro, r...
2013-11-26 Steven FacklerClean up SmallVector use a bit
2013-11-26 Steven FacklerSupport multiple item macros
2013-11-26 Steven FacklerAdd SmallVector to libsyntax
2013-11-26 borsauto merge of #10312 : thestinger/rust/thread_local...
2013-11-26 borsauto merge of #10581 : pcwalton/rust/dedo, r=pcwalton
2013-11-26 Daniel Micayadd a thread_local feature gate
2013-11-26 Daniel Micayport the runtime to `#[thread_local]`
2013-11-26 Daniel Micayadd `#[thread_local]` attribute
2013-11-26 Patrick Waltonlibrustc: Fix merge fallout.
2013-11-26 borsauto merge of #10673 : klutzy/rust/quite, r=alexcrichton
2013-11-26 Jed DavisRemove the unused obsolete enum_discrim type.
2013-11-26 borsauto merge of #10664 : alexcrichton/rust/issue-10663...
2013-11-26 Alex CrichtonCorrectly handle libuv errors in addrinfo calls
2013-11-26 Patrick Waltonlibstd: Fix Win32 and other bustage.
2013-11-26 Patrick Waltonlibrustc: Make `||` lambdas not infer to `proc`s
2013-11-26 Patrick Waltontest: Remove all remaining non-procedure uses of `do`.
2013-11-26 Patrick Waltontest: Remove non-procedure uses of `do` from compiletes...
2013-11-26 Patrick Waltonlibrustc: Remove non-procedure uses of `do` from librus...
next