about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-05-19Auto merge of #24333 - arielb1:implement-rfc401, r=nrcbors-60/+398
2015-05-19Make float -> int casts actually workAriel Ben-Yehuda-1/+0
2015-05-19Address review commetsAriel Ben-Yehuda-16/+22
2015-05-19fix conflictsAriel Ben-Yehuda-6/+11
2015-05-19Fix test fallout, and add some rather comprehensive tests.Ariel Ben-Yehuda-35/+359
2015-05-19Overhaul cast semantics and make them follow RFC401Ariel Ben-Yehuda-7/+11
2015-05-19Auto merge of #25550 - sfackler:derive-debug-unsized, r=alexcrichtonbors-0/+14
2015-05-19Auto merge of #25441 - alexcrichton:debug-panic-neg, r=aturonbors-0/+21
2015-05-18std: Make abs() panic on overflow in debug modeAlex Crichton-0/+21
2015-05-18Auto merge of #25501 - nham:E0072_E0073, r=alexcrichtonbors-2/+2
2015-05-17Auto merge of #25527 - inrustwetrust:const-not-overflow, r=alexcrichtonbors-0/+21
2015-05-17Make #[derive(Debug)] work with unsized fieldsSteven Fackler-0/+14
2015-05-17Add error explanations for E0072, E0073, E0121, E0178, E0371, E0372.Nick Hamann-2/+2
2015-05-17Auto merge of #25524 - Manishearth:unsafe_derive, r=cmrbors-0/+2
2015-05-17Allow #[derive()] to generate unsafe methodsManish Goregaokar-0/+2
2015-05-17Fix compile-time integer overflow when using ! on unsigned valuesinrustwetrust-0/+21
2015-05-17Rollup merge of #25503 - brson:betafix, r=cmrManish Goregaokar-2/+0
2015-05-17Rollup merge of #25476 - rpjohnst:master, r=huonwManish Goregaokar-0/+21
2015-05-17Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakisbors-4/+4
2015-05-17test/compile-fail: fix expected error message for non-UTF8 source.Eduard Burtescu-1/+1
2015-05-16Make a test compatible with the beta channelBrian Anderson-2/+0
2015-05-16Auto merge of #25485 - XuefengWu:24968_err_msg_parse_self_type_2, r=nrcbors-1/+16
2015-05-16fix error message in testXuefeng Wu-1/+1
2015-05-16Auto merge of #25444 - nikomatsakis:macro-tt-fix, r=pnkfelixbors-0/+95
2015-05-16Add test for two sequence repetitions in a rowNiko Matsakis-0/+18
2015-05-16Auto merge of #25487 - P1start:extern-crate-unexpected-error, r=huonwbors-1/+12
2015-05-16Clarify the error message for malformed `extern crate` statementsP1start-1/+12
2015-05-16fix trait capitalise typo in test fileXuefeng Wu-1/+1
2015-05-16fix typo for copyright year and trait capitaliseXuefeng Wu-0/+15
2015-05-15Test that associated types are not required as type parametersRussell Johnston-0/+21
2015-05-16Fix the spans of `move` closuresP1start-0/+17
2015-05-15Permit token trees, identifiers, and blocks to be following byNiko Matsakis-0/+77
2015-05-15syntax: Unquoting some statements requires trailing semicolonsErick Tryzelaar-0/+6
2015-05-15Auto merge of #25400 - nrc:save-api, r=huonwbors-43/+96
2015-05-15Auto merge of #25399 - kballard:crate-attributes-cfg_attr, r=alexcrichtonbors-0/+31
2015-05-14Auto merge of #25403 - Manishearth:rollup, r=Manishearthbors-2/+2
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-32/+32
2015-05-14Move configuration 1 phase before crate metadata collectionKevin Ballard-0/+31
2015-05-14Rollup merge of #25398 - nham:E0066_E0069, r=huonwManish Goregaokar-2/+2
2015-05-14save-analysis: fix a bracket counting bugNick Cameron-0/+12
2015-05-14save-analysis: update the smoke testNick Cameron-43/+84
2015-05-14Auto merge of #25338 - tamird:unignore-stage-tests, r=alexcrichtonbors-28/+0
2015-05-13Add error explanations for E0066 and E0069.Nick Hamann-2/+2
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-32/+32
2015-05-13Fix ICE that occurs when an associated const is ambiguous.Sean Patrick Santos-74/+106
2015-05-13Unignore some tests in stage1Tamir Duberstein-26/+0
2015-05-13Allow `T::C` syntax in match patterns to refer to trait-assosociated constants.Sean Patrick Santos-0/+4
2015-05-14syntax: refactor (Span)Handler and ParseSess constructors to be methods.Eduard Burtescu-3/+3
2015-05-13Remove errant lineTamir Duberstein-2/+0
2015-05-13Auto merge of #25344 - arielb1:fresh-float, r=nikomatsakisbors-0/+74