summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-21test: 'ratcher' is not a wordBrian Anderson-1/+1
2014-02-22remove the TyDesc from TypedArenaDaniel Micay-45/+29
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-15/+1154
2014-02-21auto merge of #12421 : Hywan/rust/api_doc, r=alexcrichtonbors-3/+3
2014-02-21syntax: add syntax extension helper to make simple view itemsErick Tryzelaar-0/+17
2014-02-21syntax: Allow syntax extensions to have attributesErick Tryzelaar-8/+26
2014-02-21std: minor whitespace cleanupErick Tryzelaar-1/+1
2014-02-21extra: rename Uuid::to_bytes() to as_bytes()Erick Tryzelaar-5/+5
2014-02-21auto merge of #12411 : Arcterus/rust/time, r=alexcrichtonbors-38/+47
2014-02-21auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichtonbors-336/+667
2014-02-21mk: Get "make check" passing with --disable-rpathAlex Crichton-9/+28
2014-02-21auto merge of #12362 : liigo/rust/update-rust-manual, r=alexcrichtonbors-21/+14
2014-02-22Represent lifetimes as Names instead of IdentsEdward Wang-49/+48
2014-02-21auto merge of #12253 : pcwalton/rust/more-vec-ng, r=alexcrichtonbors-9/+221
2014-02-21Test nested `proc` can access outer owned dataFlavio Percoco-0/+20
2014-02-21libstd: Implement some convenience methods on vectorsPatrick Walton-9/+221
2014-02-21rustc: Compress bytecode files in rlibsAlex Crichton-0/+13
2014-02-21auto merge of #12326 : bjz/rust/integer, r=alexcrichtonbors-421/+439
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-97/+55
2014-02-22Decouple integer formatting from std::num::strconvBrendan Zabarauskas-238/+609
2014-02-22Add Pod trait bound to std::num::PrimitiveBrendan Zabarauskas-1/+3
2014-02-21auto merge of #12420 : pnkfelix/rust/fsk-improve-doc-for-ptr-offset, r=alexcr...bors-1/+2
2014-02-21Move time out of extra (cc #8784)Arcterus-38/+47
2014-02-21auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichtonbors-35/+59
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-421/+439
2014-02-21auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichtonbors-3/+4
2014-02-21auto merge of #12410 : DaGenix/rust/fix-incorrect-comment, r=alexcrichtonbors-11/+2
2014-02-21insignificant fix to rust manual and tutorialLiigo Zhuang-21/+14
2014-02-21auto merge of #12290 : mrshu/rust/lint-warn-by-default, r=alexcrichtonbors-68/+122
2014-02-21backtickskud1ing-8/+8
2014-02-20auto merge of #12407 : alexcrichton/rust/up-llvm, r=sfacklerbors-0/+0
2014-02-21rustdoc: web: don't reset the search barCorey Richardson-4/+13
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-68/+122
2014-02-20Add a Travis-CI configuration for the repoAlex Crichton-0/+1
2014-02-20auto merge of #12164 : alexcrichton/rust/rlibs-and-dylibs, r=cmrbors-94/+240
2014-02-20Re-work loading crates with nicer errorsAlex Crichton-94/+240
2014-02-20auto merge of #12401 : alexcrichton/rust/if-ok-2-try, r=brsonbors-1228/+1224
2014-02-20Register new snapshotsAlex Crichton-0/+8
2014-02-20auto merge of #12161 : aepsil0n/rust/docs/for-loop, r=alexcrichtonbors-0/+26
2014-02-20Mass rename if_ok! to try!Alex Crichton-1228/+1224
2014-02-20Return a buffered stdin by default.Alex Crichton-11/+21
2014-02-20auto merge of #12405 : kud1ing/rust/backticks, r=huonwbors-7/+7
2014-02-20Fix some typos.Ivan Enderlin-3/+3
2014-02-20auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakisbors-161/+122
2014-02-20ptr::RawPtr, spell out units used for the `offset` argument.Felix S. Klock II-1/+2
2014-02-20auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichtonbors-10/+96
2014-02-20auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmrbors-86/+245
2014-02-20rustc: avoid compiler generated `unsafe` blocks leaking.Huon Wilson-35/+59
2014-02-20auto merge of #12397 : alexcrichton/rust/send-off-the-runtime, r=brsonbors-10/+49
2014-02-20auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichtonbors-134/+171