about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-11bitrig integrationDave Huseby-0/+1
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-4/+2
2015-02-11Set solib-search-path to ensure android remote debugger works correctly.Eunji Jeong-0/+3
2015-02-10Test fixes and rebase conflictsAlex Crichton-1/+0
2015-02-10Add one more depth on android test directory for multiple targetsEunji Jeong-3/+5
2015-02-10Support for test/debuginfo on androidEunji Jeong-9/+19
2015-02-10Make aarch64-linux-android check with real targetEunji Jeong-15/+13
2015-02-05improve `compiletest` error message when path option missing.Felix S. Klock II-1/+4
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-142/+135
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-11/+11
2015-02-02Test fixes and rebase conflictsAlex Crichton-4/+4
2015-02-02More deprecating of i/u suffixesAlfie John-11/+11
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-18/+18
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-8/+9
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-15/+15
2015-02-01std: Add a new `env` moduleAlex Crichton-8/+9
2015-02-01openbsd supportSébastien Marie-1/+2
2015-01-30Test fixes and rebase conflictsAlex Crichton-9/+8
2015-01-30std: Stabilize FromStr and parseAlex Crichton-17/+15
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29register snaphotsJorge Aparicio-14/+1
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-14/+14
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-1/+9
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-20/+20
2015-01-27Rollup merge of #21602 - japaric:derive-copy, r=alexcrichtonManish Goregaokar-5/+2
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-14/+14
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-3/+3
2015-01-26Fallout of io => old_ioAlex Crichton-17/+17
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+15
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-5/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-126/+98
2015-01-24Rollup merge of #21550 - FlaPer87:fix-compiletest, r=huonwFlavio Percoco Premoli-0/+15
2015-01-23regex: Remove in-tree versionAlex Crichton-72/+75
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+0
2015-01-23Fix compile test for stage0Flavio Percoco-0/+15
2015-01-22Rollup merge of #21496 - ColonelJ:paatch, r=alexcrichtonSteve Klabnik-0/+3
2015-01-22Make compiletest set an environment variable so that on Windows 32-bit test e...KernelJ-0/+3
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-4/+3
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-12/+6
2015-01-21rollup merge of #21441: alexcrichton/rustc-optsAlex Crichton-1/+2
2015-01-21Fallout from stabilization.Aaron Turon-4/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-12/+6
2015-01-20rustc: Remove deprecated flagsAlex Crichton-1/+2
2015-01-19Remove unsupported test features from libtest.Ahmed Charles-7/+0
2015-01-19Remove unsupported test features from compiletest.Ahmed Charles-34/+4
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1