summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-05-19Overhaul cast semantics and make them follow RFC401Ariel Ben-Yehuda-365/+611
2015-05-19Expose enum discriminant signednessAriel Ben-Yehuda-20/+17
2015-05-19Rollup merge of #25591 - rick68:patch-2, r=alexcrichtonManish Goregaokar-1/+1
2015-05-19Rollup merge of #25590 - michaelsproul:enum-struct-diagnostics, r=ManishearthManish Goregaokar-6/+158
2015-05-19Rollup merge of #25587 - bluss:rustdoc-type-margin, r=alexcrichtonManish Goregaokar-1/+1
2015-05-19Rollup merge of #25580 - killercup:trpl/unify-code-blocks, r=steveklabnikManish Goregaokar-106/+107
2015-05-19Rollup merge of #25576 - mbrubeck:pathext-doc, r=steveklabnikManish Goregaokar-2/+3
2015-05-19Rollup merge of #25575 - clatour:patch-2, r=steveklabnikManish Goregaokar-1/+1
2015-05-19Rollup merge of #25551 - cllns:add-active-class-to-rustbook-toc, r=alexcrichtonManish Goregaokar-9/+21
2015-05-19Rollup merge of #25512 - peferron:doc-traits-error-fix, r=alexcrichtonManish Goregaokar-5/+6
2015-05-19Rollup merge of #25452 - jimblandy:master, r=steveklabnikManish Goregaokar-3/+3
2015-05-19Fix lifetimes trpl typoMohammed Attia-1/+1
2015-05-19Don't call drop when taking the address of unsized fieldsBjörn Steinbrink-2/+73
2015-05-19fmt.rs: add note about lack of padding support for some typesParker Moore-0/+4
2015-05-19fix footnote linkEric Ye-3/+3
2015-05-19Auto merge of #25550 - sfackler:derive-debug-unsized, r=alexcrichtonbors-5/+25
2015-05-19Auto merge of #25548 - sfackler:debug-builders-by-ref, r=alexcrichtonbors-43/+69
2015-05-19Fix the error explanation for E0053.Nick Hamann-24/+11
2015-05-19Add error explanation for E0326.Nick Hamann-1/+19
2015-05-19Update iter.rsWei-Ming Yang-1/+1
2015-05-19Explain E0023, E0024, E0025, E0026, E0027, E0033.Michael Sproul-6/+158
2015-05-18Fix debug builder examples examplesSteven Fackler-2/+2
2015-05-19Auto merge of #25496 - alexcrichton:stabilize-cloned, r=aturonbors-1/+1
2015-05-19collections: Clean up feature flags doc examplesUlrik Sverdrup-33/+7
2015-05-19collections: Avoid unstable code in examples for VecUlrik Sverdrup-8/+4
2015-05-19collections: Avoid unstable code in examples for StringUlrik Sverdrup-23/+11
2015-05-19Auto merge of #25441 - alexcrichton:debug-panic-neg, r=aturonbors-3/+33
2015-05-18std: Make abs() panic on overflow in debug modeAlex Crichton-3/+33
2015-05-19rustdoc: Fix left margin for type aliasesUlrik Sverdrup-1/+1
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