summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-12-13Auto merge of #30324 - jseyfried:unfix_30159, r=nrcbors-4/+0
2015-12-12Support `#[deprecated]` in rustdocVadim Petrochenkov-0/+16
2015-12-12Address the review commentsVadim Petrochenkov-1/+16
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-0/+575
2015-12-12Auto merge of #30279 - Aatch:dst-ref-binding, r=pnkfelixbors-0/+24
2015-12-12Auto merge of #27929 - w00ns:issue-27889-same-field-names, r=pnkfelixbors-0/+31
2015-12-12Auto merge of #30242 - arielb1:region-unification, r=nikomatsakisbors-0/+33
2015-12-11Partially undo the fix of issue #30159 in PR #30294 to avoid breakage.Jeffrey Seyfried-4/+0
2015-12-12Include type name in symbol for methodsSeo Sanghyeon-0/+28
2015-12-11Fix for issue #27889: same field names in enum variantsw00ns-0/+31
2015-12-11Do not include generics in suggestion to qualify enum variantsSeo Sanghyeon-0/+26
2015-12-11Make name resolution errors non-fatalNick Cameron-45/+53
2015-12-11Auto merge of #30294 - jseyfried:fix_shadowed_use_visibility, r=nrcbors-0/+46
2015-12-11Auto merge of #30307 - pnkfelix:fix-issue-26656, r=alexcrichtonbors-0/+52
2015-12-11Add name of initializer to missing field message, closes #30299Florian Hahn-1/+1
2015-12-10Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturonbors-366/+31
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-366/+31
2015-12-10Long await regression test for dropck on trait object method.Felix S. Klock II-0/+52
2015-12-10Auto merge of #30267 - alexcrichton:tls-init-oh-my, r=nikomatsakisbors-0/+51
2015-12-10Fix a bug in which the visibility of a use declaration defining a name in one...Jeffrey Seyfried-0/+46
2015-12-09Auto merge of #29937 - alexcrichton:panic-recover, r=alexcrichtonbors-25/+200
2015-12-09add test for tuple index op error spanOliver Schneider-0/+18
2015-12-09std: Rename thread::catch_panic to panic::recoverAlex Crichton-25/+200
2015-12-10Fix `& ref ident` patterns for DSTsJames Miller-0/+24
2015-12-09Auto merge of #30278 - steveklabnik:rollup, r=steveklabnikbors-0/+37
2015-12-09Rollup merge of #30261 - oli-obk:add_regression_test, r=pnkfelixSteve Klabnik-0/+37
2015-12-09Auto merge of #30245 - Aatch:dynamic-align-dst, r=pnkfelixbors-0/+87
2015-12-09Auto merge of #30208 - pnkfelix:fix-issue-30063, r=alexcrichtonbors-0/+46
2015-12-08std: Use mem::replace in TLS initializationAlex Crichton-0/+51
2015-12-08Auto merge of #30036 - mitaa:doc_id, r=alexcrichtonbors-0/+83
2015-12-09Warn no_mangle on generic functionsSeo Sanghyeon-3/+5
2015-12-08add tests for ensuring const indexing does not cause compile-time errors in r...Oliver Schneider-0/+37
2015-12-08regression test for issue #30063Felix S. Klock II-0/+46
2015-12-08Fix unsized structs with destructorsJames Miller-1/+17
2015-12-07introduce a region unification table and use it in dropckAriel Ben-Yehuda-0/+33
2015-12-07Auto merge of #30202 - oli-obk:fix/const_index_feature_gate, r=Aatchbors-1/+34
2015-12-08Align pointers to DST fields properlyJames Miller-0/+71
2015-12-07Add regression test for Clone for [[T; 256]; 4] where T: Copy and not CloneUlrik Sverdrup-0/+18
2015-12-06Auto merge of #30241 - Manishearth:diag-30236, r=eddybbors-0/+18
2015-12-06Correct span for unused type parameter error in type alias (fixes #30236)Manish Goregaokar-0/+18
2015-12-06add test for const eval errors in patternsOliver Schneider-0/+39
2015-12-06add unit tests for #29927Oliver Schneider-0/+40
2015-12-06allow const function calls in consts that are used in patternsOliver Schneider-1/+6
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-114/+50
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-114/+50
2015-12-05Add testsmitaa-0/+83
2015-12-05fix const index feature-gate regressionOliver Schneider-1/+34
2015-12-05Auto merge of #30102 - jFransham:feature/better-lifetime-errors, r=Manishearthbors-1/+5
2015-12-05Add proper support for indirect output constraints in inline asmAmanieu d'Antras-2/+14
2015-12-05Auto merge of #30211 - pnkfelix:fix-getopts-for-issue-30204, r=alexcrichtonbors-0/+29