1. 94687aa Removes FIXMEs related to #22405 by Wesley Wiser · 8 years ago
  2. e593c3b Changed most vec! invocations to use square braces by iirelu · 9 years ago
  3. 4a91a80 Fix some pretty printing tests by Vadim Petrochenkov · 9 years ago
  4. a80d329 Don't gate methods `Fn(Mut,Once)::call(mut,once)` with feature `unboxed_closures` by Vadim Petrochenkov · 9 years ago
  5. ee91c25 Ignore tests that use threads on emscripten by Pierre Krieger · 9 years ago
  6. d7f5fa4 Conver reborrows to .iter() calls where appropriate by Joshua Landau · 10 years ago
  7. ff332b6 Squeeze the last bits of `task`s in documentation in favor of `thread` by Barosl Lee · 10 years ago
  8. a9fd41e Fallout: move from scoped to spawn by Aaron Turon · 10 years ago
  9. d4a2c94 std: Clean out #[deprecated] APIs by Alex Crichton · 10 years ago
  10. 43bfaa4 Mass rename uint/int to usize/isize by Alex Crichton · 10 years ago
  11. df290f1 Require feature attributes, and add them where necessary by Brian Anderson · 10 years ago
  12. 0d5bcb1 Switched to Box::new in many places. by Felix S. Klock II · 10 years ago
  13. 17bc7d8 cleanup: replace `as[_mut]_slice()` calls with deref coercions by Jorge Aparicio · 10 years ago
  14. d5d7e65 `for x in xs.iter()` -> `for x in &xs` by Jorge Aparicio · 10 years ago
  15. a7a2dd9 fallout: run-pass tests that use box. (many could be ported to `Box::new` instead in the future.) by Felix S. Klock II · 10 years ago
  16. ec11f66 replace `f.call_mut(a, b, ..)` with `f(a, b, ..)` by Jorge Aparicio · 10 years ago
  17. ca17d08 fix rpass tests by Jorge Aparicio · 10 years ago
  18. 7d8d06f Remove deprecated functionality by Alex Crichton · 10 years ago
  19. bc83a00 std: Second pass stabilization for `comm` by Alex Crichton · 10 years ago
  20. c32d03f std: Stabilize the prelude module by Alex Crichton · 10 years ago
  21. 5c3d398 Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) by Niko Matsakis · 10 years ago
  22. 1f760d5 Rename `Share` to `Sync` by Alex Crichton · 11 years ago
  23. d21336ee rustc: Remove `&str` indexing from the language. by Brian Anderson · 11 years ago
  24. 9b9ef44 libsyntax: Allow `+` to separate trait bounds from objects. by Patrick Walton · 11 years ago
  25. b1c9ce9 sync: Move underneath libstd by Alex Crichton · 11 years ago
  26. 1f1b2e4 std: Rename strbuf operations to string by Richo Healey · 11 years ago
  27. 5530745 core: rename strbuf::StrBuf to string::String by Richo Healey · 11 years ago
  28. 95e310a test: Remove all uses of `~str` from the test suite. by Patrick Walton · 11 years ago
  29. 1237530 Touch up and rebase previous commits by Alex Crichton · 11 years ago
  30. 090040bf librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except by Patrick Walton · 11 years ago
  31. 919889a Replace all ~"" with "".to_owned() by Richo Healey · 11 years ago
  32. 072a920 Remove check-fast. Closes #4193, #8844, #6330, #7416 by Brian Anderson · 11 years ago
  33. 5163a26 test: Update all tests with the sync changes by Alex Crichton · 11 years ago
  34. 90e9d8e test: Remove Freeze / NoFreeze from tests by Flavio Percoco · 11 years ago
  35. 6d778ff Remove outdated and unnecessary std::vec_ng::Vec imports. by Huon Wilson · 11 years ago
  36. af79a5a test: Make manual changes to deal with the fallout from removal of by Patrick Walton · 11 years ago
  37. 579eb24 test: Automatically remove all `~[T]` from tests. by Patrick Walton · 11 years ago
  38. 12ecafb Replace Freeze bounds with Share bounds by Flavio Percoco · 11 years ago
  39. 7858065 std: Rename Chan/Port types and constructor by Alex Crichton · 11 years ago
  40. a41b0c2 extern mod => extern crate by Alex Crichton · 11 years ago
  41. f62460c Change `xfail` directives in compiletests to `ignore`, closes #11363 by Florian Hahn · 11 years ago
  42. dd21a51 move concurrent stuff from libextra to libsync by JeremyLetang · 11 years ago
  43. 3dbc1c3 Remove do keyword from test/ by Scott Lawrence · 11 years ago
  44. 02c1d2f test: Make all the run-pass tests use `pub fn main` by Patrick Walton · 11 years ago
  45. 529e268 Fallout of rewriting std::comm by Alex Crichton · 11 years ago
  46. 786dea2 libextra: Another round of de-`Cell`-ing. by Patrick Walton · 11 years ago
  47. f571e46 test: Remove non-procedure uses of `do` from compiletest, libstd tests, by Patrick Walton · 12 years ago
  48. 4068139 test: Remove most uses of `&fn()` from the tests. by Patrick Walton · 12 years ago
  49. aac9d6e librustc: Fix merge fallout by Patrick Walton · 12 years ago
  50. 10089455 remove obsolete `foreach` keyword by Daniel Micay · 12 years ago
  51. 1fc4db2 migrate many `for` loops to `foreach` by Daniel Micay · 12 years ago
  52. d0b7515 Change concurrency primitives to standard naming conventions by Steven Stewart-Gallus · 12 years ago
  53. fae4a9e Rename Const/Owned in more places by James Miller · 12 years ago
  54. c37ccac Add a run-pass test for existential traits in ARCs. by Ben Blum · 12 years ago