| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-09-26 | Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`. | Felix S. Klock II | -0/+40 | |
| Fix #54047 | ||||
| 2018-09-06 | Migrated remaining `src/test/run-pass/` subdirectories to ↵ | Felix S. Klock II | -38/+0 | |
| `src/test/ui/run-pass/`. | ||||
| 2018-07-09 | bump minimum LLVM version to 5.0 | gnzlbg | -1/+0 | |
| 2017-10-17 | test: Update Emscripten failures/passing | Alex Crichton | -1/+1 | |
| All tests should now have annotation for *why* they're ignored on emscripten. A few tests no longer need such an annotation as well! Closes #41299 | ||||
| 2017-10-15 | rustc: Fix some ThinLTO internalization | Alex Crichton | -0/+39 | |
| First the `addPreservedGUID` function forgot to take care of "alias" summaries. I'm not 100% sure what this is but the current code now matches upstream. Next the `computeDeadSymbols` return value wasn't actually being used, but it needed to be used! Together these should... Closes #45195 | ||||
