about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-02Auto merge of #25045 - XuefengWu:1398_remove_ndebug, r=huonwbors-1/+1
2015-05-02Auto merge of #25027 - Manishearth:deriving_attr, r=huonwbors-32/+200
2015-05-02Rename AstBuilder::expr_int -> AstBuilder::expr_isizeManish Goregaokar-8/+12
2015-05-02Auto merge of #25040 - mrsweaters:patch-1, r=alexcrichtonbors-1/+1
2015-05-02Auto merge of #24980 - jooert:test-22468, r=pnkfelixbors-0/+19
2015-05-02Auto merge of #25028 - bluss:drain-string, r=alexcrichtonbors-9/+131
2015-05-02Auto merge of #25015 - alexcrichton:rwlock-check-ret, r=aturonbors-12/+29
2015-05-02fix doc:#1398 stop passing --cfg ndebug and uses -C debug-assertionsXuefeng Wu-1/+1
2015-05-02Auto merge of #24792 - alexcrichton:issue-24748, r=alexcrichtonbors-47/+22
2015-05-01Correct typo in introductionJordan Humphreys-1/+1
2015-05-01std: Don't use a wrapper for the float error typeAlex Crichton-47/+22
2015-05-01Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturonbors-193/+30
2015-05-01Auto merge of #24778 - nagisa:managed-removal, r=huonwbors-43/+6
2015-05-01syntax: Avoid reallocating or copying in CodeMap::new_filemapUlrik Sverdrup-8/+5
2015-05-01collections: Implement String::drain(range) according to RFC 574Ulrik Sverdrup-1/+126
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-193/+30
2015-05-01Auto merge of #24720 - critiqjo:stepby-sizehint, r=alexcrichtonbors-16/+54
2015-05-01Rollup merge of #25021 - frewsxcv:an-utf, r=steveklabnikManish Goregaokar-6/+6
2015-05-01Rollup merge of #25020 - brson:current_dir, r=luqmanaManish Goregaokar-1/+1
2015-05-01Rollup merge of #25014 - frewsxcv:patch-20, r=alexcrichtonManish Goregaokar-1/+1
2015-05-01Rollup merge of #25010 - huonw:inline-int-extremes, r=alexcrichtonManish Goregaokar-0/+2
2015-05-01Rollup merge of #25002 - steveklabnik:gh24767, r=alexcrichtonManish Goregaokar-1/+1
2015-05-01Rollup merge of #24998 - steveklabnik:fix_links, r=alexcrichtonManish Goregaokar-8/+6
2015-05-01Rollup merge of #24994 - steveklabnik:gh24977, r=alexcrichtonManish Goregaokar-13/+2
2015-05-01Rollup merge of #24992 - steveklabnik:gh24730, r=alexcrichtonManish Goregaokar-1/+16
2015-05-01Rollup merge of #24991 - steveklabnik:gh24852, r=alexcrichtonManish Goregaokar-3/+5
2015-05-01Rollup merge of #24988 - semarie:unused-pid_t, r=alexcrichtonManish Goregaokar-3/+3
2015-05-01Rollup merge of #24983 - vhbit:ios-raw, r=sanxiynManish Goregaokar-1/+1
2015-05-01Rollup merge of #24982 - poga:fix-incorrect-doc-formatting, r=steveklabnikManish Goregaokar-2/+1
2015-05-01Rollup merge of #24981 - carols10cents:remove-more-priv, r=alexcrichtonManish Goregaokar-12/+11
2015-05-01Add test for custom deriving plugins which rely on field attributesManish Goregaokar-0/+160
2015-05-01iterator: Add `StepBy::size_hint` methodcritiqjo-16/+54
2015-05-01Auto merge of #24965 - arielb1:instant-reject, r=nikomatsakisbors-335/+431
2015-05-01Remove ManagedSimonas Kazlauskas-43/+6
2015-05-01Auto merge of #24793 - aturon:io-error-any, r=alexcrichtonbors-19/+146
2015-04-30Replaces instanced of 'an UTF' with 'a UTF'Corey Farwell-6/+6
2015-05-01Give access to field attributes in ext::derivingManish Goregaokar-29/+33
2015-04-30Add downcasting to std::error::ErrorAaron Turon-19/+146
2015-04-30doc: current_dir returns a PathBuf, not a PathBrian Anderson-1/+1
2015-04-30Auto merge of #24989 - alexcrichton:rustdoc-associated-constant, r=brsonbors-7/+49
2015-04-30std: Always check for EDEADLK in rwlocks on unixAlex Crichton-2/+24
2015-04-30std: Favor cfg! over #[cfg] in unix rwlocksAlex Crichton-10/+5
2015-04-30Remove unnecessary 'mut' qualifier on doc-comment varCorey Farwell-1/+1
2015-05-01Mark the {min,max}_value functions on integers #[inline].Huon Wilson-0/+2
2015-04-30Clarify intention wrt integersSteve Klabnik-1/+1
2015-04-30Auto merge of #24978 - jooert:test-24446, r=alexcrichtonbors-0/+20
2015-04-30Fix broken links in the book.Steve Klabnik-8/+6
2015-04-30Describe (a,) vs (a) in docsSteve Klabnik-1/+16
2015-04-30Auto merge of #24975 - michaelsproul:enum-diagnostics, r=pnkfelixbors-7/+107
2015-04-30Fix code sample, remove unstable codeSteve Klabnik-13/+2