about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-01-04Add a human-readable textual form for MIR.Scott Olson-17/+103
2016-01-04Auto merge of #30661 - michaelwoerister:trans_fn_attrs, r=nrcbors-19/+54
2016-01-04doc: these examples do not need Copy and Clone traitsTshepang Lekhonkhobe-23/+1
2016-01-04Auto merge of #30602 - tsion:mir-graphviz-display, r=nikomatsakisbors-200/+254
2016-01-04address review commentTshepang Lekhonkhobe-10/+2
2016-01-04Mention that structs can contain &mut TsSteve Klabnik-0/+29
2016-01-04Auto merge of #30523 - ubsan:wrapping_op_assign, r=eddybbors-214/+591
2016-01-04Add mention of warnings lint group to help messageMike Anderson-0/+4
2016-01-04Make float parsing "." return ErrToby Scrace-9/+11
2016-01-04Mention that Sync/Send are automatically derivedSteve Klabnik-0/+4
2016-01-04Update librustc_unicode/tables.rsAndrea Canciani-19/+15
2016-01-04Auto merge of #30553 - luqmana:mir-match-arm-guards, r=nikomatsakisbors-23/+46
2016-01-04Improve the range comparisonAndrea Canciani-3/+3
2016-01-04Reuse standard methodsAndrea Canciani-10/+1
2016-01-04Improve formatting of tables.rsAndrea Canciani-3/+3
2016-01-04Cleanup unicode.pyAndrea Canciani-115/+0
2016-01-04Auto merge of #30690 - LawrenceWoodman:patch-2, r=steveklabnikbors-6/+9
2016-01-04Feature-gate defaulted type parameters outside of types.Niko Matsakis-14/+30
2016-01-04Add missing use statementsLawrence Woodman-6/+9
2016-01-04Auto merge of #30651 - nagisa:mir-fix-equality-checks, r=eddybbors-159/+101
2016-01-03Undo whitespace tweaks pending libbacktrace mergeMichael McConville-91/+91
2016-01-04Auto merge of #29732 - nathansizemore:master, r=steveklabnikbors-40/+193
2016-01-04Add test for "malformed macro lhs" and change back span_bug to span_fatalGuillaume Gomez-2/+19
2016-01-03Auto merge of #30677 - diwic:master, r=blussbors-3/+3
2016-01-03Auto merge of #29949 - fhahn:issue-21659-show-relevant-trait-impls, r=arielb1bors-2/+164
2016-01-03fix "make tidy" failureTshepang Lekhonkhobe-1/+2
2016-01-03run rustfmt on syntax::parse::lexerTshepang Lekhonkhobe-513/+764
2016-01-03Correct formatting use of tab instead of spacesLawrence Woodman-2/+2
2016-01-02Rustdoc - Specify max-image sizeWesley Wiser-0/+4
2016-01-02Take out Op<T>/OpAssign<T> for Wrapping<T>Nicholas Mazzuca-145/+6
2016-01-03Refactor candidate selectionFlorian Hahn-11/+12
2016-01-02Finish test implementationNicholas Mazzuca-147/+150
2016-01-02Fix off-by-one in String::removediwic-3/+3
2016-01-02Use for_each_implFlorian Hahn-24/+15
2016-01-02Manually check trait implementationsFlorian Hahn-12/+31
2016-01-02Add more testsFlorian Hahn-0/+80
2016-01-02Limit displaying relevant trait impls to 4Florian Hahn-22/+34
2016-01-02Auto merge of #30264 - GuillaumeGomez:patch-5, r=Manishearthbors-4/+17
2016-01-02Add 'mut' to temporary vars in MIR graphviz output.Scott Olson-1/+1
2016-01-02Grammar fixesJames Mantooth-11/+11
2016-01-02Adjusted heading and created dedicated section in std::io docsNathan-30/+39
2016-01-02Links and punctionaction fixes.Nathan-43/+57
2016-01-02Added platform notes to std::fs public functions.Nathan-35/+165
2016-01-02Add E0463 error explanationGuillaume Gomez-1/+14
2016-01-01Auto merge of #30672 - nagisa:to-degrad-stab, r=sfacklerbors-8/+2
2016-01-02Stabilise f32::to_{degrees,radians} to match f64Simonas Kazlauskas-8/+2
2016-01-01Show similar trait implementations if no matching impl is foundFlorian Hahn-0/+59
2016-01-01Auto merge of #30670 - emoon:fs-copy-comment, r=steveklabnikbors-3/+3
2016-01-01Auto merge of #30663 - apasel422:ll, r=blussbors-7/+15
2016-01-01Fix equality checks in matchesSimonas Kazlauskas-159/+101