1. ec2cc761 [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives by 许杰友 Jieyou Xu (Joe) · 2 years, 2 months ago
  2. cf2dff2 Move /src/test to /tests by Albert Larsan · 3 years, 3 months ago[Renamed from src/test/ui/binding/nested-matchs.rs]
  3. 9be35f8 tests: Move run-pass tests without naming conflicts to ui by Vadim Petrochenkov · 7 years ago[Renamed from src/test/run-pass/binding/nested-matchs.rs]
  4. 2a66355 Remove licenses by Mark Rousskov · 7 years ago
  5. 8d86800 Add `#[allow(unused_mut)]` for various cases that arise only in compare-mode=nll. by Felix S. Klock II · 8 years ago
  6. 2080474 Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`. by Felix S. Klock II · 8 years ago[Renamed from src/test/ui/run-pass/binding/nested-matchs.rs]
  7. 0909e0b Add `// run-pass` annotations to all the tests under `ui/run-pass/`. by Felix S. Klock II · 8 years ago
  8. 7834c22 Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`. by Felix S. Klock II · 8 years ago[Renamed from src/test/run-pass/nested-matchs.rs]
  9. 43bfaa4 Mass rename uint/int to usize/isize by Alex Crichton · 11 years ago
  10. 7f64fe4 Remove all `i` suffixes by Tobias Bucher · 11 years ago
  11. 7828c3d Rename fail! to panic! by Steve Klabnik · 11 years ago
  12. 38aca17 Remove libdebug and update tests. by Luqman Aden · 11 years ago
  13. 9e3d0b0 librustc: Remove the fallback to `int` from typechecking. by Niko Matsakis · 12 years ago
  14. b53454e Move std::{reflect,repr,Poly} to a libdebug crate by Alex Crichton · 12 years ago
  15. cc6ec8d log: Introduce liblog, the old std::logging by Alex Crichton · 12 years ago
  16. daf5f5a Drop the '2' suffix from logging macros by Alex Crichton · 12 years ago
  17. 630082c rpass: Remove usage of fmt! by Alex Crichton · 13 years ago
  18. ad5c676 Fix warnings it tests by Erick Tryzelaar · 13 years ago
  19. e4f7561 Clean-up tests after debug!/std-macros change. by Huon Wilson · 13 years ago
  20. 32c6199 Change `alt` to `match` in filenames. by Lindsey Kuper · 13 years ago[Renamed from src/test/run-pass/nested-alts.rs]
  21. 82f1903 Remove uses of log by Brian Anderson · 13 years ago
  22. 4445b38 Remove die!, raplace invocations with fail! Issue #4524 pt 3 by Nick Desaulniers · 13 years ago
  23. 89c8ef7 check-fast fallout from removing export, r=burningtree by Graydon Hoare · 13 years ago
  24. aee7929 Replace most invocations of fail keyword with die! macro by Nick Desaulniers · 13 years ago
  25. d1affff Reliciense makefiles and testsuite. Yup. by Graydon Hoare · 13 years ago
  26. 8337fa1 Camel case the option type by Brian Anderson · 14 years ago
  27. 29f32b4 `m1!{...}` -> `m1!(...)` by Paul Stansifer · 14 years ago
  28. ecaf9e3 Convert alt to match. Stop parsing alt by Brian Anderson · 14 years ago
  29. 025d866 Switch alts to use arrows by Brian Anderson · 14 years ago
  30. a9cc506 Change syntax extension syntax: `#m[...]` -> `m!{...}`. by Paul Stansifer · 14 years ago
  31. dc07280 make --enforce-mut-vars always on, add mut annotations to remaining files by Niko Matsakis · 14 years ago
  32. 5b028f5 Remove support for the '.' after a nullary tag in a pattern by Tim Chevalier · 14 years ago
  33. f0dfbe7 Register new snapshots, purge log_err and log_full in favour of log(...). by Graydon Hoare · 14 years ago
  34. 8b58095 Register snapshots and switch logging over to use of log_full or #error / #debug. by Graydon Hoare · 14 years ago
  35. a24c19e Add companion-module core.rs that exports log levels and option/some/none everywhere. by Graydon Hoare · 14 years ago
  36. fa9ad98 Copy first batch of material from libstd to libcore. by Graydon Hoare · 14 years ago
  37. b3eba15 Port the tests to the expr foo::<T> syntax. by Erick Tryzelaar · 15 years ago
  38. df7f21d Reformat for new syntax by Marijn Haverbeke · 15 years ago
  39. ce72993 Reformat source tree (minus a couple tests that are still grumpy). by Graydon Hoare · 15 years ago
  40. 18883fe In pre/postcondition computation, failing calls should set the postcondition by Tim Chevalier · 15 years ago