about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-01-16Auto merge of #30740 - bluss:ascii-is-the-best, r=brsonbors-27/+72
2016-01-15Auto merge of #30878 - brson:raw-pointer-derive, r=brsonbors-38/+272
2016-01-15Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats...bors-72/+217
2016-01-15Auto merge of #30890 - nagisa:mir-tuple-adts, r=nikomatsakisbors-22/+152
2016-01-15Add some tests for non-trivial ADTsSimonas Kazlauskas-3/+98
2016-01-15Fix type retrieval for Switch translationSimonas Kazlauskas-5/+4
2016-01-15Fix translation for all other discriminated ADTsSimonas Kazlauskas-4/+10
2016-01-15Auto merge of #30773 - fhahn:test-fix, r=alexcrichtonbors-11/+13
2016-01-15Generate ADTs for tuple-like constructors insteadSimonas Kazlauskas-10/+40
2016-01-15Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichtonbors-41/+45
2016-01-15Auto merge of #30929 - Manishearth:rollup, r=Manishearthbors-224/+600
2016-01-15Rollup merge of #30925 - semarie:blksize_t, r=alexcrichtonManish Goregaokar-1/+1
2016-01-15Rollup merge of #30864 - jseyfried:no_record_exports, r=nrcManish Goregaokar-161/+22
2016-01-15Rollup merge of #30836 - Luke-Nukem:master, r=steveklabnikManish Goregaokar-4/+6
2016-01-15Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brsonManish Goregaokar-22/+127
2016-01-15Rollup merge of #30781 - dhuseby:add_dragonflybsd_snapshot_3391630, r=alexcri...Manish Goregaokar-0/+1
2016-01-15Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichtonManish Goregaokar-34/+440
2016-01-15Rollup merge of #30591 - SimonSapin:patch-15, r=aturonManish Goregaokar-2/+3
2016-01-15Auto merge of #30763 - gchp:issue/30033, r=nagisabors-16/+81
2016-01-15Auto merge of #30711 - nrc:json-errs, r=huonwbors-129/+444
2016-01-15Address reviewer commentsNick Cameron-68/+69
2016-01-15Clarify what a crate is, within the "Getting Started" chapter.Luke Jones-4/+6
2016-01-14resolve: Remove record_exports, fixes #4953Jeffrey Seyfried-161/+22
2016-01-14Support generic associated constsMichael Wu-72/+217
2016-01-14Auto merge of #30916 - steveklabnik:rollup, r=steveklabnikbors-101/+76
2016-01-14rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_deriveBrian Anderson-38/+272
2016-01-15Add a testNick Cameron-16/+39
2016-01-15Implement JSON error emissionNick Cameron-30/+213
2016-01-15Add an --output option for specifying an error emitterNick Cameron-81/+135
2016-01-15Add a JSON error emitterNick Cameron-0/+54
2016-01-14Auto merge of #30913 - brson:nogold, r=alexcrichtonbors-57/+0
2016-01-14Rollup merge of #30914 - tshepang:easier-description, r=steveklabnikSteve Klabnik-1/+1
2016-01-14Rollup merge of #30912 - tshepang:remove-distraction, r=steveklabnikSteve Klabnik-1/+1
2016-01-14Rollup merge of #30911 - tshepang:missing-word, r=ManishearthSteve Klabnik-4/+3
2016-01-14Rollup merge of #30910 - tshepang:improve-description, r=steveklabnikSteve Klabnik-1/+1
2016-01-14Rollup merge of #30909 - tshepang:a-better-name, r=steveklabnikSteve Klabnik-1/+1
2016-01-14Rollup merge of #30903 - steveklabnik:no_std_stable, r=alexcrichtonSteve Klabnik-89/+52
2016-01-14Rollup merge of #30902 - tomaka:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-01-14Rollup merge of #30895 - gchp:contrib, r=alexcrichtonSteve Klabnik-1/+1
2016-01-14Rollup merge of #30712 - LawrenceWoodman:patch-3, r=steveklabnikSteve Klabnik-2/+15
2016-01-14doc: this is more easy to read, and less prone mis-interpretationTshepang Lekhonkhobe-1/+1
2016-01-14Revert "Link with ld.gold by default"Brian Anderson-57/+0
2016-01-14update blksize_t in raw to reflect libc change under openbsdSébastien Marie-1/+1
2016-01-14doc: that suffix serves as mere distractionTshepang Lekhonkhobe-1/+1
2016-01-14doc: add missing wordTshepang Lekhonkhobe-4/+3
2016-01-14doc: "x" is used as variable name on this API, so avoid using it hereTshepang Lekhonkhobe-1/+1
2016-01-14doc: "moves" has a specific meaning in Rust, so avoid using it hereTshepang Lekhonkhobe-1/+1
2016-01-14Display better snippet for invalid char literalGreg Chapple-16/+81
2016-01-14Fix outdated commenttomaka-1/+1
2016-01-14Move some #[no_std] info to stable book.Steve Klabnik-89/+52