summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-05-11Fallout to compile-fail tests.Felix S. Klock II-1/+13
2015-05-11fallout to run-pass tests.Felix S. Klock II-3/+3
2015-05-11Regression tests for Issue 25199 (dropck and `Box<Trait + 'a>`).Felix S. Klock II-0/+214
2015-05-12Fix the tests broken by replacing `task` with `thread`Barosl Lee-1/+1
2015-05-12Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-30/+30
2015-05-07test: update run-pass tests to not use mutable transmutingSean McArthur-4/+4
2015-05-07lint: deny transmuting from immutable to mutable, since it's undefined behaviorSean McArthur-0/+20
2015-04-30tests for lint that warns about mixing #[repr(C)] with Drop.Felix S. Klock II-0/+59
2015-04-30Regression test for issue 24687.Felix S. Klock II-0/+78
2015-04-30regression test for Issue 24895.Felix S. Klock II-0/+38
2015-04-30Fix #20616York Xiang-0/+466
2015-04-29Rather than storing the relations between free-regions in a globalNiko Matsakis-1/+81
2015-04-23Augment the constrainted parameter check to ensure that all regionsNiko Matsakis-0/+59
2015-04-23Test fixes and rebase conflicts, round 1Alex Crichton-4/+1
2015-04-23Make stability attributes an error. #22830Brian Anderson-7/+3
2015-04-23std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-25/+9
2015-04-23test: Fix fallout in testsAlex Crichton-466/+205
2015-04-23std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-3/+3
2015-04-23unit test for checked overflow during signed negation.Felix S. Klock II-0/+19
2015-04-23Fallout from this change.Felix S. Klock II-54/+220
2015-04-23Regression tests for issues that led me to revise typeck.Felix S. Klock II-0/+126
2015-04-22add notes clarifying introduction of warnings for a pair of run-pass tests.Felix S. Klock II-0/+13
2015-04-22Tests for shadowing between lifetimes and loop labels within function bodies.Felix S. Klock II-3/+275
2015-04-16Auto merge of #24448 - alexcrichton:issue-24445, r=huonwbors-0/+53
2015-04-16Auto merge of #24437 - fhahn:issue-24434, r=alexcrichtonbors-0/+16
2015-04-16Auto merge of #24423 - tbelaire:include_bytes, r=alexcrichtonbors-0/+40
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-11/+11
2015-04-16Auto merge of #24485 - brson:is, r=alexcrichtonbors-9/+23
2015-04-15Forbid is/us suffixes. Fixes #22496Brian Anderson-9/+23
2015-04-15Auto merge of #24481 - steveklabnik:rollup, r=steveklabnikbors-1/+33
2015-04-15Rollup merge of #24460 - bytewiseand:master, r=alexcrichtonSteve Klabnik-0/+32
2015-04-15Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakisbors-0/+29
2015-04-15Regression test.Felix S. Klock II-0/+29
2015-04-15std: Fix thread_local! in non-PIE binariesAlex Crichton-0/+53
2015-04-15Added a test for include_bytes! dep infoTheo Belaire-0/+40
2015-04-15Add tests for "ident only path should have been covered"-ICEAndreas Martens-0/+32
2015-04-15Fix some typos.Ms2ger-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-5/+5
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-6/+6
2015-04-14Test fixes and rebase conflicts, round 2Alex Crichton-3/+2
2015-04-14Strip configuration before checking feature gates of macrosFlorian Hahn-0/+16
2015-04-14Test fixes and rebase conflictsAlex Crichton-381/+0
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-74/+482
2015-04-14rollup merge of #24399: brson/stabAlex Crichton-0/+18
2015-04-14rollup merge of #24380: arielb1/no-enum-suggestAlex Crichton-0/+29
2015-04-14rollup merge of #24379: rkruppe/fmt-negative-zeroAlex Crichton-1/+7
2015-04-14rollup merge of #24371: dotdash/24353Alex Crichton-0/+16
2015-04-14More test fixesAlex Crichton-45/+27
2015-04-14bench: Fix fallout in benchmarksAlex Crichton-157/+100
2015-04-14test: Fixup many library unit testsAlex Crichton-40/+28