0.11.0 release
  1. aa1163b Update to 0.11.0 by Alex Crichton · 11 years ago 0.11.0
  2. 5103721 Add test for #11677 by Piotr Jawniak · 11 years ago
  3. 9a99084 librustc: Ensure that proc upvars have static lifetime. by Patrick Walton · 11 years ago
  4. 4c33a14 auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brson by bors · 11 years ago
  5. 7d756e4 rustrt: Reorganize task usage by Alex Crichton · 11 years ago
  6. f8e06c4 Remove unnecessary to_string calls by Piotr Jawniak · 11 years ago
  7. edb4e59 auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclements by bors · 11 years ago
  8. e880c42 more loops to be ignored by pretty-rpass by John Clements · 11 years ago
  9. d8d48e4 work around 15189 in test cases by John Clements · 11 years ago
  10. 43c7bbe added compile-fail test for 15167 by John Clements · 11 years ago
  11. c8558f2 tidy macro just a bit by John Clements · 11 years ago
  12. 9f8149e auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brson by bors · 11 years ago
  13. 315f2a7 librustc: Don't try to perform the magical by Patrick Walton · 11 years ago
  14. f6bfd2c librustc: Remove cross borrowing from mutable `Box`es to `&mut`. by Patrick Walton · 11 years ago
  15. 7a93bee auto merge of #15160 : alexcrichton/rust/remove-f128, r=brson by bors · 11 years ago
  16. cdccecb Test fixes from the rollup by Alex Crichton · 11 years ago
  17. d6a4c43 Stabilize version output for rustc and rustdoc by Robert Buonpastore · 11 years ago
  18. fb296b8 rustc: Don't register syntax crates twice by Alex Crichton · 11 years ago
  19. 86dda1b test: Add a test for regions, traits, and variance. by Patrick Walton · 11 years ago
  20. 75146fd librustc: Check function argument patterns for legality of by-move bindings. by Patrick Walton · 11 years ago
  21. e4e3550 Remove few FIXMEs by Piotr Jawniak · 11 years ago
  22. 250e236 Move core::bool tests to run-pass by Brian Anderson · 11 years ago
  23. 1ea2efe added xfailed test for issue 9737 by John Clements · 11 years ago
  24. a4a0c69 added xfailed tests for two other flavors of var hygiene by John Clements · 11 years ago
  25. c484c2d Fix #15129 by Jakub Wieczorek · 11 years ago
  26. b18c4cf rustc: Always include the morestack library by Alex Crichton · 11 years ago
  27. bf61bb6 Add tests for #12470 and #14285 by Edward Wang · 11 years ago
  28. 9e3d0b0 librustc: Remove the fallback to `int` from typechecking. by Niko Matsakis · 11 years ago
  29. 3d308fe Remove the quad_precision_float feature gate by Alex Crichton · 11 years ago
  30. 05ca9f7 auto merge of #15024 : kmcallister/rust/lint, r=alexcrichton by bors · 11 years ago
  31. 87f3741 auto merge of #15118 : stepancheg/rust/concat, r=alexcrichton by bors · 11 years ago
  32. 7dc724b Test lint plugins by Keegan McAllister · 11 years ago
  33. 719ffc2 auto merge of #15114 : ben0x539/rust/run-make-libpath, r=alexcrichton by bors · 11 years ago
  34. c381259 auto merge of #15071 : tomjakubowski/rust/fix-15052, r=alexcrichton by bors · 11 years ago
  35. 0af4985 librustc: Remove outdated reference to `~` and `@` by Tom Jakubowski · 11 years ago
  36. 71fe44d auto merge of #15113 : pnkfelix/rust/fsk-add-regression-test-for-ice-from-10846, r=alexcrichton by bors · 11 years ago
  37. 5466d13 librustc: Feature gate lang items and intrinsics. by Patrick Walton · 11 years ago
  38. 7689213 auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brson by bors · 11 years ago
  39. e07cec6 auto merge of #14885 : pcwalton/rust/struct-literal-tightening, r=alexcrichton by bors · 11 years ago
  40. 654d644 libsyntax: Disallow struct literals after `if`, `while`, `match`, and by Patrick Walton · 11 years ago
  41. d6c1b85 auto merge of #14974 : Ryman/rust/non_trait_method, r=alexcrichton by bors · 11 years ago
  42. ab24d29 rustc: catch `impl X for Y` where X is not a trait in resolve. by Kevin Butler · 11 years ago
  43. 579a139 rustc: catch non-trait methods before typeck. by Kevin Butler · 11 years ago
  44. 575710f auto merge of #15106 : Sawyer47/rust/rm-duplicated-tests, r=alexcrichton by bors · 11 years ago
  45. 85467b6 Allow trailing comma in `concat!` by Stepan Koltsov · 11 years ago
  46. baa7208 auto merge of #15098 : ben0x539/rust/nullary-tuple-struct, r=pcwalton by bors · 11 years ago
  47. 7be2019 Add regression test for ICE from issue 10846. by Felix S. Klock II · 11 years ago
  48. 1710820 test: readd TMPDIR to LD_LIBRARY_PATH for run-make by Benjamin Herr · 11 years ago
  49. 9a583bb auto merge of #15086 : jakub-/rust/xc-struct-variants-match, r=alexcrichton by bors · 11 years ago
  50. 1efc02a auto merge of #15083 : edwardw/rust/destructure-trait-ref, r=pcwalton by bors · 11 years ago
  51. ca3e557 auto merge of #15081 : jakub-/rust/issue-15080, r=alexcrichton by bors · 11 years ago
  52. ff50ce9 libsyntax: don't allow enum structs with no fields by Benjamin Herr · 11 years ago
  53. 37b8ce0 Remove duplicated test files by Piotr Jawniak · 11 years ago
  54. 26e692d Fix spurious non-exhaustive errors for cross-crate struct variants by Jakub Wieczorek · 11 years ago
  55. f87bc6a Make destructuring trait reference work by Edward Wang · 11 years ago
  56. d4da4ba4 Fix a #14731 regression in missing_constructor() for vector patterns by Jakub Wieczorek · 11 years ago
  57. 5e720aa Add missing attributes to indirect calls for foreign functions by Björn Steinbrink · 11 years ago
  58. f556c8c auto merge of #15062 : pcwalton/rust/trailing-plus, r=brson by bors · 11 years ago
  59. 0ae4b97 auto merge of #15029 : aturon/rust/stability-index, r=brson by bors · 11 years ago
  60. b1646cb auto merge of #14731 : jakub-/rust/pattern-matching-refactor, r=alexcrichton by bors · 11 years ago
  61. ae06747 libsyntax: Stop parsing `+` with no bounds after it. by Patrick Walton · 11 years ago
  62. 2563481 auto merge of #14988 : pcwalton/rust/unsafe-destructor-feature-gate, r=alexcrichton by bors · 11 years ago
  63. dcbf4ec librustc: Put `#[unsafe_destructor]` behind a feature gate. by Patrick Walton · 11 years ago
  64. a88819a Ignore issue-14393 on Windows by Jakub Wieczorek · 11 years ago
  65. f0c730b syntax: Parse GT tokens from `>=` and `>>=` by Alex Crichton · 11 years ago
  66. abce42a Address review comments by Jakub Wieczorek · 11 years ago
  67. 76f7eee Fix #14393 by Jakub Wieczorek · 11 years ago
  68. 9dca26c Add unreachability detection for missized patterns of fixed size vectors by Jakub Wieczorek · 11 years ago
  69. 1e68d57 Add support for fixed size vectors in let/arg patterns by Jakub Wieczorek · 11 years ago
  70. 34407dc Provide a witness pattern for non-exhaustive patterns by Jakub Wieczorek · 11 years ago
  71. f5e513b Check pattern refutability the same way exhaustiveness is checked by Jakub Wieczorek · 11 years ago
  72. 22d62fc auto merge of #15033 : Sawyer47/rust/old-test, r=alexcrichton by bors · 11 years ago
  73. bb06790c auto merge of #14830 : luqmana/rust/cmtrttcbctto, r=nikomatsakis by bors · 11 years ago
  74. 6008f2c Add stability inheritance by Aaron Turon · 11 years ago
  75. f8c9aec auto merge of #14400 : kballard/rust/lexer_crlf_handling, r=cmr by bors · 11 years ago
  76. 8a8e497 Handle CRLF properly in the lexer by Kevin Ballard · 11 years ago
  77. 3770c42 auto merge of #15025 : alexcrichton/rust/rollup, r=alexcrichton by bors · 11 years ago
  78. 108b8b6 Deprecate the bytes!() macro. by Simon Sapin · 11 years ago
  79. 7cfdfa6e debuginfo: Add test case for issue 14411. by Michael Woerister · 11 years ago
  80. b1df9aa Fix #14865 by Edward Wang · 11 years ago
  81. 90f7e3a Reject double moves out of array elements by Cameron Zwarich · 11 years ago
  82. f993495 Fallout from TaskBuilder changes by Aaron Turon · 11 years ago
  83. a23511a Revamp TaskBuilder API by Aaron Turon · 11 years ago
  84. 8e9e17d librustc: Use expr_ty_adjusted in trans_overloaded_call. by Luqman Aden · 11 years ago
  85. ff9f92c Merge the Bitwise and ByteOrder traits into the Int trait by Brendan Zabarauskas · 11 years ago
  86. 0dcc955 auto merge of #15006 : alexcrichton/rust/fix-nightly, r=brson by bors · 11 years ago
  87. 6ca454f auto merge of #14854 : jakub-/rust/issue-10991, r=pcwalton by bors · 11 years ago
  88. 91c7687 test: Attempt to fix nightly-linux by Alex Crichton · 11 years ago
  89. 80d8214 Remove obsolete test by Piotr Jawniak · 11 years ago
  90. 557b9e7 auto merge of #14879 : Ryman/rust/resolve_super_hint_cut, r=alexcrichton by bors · 11 years ago
  91. 4c2a8bb Adapt test case to match current set of emitted warnings. (or lack thereof.) by Felix S. Klock II · 11 years ago
  92. 3ddb987 Regression tests for flowgraph construction bug on ExprWhile. by Felix S. Klock II · 11 years ago
  93. 373b0fc some extra test cases to cover in the borrow checker. by Felix S. Klock II · 11 years ago
  94. 4eb5d7b librustc: Don't overwrite vtables when coercing to trait object. by Luqman Aden · 11 years ago
  95. d6736a1 auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton by bors · 11 years ago
  96. 3791a85 rustc: reduce redundant resolve errors. by Kevin Butler · 11 years ago
  97. 3744d82 Fix expected error message in a test. by Simon Sapin · 11 years ago
  98. b8a4c14 Add br##"xx"## raw byte string literals. by Simon Sapin · 11 years ago
  99. d7e01b5 Add a b"xx" byte string literal of type &'static [u8]. by Simon Sapin · 11 years ago
  100. bccdba0 Add a b'x' byte literal of type u8. by Simon Sapin · 11 years ago