]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 borsAuto merge of #23670 - cmr:vec-push-slowpath, r=pcwalton
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 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 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 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
2015-03-23 Niko MatsakisFallout from changing fn traits to use inheritance...
2015-03-23 Dave Husebyadding lastest Bitrig snapshot by hand
2015-03-23 Matt BrubeckUpdate docs for ptr module.
2015-03-23 Aaron TuronStabilize Entry types
2015-03-23 borsAuto merge of #23536 - pnkfelix:arith-oflo-shifts,...
2015-03-23 Alex Crichtonrollup merge of #23506: alexcrichton/remove-some-deprec...
2015-03-23 Alex Crichtonrollup merge of #23503: alexcrichton/fix-ptr-docs
2015-03-23 Alex Crichtonrollup merge of #23484: alexcrichton/marker-trait-stable
2015-03-23 Alex CrichtonTest fixes and rebase conflicts, round 1
2015-03-23 Alex Crichtonrollup merge of #23383: alexcrichton/fs-create-dir-all
2015-03-23 Alex Crichtonrollup merge of #23598: brson/gate
2015-03-23 Alex Crichtonrollup merge of #23650: brson/32-bit-userspace
2015-03-23 Alex Crichtonrollup merge of #23648: steveklabnik/rollup
2015-03-23 Alex Crichtonrollup merge of #23641: steveklabnik/gh23632
2015-03-23 Alex Crichtonrollup merge of #23640: nagisa/thread-less-weak
2015-03-23 Alex Crichtonrollup merge of #23639: steveklabnik/gh21305
2015-03-23 Alex Crichtonrollup merge of #23637: apasel422/iter
2015-03-23 Alex Crichtonrollup merge of #23634: WiSaGaN/bugfix/fix_dead_link
2015-03-23 Alex Crichtonrollup merge of #23633: tomjakubowski/rustdoc-array...
2015-03-23 Alex Crichtonrollup merge of #23631: andersk/minstack-dlsym
2015-03-23 Alex Crichtonrollup merge of #23622: steveklabnik/gh23196
2015-03-23 Alex Crichtonrollup merge of #23619: steveklabnik/gh23220
2015-03-23 Alex Crichtonrollup merge of #23618: steveklabnik/gh23571
2015-03-23 Alex Crichtonrollup merge of #23615: steveklabnik/gh23540
2015-03-23 Alex Crichtonrollup merge of #23612: dotdash/closure_bloat
2015-03-23 Alex Crichtonrollup merge of #23608: nagisa/refine-cursor-docstring
2015-03-23 Alex Crichtonrollup merge of #23607: mahkoh/cursor
2015-03-23 Alex Crichtonrollup merge of #23604: apasel422/btree
2015-03-23 Alex Crichtonrollup merge of #23601: nikomatsakis/by-value-index
2015-03-23 Alex Crichtonrollup merge of #23590: FuGangqiang/attr
2015-03-23 Alex Crichtonrollup merge of #23580: nikomatsakis/pattern-and-overflow
2015-03-23 Alex Crichtonrollup merge of #23579: Ms2ger/thread_local-unsafe
2015-03-23 Alex Crichtonrollup merge of #23561: steveklabnik/gh23422
2015-03-23 Alex Crichtonrollup merge of #23557: aturon/rfc-909
2015-03-23 Alex Crichtonrollup merge of #23541: aturon/stab-error
2015-03-23 Alex Crichtonrollup merge of #23538: aturon/conversion
2015-03-23 Alex Crichtonrollup merge of #23536: pnkfelix/arith-oflo-shifts
2015-03-23 Alex Crichtonrollup merge of #23517: vhbit/ext-socket-options
next