summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-10Add long diagnostic for E0131, E0132Nick Platt-2/+14
2015-05-10Add long diagnostic for E0067Nick Platt-1/+17
2015-05-10Add #[inline] to AsRef<str>::as_ref for String and str.Jan Bujak-0/+2
2015-05-10Add error explanation for E0260.Ricardo Martins-1/+34
2015-05-10Add error explanation for E0259.Ricardo Martins-1/+20
2015-05-10Add error explanation for E0154.Ricardo Martins-1/+32
2015-05-10Fix documentation URL in diagnostic message.Ricardo Martins-1/+1
2015-05-10Add error explanation for E0317.Ricardo Martins-1/+18
2015-05-10Removed the backticks on slicesSindre Johansen-1/+1
2015-05-10sancheck: import resource inside of the posix checkRicho Healey-1/+1
2015-05-10Fix small typos in documentationFranziska Hinkelmann-2/+2
2015-05-10Rollup merge of #25261 - nham:obsolete_assoc_space_comment, r=alexcrichtonManish Goregaokar-1/+0
2015-05-10Rollup merge of #25252 - inrustwetrust:crate-type-attribute, r=alexcrichtonManish Goregaokar-5/+16
2015-05-10Rollup merge of #25251 - nham:whitespace_lang_items, r=ManishearthManish Goregaokar-48/+48
2015-05-10Rollup merge of #25249 - robyoung:minor-doc-fix, r=ManishearthManish Goregaokar-2/+4
2015-05-10Rollup merge of #25248 - carols10cents:unused-auxiliaries, r=ManishearthManish Goregaokar-231/+0
2015-05-10Rollup merge of #25242 - acgtyrant:patch-3, r=ManishearthManish Goregaokar-1/+1
2015-05-09Fix typo in Match document.Don Petersen-1/+1
2015-05-09Remove obsolete comment in rustc::middle::subst.Nick Hamann-1/+0
2015-05-09Add omitted word to mutability docs.Don Petersen-2/+2
2015-05-10Update error-handling.mdIsaac Ge-1/+1
2015-05-09[liballoc] Adds checks for UB during allocation.Clark Gaebel-0/+12
2015-05-10Upgraded warning for invalid crate_type attribute syntax to an errorinrustwetrust-5/+16
2015-05-09Convert #[lang=".."] to #[lang = ".."] for docs too.Nick Hamann-4/+4
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-44/+44
2015-05-09Change E0062 and E0063 to say each field should be specified once.Nick Hamann-2/+4
2015-05-09Add long diagnostic for E0137Nick Hamann-1/+6
2015-05-09Add long diagnostics for E0062 and E0063Nick Hamann-2/+10
2015-05-09Minor docs fixRob Young-2/+4
2015-05-09Remove auxiliary files not used since eb4d39eCarol Nichols-40/+0
2015-05-09Remove auxiliary file not used since 17da4c7Carol Nichols-27/+0
2015-05-09Remove auxiliary files not used since 812637eCarol Nichols-164/+0
2015-05-09Auto merge of #24728 - GuillaumeGomez:type-mismatch, r=pnkfelixbors-1/+136
2015-05-09Use of @pnkfelix code and fix typosGuillaume Gomez-1/+136
2015-05-09Auto merge of #24612 - lifthrasiir:flt2dec, r=pnkfelixbors-334/+4054
2015-05-09test: fixed some tests affected by banker's rounding.Kang Seonghoon-4/+4
2015-05-09Rollup merge of #25227 - jooert:bitvec-doc-fix, r=alexcrichtonManish Goregaokar-0/+4
2015-05-09Rollup merge of #25216 - barosl:no-more-task, r=ManishearthManish Goregaokar-198/+199
2015-05-09std: Add example for HashMap::entry()Ulrik Sverdrup-0/+18
2015-05-09Fixed a typo. Removed an extra sSindre Johansen-1/+1
2015-05-09rustdoc: Add Associated Constants sectionUlrik Sverdrup-0/+12
2015-05-09Auto merge of #25212 - pnkfelix:dropck-box-trait, r=nikomatsakisbors-115/+393
2015-05-09Auto merge of #25214 - acgtyrant:patch-1, r=brsonbors-1/+1
2015-05-09address fallout in libsyntaxtest.Felix S. Klock II-1/+5
2015-05-09Auto merge of #25231 - carols10cents:lingering-quoted-crate-names, r=alexcric...bors-71/+6
2015-05-09Auto merge of #25159 - inrustwetrust:wrapping_inline, r=alexcrichtonbors-0/+1
2015-05-08Remove references to deprecated `extern crate "foo" as bar` syntaxCarol Nichols-71/+6
2015-05-09Auto merge of #25162 - seanmonstar:asref-bytes, r=alexcrichtonbors-12/+27
2015-05-08collections: change bounds of SliceConcatExt implementations to use Borrow in...Sean McArthur-12/+10
2015-05-08collections: impl AsRef<[u8]> for StringSean McArthur-0/+8