1. ac774e7 Shorten another test path for MSVC by Alex Crichton · 7 years ago
  2. ec7c800 Remove pretty-expanded from failing tests by Alex Crichton · 10 years ago
  3. d3a4f36 rollup merge of #23786: alexcrichton/less-quotes by Alex Crichton · 10 years ago
  4. 13e4270 Unquote all crate names without underscores by Richo Healey · 10 years ago
  5. 43bfaa4 Mass rename uint/int to usize/isize by Alex Crichton · 10 years ago
  6. 8c93a79 rustdoc: Replace no-pretty-expanded with pretty-expanded by Brian Anderson · 10 years ago
  7. c0e003d extern crate foobar as foo; by wickerwaka · 11 years ago
  8. 072a920 Remove check-fast. Closes #4193, #8844, #6330, #7416 by Brian Anderson · 11 years ago
  9. a41b0c2 extern mod => extern crate by Alex Crichton · 11 years ago
  10. f62460c Change `xfail` directives in compiletests to `ignore`, closes #11363 by Florian Hahn · 11 years ago
  11. b349036 Make crate hash stable and externally computable. by Jack Moffitt · 12 years ago
  12. cc57ca0 Use assert_eq! rather than assert! where possible by Corey Richardson · 12 years ago
  13. 86efd97 add gitattributes and fix whitespace issues by Daniel Micay · 12 years ago
  14. 1e91595 librustc: Remove `fail_unless!` by Patrick Walton · 12 years ago
  15. 58f248d test: Fix tests. rs=tests by Patrick Walton · 12 years ago
  16. d7e74b5 librustc: Convert all uses of `assert` over to `fail_unless!` by Patrick Walton · 12 years ago
  17. 6267339 Fix bug in coherence that causes all cross-crate impls to be regarded as by Niko Matsakis · 12 years ago
  18. 9143688 librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping by Patrick Walton · 12 years ago
  19. 89c8ef7 check-fast fallout from removing export, r=burningtree by Graydon Hoare · 12 years ago
  20. d1affff Reliciense makefiles and testsuite. Yup. by Graydon Hoare · 13 years ago
  21. 78ee821 Implement trait inheritance for bounded type parameters by Brian Anderson · 13 years ago