| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-11-11 | Move all Linux/OSX CI infastructure to Travis | Alex Crichton | -5/+5 | |
| This commit configures our `.travis.yml` to test the full suite of tests we have on Buildbot right now. A whole mess of docker images are added to the `src/ci` directory which represent all the build environments for each configuration. Each of these environments is then configured in `.travis.yml` to run on the auto branch. Note that the full matrix of tests aren't intended to be run on all PRs. Instead, we continue to run only one entry in the matrix, forcing all others to finish quickly. Only the `auto` branch should run the full matrix of builds. Also note that the infrastructure hasn't quite been allocated yet to the rust-lang/rust repository, so everything is disabled for now except for the one build that happens on PRs. Once that infrastructure is allocated though we can enable this and let it fly! Notable modifications from the current test suite today: * Android tests are run in rustbuild instead of the makefiles, for whatever reason I couldn't get the makefiles to work on Travis. * A debuginfo test was updated to work with the current version of the Android NDK. * Some dependencies in `mk/tests.mk` were fixed to allow running tests in parallel. | ||||
| 2016-10-31 | adapt debuginfo tests for gdb with native rust support | Tim Neumann | -15/+30 | |
| 2016-07-04 | Added a pretty printer for &mut slices | Nikhil Shagrithaya | -0/+7 | |
| 2015-09-19 | Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]` | Andrew Paseltiner | -0/+1 | |
| Closes #28091. | ||||
| 2015-04-29 | Re-enable tests on Android | Tamir Duberstein | -1/+0 | |
| Addresses part of #10381. | ||||
| 2015-04-28 | #10381: Warnings | Tamir Duberstein | -1/+1 | |
| 2015-04-12 | Add a name for tuple fields in debuginfo so that they can be accessed in ↵ | Michael Woerister | -2/+2 | |
| debuggers. | ||||
| 2015-03-27 | Fix fallout of removing quotes in crate names | Alex Crichton | -2/+2 | |
| 2015-01-21 | Make diagnostic ordering deterministic | Alex Crichton | -0/+1 | |
| 2015-01-07 | remove some `slicing_syntax` feature gates | Jorge Aparicio | -1/+0 | |
| 2015-01-07 | Tests | Nick Cameron | -1/+1 | |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -1/+1 | |
| 2014-12-30 | debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty ↵ | Michael Woerister | -0/+1 | |
| printers enabled. | ||||
| 2014-10-31 | debuginfo: Enable some GDB tests on Windows. | Michael Woerister | -1/+0 | |
| 2014-10-31 | debuginfo: Make GDB tests use line breakpoints like done in LLDB tests. | Michael Woerister | -3/+0 | |
| On some Windows versions of GDB this is more stable than setting breakpoints via function names. | ||||
| 2014-10-28 | Update code with new lint names | Aaron Turon | -1/+1 | |
| 2014-10-22 | debuginfo: Gate all LLDB debuginfo tests on a minimum LLDB version being ↵ | Michael Woerister | -0/+1 | |
| available | ||||
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+1 | |
| [breaking-change] If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate. | ||||
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 | |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 | |
| This reverts commit 40b9f5ded50ac4ce8c9323921ec556ad611af6b7. | ||||
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -1/+0 | |
| This reverts commit 95cfc35607ccf5f02f02de56a35a9ef50fa23a82. | ||||
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -0/+1 | |
| [breaking-change] If you are using slicing syntax you will need to add #![feature(slicing_syntax)] to your crate. | ||||
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 | |
| 2014-08-12 | Replace "ignore-win32" in tests with "ignore-windows" | Vadim Chugunov | -1/+1 | |
| 2014-07-16 | debuginfo: Add LLDB autotests to debuginfo test suite. | Michael Woerister | -1/+27 | |
| This commit adds LLDB autotests to the test suite but does not activate them by default yet. | ||||
| 2014-05-07 | debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb | Michael Woerister | -0/+87 | |
