summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-11Minor optimization for `VecMap::split_off`Johannes Oertel-1/+1
2015-05-11Auto merge of #25271 - tshepang:doc-deunwrap, r=steveklabnikbors-34/+34
2015-05-11Handle overflow properly in core::sliceKevin Ballard-39/+46
2015-05-11Add missing keyword in `extern crate` declarations.Ricardo Martins-7/+7
2015-05-11Improve wording in error explanation.Ricardo Martins-2/+2
2015-05-11Fixed one textual mistake and one casing error.MichaƂ Czardybon-18/+18
2015-05-11Auto merge of #25266 - richo:windows-resource-sancheck, r=steveklabnikbors-1/+1
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-67/+61
2015-05-10Overwrite grammar sections with what was removed from the referenceCarol Nichols-6/+5
2015-05-10Add literal semicolon to the grammar of view_itemCarol Nichols-1/+1
2015-05-10Remove operator precedence section covered in the referenceCarol Nichols-24/+0
2015-05-10Fill in more parts of the grammar for ExpressionsCarol Nichols-14/+45
2015-05-10Fill in grammar for StatementsCarol Nichols-15/+10
2015-05-10Point to the use declaration section from the re-exporting sectionCarol Nichols-1/+1
2015-05-10Add visibility section of the grammarCarol Nichols-5/+6
2015-05-10Update AUTHORS.txt and RELEASES.md for 1.0Brian Anderson-0/+0
2015-05-11docs: Update SliceConcatExt docs for assoc typesUlrik Sverdrup-2/+3
2015-05-11docs: Fixes in Reference Chapter 6.1Ulrik Sverdrup-13/+14
2015-05-11docs: Link from tls macros to relevant docsUlrik Sverdrup-0/+4
2015-05-11docs: Clarify Path::starts_with (and ends_with)Ulrik Sverdrup-0/+6
2015-05-11docs: Update FromStr documentationUlrik Sverdrup-2/+5
2015-05-10Add long diagnostics for E0249 and E0250Nick Hamann-3/+34
2015-05-11Auto merge of #24934 - jooert:bitset-append-split_off, r=Gankrobors-0/+145
2015-05-11Four spaces indent, rephrasingJohann-4/+7
2015-05-10Update BitSet docs to correct typesPaul Quint-3/+3
2015-05-11Add if let expressions exampleJohann Hofmann-0/+11
2015-05-11Docs: Compile-time bounds check in index expressionJohann Hofmann-4/+11
2015-05-10Fix typo in references-and-borrowing docsPete Hunt-2/+2
2015-05-10Add a link to the E0184 long diagnostic message.Nick Hamann-2/+4
2015-05-10Revise the E0206 long diagnostics message.Nick Hamann-4/+4
2015-05-10Improve wording for E0204 and E0205 long diagnostic messages.Nick Hamann-4/+4
2015-05-10Add long diagnostics for E0184, E0204, E0205, E0206, E0243, E0244.Nick Hamann-9/+108
2015-05-10Add some comments for error codes in librustc_typeck/diagnosticsNick Hamann-8/+8
2015-05-10Fix typo in guessing-game docsPete Hunt-1/+1
2015-05-10doc: unwrap is discouraged, so use SomeTshepang Lekhonkhobe-34/+34
2015-05-10Remove extra parenthesesJan-Erik Rediger-1/+1
2015-05-10Rollup merge of #25263 - fhinkel:master, r=steveklabnikSteve Klabnik-2/+2
2015-05-10Rollup merge of #25257 - dpetersen:mutability-docfix, r=steveklabnikSteve Klabnik-3/+3
2015-05-10Rollup merge of #25255 - caipre:diagnostic-messages, r=alexcrichtonSteve Klabnik-3/+31
2015-05-10Rollup merge of #25240 - bluss:doc-hashmap-entry, r=steveklabnikSteve Klabnik-0/+18
2015-05-10Rollup merge of #25239 - sindreij:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2015-05-10Rollup merge of #25222 - GuillaumeGomez:doc-ref, r=steveklabnikSteve Klabnik-0/+35
2015-05-10Rollup merge of #25188 - tincann:patch-1, r=steveklabnikSteve Klabnik-1/+1
2015-05-10Rollup merge of #25158 - koute:master, r=alexcrichtonSteve Klabnik-0/+2
2015-05-10Rollup merge of #24948 - derhuerst:patch-1, r=steveklabnikSteve Klabnik-1/+7
2015-05-10Update docs to stop referencing `BufReadExt`Corey Farwell-2/+2
2015-05-10Implement `append` and `split_off` for BitSet (RFC 509)Johannes Oertel-0/+145
2015-05-10Fix grammar in path::Path documentationCole Reynolds-1/+1
2015-05-10point supposed to be immutable in this exampleAlexander Polakov-1/+1
2015-05-10Add missing backticksGuillaume Gomez-0/+3