]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-12-22 Alex Crichtonrollup merge of #20075: skade/remove-notrust
2014-12-22 Alex Crichtonrollup merge of #20053: csouth3/misc-stab
2014-12-22 Alex Crichtonrollup merge of #20033: alexcrichton/deprecate-serialise
2014-12-22 Alex Crichtonrollup merge of #19741: alexcrichton/stabilize-str
2014-12-22 Alex Crichtonrollup merge of #19216: Gankro/bitv
2014-12-22 Alexis BeingessnerMake bitv's APIs match RFC + fixup
2014-12-22 Alex Crichtonserialize: Fully deprecate the library
2014-12-22 Alex CrichtonFallout of std::str stabilization
2014-12-22 Chase SouthwoodMisc Stabilization for collections
2014-12-22 Alex Crichtonstd: Stabilize the std::str module
2014-12-22 borsauto merge of #20104 : alexcrichton/rust/rollup, r...
2014-12-21 Alex CrichtonTest fixes and rebase conflicts
2014-12-21 Alex Crichtonrollup merge of #19972: alexcrichton/snapshots
2014-12-21 Alex Crichtonrollup merge of #20100: alexcrichton/issue-20091
2014-12-21 Alex Crichtonrollup merge of #20090: FlaPer87/snapshot
2014-12-21 Alex Crichtonstd: Don't parse argv as a String
2014-12-21 Alex Crichtonrollup merge of #20086: shepmaster/random-typo
2014-12-21 Flavio PercocoCreate a snapshot for 8443b09
2014-12-21 Alex Crichtonrollup merge of #20081: tomjakubowski/issue-19646
2014-12-21 Alex Crichtonrollup merge of #20080: seanmonstar/new-show-syntax
2014-12-21 Alex Crichtonrollup merge of #20079: SimonSapin/string_push_ascii_fa...
2014-12-21 Alex Crichtonrollup merge of #20077: shepmaster/stdin-typo
2014-12-21 Alex Crichtonrollup merge of #20070: aturon/stab-2-clone
2014-12-21 Alex Crichtonrollup merge of #20069: jarod/bitflags
2014-12-21 Alex Crichtonrollup merge of #20066: aturon/stab-2-cell
2014-12-21 Alex Crichtonrollup merge of #20062: aturon/stab-2-ints
2014-12-21 Alex Crichtonrollup merge of #20059: nick29581/self-impl
2014-12-21 Alex Crichtonrollup merge of #20057: nick29581/array-syntax
2014-12-21 Alex Crichtonrollup merge of #20054: bheesham/nomet
2014-12-21 Alex Crichtonrollup merge of #20052: barosl/deref-for-box
2014-12-21 Alex Crichtonrollup merge of #20044: csouth3/vec-resize
2014-12-21 Alex Crichtonrollup merge of #20039: barosl/if-let-friendly-error
2014-12-21 Alex Crichtonrollup merge of #20029: vhbit/ios-no-rt
2014-12-21 Alex Crichtonrollup merge of #20027: michaelwoerister/for-loop-var
2014-12-21 Alex Crichtonrollup merge of #20014: kballard/unsized-marker-type...
2014-12-21 Alex Crichtonrollup merge of #20006: alexcrichton/no-more-empty...
2014-12-21 Alex Crichtonrollup merge of #19996: th0114nd/boolean-inden
2014-12-21 Alex Crichtonrollup merge of #19994: bluss/doc-ownership
2014-12-21 Alex Crichtonrollup merge of #19993: bluss/setalgebraitems
2014-12-21 Alex Crichtonrollup merge of #19989: th0114nd/quotes-around-as
2014-12-21 Alex Crichtonrollup merge of #19983: Munksgaard/fix-19981
2014-12-21 Alex Crichtonrollup merge of #19980: erickt/cleanup-serialize
2014-12-21 Alex Crichtonrollup merge of #19979: Munksgaard/19978
2014-12-21 Alex Crichtonrollup merge of #19977: pnkfelix/add-test-for-issue...
2014-12-21 Alex Crichtonrollup merge of #19974: vhbit/json-unicode-literals
2014-12-21 Alex Crichtonrollup merge of #19973: vhbit/ios-no-copy
2014-12-21 Alex Crichtonrollup merge of #19969: aturon/inherit-trait-stab
2014-12-21 Alex Crichtonrollup merge of #19967: apasel422/binary_heap
2014-12-21 Alex Crichtonrollup merge of #19966: steveklabnik/remove_l10n
2014-12-21 Alex Crichtonrollup merge of #19965: japaric/remove-wrong-add
2014-12-21 Alex Crichtonrollup merge of #19961: alexcrichton/second-pass-result
2014-12-21 Alex Crichtonrollup merge of #19957: tshepang/patch-1
2014-12-21 Alex Crichtonrollup merge of #19944: steveklabnik/doc_sync_arc
2014-12-21 Alex Crichtonrollup merge of #19932: elszben/master
2014-12-21 Alex Crichtonrollup merge of #19926: eddyb/less-sty
2014-12-21 Alex Crichtonrollup merge of #19898: Aatch/issue-19684
2014-12-21 Alex Crichtonrollup merge of #19842: frewsxcv/rm-reexports
2014-12-21 Alex Crichtonrollup merge of #19838: shepmaster/invariant-lifetime...
2014-12-21 Corey FarwellRemove a ton of public reexports
2014-12-21 Alex Crichtonrollup merge of #19823: iKevinY/doc-fixes
2014-12-21 Alex Crichtonrollup merge of #19727: lfairy/patch-1
2014-12-21 Alex Crichtonrollup merge of #19651: Gankro/ptr-docs
2014-12-21 borsauto merge of #19961 : alexcrichton/rust/second-pass...
2014-12-21 Florian GilcherFully remove `notrust` markers from rustdoc
2014-12-21 borsauto merge of #19953 : sanxiyn/rust/privacy-span, r...
2014-12-21 borsauto merge of #19946 : cgaebel/rust/hashmap-drain-iter...
2014-12-20 Jake GouldingFix small typos in std::rand documentation
2014-12-20 borsauto merge of #19903 : cgaebel/rust/ringbuf-as-slice...
2014-12-20 Tom JakubowskiVisit + encode stability for foreign items
2014-12-20 Simon SapinMerge String::push_with_ascii_fast_path into String...
2014-12-20 Simon SapinAdd String::push_with_ascii_fast_path, bench it against...
2014-12-20 Tom Jakubowskimetadata: Encode attrs for foreign items.
2014-12-20 borsauto merge of #20073 : nikomatsakis/rust/generalized...
2014-12-20 Jake GouldingCorrect typo in doc for StdinReaderGuard
2014-12-20 Tobias BucherChange `Extend` and `FromIterator` functionality of...
2014-12-20 Tobias BucherAdd a new invariant to `Bitv`
2014-12-20 Josh Stonebitv: Fix all() for nbits that are multiples of u32...
2014-12-20 Josh Stonebitv: correct build failures
2014-12-20 Alexis BeingessnerConventions and cleanup for Bitv and BitvSet
2014-12-20 borsauto merge of #19900 : alexcrichton/rust/compiler-flags...
2014-12-20 Niko Matsakispatch up pretty-printing test
2014-12-20 Jared RoeschAdd support for multiple region bounds in where clauses
2014-12-20 Jared RoeschAdd parser support for generalized where clauses
2014-12-20 Aaron TuronStabilize clone
2014-12-20 Sean McArthuradd {:?} fmt syntax
2014-12-20 Nick CameronAllow `Self` in impls.
2014-12-20 borsauto merge of #19511 : eddyb/rust/no-shadow, r=alexcrichton
2014-12-20 Jarod Liuuse binary literals to better reflect "bitflags"
2014-12-20 Aaron TuronStabilize cell
2014-12-20 Aaron TuronStabilize integer modules
2014-12-20 borsauto merge of #19995 : eddyb/rust/split-resolve, r...
2014-12-20 Eduard BurtescuFix fallout of removing import_shadowing in tests.
2014-12-20 Eduard BurtescuFix more import_shadowing fallout in collections.
2014-12-20 Eduard BurtescuFix the fallout of removing feature(import_shadowing).
2014-12-20 Eduard Burtescurustc_resolve: move export recording into its own module.
2014-12-20 Eduard Burtescurustc_resolve: move unused import checking into its...
2014-12-20 Eduard BurtescuSplit resolve from rustc::middle into rustc_resolve.
2014-12-20 Eduard Burtescurustc: middle: move some types from resolve to privacy.
2014-12-20 Eduard Burtescurustc: middle: move TraitItemKind from resolve to def.
2014-12-20 Eduard Burtescurustc: middle: move Export and ExportMap from resolve...
next