]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-08-30 borsauto merge of #8867 : thestinger/rust/smaller-arc,...
2013-08-30 borsauto merge of #8857 : blake2-ppc/rust/std-str-remove...
2013-08-30 borsauto merge of #8854 : huonw/rust/rt-papercuts, r=brson
2013-08-30 borsauto merge of #8843 : alexcrichton/rust/fix-bug, r...
2013-08-30 borsauto merge of #8820 : alexcrichton/rust/no-io-writer...
2013-08-30 borsauto merge of #8839 : sanxiyn/rust/env, r=thestinger
2013-08-30 borsauto merge of #8819 : vadimcn/rust/unit-tests, r=brson
2013-08-30 Alex CrichtonFix a bug with statics inside blocks in generic fns
2013-08-30 borsauto merge of #8458 : cmr/rust/test-restructure, r...
2013-08-30 Daniel Micayreduce the size of UnsafeArc from 2 words to 1
2013-08-29 borsauto merge of #8866 : brson/rust/rvstdrun, r=alexcrichton
2013-08-29 Brian AndersonRevert "auto merge of #8645 : alexcrichton/rust/issue...
2013-08-29 borsauto merge of #8848 : ILyoan/rust/mk_libuv, r=cmr
2013-08-29 borsauto merge of #8842 : jfager/rust/remove-iter-module...
2013-08-29 borsauto merge of #8840 : alexcrichton/rust/update-vendors...
2013-08-29 blake2-ppcstd::str: Remove functions count_chars, count_bytes
2013-08-29 borsauto merge of #8838 : brson/rust/rvfpelim, r=alexcrichton
2013-08-29 Huon Wilsonextra: error message should reflact that RUST_TEST_TASK...
2013-08-29 Huon Wilsonrt: remove a series of unfortunate casts.
2013-08-29 Huon Wilsonrt: use sugary functions rather than manual range loops.
2013-08-29 Huon Wilsonrt: Handle non-integer RUST_THREADS (slightly) more...
2013-08-29 borsauto merge of #8823 : huonw/rust/6233, r=brson
2013-08-29 borsauto merge of #8830 : andersk/rust/indent-4, r=catamorphism
2013-08-29 Ilyong Chomk: Fix libuv makefile generation on android
2013-08-29 Alex CrichtonRemove @io::Writer from sys/repr/reflect
2013-08-29 Jason FagerRemove the iter module.
2013-08-29 Alex CrichtonEnable segmented stacks for llvm on mingw-64
2013-08-29 Alex CrichtonUpdate libuv to rebase on top of joyent/master
2013-08-29 borsauto merge of #8800 : fhahn/rust/ticket_5239, r=alexcri...
2013-08-29 Brian AndersonRevert "auto merge of #8695 : thestinger/rust/build...
2013-08-29 Huon WilsonMake the unit-test framework check RUST_TEST_TASKS...
2013-08-29 borsauto merge of #8832 : alexcrichton/rust/fix-libuv-build...
2013-08-29 Alex CrichtonFix compilation issues with libuv on OSX
2013-08-28 borsauto merge of #8718 : bblum/rust/typeof, r=pcwalton
2013-08-28 Anders Kaseorgrust-mode: Default rust-indent-offset to 4, not default...
2013-08-28 borsauto merge of #8447 : alexcrichton/rust/local-data...
2013-08-28 borsauto merge of #8828 : brson/rust/randomness, r=thestinger
2013-08-28 Brian Andersondoc: Remove statement about scheduling randomness
2013-08-28 borsauto merge of #8807 : alexcrichton/rust/remove-two...
2013-08-28 borsauto merge of #8806 : klutzy/rust/winmain, r=cmr
2013-08-28 Seo SanghyeonAndroid: Pass the environment when running tests
2013-08-28 Seo SanghyeonRemove --newrt option
2013-08-28 Corey RichardsonTeach the makefile to use multiple src-base's
2013-08-28 Corey RichardsonTeach compiletest to use multiple --src-base's
2013-08-28 Corey Richardsonsrc/test/bench: restructure
2013-08-28 borsauto merge of #8821 : alexcrichton/rust/fix-libuv-build...
2013-08-28 Alex CrichtonRun gyp_uv with CFG_PYTHON instead of directly
2013-08-28 Vadim ChugunovTurned off libstd unit tests that currently fail on...
2013-08-28 Vadim ChugunovDisabled failing parts of abs_sub() and frexp() unit...
2013-08-28 Vadim ChugunovFixed MemoryMap on Windows.
2013-08-28 Vadim ChugunovAdded libstd and libextra unit tests to check-fast...
2013-08-28 Florian HahnAdd tests for ref in closure parameter list, closes...
2013-08-28 Alex CrichtonRemove offset_inbounds for an unsafe offset function
2013-08-28 borsauto merge of #8805 : jfager/rust/remove-hashutil,...
2013-08-28 borsauto merge of #8645 : alexcrichton/rust/issue-6436...
2013-08-28 klutzyrustc: Use "main" entry point on Windows
2013-08-28 Alex CrichtonConsolidate local_data implementations, and cleanup
2013-08-28 Alex CrichtonFix merge fallout
2013-08-28 Alex CrichtonFix various issues associated with building on windows
2013-08-28 Alex CrichtonImplement process bindings to libuv
2013-08-28 Alex CrichtonUpgrade libuv to the current master + our patches
2013-08-28 borsauto merge of #8697 : kballard/rust/rustpkg-no-args...
2013-08-28 borsauto merge of #8802 : pcwalton/rust/compile-speed,...
2013-08-28 Patrick Waltonlibrustc: Fix merge fallout
2013-08-28 Kevin BallardHandle `rustpkg build`, etc. when given no args properly
2013-08-28 Patrick Waltonlibrustc: Fix problem with cross-crate reexported stati...
2013-08-28 Patrick Waltonlibrustc: Implement basic lazy implementation loading.
2013-08-28 Patrick Waltonlibrustc: Implement lazy module loading.
2013-08-28 Patrick Waltonlibrustc: Remove `each_path`.
2013-08-28 Patrick Waltonlibstd: Fix merge fallout.
2013-08-28 Patrick Waltonlibrustc: Stop calling `each_path` in coherence.
2013-08-28 Patrick Waltonlibrustc: Fix merge fallout.
2013-08-28 Patrick Waltontest: xfail a test that relies on old path behavior.
2013-08-28 Patrick Waltonlibrustc: Convert check loans to use the new visitor
2013-08-28 Patrick Waltonlibrustc: Ensure that type parameters are in the right...
2013-08-28 Patrick Waltonlibrustc: Add support for type parameters in the middle...
2013-08-28 Patrick Waltonlibrustc: Remove `&const` and `*const` from the language.
2013-08-28 Jason FagerReplace HashUtil w/ default method on Hash
2013-08-28 borsauto merge of #8799 : fhahn/rust/ticket_5783, r=catamor...
2013-08-28 borsauto merge of #8797 : nikomatsakis/rust/issue-8625...
2013-08-27 borsauto merge of #8792 : adridu59/rust/master, r=catamorphism
2013-08-27 borsauto merge of #8771 : thestinger/rust/repr, r=catamorphism
2013-08-27 Florian HahnAdd test for #5783
2013-08-27 Niko MatsakisRemove remnants of implicit self
2013-08-27 Daniel Micayreflect: rm unused visit_{var,var_integral,constr}
2013-08-27 Daniel Micayrepr: include mutability qualifier in visit_ptr
2013-08-27 Daniel Micayrepr: print integer/float suffixes
2013-08-27 borsauto merge of #8790 : huonw/rust/unsafearc, r=thestinger
2013-08-27 Niko MatsakisExtend aliasability check to uncover `& &mut &mut`...
2013-08-27 borsauto merge of #8581 : FlaPer87/rust/issue/8232, r=bblum
2013-08-27 Flaper FespTrailing space
2013-08-27 Daniel Micayvec: implement `DeepClone`
2013-08-27 borsauto merge of #8772 : thestinger/rust/option, r=anasazi
2013-08-27 Daniel Micayoption: rm implementation of Add
2013-08-27 borsauto merge of #8789 : pnkfelix/rust/fsk-fix-typo-in...
2013-08-27 borsauto merge of #8777 : Kimundi/rust/doc_stuff, r=cmr
2013-08-27 Adrien Tétarlibrustpkg/tests.rs: cleanup unused import
2013-08-27 borsauto merge of #8780 : brson/rust/from_elem, r=thestinger
2013-08-27 Huon Wilsonstd: use ArcData rather than c_void in UnsafeArc.
2013-08-27 borsauto merge of #8779 : brson/rust/macsupp, r=thestinger
next