about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-31/+11
2015-04-21rollup merge of #24563: kwantam/rfc_1054Alex Crichton-3/+1
2015-04-21rollup merge of #24439: alexcrichton/fix-archive-assemblerAlex Crichton-0/+72
2015-04-21rollup merge of #24162: pnkfelix/fsk-detect-duplicate-loop-labelsAlex Crichton-3/+288
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-3/+1
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-0/+72
2015-04-21add notes clarifying introduction of warnings for a pair of run-pass tests.Felix S. Klock II-0/+13
2015-04-21Tests for shadowing between lifetimes and loop labels within function bodies.Felix S. Klock II-3/+275
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-31/+11
2015-04-21Auto merge of #24620 - pczarn:model-lexer-issues, r=cmrbors-35/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-35/+0
2015-04-20Make stability attributes an error. #22830Brian Anderson-7/+3
2015-04-20Auto merge of #22117 - fhahn:fail-on-errors, r=nikomatsakisbors-1/+430
2015-04-20Auto merge of #24586 - richo:test-16745, r=jakub-bors-0/+20
2015-04-19Lint non-snake-case crate namesP1start-0/+31
2015-04-19test: Add an assertion to the #16745 testcaseRicho Healey-6/+7
2015-04-18test: Add testcase for #16745Richo Healey-0/+19
2015-04-18Return nonzero exit code if there are errors at a stop pointFlorian Hahn-1/+430
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-2/+5
2015-04-18Auto merge of #23985 - erickt:derive-cleanup, r=ericktbors-1/+1
2015-04-17Auto merge of #24500 - pnkfelix:oflo-checked-neg, r=nikomatsakisbors-0/+19
2015-04-17Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturonbors-0/+59
2015-04-17Augment the constrainted parameter check to ensure that all regionsNiko Matsakis-0/+59
2015-04-17unit test for checked overflow during signed negation.Felix S. Klock II-0/+19
2015-04-17Rollup merge of #24475 - arielb1:i24363-hacky-hack, r=pnkfelixManish Goregaokar-0/+16
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-0/+24
2015-04-17Auto merge of #24422 - pnkfelix:typeck-highlevel-before-bodies, r=nikomatsakisbors-54/+346
2015-04-17Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichtonbors-0/+236
2015-04-17Fix test for 32-bit targets.Felix S. Klock II-2/+2
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-2/+5
2015-04-16rustdoc: Inline methods inhereted through DerefAlex Crichton-0/+113
2015-04-16Auto merge of #24448 - alexcrichton:issue-24445, r=huonwbors-0/+53
2015-04-16Remove `&` from redirected outputThomas Jespersen-1/+1
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-15syntax: Change deriving methods to take a `&mut FnMut(P<Item>)`Erick Tryzelaar-1/+1
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-15Make sure to disambiguate obtained out from expected outputThomas Jespersen-2/+2
2015-04-15Use node_ty instead of expr_ty in binary expr fixupAriel Ben-Yehuda-0/+16
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