]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-11-14 borsauto merge of #18891 : erickt/rust/deprecate-as-ref...
2014-11-14 Tobias BucherAdd `Show` and `Clone` trait to arrays
2014-11-14 Colin SherrattAdded population count assertion in reserve. Cleaned...
2014-11-14 Colin SherrattManually reset the ringbuffer before or after the ringb...
2014-11-14 Colin SherrattAdded some extra debug_asserts to ring_buf.
2014-11-14 Colin SherrattHandle allocate/reallocate errors in ring_buf
2014-11-14 Colin SherrattExpand the benchmarking and unit test suite for ring_buf.
2014-11-14 Tom Jakubowskiserialize: Add ToJson impl for str
2014-11-14 borsauto merge of #18840 : huonw/rust/tweaks, r=alexcrichton
2014-11-14 Jonathan ReemRewrite std::sync::TaskPool to be load balancing and...
2014-11-14 borsauto merge of #18827 : bjz/rust/rfc369-numerics, r...
2014-11-14 Brendan ZabarauskasRevert the need for initial values with arithmetic...
2014-11-14 Joseph CrailRemove BTreeSet from all examples.
2014-11-14 borsauto merge of #18929 : alexcrichton/rust/issue-18928...
2014-11-13 borsauto merge of #18926 : alexcrichton/rust/issue-18925...
2014-11-13 Ricky TaylorMake std::io::Buffer object-safe.
2014-11-13 Cody P Schafersrc/etc/snapshot: support triples lacking a vendor
2014-11-13 Ian ConnollyDon't use rust keyword for fake code
2014-11-13 borsauto merge of #18887 : aturon/rust/controlled-inherit...
2014-11-13 Alex Crichtonetc: Don't bundle libctl3d32 on windows
2014-11-13 Alex Crichtonstd: Fix the return value of Duration::span
2014-11-13 areskiconvert 1 line match to 2 lines for readability
2014-11-13 Daniel HofstetterReference: Fix list in Expressions section
2014-11-13 borsauto merge of #18811 : pczarn/rust/issue-18763-ice...
2014-11-13 Jorge Apariciofix "warning: deprecated syntax, use `for` keyword...
2014-11-13 borsauto merge of #18879 : pcwalton/rust/path-silliness...
2014-11-13 borsauto merge of #18877 : michaelsproul/rust/panic-tests...
2014-11-13 borsauto merge of #18872 : hirschenberger/rust/master,...
2014-11-13 borsauto merge of #18867 : michaelsproul/rust/unreachable...
2014-11-13 Huon WilsonUse the correct span for out-of-range int literals.
2014-11-13 Huon WilsonAdd more "help: ..."'s to the parser.
2014-11-13 Huon WilsonAdd error message specific to \<carriage return>.
2014-11-13 Huon WilsonTweak and add test for detecting libraries with mismatc...
2014-11-13 borsauto merge of #18862 : murarth/rust/issue-18566-test...
2014-11-12 borsauto merge of #18858 : alexcrichton/rust/remove-time...
2014-11-12 borsauto merge of #18907 : alexcrichton/rust/snapshots...
2014-11-12 Alex CrichtonRegister new snapshots
2014-11-12 borsauto merge of #18830 : adaszko/rust/patch-1, r=steveklabnik
2014-11-12 Alex Crichtontime: Deprecate the library in the distribution
2014-11-12 Brendan ZabarauskasFix stability_summary fallout
2014-11-12 Brendan ZabarauskasRemove Signed trait and add SignedInt trait
2014-11-12 Brendan ZabarauskasRemove lots of numeric traits from the preludes
2014-11-12 Steve KlabnikFix po4a.conf
2014-11-12 Brendan ZabarauskasClean up core::num doc comments
2014-11-12 Brendan ZabarauskasDeprecate signum wrapper and clean up signed impls
2014-11-12 Brendan ZabarauskasDeprecate Num, Unsigned and Primitive
2014-11-12 Brendan ZabarauskasDeprecate Zero and One traits
2014-11-12 Brendan ZabarauskasDeprecate Bounded trait
2014-11-12 Brendan ZabarauskasMove checked arithmetic operators into Int trait
2014-11-12 Brendan ZabarauskasRejig Int impl macros
2014-11-12 Brendan ZabarauskasMove saturating operator methods into Int
2014-11-12 Brendan ZabarauskasCreate UnsignedInt trait and deprecate free functions
2014-11-12 Brendan ZabarauskasMove abs_sub to FloatMath
2014-11-12 Brendan ZabarauskasDeprecate Signed method wrappers
2014-11-12 Brendan ZabarauskasTake parameters by-value in Signed trait
2014-11-12 borsauto merge of #18860 : aturon/rust/reexports-in-stab...
2014-11-12 borsauto merge of #18854 : thestinger/rust/spawn, r=aturon
2014-11-12 borsauto merge of #18841 : Manishearth/rust/doc-ty, r=alexc...
2014-11-12 ArtemResults aren't panics
2014-11-12 Brian KoropoffAdd regression test for #18883
2014-11-12 borsauto merge of #18833 : slashgrin/rust/patch-1, r=brson
2014-11-12 Brian KoropoffFix inconsistent use of substs in trans_unboxing_shim
2014-11-12 Erick Tryzelaarstd: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer}
2014-11-12 Luqman Adenlibrustc: Respect no-compiler-rt target option for...
2014-11-12 Luqman Adenlibrustc: Allow linkage attribute on any statics, not...
2014-11-11 Aaron TuronUpdate tests for new stability inheritance rules
2014-11-11 Aaron Turonrustc: do not inherit #[stable]
2014-11-11 borsauto merge of #18813 : csherratt/rust/add-encode-decode...
2014-11-11 Barosl LeeFix documentation bug
2014-11-11 Patrick Waltonlibsyntax: Forbid type parameters in field expressions.
2014-11-11 Barosl LeeFix remaining documentation to reflect fail!() -> panic!()
2014-11-11 borsauto merge of #18793 : swgillespie/rust/master, r=alexc...
2014-11-11 Michael Sproultest: Rename files, fail -> panic.
2014-11-11 borsauto merge of #18821 : arielb1/rust/fnv-hash-map, r...
2014-11-11 borsauto merge of #18808 : ebfe/rust/lint-names, r=alexcrichton
2014-11-11 borsauto merge of #18797 : vadimcn/rust/prefer-bundled2...
2014-11-11 Falco HirschenbergerSet exceeding bitshifts lint to deny
2014-11-11 Sean GillespieAdd 'move' keyword to emacs, kate, and vim editor modes.
2014-11-11 borsauto merge of #18789 : cuviper/rust/vim-move, r=alexcri...
2014-11-11 borsauto merge of #18766 : liigo/rust/improve-inner-attr...
2014-11-11 Michael SproulAdd optional messages to the unreachable macro.
2014-11-11 borsauto merge of #18753 : jbcrail/rust/fix-deprecated...
2014-11-11 Liigo Zhuangsyntax: improve message for misused inner attributes
2014-11-10 MurarthAdd regression test for #18566
2014-11-10 Aaron Turonrustdoc: revise method counts in stability summary
2014-11-10 borsauto merge of #18857 : brson/rust/winescapefixes, r...
2014-11-10 Brian Andersonmk: Fix configuration of version commit information
2014-11-10 Daniel Micaynote the intent of reforming task spawning
2014-11-10 Josh Stonevim: move 'move' to rustStorage
2014-11-10 Vitali HaravyAttempt to fix the problem with failing distcheck.
2014-11-10 borsauto merge of #18287 : michaelsproul/rust/triemap-colle...
2014-11-10 Michael SproulImplement collection views API for TrieMap.
2014-11-10 Michael GehringFix 'renamed lint' warnings
2014-11-10 borsauto merge of #18802 : bkoropoff/rust/issue-18769,...
2014-11-10 borsauto merge of #18795 : haberman/rust/master, r=cmr
2014-11-10 Manish GoregaokarDocument ast::Ty_
2014-11-10 borsauto merge of #18792 : sfackler/rust/struct-variants...
2014-11-10 Jeff ParsonsRogue 'panic' -> 'fail' in guide.
2014-11-10 Adam SzkodaFix broken documentation link
2014-11-10 borsauto merge of #18782 : netvl/rust/update-vim-syntax...
next