about summary refs log tree commit diff
path: root/src/test/run-make
AgeCommit message (Expand)AuthorLines
2015-04-21rollup merge of #24651: tamird/old-referencesAlex Crichton-4/+1
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-0/+72
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-4/+1
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-2/+5
2015-04-17Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelixManish Goregaokar-0/+24
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-2/+5
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 #24423 - tbelaire:include_bytes, r=alexcrichtonbors-0/+40
2015-04-16Auto merge of #24485 - brson:is, r=alexcrichtonbors-1/+1
2015-04-15Forbid is/us suffixes. Fixes #22496Brian Anderson-1/+1
2015-04-15Make sure to disambiguate obtained out from expected outputThomas Jespersen-2/+2
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-14Remove -o flag from build commandThomas Jespersen-1/+1
2015-04-14test: Fixup many library unit testsAlex Crichton-34/+28
2015-04-14Add "run-make" test for trace-macros flagThomas Jespersen-0/+24
2015-04-14RebasedNick Cameron-3/+3
2015-04-10Test fixes and review feedbackAlex Crichton-2/+0
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-648/+0
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build workin...Dave Huseby-9/+27
2015-04-02Fallout in testsNiko Matsakis-12/+4
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-3/+3
2015-04-01Path rustdoc testNiko Matsakis-0/+3
2015-04-01Fallout in testsNiko Matsakis-3/+3
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-4/+4
2015-03-28Fix some typosVadim Petrochenkov-2/+2
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-1/+1
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-1/+1
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-2/+22
2015-03-27Test fixes and rebase conflicts, round 3Alex Crichton-1/+1
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+2
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+2
2015-03-27Fix fallout of removing quotes in crate namesAlex Crichton-1/+1
2015-03-27Merge 'richo/unquote-crates' into less-quotesAlex Crichton-1/+1
2015-03-27Unquote all crate names without underscoresRicho Healey-1/+1
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-0/+20
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-34/+34
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-1/+1
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-23Test fixes and rebase conflicts, round 2Alex Crichton-3/+3
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-4/+23
2015-03-23rollup merge of #23211: FlaPer87/oibit-send-and-friendsAlex Crichton-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-4/+24
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-22/+27
2015-03-20fix falloutFlavio Percoco-0/+2
2015-03-18[rustdoc] Fix source hyperlinks in docsIvan Petkov-0/+87
2015-03-15Strip trailing whitespaceTamir Duberstein-2/+2
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-27/+0