]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-02-01 borsauto merge of #11789 : pongad/rust/master, r=kballard
2014-02-01 borsauto merge of #11965 : alexcrichton/rust/issue-7385...
2014-02-01 Alex CrichtonFixing tests
2014-02-01 Alex CrichtonRemove the need to count lang items
2014-02-01 Kevin BallardTest for null buffer in CString.len()/.iter() and fail
2014-02-01 Huon WilsonRemove the obsolete handler for `impl A;`.
2014-02-01 Huon WilsonAdd test for sensible #[start] error message.
2014-02-01 OGINO MasanoriAdd test cases for #4063.
2014-02-01 Daniel Micaymark the minimum supported Linux kernel version
2014-02-01 Daniel Micaymark Windows 8 as supported
2014-02-01 Daniel Micaybump minimum supported OS X version to 10.7
2014-02-01 JeremyLetangAdd test case for issue 7911
2014-02-01 Virgile AndreaniFix minor doc typos
2014-02-01 Alex CrichtonUn-xfail test for 7385
2014-02-01 Michael DarakanandaAdded minmax function.
2014-02-01 borsauto merge of #11768 : nikomatsakis/rust/issue-11385...
2014-02-01 borsauto merge of #11885 : bnoordhuis/rust/issue11694,...
2014-02-01 Niko MatsakisIntroduce marker types for indicating variance and...
2014-01-31 borsauto merge of #11810 : Armavica/rust/issue-11645, r...
2014-01-31 borsauto merge of #11832 : jfager/rust/r5900, r=alexcrichton
2014-01-31 borsauto merge of #11955 : alexcrichton/rust/fix-unwinding...
2014-01-31 Alex CrichtonDisable fp elim on mac64
2014-01-31 borsauto merge of #11917 : thestinger/rust/intrinsic, r...
2014-01-31 borsauto merge of #11933 : kini/rust/patch-1, r=alexcrichton
2014-01-31 borsauto merge of #11929 : FlaPer87/rust/issue-11681, r...
2014-01-31 Ben NoordhuisUse __pthread_get_minstack() when available.
2014-01-31 Ben NoordhuisRetry on EINVAL from pthread_attr_setstacksize()
2014-01-31 Ben NoordhuisAdd libc::consts::os::posix01::PTHREAD_STACK_MIN
2014-01-31 borsauto merge of #11918 : omasanori/rust/reduce-warnings...
2014-01-31 borsauto merge of #11947 : alexcrichton/rust/osx-unwind...
2014-01-31 Alex CrichtonFix the size of the _Unwind_Exception struct
2014-01-31 borsauto merge of #11784 : eminence/rust/fix_run_tests...
2014-01-30 borsauto merge of #11759 : nathanielherman/rust/master...
2014-01-30 Nathaniel HermanMake size_of, align_of, and element_offset functions...
2014-01-30 borsauto merge of #11895 : xales/rust/libstd, r=alexcrichton
2014-01-30 borsauto merge of #11217 : eddyb/rust/generic-default-type...
2014-01-30 Eduard BurtescuImplement default type parameters in generics.
2014-01-30 borsauto merge of #11914 : FlaPer87/rust/issue-6157, r...
2014-01-30 Keshav KiniFix inconsistency in tutorial.md
2014-01-30 borsauto merge of #11911 : kballard/rust/empty-functional...
2014-01-30 borsauto merge of #11909 : thestinger/rust/tydesc, r=pcwalton
2014-01-30 Flavio PercocoAdd test case for issue #11681
2014-01-30 borsauto merge of #11907 : sanxiyn/rust/simd-shift, r=thest...
2014-01-30 borsauto merge of #11853 : alexcrichton/rust/up-llvm, r...
2014-01-30 Alex CrichtonUpgrade LLVM
2014-01-30 borsauto merge of #11839 : typelist/rust/issue3008, r=huonw
2014-01-30 Johannes MuenzelConsider types that contain fixed-length-zero vectors...
2014-01-30 borsauto merge of #11672 : bjz/rust/remove-times, r=brson
2014-01-30 Brendan ZabarauskasRemove Times trait
2014-01-30 Johannes MuenzelAdd compile-fail tests for non-representable structs...
2014-01-30 Johannes MuenzelCheck enum and struct representability properly (issues...
2014-01-30 xalesRemove seldom-used std::reference functions.
2014-01-30 xalesRemove double-use of logging.
2014-01-30 xalesRename std::borrow to std::reference.
2014-01-30 borsauto merge of #11893 : Armavica/rust/copyable-cloneable...
2014-01-29 Daniel Micayremove a layer of indirection from most intrinsics
2014-01-29 OGINO MasanoriAppend ; to #[allow(dead_code)].
2014-01-29 OGINO MasanoriPrefix _ to unused variables.
2014-01-29 OGINO MasanoriRemove unused imports.
2014-01-29 borsauto merge of #11776 : FlaPer87/rust/issue-11681-static...
2014-01-29 Flavio PercocoAdd test for issue 6157
2014-01-29 Flavio PercocoFixes temporary lifetime computation for static items
2014-01-29 borsauto merge of #11879 : thestinger/rust/frame-pointer...
2014-01-29 Daniel Micayenable fp-elim when debug info is disabled
2014-01-29 Daniel Micayuse a more efficient vtable representation
2014-01-29 borsauto merge of #11877 : Armavica/rust/doc-pm-vector...
2014-01-29 Kevin BallardAllow empty functional updating of structs
2014-01-29 borsauto merge of #11754 : alexcrichton/rust/unused-result...
2014-01-29 Alex CrichtonFlag Result as #[must_use] and deal with fallout.
2014-01-29 borsauto merge of #11868 : bytbox/rust/remove-do, r=alexcri...
2014-01-29 Daniel Micaystop making visit glue for closures and traits
2014-01-29 Seo SanghyeonFix SIMD bit shifts
2014-01-29 borsauto merge of #11867 : dmanescu/rust/8784-arena-glob...
2014-01-29 Scott LawrenceRemoving support for the do syntax from libsyntax and...
2014-01-29 Scott LawrenceRemoving usage of the do keyword from documentation
2014-01-29 Scott LawrenceRemove do keyword from compiletests
2014-01-29 Scott LawrenceRemove do keyword from test/
2014-01-29 Scott LawrenceRemoving do keyword from libgreen
2014-01-29 Scott LawrenceRemoving do keyword from libextra
2014-01-29 Scott LawrenceRemoving do keyword from librustpkg
2014-01-29 Scott LawrenceRemoving do keyword from libnative
2014-01-29 Scott LawrenceRemove do keyword from librustuv
2014-01-29 Scott LawrenceRemoving do keyword from libstd and librustc
2014-01-29 Scott LawrenceRemoving do keyword from librustdoc
2014-01-29 Flavio PercocoTreat unary struct and enum variants as rvalues
2014-01-29 borsauto merge of #11889 : nikomatsakis/rust/issue-3243...
2014-01-29 Virgile AndreaniDocument vector destructuring with wildcard '..'
2014-01-29 borsauto merge of #11903 : alexcrichton/rust/android-test...
2014-01-29 Alex CrichtonFix android test deps
2014-01-29 borsauto merge of #11706 : alexcrichton/rust/issue-11253...
2014-01-29 Alex CrichtonGenerate rlibs by default (instead of dylibs)
2014-01-29 David Manescuextra: move glob to libglob
2014-01-29 borsauto merge of #11887 : alexcrichton/rust/rpath-for...
2014-01-29 Jason FagerAdd a limited prim type lookup for safer const expr...
2014-01-29 borsauto merge of #11883 : alexcrichton/rust/fix-mk-install...
2014-01-29 David Manescuextra: move arena to libarena
2014-01-28 Alex CrichtonImplement an unused_result lint
2014-01-28 Virgile AndreaniRename CopyableTuple to CloneableTuple
2014-01-28 Virgile AndreaniRename ImmutableCopyableVector to ImmutableCloneableVector
2014-01-28 Virgile AndreaniRename OwnedCopyableVector to OwnedCloneableVector
next