]> git.lizzy.rs Git - rust.git/history - src
Test fixes and rebase conflicts
[rust.git] / src /
2014-11-06 Alex CrichtonTest fixes and rebase conflicts
2014-11-06 Alex Crichtonrollup merge of #18625 : alexcrichton/no-more-rlibc
2014-11-06 Alex Crichtonrollup merge of #18691 : subhashb/add_clone_trait_to_fi...
2014-11-06 Alex Crichtonrollup merge of #18654 : michaelwoerister/lldb-test...
2014-11-06 Alex Crichtonrollup merge of #18708 : qwitwa/master
2014-11-06 Alex Crichtonrollup merge of #18707 : japaric/moar-dst
2014-11-06 Alex Crichtonrollup merge of #18705 : fabricedesre/patch-1
2014-11-06 Alex Crichtonrollup merge of #18696 : tshakah/patch-1
2014-11-06 Alex Crichtonrollup merge of #18695 : steveklabnik/gh17023
2014-11-06 Alex Crichtonrollup merge of #18684 : nathan7/patch-1
2014-11-06 Alex Crichtonrollup merge of #18683 : thestinger/typo
2014-11-06 Alex Crichtonrollup merge of #18679 : brson/lint-trait
2014-11-06 Alex CrichtonRemove rlibc from the distribution
2014-11-06 Alex Crichtonrollup merge of #18665 : scribu/patch-1
2014-11-06 Alex Crichtonrollup merge of #18664 : klutzy/getrandom
2014-11-06 Alex Crichtonrollup merge of #18656 : thiagopnts/rename-deprecated...
2014-11-06 Alex Crichtonrollup merge of #18647 : jbcrail/rename-dragonfly
2014-11-06 Alex Crichtonrollup merge of #18644 : luqmana/pefc
2014-11-06 Alex Crichtonrollup merge of #18636 : luqmana/armf
2014-11-06 Alex Crichtonrollup merge of #18633 : huonw/target-spec-spelling
2014-11-06 Alex Crichtonrollup merge of #18630 : nikomatsakis/purge-the-bars
2014-11-06 Alex Crichtonrollup merge of #18628 : aturon/fixup-error-comment
2014-11-06 Alex Crichtonrollup merge of #18615 : huonw/simd
2014-11-06 Alex Crichtonrollup merge of #18591 : nick29581/dst-bug-str
2014-11-06 Alex Crichtonrollup merge of #18555 : jakub-/e-needstest
2014-11-06 Alex Crichtonrollup merge of #18373 : steveklabnik/gh18288
2014-11-06 Alex Crichtonrollup merge of #18605 : Gankro/collect-fruit
2014-11-06 qwitwa14.3 - helpfully implied code sample is broken
2014-11-06 Jorge AparicioAdd tests
2014-11-06 Jorge AparicioImplement Default for Box<[T]>
2014-11-06 Jorge AparicioDTSify libserialize traits
2014-11-06 Steve Klabniklink to raw string docs in libregex docs
2014-11-06 Fabrice DesréFix a couple of build warnings
2014-11-06 Alexis BeingessnerFallout from collection conventions
2014-11-06 Alexis BeingessnerImplement low-hanging fruit of collection conventions
2014-11-06 borsauto merge of #18559 : aturon/rust/prelude_cleanup...
2014-11-06 Aaron TuronPrelude: rename and consolidate extension traits
2014-11-06 tshakahUpdate guide.md
2014-11-06 Steve Klabnikexpand description of the link attribute
2014-11-06 borsauto merge of #18608 : alexcrichton/rust/lint-some...
2014-11-06 Subhash BhushanMake Filetype Clonable
2014-11-06 klutzystd::rand::OsRng: Use `getrandom` syscall on Linux
2014-11-06 Niko MatsakisRemove the unboxed closure `|:|` notation from types...
2014-11-06 Niko MatsakisSupport parenthesized paths `Foo(A,B) -> C` that expand...
2014-11-06 Niko MatsakisRestructure parsing of paths, which is quite tortured
2014-11-06 borsauto merge of #18467 : japaric/rust/eq, r=alexcrichton
2014-11-06 Nathan ZadoksMake x86_64-unknown-linux-gnu.json true to its name
2014-11-06 Daniel Micayfix typo in librustc target spec
2014-11-06 borsauto merge of #18388 : nikomatsakis/rust/fn-trait-hiera...
2014-11-06 Niko MatsakisCorrect tests that were supposed to fail but now pass...
2014-11-06 Niko MatsakisPartial fix for #17901: Be less conservative around...
2014-11-06 Niko MatsakisReverse order of lookup
2014-11-06 Niko MatsakisAdd blanket impls to allow the various `Fn` traits...
2014-11-06 Brian Andersonrustc: Add some more checks to the stability lint
2014-11-06 Jorge AparicioFix tests
2014-11-06 Jorge AparicioAdd test for the first half of issue #15689
2014-11-06 Jorge AparicioDSTify Box<T> implementation of PartialEq, PartialOrd...
2014-11-06 Jorge AparicioFix fallout of DSTifying PartialEq, PartialOrd, Eq...
2014-11-06 Jorge AparicioDSTify PartialEq, PartialOrd, Eq, Ord
2014-11-06 Jorge AparicioFix fallout of changing the expansion of `#[deriving...
2014-11-06 Jorge AparicioUse operator sugar in the expansion of `#[deriving...
2014-11-05 borsauto merge of #18486 : nikomatsakis/rust/operator-dispa...
2014-11-05 Cristi BurcăFix example in HashMap::new() docs
2014-11-05 borsauto merge of #18462 : netvl/rust/to-socket-addr, r...
2014-11-05 Michael Woeristerdebuginfo: Add a timeout for LLDB tests.
2014-11-05 Niko MatsakisBetter debug printouts
2014-11-05 Niko MatsakisRemove incorrect doc annotation, mark experimental...
2014-11-05 Niko MatsakisUpdate the guide examples and try not to leave user...
2014-11-05 Niko MatsakisImplement new operator dispatch semantics.
2014-11-05 Vladimir MatveevFixed not compiling code in docstring
2014-11-05 Joseph CrailAdd missing dragonfly module.
2014-11-05 Joseph CrailRename misspelled module reference.
2014-11-05 Niko MatsakisAdd impls of the comparison operators for fixed-length...
2014-11-05 Niko MatsakisRepair various cases where values of distinct types...
2014-11-05 thiagopntsrename deprecated non_uppercase_statics to non_upper_ca...
2014-11-05 Michael Woeristerdebuginfo: Add timeout before running executable in...
2014-11-05 borsauto merge of #18646 : eddyb/rust/snapshots, r=alexcrichton
2014-11-05 Eduard BurtescuRegister snapshots.
2014-11-05 borsauto merge of #18546 : bkoropoff/rust/unboxed-closures...
2014-11-05 Vladimir MatveevAdded more documentation on ToSocketAddr trait
2014-11-05 Vladimir MatveevFixed tidy errors
2014-11-05 Vladimir MatveevFixed other tests to pass make check
2014-11-05 Vladimir MatveevMigrated io::net::udp over to ToSocketAddr
2014-11-05 Vladimir MatveevSwitched io::net::tcp to use ToSocketAddr
2014-11-05 Vladimir MatveevAdded ToSocketAddr trait
2014-11-05 borsauto merge of #18592 : alexcrichton/rust/dylib-harder...
2014-11-05 Nick CameronTest
2014-11-05 Nick CameronMake trans::adt know that some structs are unsized
2014-11-05 Luqman Adenlibrustc: Call return_type only for functions.
2014-11-05 borsauto merge of #18504 : pcwalton/rust/small-escapes...
2014-11-04 Luqman Adenlibrustc_back: Fix triple for linux armhf.
2014-11-04 Patrick Waltonlibsyntax: Forbid escapes in the inclusive range `...
2014-11-04 Huon Wilsontest: correct spelling error & inverted match.
2014-11-04 borsauto merge of #18338 : chastell/rust/guide_pointer_fixe...
2014-11-04 Aaron Turonstd::error: fix stray doc comment
2014-11-04 borsauto merge of #18528 : seanjensengrey/rust/doc-18498...
2014-11-04 Piotr SzotkowskiGuide: drop line-number cruft from elided error examples
2014-11-04 Piotr SzotkowskiGuide: minor clarifications for the Pointers part
2014-11-04 borsauto merge of #18497 : gamazeps/rust/enumsmatch, r...
2014-11-04 Alex Crichtonrustc: Support stability attributes on crates
next