]> git.lizzy.rs Git - rust.git/history - src
Make os::change_dir() return IoResult<()>
[rust.git] / src /
2014-11-18 Barosl LeeMake os::change_dir() return IoResult<()>
2014-11-18 Barosl LeeMake os::getcwd() return IoResult<Path>
2014-11-18 borsauto merge of #19060 : Gankro/rust/super-cloned, r...
2014-11-18 borsauto merge of #19070 : nikomatsakis/rust/crates, r...
2014-11-18 borsauto merge of #19031 : nodakai/rust/libcore-pow-and...
2014-11-18 Alexis Beingessneradd Cloned iterator adaptor
2014-11-18 Alexis Beingessnermake cloned generic over deref... and have its tests...
2014-11-18 Niko MatsakisMove trans, back, driver, and back into a new crate...
2014-11-18 borsauto merge of #18645 : nick29581/rust/coercions-1,...
2014-11-18 borsauto merge of #18885 : thestinger/rust/writer, r=aturon
2014-11-18 Nick CameronWindows and OS X fallout
2014-11-18 Daniel Micayimplement Writer for Vec<u8>
2014-11-18 borsauto merge of #19050 : japaric/rust/moar-dst, r=aturon
2014-11-18 NODA, Kailibcore: add num::Int::pow() and deprecate num::pow().
2014-11-18 borsauto merge of #19049 : jakub-/rust/roll-up, r=alexcrichton
2014-11-18 Jakub BukajFix compilation and tests after the roll-up
2014-11-17 Jorge Apariciolibrustc: DSTify `ClassList`, `LlvmRepr` and `Repr`
2014-11-17 Jakub Bukajrollup merge of #19045: jmesmon/jemalloc-flags-2
2014-11-17 Jakub Bukajrollup merge of #19041: japaric/clone
2014-11-17 Jakub Bukajrollup merge of #19038: jayelm/fixed-typos
2014-11-17 Jakub Bukajrollup merge of #19029: vberger/stability_function_body
2014-11-17 Jakub Bukajrollup merge of #19026: alfie/doc-fixes
2014-11-17 Jakub Bukajrollup merge of #19020: Gankro/better-warn
2014-11-17 Jakub Bukajrollup merge of #19018: tomjakubowski/fix-issue-19003
2014-11-17 Jakub Bukajrollup merge of #19016: gkoz/use_util_copy
2014-11-17 Jakub Bukajrollup merge of #19015: alex/libcore-typos
2014-11-17 Jakub Bukajrollup merge of #19013: jakub-/issue-18986
2014-11-17 Jakub Bukajrollup merge of #19008: alex/collections-typos
2014-11-17 Jakub Bukajrollup merge of #19000: IvanUkhov/doc-link-dylib
2014-11-17 Jakub Bukajrollup merge of #18951: tbu-/pr_array_cloneshow
2014-11-17 Jakub Bukajrollup merge of #18921: oli-obk/refactoring/graphviz...
2014-11-17 Jakub Bukajrollup merge of #18911: canndrew/slice_shift_char
2014-11-17 Jakub Bukajrollup merge of #18910: aturon/borrow-traits
2014-11-17 Jakub Bukajrollup merge of #18890: luqmana/tf
2014-11-17 Nick CameronRegression test
2014-11-17 Nick CameronDisallow coercions from [T, ..n] to &[T]or *[T]
2014-11-17 Jakub BukajFix an ICE when using struct patterns with traits
2014-11-17 Jorge Apariciolibsyntax: DSTify `ToSource` and `ToSourceWithHygiene`
2014-11-17 borsauto merge of #18694 : nikomatsakis/rust/issue-18208...
2014-11-17 Niko MatsakisFix merge conflicts from making enum variants namespaced.
2014-11-17 Luqman Adenlibrustc: Whitelist linkage attribute for unused attrib...
2014-11-17 Luqman AdenAdd tests.
2014-11-17 Jorge Apariciolibtest: DSTify `Stats`
2014-11-17 jmu303Fix several typos in comments
2014-11-17 Jorge AparicioDSTify `impl Clone for &T`
2014-11-17 Aaron TuronRemove bogus Duration::span test
2014-11-17 Aaron TuronFurther DSTify Index traits
2014-11-17 Aaron Turonlibcollections: generalize BTree* to use BorrowFrom
2014-11-17 Aaron TuronFallout from deprecation
2014-11-17 Aaron Turonlibstd: Deprecate _equiv methods
2014-11-17 Aaron Turonlibcollections: use BorrowFrom in TreeSet, Map
2014-11-17 Aaron Turonlibcore: add borrow module
2014-11-17 Niko MatsakisUse the quick reject mechanism during trait matching...
2014-11-17 Niko MatsakisPort a simplified versions of pcwalton's "quick reject...
2014-11-17 Niko MatsakisCorrect indentation
2014-11-17 Niko MatsakisCorrect long line
2014-11-17 Niko MatsakisSubstitute type/lifetimeInstatiate method type/early...
2014-11-17 Niko MatsakisRewrite method resolution to be cleaner, more correct...
2014-11-17 borsauto merge of #18973 : sfackler/rust/enum-namespace...
2014-11-17 Gleb KozyrevReturn proper errors with update_err
2014-11-17 Gleb KozyrevRemove duplicate code by using util::copy()
2014-11-17 Victor BergerDon't inherit stability to items in a function body.
2014-11-17 Ivan UkhovBring back the dylib kind of the link attribute
2014-11-17 Steven FacklerSwitch to purely namespaced enums
2014-11-17 borsauto merge of #19007 : huonw/rust/more-marker-impls...
2014-11-17 oli-obklibgraphviz: Id::new returns Result<Id, ()> instead...
2014-11-17 borsauto merge of #19027 : nick29581/rust/coercions-4,...
2014-11-17 Nick CameronFix fallout from coercion removal
2014-11-17 Andrew Cannchange return type of slice_shift_char
2014-11-17 borsauto merge of #18914 : Gankro/rust/cloned, r=aturon
2014-11-17 Alexis Beingessnerslightly better deprecation message for fn syntax
2014-11-17 Alfie Johndoc: extend a893397 to make whole document consistent
2014-11-17 Tom JakubowskiDisallow parsing of struct variants with 0 fields
2014-11-17 borsauto merge of #18927 : areski/rust/pr-improve-option...
2014-11-17 Alex GaynorFixed a few typos in libcore
2014-11-16 borsauto merge of #18747 : csherratt/rust/ringbuf-remove...
2014-11-16 Huon WilsonImplement more basic traits for the marker types.
2014-11-16 borsauto merge of #18995 : alfie/rust/comment-docs, r=aturon
2014-11-16 borsauto merge of #18994 : sfackler/rust/struct-variants...
2014-11-16 Alex GaynorFixed several typos in libcollections
2014-11-16 Alexis Beingessnerfallout from deprecating find_copy and get_copy
2014-11-16 Alexis BeingessnerDeprecate hashmap's find_copy and get_copy in favour...
2014-11-16 Alexis Beingessnerimplement cloned for Option
2014-11-16 borsauto merge of #18752 : jakub-/rust/remove-unit, r=eddyb
2014-11-16 Jakub BukajUpdate the reference
2014-11-16 Jakub BukajUpdate tests accordingly
2014-11-16 Jakub BukajComplete the removal of ty_nil, ast::LitNil, ast::TyBot...
2014-11-16 Niko MatsakisTry to remove ty_nil, some kind of error in exhaustiven...
2014-11-16 borsauto merge of #18978 : jakub-/rust/roll-up, r=cmr
2014-11-16 Jakub BukajFix doctests
2014-11-16 Jakub BukajFix warnings
2014-11-16 Jakub Bukajrollup merge of #18990: alfie/master
2014-11-16 Jakub Bukajrollup merge of #18989: alex/fix-typos
2014-11-16 Jakub Bukajrollup merge of #18985: alexcrichton/issue-18900
2014-11-16 Jakub Bukajrollup merge of #18979: inrustwetrust/codegen-options...
2014-11-16 Jakub Bukajrollup merge of #18976: bjz/rfc369-numerics
2014-11-16 Jakub Bukajrollup merge of #18970: aturon/fixup-stable
2014-11-16 Jakub Bukajrollup merge of #18965: cmr/master
2014-11-16 Jakub Bukajrollup merge of #18964: coyotebush/rustdoc-print
2014-11-16 Jakub Bukajrollup merge of #18960: stepancheg/cell-default
next