]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2015-01-06 Alex Crichtonrollup merge of #20594: nikomatsakis/orphan-ordered
2015-01-06 Alex Crichtonrollup merge of #20584: brson/versioning
2015-01-06 Alex Crichtonrollup merge of #20583: csouth3/vim-syntax
2015-01-06 Alex Crichtonrollup merge of #20581: apasel422/extend
2015-01-06 Alex Crichtonrollup merge of #20568: huonw/ungate-AT-globs
2015-01-06 Alex Crichtonrollup merge of #20566: zsiciarz/fix-stdext-docs
2015-01-06 Alex Crichtonrollup merge of #20565: alexcrichton/missing-stability
2015-01-06 Alex Crichtonrollup merge of #20564: bombless/patch-3
2015-01-06 Alex Crichtonrollup merge of #20560: aturon/stab-2-iter-ops-slice
2015-01-06 Alex Crichtonrollup merge of #20554: huonw/mut-pattern
2015-01-06 Alex Crichtonrollup merge of #20548: tshepang/fix-ping-pong-benchmark
2015-01-06 Alex Crichtonrollup merge of #20538: EchoAce/issue-20529
2015-01-06 Alex Crichtonrollup merge of #20519: ville-h/rwlock-rename
2015-01-06 Alex Crichtonrollup merge of #20518: nagisa/weighted-bool
2015-01-06 Alex Crichtonrollup merge of #20517: nikomatsakis/safety-issue-19997
2015-01-06 Alex Crichtonrollup merge of #20511: csouth3/derive-lint
2015-01-06 Alex Crichtonrollup merge of #20507: alexcrichton/issue-20444
2015-01-06 Alex Crichtonrollup merge of #20488: ltratt/nondeterministic_tempdir
2015-01-06 Alex Crichtonrollup merge of #20483: nagisa/rng-copy
2015-01-06 Alex Crichtonrollup merge of #20478: SeanTAllen/master
2015-01-06 Alex Crichtonrollup merge of #20472: mneumann/llvm-dragonfly
2015-01-06 Alex Crichtonrollup merge of #20465: nikomatsakis/assoc-types-region...
2015-01-06 Alex Crichtonrollup merge of #20434: steveklabnik/five_eye
2015-01-06 Alex Crichtonrollup merge of #20424: jroesch/tuple-struct-where...
2015-01-06 Alex Crichtonrollup merge of #20258: sanxiyn/show-span-2
2015-01-06 Alex Crichtonrollup merge of #20197: pczarn/ring_buf-collections...
2015-01-06 Alex Crichtonrollup merge of #20099: P1start/parse-more-macro-ops
2015-01-06 Alex Crichtonrollup merge of #20092: barosl/rustdoc-line-number...
2015-01-06 Alex Crichtonrollup merge of #19998: th0114nd/unicode-bottom
2015-01-06 Alex Crichtonrollup merge of #19888: steveklabnik/gh19861
2015-01-06 Alex Crichtonrollup merge of #19736: steveklabnik/gh19662
2015-01-06 Alex Crichtonrollup merge of #19235: bjz/reference
2015-01-05 borsauto merge of #20578 : japaric/rust/no-more-bc, r=nmatsakis
2015-01-05 Steve KlabnikRemove i suffix in docs
2015-01-05 Aaron TuronStabilization of impls and fallout from stabilization
2015-01-05 Jorge Aparicioremove more stage0 stuff
2015-01-05 Jorge Apariciounignore and fix doctests in guide and reference
2015-01-05 Jorge Apariciofix tests
2015-01-05 Jorge Aparicioreplace `f.call_mut(a, b, ..)` with `f(a, b, ..)`
2015-01-05 Niko MatsakisCorrectly "detuple" arguments when creating trait objec...
2015-01-05 Niko MatsakisFix ICE caused by forgotten bcx
2015-01-05 Jorge Aparicioaddress Niko's comments
2015-01-05 Jorge Aparicioignore boxed closure doctests in the guide/reference
2015-01-05 Jorge Apariciofix benchmarks
2015-01-05 Jorge Apariciofix debuginfo tests
2015-01-05 Jorge Apariciofix pretty tests
2015-01-05 Jorge Apariciofix run-make test
2015-01-05 Jorge Apariciofix cfail tests
2015-01-05 Jorge Apariciofix rpass tests
2015-01-05 Jorge Apariciotypeck: remove dead code
2015-01-05 Jorge Apariciotrans: remove dead code
2015-01-05 Jorge Apariciorustc: remove dead code
2015-01-05 Jorge Apariciosyntax: remove dead code
2015-01-05 Jorge Apariciotypeck: there are only unboxed closures now
2015-01-05 Jorge Apariciosyntax: make the closure type `f: |uint| -> bool` synta...
2015-01-05 Jorge Apariciotrans: remove Closure
2015-01-05 Jorge Aparicioremove mk_closure
2015-01-05 Jorge Aparicioremove AdjustAddEnv
2015-01-05 Jorge Aparicioremove TyClosure
2015-01-05 Jorge Aparicioremove ty_closure
2015-01-05 Jorge Apariciocoretest: remove/ignore tests
2015-01-05 Jorge Apariciocompiletest: remove boxed closures
2015-01-05 Jorge Apariciodriver: remove unboxed closures
2015-01-05 Jorge Apariciotrans: remove remaining boxed closures
2015-01-05 Jorge Apariciotypeck: remove remaining boxed closures
2015-01-05 Jorge Apariciorustc: remove remaining boxed closures
2015-01-05 Jorge AparicioEncodeInlinedItem: convert to "unboxed" closures
2015-01-05 Jorge AparicioDecodeInlinedItem: convert to "unboxed" closures
2015-01-05 Jorge Aparicioconv_did: convert to "unboxed" closure
2015-01-05 Jorge Apariciosyntax: remove remaining boxed closures
2015-01-05 Jorge Apariciostd: remove remaining boxed closures
2015-01-05 Jorge Aparicioregister snapshot
2015-01-05 Niko MatsakisImplement new orphan rule that requires that impls...
2015-01-05 Aaron TuronStabilize collection modules
2015-01-05 Aaron TuronFinal alpha stabilization of std::slice
2015-01-05 Aaron TuronStabilize core::ops
2015-01-05 Aaron TuronFinal alpha stabilization of core::iter
2015-01-05 FakeKaneremoving whitespace
2015-01-05 FakeKaneexamples added for element access
2015-01-05 borsauto merge of #20572 : nikomatsakis/rust/assoc-supertra...
2015-01-05 Alex Crichtonstd: Move Atomic{Int,Uint} back to unstable
2015-01-05 Brian AndersonTypo
2015-01-05 Brian Anderson0.13.0 -> 1.0.0
2015-01-05 Brian AndersonPut version number in beta channel artifacts
2015-01-05 Chase SouthwoodUpdate reexports in vim syntax file
2015-01-05 Michael NeumannEnsure that LLVM is rebuilt with recent changes
2015-01-05 Michael NeumannSegmented stack support for DragonFly
2015-01-05 Steve KlabnikAdd lifetime elision information to the ownership guide.
2015-01-05 Andrew Paseltinerremove unnecessary `Default` bound from `Hash{Map,Set...
2015-01-05 Niko MatsakisAdd a test for issue #18865. Fixes #18865.
2015-01-05 Niko MatsakisDon't ICE just because an impl is missing an associated...
2015-01-05 Alex Crichtonstd: Redesign c_str and c_vec
2015-01-05 FakeKanereverting other changes
2015-01-05 Niko MatsakisTreat associated types the same as type parameters...
2015-01-05 borsauto merge of #20514 : alexcrichton/rust/serialize...
2015-01-05 Piotr CzarneckiImplement a few methods for RingBuf
2015-01-05 Niko MatsakisImprove test to include a projection, per @huonw's...
2015-01-05 Niko MatsakisMake supertrait references work in object types too.
2015-01-05 Niko MatsakisMinor code formatting cleanups.
2015-01-05 Niko MatsakisPermit bindings of (and references to) associated types...
next