summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-18Auto merge of #25337 - bleibig:update-grammar, r=nikomatsakisbors-23/+34
2015-05-18Add example for from_str_radixSteve Klabnik-8/+4
2015-05-18Auto merge of #25230 - rayglover:patch-bitset, r=Gankrobors-74/+83
2015-05-18TRPL: Normalize rust Code Block MarkersPascal Hertleif-35/+35
2015-05-18TRPL: Add `rust` Marker to Some Code BlockPascal Hertleif-71/+72
2015-05-18trpl: Proofread "Rust Inside Other Languages"Michael Macias-30/+30
2015-05-18[doc] Add a reference from PathExt to fs::metadataMatt Brubeck-2/+3
2015-05-18trpl: Dining philosophers backstory typoclatour-1/+1
2015-05-18Auto merge of #25501 - nham:E0072_E0073, r=alexcrichtonbors-8/+123
2015-05-18Show the span of feature that is unstable when using a feature-list.Falco Hirschenberger-1/+5
2015-05-17Use byte string literal syntaxpeferron-5/+6
2015-05-18Rollup merge of #25537 - carols10cents:grammar-oops, r=alexcrichtonManish Goregaokar-1/+1
2015-05-18Rollup merge of #25530 - peferron:doc-closures-whitespace-fix, r=alexcrichtonManish Goregaokar-6/+6
2015-05-18Rollup merge of #25526 - chellmuth:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-05-18Auto merge of #25541 - klutzy:remove-packed-attr, r=alexcrichtonbors-1/+0
2015-05-17Fix finish docsSteven Fackler-10/+5
2015-05-17Make debug builders take &mut self, add entries methodSteven Fackler-33/+64
2015-05-17Auto merge of #25527 - inrustwetrust:const-not-overflow, r=alexcrichtonbors-3/+34
2015-05-17Auto merge of #25523 - nham:remove_E0068, r=alexcrichtonbors-20/+4
2015-05-17Tidy the code that checks for type parameters in associated const paths.Sean Patrick Santos-24/+27
2015-05-17Fix issue where trait-associated consts could cause ICEs in match patterns.Sean Patrick Santos-15/+75
2015-05-17Catch associated consts that depend on type parameters in type checking.Sean Patrick Santos-0/+54
2015-05-17Add 'active' class to current page in rustbook table of contentsSean Collins-9/+21
2015-05-17Make #[derive(Debug)] work with unsized fieldsSteven Fackler-5/+25
2015-05-17Add error explanations for E0072, E0073, E0121, E0178, E0371, E0372.Nick Hamann-8/+123
2015-05-17Rewrite reader::docs with an iterator.Ms2ger-9/+34
2015-05-18syntax: Remove unused `packed` attributeklutzy-1/+0
2015-05-17Revert "Panic if the grammar verifier sees a token it doesn't recognize"Carol Nichols-1/+1
2015-05-17Fix doc whitespace issuespeferron-6/+6
2015-05-17Auto merge of #25524 - Manishearth:unsafe_derive, r=cmrbors-1/+25
2015-05-17Allow #[derive()] to generate unsafe methodsManish Goregaokar-1/+25
2015-05-17Fix compile-time integer overflow when using ! on unsigned valuesinrustwetrust-3/+34
2015-05-17Fix typo in references-and-borrowing docsChris Hellmuth-1/+1
2015-05-17Rollup merge of #25522 - alexcrichton:reexport-incoming, r=sfacklerManish Goregaokar-1/+1
2015-05-17Rollup merge of #25516 - bstrie:cstrdoc, r=alexcrichtonManish Goregaokar-2/+1
2015-05-17Rollup merge of #25510 - thelostt:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-05-17Rollup merge of #25508 - johshoff:visit_dirs_example, r=alexcrichtonManish Goregaokar-6/+5
2015-05-17Rollup merge of #25506 - Wilfred:master, r=alexcrichtonManish Goregaokar-2/+2
2015-05-17Rollup merge of #25503 - brson:betafix, r=cmrManish Goregaokar-2/+0
2015-05-17Rollup merge of #25493 - coffeejunk:update_installed_rust_version, r=alexcric...Manish Goregaokar-3/+3
2015-05-17Rollup merge of #25490 - huachaohuang:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-05-17Rollup merge of #25484 - sumito3478:fix-deadlink-in-complement-lang-faq, r=al...Manish Goregaokar-4/+4
2015-05-17Rollup merge of #25476 - rpjohnst:master, r=huonwManish Goregaokar-0/+21
2015-05-17Rollup merge of #25472 - WillEngler:book-tiny-typo-fixes, r=alexcrichtonManish Goregaokar-2/+2
2015-05-17Rollup merge of #25469 - ecoal95:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-05-17Rollup merge of #25465 - Ryman:patch-2, r=alexcrichtonManish Goregaokar-2/+2
2015-05-17Remove error about obsolete dereferencing of newtype structs.Nick Hamann-20/+4
2015-05-16std: Reexport std::net::tcp::IncomingAlex Crichton-1/+1
2015-05-16Simplify CString doc commentBen Striegel-2/+1
2015-05-17Auto merge of #25458 - P1start:arc-dst, r=huonwbors-36/+743