about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-03auto merge of #14625 : japaric/rust/slice-tojson, r=alexcrichtonbors-0/+54
2014-06-03auto merge of #14622 : reillywatson/rust/master, r=alexcrichtonbors-1/+1
2014-06-03Implement ToJson for &[T], and add tests. Closes #14619Jorge Aparicio-0/+54
2014-06-03Doc: grammar fix in intro.mdReilly Watson-1/+1
2014-06-03Update README file for src/ directoryPiotr Jawniak-3/+14
2014-06-02auto merge of #14609 : aturon/rust/issue-12882, r=alexcrichtonbors-2/+17
2014-06-02auto merge of #14605 : jakub-/rust/pattern-matching-refactor, r=pcwaltonbors-246/+120
2014-06-02auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichtonbors-156/+165
2014-06-02auto merge of #14598 : alexcrichton/rust/triage, r=huonwbors-0/+26
2014-06-02Document failure cases for `char_at` and friends.Aaron Turon-2/+17
2014-06-02auto merge of #14509 : klutzy/rust/de-pub-use-glob, r=alexcrichtonbors-15/+44
2014-06-02Remove further code duplicationJakub Wieczorek-137/+56
2014-06-02Improve code reuse in check_match::specialize()Jakub Wieczorek-128/+83
2014-06-02test: Add tests for closed issue #10764Alex Crichton-0/+26
2014-06-02syntax: Remove use of `pub use` globsklutzy-12/+41
2014-06-02doc: Remove use of `pub use` globsklutzy-3/+3
2014-06-02docs: Stop using `notrust`Florian Gilcher-156/+165
2014-06-02auto merge of #14596 : Sawyer47/rust/encodable-fix, r=alexcrichtonbors-0/+37
2014-06-02Fix deriving Encodable trait for unit structsPiotr Jawniak-0/+37
2014-06-01auto merge of #14569 : skade/rust/rustdoc-robust-langstring-parsing, r=alexcr...bors-4/+49
2014-06-02test: Enable #9205-related tests on windowsklutzy-6/+0
2014-06-02rustdoc: make langstring parsing more robustFlorian Gilcher-4/+49
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-431/+436
2014-06-01auto merge of #14580 : utkarshkukreti/rust/fix-docs-for-result-map, r=alexcri...bors-1/+3
2014-06-01auto merge of #14578 : huonw/rust/as_slice-cheatsheet, r=sfacklerbors-0/+18
2014-06-01auto merge of #14571 : bnoordhuis/rust/libtest-check-isatty, r=alexcrichtonbors-1/+3
2014-06-01Fix docs for `core::result::Result::map`.Utkarsh Kukreti-1/+3
2014-05-31auto merge of #14513 : alexcrichton/rust/rustdoc-primitives, r=huonwbors-384/+865
2014-05-31syntax: Fix an accidental hyperlink in a commentAlex Crichton-2/+2
2014-05-31rustdoc: Don't inline tuple struct constructorsAlex Crichton-0/+5
2014-05-31rustdoc: Fix cross-crate links to reexported itemsAlex Crichton-30/+98
2014-05-31doc: Fix a number of broken linksAlex Crichton-35/+52
2014-05-31rustdoc: Suck in all impls from external cratesAlex Crichton-4/+41
2014-05-31rustdoc: Filter inlining private external itemsAlex Crichton-1/+2
2014-05-31rustdoc: Create anchor pages for primitive typesAlex Crichton-87/+443
2014-05-31rustdoc: Fill in external type parameters correctlyAlex Crichton-21/+22
2014-05-31rustdoc: Stringify more named lifetimesAlex Crichton-1/+1
2014-05-31rustdoc: Show all implementors of traitsAlex Crichton-63/+43
2014-05-31rustdoc: Freeze the cache ASAPAlex Crichton-6/+9
2014-05-31rustdoc: Refactor structure of html::runAlex Crichton-166/+179
2014-05-31auto merge of #14561 : jakub-/rust/issue-11319, r=alexcrichtonbors-8/+33
2014-06-01doc: add an `.as_slice` example to the cheatsheet.Huon Wilson-0/+18
2014-05-31auto merge of #14567 : cburgdorf/rust/patch-2, r=brsonbors-4/+5
2014-05-31Fix example in lifetime guideChristoph Burgdorf-4/+5
2014-05-31Rename variable in tutorialChristoph Burgdorf-3/+3
2014-05-31libtest: Only colorize output if stdout is a ttyBen Noordhuis-1/+3
2014-05-31Make the match arm type mismatch message point to the arm's spanJakub Wieczorek-8/+33
2014-05-31auto merge of #14562 : jakub-/rust/issue-14541, r=alexcrichtonbors-6/+24
2014-05-31auto merge of #14565 : fhartwig/rust/master, r=sfacklerbors-2/+2
2014-05-31Fix broken markup in query_to_str documentationFlorian Hartwig-2/+2