summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-05-23Rollup merge of #25710 - Manishearth:no_decorator_clone, r=sfacklerOliver Schneider-5/+5
2015-05-23Auto merge of #25653 - dotdash:unsize_c, r=luqmanabors-0/+55
2015-05-23Auto merge of #24847 - sfackler:debug-builders-stability, r=aturonbors-1/+1
2015-05-22Allow patterns to be followed by if and in.Steven Allen-0/+30
2015-05-22Let MultiItemDecorator take `&Annotatable` (fixes #25683)Manish Goregaokar-5/+5
2015-05-21Add diagnostic code for generic associated const error.Sean Patrick Santos-3/+3
2015-05-21Make various fixes:Niko Matsakis-4/+181
2015-05-21rustdoc: Skip types in impls in search indexUlrik Sverdrup-0/+10
2015-05-21Fix ICE trying to pass DST to C functionsBjörn Steinbrink-0/+55
2015-05-20Substitute free lifetimes when `Self` is used within a method bodyAriel Ben-Yehuda-0/+51
2015-05-20Auto merge of #25645 - luqmana:lnr, r=eddybbors-0/+53
2015-05-20Auto merge of #25615 - petrochenkov:issue25542, r=alexcrichtonbors-2/+6
2015-05-20librustc_trans: Remove misoptimization in treating derefs of Box as rvalues.Luqman Aden-0/+53
2015-05-20Auto merge of #25595 - dotdash:issue25549, r=eddybbors-0/+70
2015-05-20Add error explanation for E0202.Nick Hamann-1/+1
2015-05-19Stabilize debug builders for 1.2.0Steven Fackler-1/+1
2015-05-19Auto merge of #24333 - arielb1:implement-rfc401, r=nrcbors-60/+398
2015-05-19Fix test run-pass-fulldeps\issue-15149.rs on Windowspetrochenkov-2/+6
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-19Don't call drop when taking the address of unsized fieldsBjörn Steinbrink-0/+70
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-17Fix issue where trait-associated consts could cause ICEs in match patterns.Sean Patrick Santos-0/+35
2015-05-17Catch associated consts that depend on type parameters in type checking.Sean Patrick Santos-0/+26
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