summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-12Merge branch 'master' intoNick Cameron-3449/+11026
2015-05-12Proper spans for for loop expansionNick Cameron-14/+52
2015-05-11static method -> associated functionSteve Klabnik-4/+4
2015-05-11Update rust-installerBrian Anderson-0/+0
2015-05-11TRPL: the stack and the heapSteve Klabnik-1/+568
2015-05-11Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichtonbors-1/+16
2015-05-11Avoid returning a slice with a null pointer from Iter.as_slice()Kevin Ballard-22/+48
2015-05-11Reintroduce non-null assumptions in core::slice iteratorsKevin Ballard-8/+16
2015-05-11Auto merge of #25196 - brson:relnotes, r=alexcrichtonbors-0/+0
2015-05-11Fix links in the refereceSteve Klabnik-20/+17
2015-05-11Auto merge of #25301 - jooert:vec_map_fix_split_off, r=Gankrobors-1/+1
2015-05-11trpl: item macros must be followed by a semicolonOliver Schneider-1/+1
2015-05-11Rollup merge of #25297 - carols10cents:grammar-todos, r=steveklabnikManish Goregaokar-66/+68
2015-05-11Rollup merge of #25291 - johannhof:let-expressions-example, r=steveklabnikManish Goregaokar-0/+14
2015-05-11Rollup merge of #25290 - bluss:docfixes, r=steveklabnikManish Goregaokar-17/+32
2015-05-11Rollup merge of #25287 - petehunt:patch-2, r=steveklabnikManish Goregaokar-2/+2
2015-05-11Rollup merge of #25286 - johannhof:patch-1, r=steveklabnikManish Goregaokar-4/+11
2015-05-11Rollup merge of #25284 - petehunt:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-05-11Rollup merge of #25280 - frewsxcv:patch-22, r=steveklabnikManish Goregaokar-2/+2
2015-05-11Markdown formatting for error explanations.Michael Sproul-0/+6
2015-05-11Auto merge of #25277 - polachok:docfix, r=steveklabnikbors-1/+1
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