]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-03-27 Manish GoregaokarRollup merge of #23419 - murarth:lookup-addr, r=alexcri...
2015-03-27 Manish GoregaokarRollup merge of #23738 - alexcrichton:snapshots, r=cmr
2015-03-27 borsAuto merge of #22930 - Gankro:entry_3, r=aturon
2015-03-27 Alexis Beingessnerdefault => or_insert per RFC
2015-03-27 Alexisupdate everything to use Entry defaults
2015-03-27 Alexisentry API v3: replace Entry::get with Entry::default...
2015-03-27 MurarthAdd `std::net::lookup_addr` for reverse DNS lookup
2015-03-26 borsAuto merge of #23359 - erickt:quote, r=pnkfelix
2015-03-26 Alex CrichtonRegister new snapshots
2015-03-26 borsAuto merge of #23680 - erickt:inline, r=cmr
2015-03-26 borsAuto merge of #21237 - erickt:derive-assoc-types, r...
2015-03-26 borsAuto merge of #23711 - alexcrichton:ip-addr, r=aturon
2015-03-26 borsAuto merge of #23691 - richo:dedup-typeorigin-mergable...
2015-03-26 Richo Healeyinfer: Drop pointless format! calls
2015-03-26 Richo Healeyinfer: Refactor Display impl
2015-03-26 Richo Healeyinfer: Move TypeOrigin formatting onto it's enum
2015-03-26 borsAuto merge of #23718 - alexcrichton:flaky-test, r=huonw
2015-03-25 Alex Crichtonstd: Add net::IpAddr, destabilize lookup_host
2015-03-25 Alex Crichtontest: Make a test less flaky
2015-03-25 borsAuto merge of #23695 - sae-bom:mac-android-debuginfo...
2015-03-25 borsAuto merge of #23434 - alexcrichton:misc-stab, r=aturon
2015-03-25 Erick TryzelaarSpeed up reading/writing slices with #[inline]
2015-03-25 borsAuto merge of #23697 - Manishearth:rollup, r=Manishearth
2015-03-25 Manish GoregaokarRollup merge of #23702 - dotdash:match_reass, r=eddyb
2015-03-25 Manish GoregaokarRollup merge of #23693 - semarie:openbsd-pathbuf-new...
2015-03-25 Manish GoregaokarRollup merge of #23692 - yjh0502:fix/simd-overflow...
2015-03-25 Manish GoregaokarRollup merge of #23684 - tamird:ios-fallout, r=alexcrichton
2015-03-25 Björn SteinbrinkAlways properly copy values into bindings when mutating...
2015-03-25 Manish GoregaokarRollup merge of #23664 - bluss:std-docs, r=steveklabnik
2015-03-25 Manish GoregaokarRollup merge of #23617 - steveklabnik:gh23564, r=Manish...
2015-03-25 Sae-bom KimIgnore some tests on aarch64
2015-03-25 Sae-bom Kimmake it use gdb instead of lldb when mac-android cross...
2015-03-25 borsAuto merge of #23670 - cmr:vec-push-slowpath, r=pcwalton
2015-03-25 Sébastien Marieunbreak bitrig/openbsd build after 8389253d
2015-03-25 Jihyun YuFix ICE on SIMD overflow checking
2015-03-25 Tamir Duberstein[iOS] Fallout from 8389253
2015-03-25 borsAuto merge of #23681 - alexcrichton:rollup, r=alexcrichton
2015-03-25 Alex CrichtonTest fixes and rebase conflicts, round 2
2015-03-24 Alex Crichtonrollup merge of #23674: nagisa/fallout-1
2015-03-24 Alex CrichtonTest fixes and rebase conflicts, round 1
2015-03-24 borsAuto merge of #23546 - alexcrichton:hyphens, r=brson
2015-03-24 Simonas KazlauskasFix some fallout in librustdoc
2015-03-24 Alex Crichtonrollup merge of #23671: steveklabnik/doc_std_clone
2015-03-24 Alex Crichtonrollup merge of #23638: pnkfelix/fsk-reject-specialized...
2015-03-24 Alex Crichtonrollup merge of #23546: alexcrichton/hyphens
2015-03-24 Alex Crichtonrustc: Add support for `extern crate foo as bar`
2015-03-24 Alex Crichtonrollup merge of #23668: alexcrichton/io-zero
2015-03-24 Alex Crichtonrollup merge of #23662: steveklabnik/gh23421
2015-03-24 Alex Crichtonrollup merge of #23661: steveklabnik/any_docs
2015-03-24 Alex Crichtonrollup merge of #23659: GBGamer/master
2015-03-24 Alex Crichtonrollup merge of #23646: steveklabnik/doc_file
2015-03-24 Alex Crichtonrollup merge of #23630: nrc/coerce-tidy
2015-03-24 Alex Crichtonrollup merge of #23629: liammonahan/master
2015-03-24 Alex Crichtonrollup merge of #23592: alexcrichton/tweak-at-exit
2015-03-24 Alex Crichtonrollup merge of #23573: steveklabnik/doc_associated_types
2015-03-24 Alex Crichtonrollup merge of #23282: nikomatsakis/fn-trait-inheritance
2015-03-24 Erick Tryzelaarsyntax: Update #[derive(...)] to work with phantom...
2015-03-24 Nick CameronBug fixes
2015-03-24 Felix S. Klock IIUnit tests for Issue 8142, collected into one file.
2015-03-24 Felix S. Klock IIReject specialized Drop impls.
2015-03-24 Felix S. Klock IIAdded `T:Send` bound to `JoinGuard<T>` to avoid special...
2015-03-24 Felix S. Klock IIAdded `T:Send` bound to `Queue<T>` to avoid specialized...
2015-03-24 Felix S. Klock IIAdded `T:Send` bound to `Packet<T>` to avoid specialize...
2015-03-24 Felix S. Klock IIadded `T:Send` bound to `Mutex<T>` to avoid specialized...
2015-03-24 Felix S. Klock IIAdded `W: Writer` bound to `BufferedWriter<W>` to avoid...
2015-03-24 Felix S. Klock IIAdded `T:Send` bound to `Queue<T>` to avoid specialized...
2015-03-24 Felix S. Klock IIAdded `Write` bounds to avoid a specialized Drop impl...
2015-03-24 Felix S. Klock IIAdded `T:Send` bound to `sync::mpsc::Receiver` and...
2015-03-24 Felix S. Klock IIRemove unnecessary bounds from Drop impl for `Arc`...
2015-03-24 Erick Tryzelaartest: silence a warning
2015-03-24 Ulrik Sverdrupcollections: Update docs for slice since SliceExt was...
2015-03-24 Ulrik Sverdrupcore: Update docs for StrExt demotion in libstd
2015-03-24 Ulrik Sverdrupstd: Update docs for removal of ReadExt, WriteExt
2015-03-24 Erick Tryzelaarsyntax: Allow quotes to insert path
2015-03-24 Erick Tryzelaarsyntax: Allow where strings to be parsed independent...
2015-03-24 Erick Tryzelaarsyntax: add {trait_item,impl_item,where_clause}_to_string
2015-03-24 Corey Richardsonlibcollections: move Vec::push slow path out
2015-03-24 Nick CameronChange lint names to plurals
2015-03-24 Nick CameronAdd tests
2015-03-24 Nick CameronRemove the UnusedCasts lint
2015-03-24 Nick CameronMinor refactoring in coercion.rs
2015-03-24 Nick CameronAdd trivial cast lints.
2015-03-24 Steve KlabnikAn example for clone
2015-03-24 Alex Crichtonstd: Zero memory when calling `read_to_end()`
2015-03-24 borsAuto merge of #23654 - alexcrichton:rollup, r=alexcrichton
2015-03-24 Alex CrichtonTest fixes and rebase conflicts, round 4
2015-03-24 Steve Klabnikcorrect reference wrt shifts
2015-03-24 Steve KlabnikClean up Any's title line
2015-03-24 Steve KlabnikAdd basic information about associated types
2015-03-24 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-03-24 Steve KlabnikAdd Examples for File
2015-03-24 Nicholas MazzucaAdd the other S_I(RWX)(GRP/OTH) for posix `creat`
2015-03-24 Alex CrichtonTest fixes and rebase conflicts, round 3
2015-03-24 Liam MonahanImprove the wording of the example section description...
2015-03-24 Alex Crichtonrollup merge of #23653: dhuseby/bitrig-stage0-c64d671
2015-03-24 Alex Crichtonrollup merge of #23652: alexcrichton/stabilize-hasher...
2015-03-24 Alex Crichtonrollup merge of #23645: steveklabnik/gh23642
2015-03-24 Alex Crichtonrollup merge of #23644: mbrubeck/doc-edit
2015-03-24 Alex Crichtonrollup merge of #23509: aturon/stab-entry
2015-03-24 Alex CrichtonTest fixes and rebase conflicts, round 2
next