about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-04-29rustdoc: Make strip_hidden use a dedicated hidden item if any.Kang Seonghoon-16/+32
2014-04-28auto merge of #13797 : lifthrasiir/rust/std-mem-replace-doc, r=alexcrichtonbors-0/+32
2014-04-28rustdoc: fix a few inconsistenciesAdrien Tétar-8/+9
2014-04-28auto merge of #13821 : aochagavia/rust/pr3, r=alexcrichtonbors-1/+1
2014-04-28Fixed typo in std::vecAdolfo Ochagavía-1/+1
2014-04-28std: Add more docs to `std::mem::replace`.Kang Seonghoon-0/+32
2014-04-28Remove default method implementationsNiko Matsakis-23/+18
2014-04-28auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonwbors-14/+58
2014-04-28Refactor ty_str to use a ~(str) representation.Nick Cameron-509/+319
2014-04-27auto merge of #13811 : alexcrichton/rust/closed-issues, r=sfacklerbors-0/+214
2014-04-27test: Add tests for closed issuesAlex Crichton-0/+214
2014-04-27auto merge of #13795 : klutzy/rust/win-make-check, r=alexcrichtonbors-22/+131
2014-04-28test: Fix run-make on windowsklutzy-22/+131
2014-04-27Fix repeated module documentationAlexandre Gagnon-25/+30
2014-04-27auto merge of #13809 : prattmic/rust/tutorial_debug, r=alexcrichtonbors-5/+0
2014-04-27std: Rewrite crate docsBrian Anderson-36/+106
2014-04-27auto merge of #13801 : ryantm/rust/master, r=alexcrichtonbors-1/+9
2014-04-27auto merge of #13799 : m-r-r/rust/patch-std-io-standard_error, r=alexcrichtonbors-1/+15
2014-04-27doc: Remove out-of-place debug! noteMichael Pratt-5/+0
2014-04-27auto merge of #13792 : jacob-hegna/rust/master, r=alexcrichtonbors-10/+28
2014-04-27Fix test issue-4016.rs with the json API changeNicolas Silva-1/+1
2014-04-27Update libworkcache with libserialize's json changesNicolas Silva-4/+4
2014-04-27Fix a code formatting issue in json.rsNicolas Silva-1/+2
2014-04-27Add a streaming parser to serialize::json.Nicolas Silva-261/+1048
2014-04-27Rewrote documentation for parse_bytes and to_str_bytes in {int, uint}_macros.rsJacob Hegna-10/+28
2014-04-27auto merge of #13798 : aochagavia/rust/pr, r=alexcrichtonbors-1/+1
2014-04-27add BigUint subtraction underflow error messageRyan Mulligan-1/+9
2014-04-27Fixed typo in std::iterAdolfo Ochagavía-1/+1
2014-04-27Added missing values in std::io::standard_error()m-r-r-1/+15
2014-04-27Fix link to hashmap.rs and json.rs in sample code FAQEmanuel Rylke-2/+2
2014-04-27rustdoc: External module item links to the module contents. Fixes #12926.Kang Seonghoon-4/+24
2014-04-26auto merge of #13783 : wackywendell/rust/permfix, r=kballardbors-7/+48
2014-04-27rustdoc: style tweaksAdrien Tétar-14/+19
2014-04-27test: Rename a test to bypass UAC on windowsklutzy-0/+0
2014-04-27syntax: `Mod` records the span for inner contents.Kang Seonghoon-10/+34
2014-04-27doc: perform some 80-chars wrappingsAdrien Tétar-10/+14
2014-04-26Fixing permutation of small lists, such that [], [x] -> [[]], [[x]], and upda...Wendell Smith-7/+48
2014-04-26auto merge of #13777 : lifthrasiir/rust/no-multi-viewitemuse, r=alexcrichtonbors-212/+194
2014-04-26auto merge of #13769 : alexcrichton/rust/restrict-some-scopes, r=huonwbors-3/+24
2014-04-26rustdoc: Moved `SCHEMA_VERSION` to `clean`.Kang Seonghoon-2/+7
2014-04-26syntax: ViewItemUse no longer contains multiple view paths.Kang Seonghoon-210/+187
2014-04-26rustdoc: refactor and unstyle inline section headersAdrien Tétar-10/+11
2014-04-26auto merge of #13766 : BurntSushi/rust/regex-dynamic-tests, r=alexcrichtonbors-5/+15
2014-04-25auto merge of #13758 : sodaplayer/rust/patch-1, r=alexcrichtonbors-6/+6
2014-04-25auto merge of #13750 : aturon/rust/issue-12583, r=alexcrichtonbors-28/+28
2014-04-25auto merge of #13748 : hjr3/rust/guide-container-update, r=alexcrichtonbors-6/+6
2014-04-25auto merge of #13744 : adrientetar/rust/derp, r=brsonbors-70/+78
2014-04-25clarify docs for std:io::fs::Path::{is_dir,is_file,exists}; add lstatAaron Turon-28/+28
2014-04-25rustc: Restrict the scope of a borrow on def_mapAlex Crichton-3/+24
2014-04-25Tests for dynamic regexes will now run during 'check-stage2'.Andrew Gallant-5/+15