]> git.lizzy.rs Git - rust.git/history - src
rollup merge of #20518: nagisa/weighted-bool
[rust.git] / src /
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 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 borsauto merge of #20572 : nikomatsakis/rust/assoc-supertra...
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 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 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...
2015-01-05 Niko MatsakisIntroduce a CollectCtxt and impl AstConv on *that*...
2015-01-05 Niko MatsakisStop writing code that is (unnecessarily) generic over...
2015-01-05 Niko MatsakisConvert astconv and friends to use object types, not...
2015-01-05 borsauto merge of #20451 : brson/rust/installer, r=alexcrichton
2015-01-05 Simonas KazlauskasAdd tests for ChaCha and Isaac Clone impls
2015-01-05 Simonas KazlauskasImplement Clone for PRNGs
2015-01-05 Laurence TrattMake temporary directory names non-deterministic.
2015-01-05 Jared RoeschRefactor struct parsing and add tests
2015-01-05 Alex Crichtonserialize: Use assoc types + less old_orphan_check
2015-01-05 borsauto merge of #20395 : huonw/rust/char-stab-2, r=aturon
2015-01-05 borsauto merge of #20285 : FlaPer87/rust/oibit-send-and...
2015-01-05 Jared RoeschFix the parsing of where-clauses for structs
2015-01-05 Huon Wilsonchar: small tweak since `is_some` > equivalent `match`.
2015-01-05 Huon WilsonApply explicit stabilities to unicode parts of CharExt.
2015-01-05 Huon WilsonMerge `UnicodeChar` and `CharExt`.
2015-01-05 Huon WilsonRename `core::char::Char` to `CharExt` to match prelude...
2015-01-05 Huon WilsonMark the contents of `char` stable.
2015-01-05 Huon WilsonSwitch encode_utf* to by-value self.
2015-01-05 Huon WilsonRemove deprecated functionality from `char`.
2015-01-05 borsauto merge of #20163 : bfops/rust/master, r=Gankro
2015-01-04 Flavio PercocoPut negative trait implemtations behind a feature gate
2015-01-04 Flavio PercocoAdd syntax for negative implementations of traits
2015-01-04 Niko MatsakisCleanup type-checking of constants, but do not try...
2015-01-04 Niko MatsakisMiscellaneous reformatting and commenting.
2015-01-04 Niko MatsakisCorrect the subtyping relations created by the pattern...
2015-01-04 borsMerge pull request #20520 from nhowell/patch-1
2015-01-04 borsMerge pull request #20515 from tshepang/modernise-ping...
2015-01-04 borsMerge pull request #20512 from bjz/rustdoc
next