closed Issues

  1. bind's glue function should tail-call its target

    5971c10 Opened by Graydon Hoare at 2011-08-16 00:37:18 - 2 comments
  2. implement lambda blocks

    95bbeee Opened by Graydon Hoare at 2011-08-15 23:07:49 - 28 comments
  3. implement 'break' and 'cont' statements.

    9d8fca0 Opened by Graydon Hoare at 2011-03-29 20:14:27 - 3 comments
  4. Complete name-mangling rules for linkage

    f7a1fc2 Opened by Graydon Hoare at 2011-06-08 23:07:31 - 1 comment
  5. libuv bindings in stdlib

    e3f92d7 Opened by Graydon Hoare at 2012-02-15 20:36:03 - 7 comments
  6. 595

    b6a6624 Opened by Graydon Hoare at 2011-06-28 23:51:17 - 2 comments
  7. communication-alt statements

    4598be2 Opened by Graydon Hoare at 2011-06-21 14:13:28 - 2 comments
  8. Task links, failure trapping.

    240218e Opened by Graydon Hoare at 2011-09-15 00:16:07 - 3 comments
  9. Signal-trap table

    f0c3b06 Opened by Graydon Hoare at 2012-02-15 05:06:04 - 2 comments
  10. configure runtime ABI by platform

    6c9affb Opened by Graydon Hoare at 2012-02-15 05:07:02 - 2 comments
  11. implement stack growth check

    2c91b65 Opened by Graydon Hoare at 2012-01-13 21:07:30 - 7 comments
  12. implement 'big' type

    8165b68 Opened by Graydon Hoare at 2013-01-08 21:13:25 - 9 comments
  13. synthesize check and prove stmts for type-carried typestate constraints

    ff0cb01 Opened by Graydon Hoare at 2012-07-16 03:58:44 - 12 comments
  14. propagate constraints during copying

    2103dcd Opened by Graydon Hoare at 2011-07-09 05:33:10 - 2 comments
  15. floating point support

    75bb96d Opened by Graydon Hoare at 2011-03-29 20:37:43 - 2 comments
  16. support native C++ modules w/ thiscall

    6a33bc9 Opened by Graydon Hoare at 2013-07-11 16:37:55 - 5 comments
  17. flesh out the syntactic extension system

    4657881 Opened by Graydon Hoare at 2012-03-05 22:51:56 - 4 comments
  18. move yield and join into standard library

    c56f9eb Opened by Graydon Hoare at 2011-06-14 05:29:02 - 3 comments
  19. Implement buffer-growing send

    815d1aa Opened by Graydon Hoare at 2011-08-25 00:21:19 - 2 comments
  20. implement flush

    9064278 Opened by Graydon Hoare at 2011-08-25 00:21:40 - 2 comments
  21. permit imports in fn, iter, obj scope

    b9aec5b Opened by Graydon Hoare at 2011-11-23 20:13:55
  22. strings in pattern-alt statements

    fed8629 Opened by Graydon Hoare at 2011-06-23 05:07:45 - 1 comment
  23. Implement type 'any' and alt-type

    b9de603 Opened by Roy Frostig at 2012-07-17 16:27:09 - 4 comments
  24. Bind meta wildcards to selected meta value once crate is chosen

    08a72b2 Opened by Graydon Hoare at 2012-04-11 21:51:11 - 3 comments
  25. Forwarding functions (from object coercions) should tail-call target

    4a8e344 Opened by Graydon Hoare at 2012-01-13 20:30:28 - 2 comments
  26. FreeBSD support

    c80cf78 Opened by Rob Arnold at 2012-02-15 05:08:31 - 2 comments
  27. 64-bit OS X support

    e957ab7 Opened by Adam Vandenberg at 2011-07-08 03:08:06 - 2 comments
  28. Asm support

    078aca3 Opened by Deleted user at 2013-03-14 06:02:44 - 3 comments
  29. 'exception Lexer.Lex_err("bad trailing utf-8 byte", _)' compiling test/run-pass/utf8.rs

    c527cca Opened by Jason Orendorff at 2011-05-24 04:40:01 - 4 comments
  30. Add a "platform-specific C types" module to std lib.

    09ddea6 Opened by Graydon Hoare at 2011-12-05 19:17:30 - 4 comments
  31. Add swig binding and/or C-compiler-fe-based bindings generator

    4e1f448 Opened by Graydon Hoare at 2012-08-08 22:07:30 - 6 comments
  32. Compiler should have more comments

    6398073 Opened by Jeffrey Yasskin at 2011-06-08 21:42:48 - 3 comments
  33. Interface narrowings don't yet work

    e46a963 Opened by Jeffrey Yasskin at 2012-01-13 20:33:49 - 6 comments
  34. string equality should be based on contents not identity

    e577ae6 Opened by Jeffrey Yasskin at 2011-05-05 22:29:30 - 4 comments
  35. Give type parameters kind constraints, and check them.

    c410c55 Opened by Roy Frostig at 2011-07-28 20:38:28 - 2 comments
  36. No way to change mutable fields of a tag arm.

    6650e85 Opened by Roy Frostig at 2011-08-04 01:27:35 - 3 comments
  37. Remove vicious hack for runtime-calculated state-ness in derived type descriptors.

    33796d2 Opened by Roy Frostig at 2011-09-23 05:28:52 - 2 comments
  38. Several FIXMEs in lib-deque.rs test.

    4f97c77 Opened by Roy Frostig at 2011-08-04 00:08:33 - 1 comment
  39. Add top-level makefile plus (non-autoconf) configure script

    98d1af4 Opened by Graydon Hoare at 2011-04-19 22:11:35 - 1 comment
  40. Force a GC right prior to task death.

    f08d20e Opened by Roy Frostig at 2012-07-25 20:41:52 - 2 comments
  41. Implement #fmt extension in rustc.

    0873c3a Opened by Atul Varma at 2012-01-24 22:37:41 - 11 comments
  42. Implement a getopt module

    b26f7a0 Opened by Atul Varma at 2011-05-05 22:30:11 - 1 comment
  43. Teach rustc about native modules and general C calls

    4748ae8 Opened by Graydon Hoare at 2011-03-29 20:16:14 - 1 comment
  44. Teach rustc to do tail calls

    c7e3061 Opened by Graydon Hoare at 2018-01-29 00:16:54 - 18 comments
  45. Teach rustc to do vec-append / growth

    e1b7af7 Opened by Graydon Hoare at 2011-04-19 22:08:41 - 1 comment
  46. Teach rustc about spawning and tasks

    60be328 Opened by Graydon Hoare at 2011-06-16 18:27:45 - 2 comments
  47. Implement the occurs check for type unification

    53f6cad Opened by Patrick Walton at 2011-08-04 22:55:45 - 5 comments
  48. add typestate pass to rustc

    7a0b074 Opened by Graydon Hoare at 2011-05-26 19:21:48 - 1 comment
  49. add effect-checking pass to rustc

    f5c7383 Opened by Graydon Hoare at 2011-04-19 22:07:10 - 1 comment
  50. add kind system and kind-checking pass to rustc

    68aab95 Opened by Graydon Hoare at 2011-11-15 15:40:49 - 3 comments
  51. implement gc in rustc

    f475da1 Opened by Graydon Hoare at 2012-02-14 20:17:46 - 2 comments
  52. add fail-unwind machinery to rustc

    81d2299 Opened by Graydon Hoare at 2011-09-12 20:02:00 - 2 comments
  53. add debug info to rustc

    de66860 Opened by Graydon Hoare at 2011-12-20 14:57:30 - 2 comments
  54. Change statement to expression in docs

    9777621 Opened by Graydon Hoare at 2011-04-19 22:06:38 - 1 comment
  55. Escape analysis

    ab2ada1 Opened by Patrick Walton at 2012-04-11 21:54:55 - 2 comments
  56. Extend lexer to cover non-ASCII unicode cases

    3963434 Opened by Graydon Hoare at 2012-02-14 20:18:01
  57. Make the glue tables in trans not sensitive to cname

    de060c6 Opened by Patrick Walton at 2011-08-04 01:33:45 - 1 comment
  58. implement 'use' for rustc

    e11bcae Opened by Graydon Hoare at 2011-04-11 23:17:49 - 3 comments
  59. support dtors in rustc

    4d8f48b Opened by Graydon Hoare at 2011-04-29 19:21:07 - 2 comments
  60. Rustc thinks there's a cyclic import in lib

    bddf150 Opened by Graydon Hoare at 2011-04-12 14:44:06 - 1 comment
  61. Can't return from inside a block

    be64b95 Opened by Patrick Walton at 2012-03-05 22:46:49 - 4 comments
  62. "file not found" error message should be friendlier

    e661d08 Opened by Tim Chevalier at 2011-06-21 14:56:51 - 1 comment
  63. rustc -pp lib/_str.rs corrupts memory

    e334642 Opened by Patrick Walton at 2011-04-16 01:49:30 - 1 comment
  64. Stack not aligned on "main"

    8f4d5ff Opened by Rafael Ávila de Espíndola at 2011-04-07 02:28:01 - 1 comment
  65. Nested clean-up-requiring blocks in loop (sometimes) segfault [rustc]

    c6235df Opened by Marijn Haverbeke at 2011-06-23 11:31:57 - 4 comments
  66. Try to reuse cleanup code when appropriate

    b1e9713 Opened by Marijn Haverbeke at 2012-02-16 15:40:37 - 1 comment
  67. Generic vector reads read from the wrong place

    64dc9ec Opened by Patrick Walton at 2011-03-31 17:11:35 - 1 comment
  68. Compiler allows tail calls to functions with aliased arguments

    43655ed Opened by Tim Chevalier at 2011-06-15 19:42:32 - 1 comment
  69. unresolved name conflict

    fb289cc Opened by Lindsey Kuper at 2011-04-12 14:44:42 - 3 comments
  70. Unused functions in objects can affect whether self calls compile

    23cbbfc Opened by Lindsey Kuper at 2011-05-27 19:52:34 - 2 comments
  71. Use MCStreamer to emit object files

    57f9dab Opened by Patrick Walton at 2011-04-23 13:54:16
  72. Intern types

    7d95eb7 Opened by Patrick Walton at 2011-05-26 19:21:43 - 2 comments
  73. Implement "walk"

    95c6e87 Opened by Patrick Walton at 2011-04-19 16:28:13 - 1 comment
  74. Store types in a side table

    83b7fbf Opened by Patrick Walton at 2011-05-26 19:27:06 - 2 comments
  75. Assigning a function to a variable causes an assertion failure

    acf718d Opened by Tim Chevalier at 2011-07-09 00:45:43 - 1 comment
  76. SSA problem when using log_err with a computed string

    0476501 Opened by Patrick Walton at 2011-04-20 04:57:41
  77. Compiler warning for "condition is always true"

    25aebf8 Opened by Patrick Walton at 2012-11-21 19:51:35 - 4 comments
  78. Use correct extension when the output path is not provided to rustc

    58cc3af Opened by Brian Anderson at 2011-05-22 21:30:18 - 1 comment
  79. static exhaustiveness checking

    f0a8dd8 Opened by Graydon Hoare at 2012-01-31 18:14:43 - 11 comments
  80. Separate namespaces for types and values

    fa66194 Opened by Marijn Haverbeke at 2011-05-26 20:48:50 - 2 comments
  81. Separate namespaces for types and values

    a5c93a9 Opened by Marijn Haverbeke at 2011-05-13 10:52:09 - 1 comment
  82. Compiler crash on using a const

    f392718 Opened by Marijn Haverbeke at 2011-09-23 04:59:36 - 2 comments
  83. 'for each' doesn't seem to be typechecked

    20564e7 Opened by Marijn Haverbeke at 2011-06-21 19:55:54 - 1 comment
  84. --shared should be a crate directive

    3b1bdac Opened by Patrick Walton at 2011-06-21 15:04:29 - 5 comments
  85. Print a backtrace on failure

    13215e9 Opened by Patrick Walton at 2011-05-12 15:22:56 - 1 comment
  86. 'ret none;' should typecheck

    ed12346 Opened by Marijn Haverbeke at 2011-06-08 19:54:29 - 1 comment
  87. Can't leave off type parameters in tag patterns

    68bd94d Opened by Marijn Haverbeke at 2011-05-31 04:18:32 - 2 comments
  88. Closing over an outer function arg is not caught by capture pass

    2877dad Opened by Marijn Haverbeke at 2011-05-13 10:52:35 - 1 comment
  89. internal error instead of type error on "some_vector.some_field_name"

    f3b96cf Opened by Paul Stansifer at 2011-06-23 04:33:28
  90. clang does not like rust_box's flexible array

    ad711aa Opened by Erick Tryzelaar at 2011-05-18 04:45:00 - 1 comment
  91. Bindings with the same name on the same level are not caught

    3284e41 Opened by Marijn Haverbeke at 2011-05-19 20:00:54 - 1 comment
  92. Unexpected behavior importing nested modules with the same name

    11e9b47 Opened by Brian Anderson at 2011-05-19 20:00:23 - 2 comments
  93. implicit block values as function bodies don't actually get returned

    dd7efcc Opened by Paul Stansifer at 2011-05-31 23:24:34
  94. Conditional jump or move depends on uninitialized value in rustc

    e1e030d Opened by Brian Anderson at 2011-05-22 06:09:59 - 1 comment
  95. Binding non-alias arguments with type parameters fails in llvm

    42d6eb5 Opened by Brian Anderson at 2011-07-11 19:56:23 - 5 comments
  96. Run the ll verifier before the optimizer

    fa82a7f Opened by Brian Anderson at 2011-05-24 00:15:11
  97. Incorrect block results from intermediate tuple

    293e9f6 Opened by Brian Anderson at 2011-05-17 04:48:16
  98. assert(false) causes Valgrind problems

    2710dd8 Opened by Paul Stansifer at 2011-05-17 21:26:19 - 1 comment
  99. Unused variables should be reported as warnings

    8198b96 Opened by Patrick Walton at 2011-06-30 19:43:04 - 2 comments
  100. Inefficient ref counting in else if expressions

    a30934a Opened by Brian Anderson at 2011-06-16 07:46:06 - 2 comments
  101. Reconfiguring should preserve CFG_* settings

    7f69ced Opened by Erick Tryzelaar at 2011-05-26 19:10:59 - 2 comments
  102. Incorrect ref counting on nested block expressions

    8859623 Opened by Brian Anderson at 2011-05-20 03:40:43
  103. Receiving from a port doesn't block correctly.

    7c6e17b Opened by Eric Holk at 2011-06-16 05:15:15 - 2 comments
  104. Logging a tuple causes an LLVM assertion to fail

    9622393 Opened by Lindsey Kuper at 2011-05-27 00:21:51 - 3 comments
  105. Warn or error on path statements

    9901904 Opened by Brian Anderson at 2012-04-26 21:43:42 - 2 comments
  106. Lots of things are passing typechecking that shouldn't

    b429f43 Opened by Eric Holk at 2011-07-12 01:02:08 - 2 comments
  107. alias analysis pass in rustc

    52e1b56 Opened by Graydon Hoare at 2011-06-09 14:15:02 - 2 comments
  108. Unique boxes

    cccfa98 Opened by Graydon Hoare at 2011-09-29 07:30:38 - 3 comments
  109. Move and swap operators

    0ff1d23 Opened by Graydon Hoare at 2011-06-29 00:29:05 - 6 comments
  110. Resource types

    ad66d99 Opened by Graydon Hoare at 2011-06-28 19:12:08 - 1 comment
  111. inline keyword and llvm section for exported inline bitcode

    c911620 Opened by Graydon Hoare at 2012-03-05 22:22:59 - 2 comments
  112. Unsafe blocks and sub-language

    da6109f Opened by Graydon Hoare at 2011-10-13 18:45:54 - 8 comments
  113. Fuzzer

    68683a5 Opened by Graydon Hoare at 2014-06-19 21:07:40 - 4 comments
  114. Implement 'note'

    4328252 Opened by Graydon Hoare at 2013-10-13 16:23:41 - 7 comments
  115. Extend typestate system to cover non-init preds

    700243b Opened by Graydon Hoare at 2011-06-21 19:59:54 - 1 comment
  116. object extension, overriding

    5656619 Opened by Graydon Hoare at 2011-06-21 19:59:59 - 1 comment
  117. Full macro system

    565905b Opened by Graydon Hoare at 2012-11-21 19:52:21 - 1 comment
  118. Pretty-printing wraps trailing paren

    4e5ee63 Opened by Graydon Hoare at 2011-06-27 15:39:20 - 1 comment
  119. Pretty-printing injects new lines for line-trailing comments

    1ae947f Opened by Graydon Hoare at 2011-08-04 02:06:30 - 1 comment
  120. Pretty-printing binops should have lower affinity somehow

    3a4511d Opened by Graydon Hoare at 2011-08-04 02:06:35 - 1 comment
  121. Pretty-printing support for words that aren't broken relative to their neighbour

    b54c1ff Opened by Graydon Hoare at 2011-08-04 02:06:38 - 1 comment
  122. Pretty-print crate files

    b23302d Opened by Graydon Hoare at 2012-07-25 23:50:14 - 1 comment
  123. Implement log for more types

    b67b0cc Opened by Michael J. Sullivan at 2011-08-12 18:34:07 - 1 comment
  124. write a tutorial for the docs

    ce6a948 Opened by Graydon Hoare at 2012-01-19 23:04:33 - 5 comments
  125. unit test machinery

    7396dc7 Opened by Graydon Hoare at 2011-07-25 18:41:41 - 1 comment
  126. website

    daba809 Opened by Graydon Hoare at 2011-05-28 06:49:53 - 1 comment
  127. website

    acd7170 Opened by Graydon Hoare at 2011-09-23 00:52:55 - 1 comment
  128. make trans contexts into objects

    65deffe Opened by Graydon Hoare at 2011-09-23 13:40:56 - 6 comments
  129. Add support for binding a method off an impl

    fed51e2 Opened by Lindsey Kuper at 2012-03-16 11:57:46 - 8 comments
  130. -L sysroot should be default

    e0a4399 Opened by Patrick Walton at 2011-06-20 18:03:53 - 1 comment
  131. Error messages should follow a consistent style

    5772da3 Opened by Patrick Walton at 2012-03-06 01:06:06 - 1 comment
  132. put librustrt and librustllvm in stageN directories of build

    b58f39e Opened by Graydon Hoare at 2011-07-08 00:23:37
  133. Print out the offending line on error

    88a95d0 Opened by Patrick Walton at 2011-07-25 12:11:55 - 1 comment
  134. rustc shouldn't stop after the first error

    6dec698 Opened by Patrick Walton at 2011-12-05 19:41:46 - 2 comments
  135. rpath binaries so no LD_LIBRARY_PATH is needed

    5a79e6f Opened by Graydon Hoare at 2011-10-06 23:31:22 - 10 comments
  136. make all error messages lowercase

    3c30c5e Opened by Graydon Hoare at 2011-06-01 23:19:54 - 1 comment
  137. rustc should know how to run the linker on all platforms

    64c167e Opened by Patrick Walton at 2011-06-16 20:29:05 - 2 comments
  138. try to ensure all errors use spans

    1f91ab6 Opened by Graydon Hoare at 2012-03-05 23:36:32 - 5 comments
  139. make sure every FIXME in the code has an issue open for it

    53d9e93 Opened by Graydon Hoare at 2012-06-22 00:00:44 - 2 comments
  140. Disallow binding to alias parameters

    f66e720 Opened by Patrick Walton at 2011-06-16 07:40:29 - 1 comment
  141. Multiline strings

    b709389 Opened by Patrick Walton at 2011-06-08 21:35:19 - 3 comments
  142. Or-patterns

    61c2d25 Opened by Lindsey Kuper at 2011-07-11 09:05:41
  143. if/alt expressions don't understand how to return functions that fail

    758be0f Opened by Brian Anderson at 2011-06-11 00:50:38 - 1 comment
  144. Implement "fail EXPR" for convenience

    1e6b131 Opened by Patrick Walton at 2011-06-08 17:40:18 - 2 comments
  145. Implement per-symbol and per-crate versioned-API support

    983d231 Opened by Graydon Hoare at 2014-06-19 21:08:25 - 10 comments
  146. Serialize the non-exported metadata into the crate as well, for documentation purposes.

    0aa7a56 Opened by Graydon Hoare at 2011-06-10 22:56:02
  147. Get dynamic loading working

    0a2fda8 Opened by Graydon Hoare at 2014-06-19 17:19:22 - 10 comments
  148. Perform meta tag matching to bind to crates

    a46ea83 Opened by Graydon Hoare at 2011-06-10 22:56:02
  149. Allow assignment to aliases only when they were declared mutable

    7020a0a Opened by Marijn Haverbeke at 2011-06-15 13:15:15 - 1 comment
  150. Port to x64 at least, not just x86.

    c5bdab8 Opened by Graydon Hoare at 2011-12-01 04:52:01 - 5 comments
  151. Allow tasks to return values

    5c5d4b6 Opened by Eric Holk at 2011-08-15 17:21:42 - 1 comment
  152. Remove rustboot "trans_const_lval bug" workaround

    b9e24fc Opened by Patrick Walton at 2011-07-25 13:10:25
  153. Have human-readable source for vec append glue

    f317e12 Opened by Patrick Walton at 2011-06-15 22:26:33 - 1 comment
  154. Experiment with moving the task pointer to thread local storage

    5230c5c Opened by Patrick Walton at 2011-10-20 15:37:03 - 7 comments
  155. Compile pattern matches to switch statements

    dc1f9f1 Opened by Patrick Walton at 2011-07-12 16:00:03 - 2 comments
  156. Accept .<> as well as [] for type parameters

    8b428c4 Opened by Patrick Walton at 2011-08-18 12:39:37 - 1 comment
  157. Allow pattern matching over structural types

    b2b5895 Opened by Patrick Walton at 2011-07-11 13:34:23 - 1 comment
  158. Allow multiple vars to be declared in one declaration

    5f77259 Opened by Patrick Walton at 2011-08-18 23:23:38 - 3 comments
  159. move librustrt.so and librustllvm.so into sysroot

    9ae83e0 Opened by Graydon Hoare at 2011-07-28 20:36:29 - 1 comment
  160. make target-run compiled artifacts per-arch

    ad28b68 Opened by Graydon Hoare at 2011-09-30 06:50:22 - 5 comments
  161. Allocating memory from rust involves 5 layers of indirection

    4a9c01f Opened by Michael J. Sullivan at 2012-03-05 22:48:56 - 1 comment
  162. rustc -S --emit-llvm should emit LLVM assembler

    e226fae Opened by Patrick Walton at 2011-11-07 20:07:09
  163. Eliminate the builder objects in lib/llvm and trans

    b02f3de Opened by Patrick Walton at 2011-08-30 16:06:55 - 1 comment
  164. Make all of our GEPs InBoundsGEPs

    13e9913 Opened by Patrick Walton at 2012-03-05 23:18:59 - 1 comment
  165. Typechecker does not require LHS of assignment to be an lval

    e88e830 Opened by Michael J. Sullivan at 2011-06-15 13:11:47 - 3 comments
  166. Variable sized function arguments don't fail until trans

    14a7b99 Opened by Michael J. Sullivan at 2011-09-13 15:48:39 - 6 comments
  167. Resolve should make sure variables aren't used before they're declared

    e1428f6 Opened by Patrick Walton at 2011-08-16 11:48:57 - 4 comments
  168. internal error "imports and matches don't agree" on multiple glob-import when at least one source is from a different crate

    2c7936c Opened by Paul Stansifer at 2011-07-09 01:58:53
  169. Using the result of an assignment expression results in an LLVM assert

    814e19f Opened by Michael J. Sullivan at 2011-06-14 01:14:38 - 1 comment
  170. Typechecker doesn't properly check assignment operations

    548f253 Opened by Michael J. Sullivan at 2011-06-16 00:35:53 - 1 comment
  171. Implement an alias analysis pass

    06a2a58 Opened by Patrick Walton at 2011-09-23 13:39:04 - 3 comments
  172. Extend metadata to items, not just crates

    f005f33 Opened by Brian Anderson at 2011-07-01 22:45:50 - 1 comment
  173. Automatically 'bind' generic functions when their value is taken

    b388069 Opened by Marijn Haverbeke at 2011-07-08 02:26:25 - 1 comment
  174. More robust support for conditional compilation

    495a7c2 Opened by Brian Anderson at 2011-07-01 22:44:52 - 2 comments
  175. Find a solid way to pass span info around trans

    369f486 Opened by Marijn Haverbeke at 2012-01-02 13:10:51 - 2 comments
  176. Modules can't be defined inside of functions

    93cf40e Opened by Brian Anderson at 2016-06-20 12:23:17 - 10 comments
  177. Context switching doesn't pass valgrind on OS X when built with Clang

    0fa2b5d Opened by Eric Holk at 2011-06-21 20:21:01 - 2 comments
  178. Task startup makes cross-language/module fastcalls

    f7388dd Opened by Eric Holk at 2011-06-16 00:46:10 - 1 comment
  179. Context creation doesn't respect stack alignment

    a79386c Opened by Eric Holk at 2011-06-16 01:31:16
  180. Pretty-printer prints comments above a case too late

    6e6eef1 Opened by Marijn Haverbeke at 2012-03-06 01:16:22 - 1 comment
  181. upcall_vec_append can crash when self-appending

    50c7832 Opened by Josh Matthews at 2011-06-27 20:17:45 - 2 comments
  182. Fix pretty-printing of anonymous objects

    bf3568d Opened by Lindsey Kuper at 2011-07-08 22:04:28
  183. Binary operations are not type checked

    6642b5f Opened by Brian Anderson at 2011-06-26 02:58:08 - 1 comment
  184. Pretty printer comment drift in tag definitions

    d11f358 Opened by Michael J. Sullivan at 2011-08-08 23:43:31 - 1 comment
  185. std::term needs better detection of color terminals

    a8c5ac5 Opened by Brian Anderson at 2013-06-06 17:42:24 - 7 comments
  186. Internal compiler error when trying to spawn a native function as a task

    c7dcaff Opened by Rob Arnold at 2011-06-20 19:08:37 - 6 comments
  187. Unable to pass channels across more than one task

    42efc3e Opened by Rob Arnold at 2011-06-17 22:22:15 - 1 comment
  188. Implement M:N task to OS thread scheduling.

    013bae1 Opened by Eric Holk at 2011-06-27 20:25:57 - 2 comments
  189. Remove upcall_join

    6f6f2b7 Opened by Eric Holk at 2011-06-16 19:28:13
  190. Directly call glue functions when we can instead of picking them out of the type descriptor

    a953646 Opened by Patrick Walton at 2012-03-15 18:12:46 - 2 comments
  191. Passing "none" to an &mutable option::t[T] leaks

    48d57ad Opened by Patrick Walton at 2011-09-23 05:50:30
  192. Typechecking if apparently doesn't require a boolean.

    152b6ef Opened by Eric Holk at 2011-06-17 18:38:21
  193. equal_type_structures should just be ==

    eda0253 Opened by Patrick Walton at 2011-08-18 23:38:47 - 1 comment
  194. Figure out and implement task lifetime rules.

    e237031 Opened by Eric Holk at 2011-09-15 00:12:52 - 3 comments
  195. Incorrect type in 'mismatched types' error

    8633808 Opened by Brian Anderson at 2011-06-23 03:55:35
  196. Cache results of type_has_pointers

    eab0da9 Opened by Patrick Walton at 2011-06-18 17:51:11 - 1 comment
  197. Change "mutable?" to something else ("const"?) and fix covariance/invariance

    25ee3c6 Opened by Patrick Walton at 2011-11-16 22:58:24 - 6 comments
  198. Tagged union typechecking regression

    9124e65 Opened by Rob Arnold at 2011-06-19 04:33:46 - 4 comments
  199. Cannot spawn task with channel and string

    39236bd Opened by Rob Arnold at 2011-06-20 20:52:29 - 1 comment
  200. Valueless ret expression in block tail position doesn't parse

    6781058 Opened by Brian Anderson at 2011-06-23 00:40:37
  201. Build NSIS installer for rust toolchain on windows

    af096ae Opened by Graydon Hoare at 2011-07-23 19:27:19 - 1 comment
  202. Instantiating the type parameters of a function without calling it fails in LLVM

    65ff1ce Opened by Paul Stansifer at 2011-06-21 19:57:06 - 1 comment
  203. Insert yield checks at appropriate places

    9f6e5be Opened by Eric Holk at 2014-03-04 02:23:51 - 18 comments
  204. native types should not all be the same type

    b56b1f4 Opened by Graydon Hoare at 2011-07-01 16:40:06
  205. Experiment with interpreted glue

    4b35a58 Opened by Patrick Walton at 2011-08-25 00:13:35 - 3 comments
  206. Bake in default sysroots appropriately

    5dca7a2 Opened by Patrick Walton at 2011-10-05 23:42:11 - 2 comments
  207. Make rustc installable with make install

    1ad5253 Opened by Patrick Walton at 2011-10-07 01:22:18 - 3 comments
  208. Use fastisel at -O0

    8df59f9 Opened by Patrick Walton at 2011-06-22 20:59:08 - 1 comment
  209. move entire communication system into library

    7fe5ebb Opened by Graydon Hoare at 2011-08-15 17:59:58 - 6 comments
  210. Assert failure with 1-argument #fmt call

    f1d6c1b Opened by Brian Anderson at 2011-06-21 14:53:21
  211. Convert rustc over to interior vectors and remove exterior vectors

    8174ea9 Opened by Patrick Walton at 2011-08-30 00:03:43 - 1 comment
  212. improve make performance

    56fcae2 Opened by Graydon Hoare at 2011-12-05 19:13:05 - 1 comment
  213. Implement overloading

    0245db9 Opened by Patrick Walton at 2012-02-14 20:34:22 - 2 comments
  214. Investigate LLVM ARC optimizations

    4973581 Opened by Patrick Walton at 2012-07-03 16:18:12 - 1 comment
  215. Implement a copy operator and make it mandatory in some cases

    7a5e4b6 Opened by Patrick Walton at 2012-02-14 20:35:35 - 2 comments
  216. Adding support for extending objects with new fields

    bc522f5 Opened by Lindsey Kuper at 2012-01-13 19:06:15 - 1 comment
  217. Adding support for 'degenerate' anonymous objects

    200453d Opened by Lindsey Kuper at 2011-07-07 01:47:39
  218. Adding support for extending objects with methods that contain simple self-calls

    bbc0fb1 Opened by Lindsey Kuper at 2011-07-20 03:03:42
  219. Alias analysis should take move ops into account

    08e8f97 Opened by Marijn Haverbeke at 2011-07-11 09:04:26
  220. Use move semantics for function and block returns

    2700870 Opened by Marijn Haverbeke at 2011-07-07 14:04:14 - 1 comment
  221. Adding support for extending objects with methods that override existing methods in the presence of self-calls

    26963aa Opened by Lindsey Kuper at 2011-07-20 20:20:33 - 2 comments
  222. Implement dropping predicates in typestate

    401ce26 Opened by Tim Chevalier at 2011-06-25 05:41:11 - 2 comments
  223. Wrong types reported in some let binding type errors

    4437cd9 Opened by Michael J. Sullivan at 2011-06-22 19:23:05 - 2 comments
  224. Replace some native module syntax with attributes

    c1f4bbb Opened by Brian Anderson at 2011-12-01 08:08:54 - 2 comments
  225. Write swap in assembly instead of C++

    176aa3b Opened by Eric Holk at 2011-06-24 03:23:42 - 2 comments
  226. Type inference not working in anonymous functions

    7402190 Opened by Brian Anderson at 2011-06-24 04:48:26 - 2 comments
  227. Duplicate alt patterns ignored

    2f283b6 Opened by Josh Matthews at 2011-08-29 00:45:32 - 1 comment
  228. Support static linking crates

    8e72256 Opened by Rafael Ávila de Espíndola at 2014-08-14 02:39:55 - 18 comments
  229. Add global variables to unsafe

    cfa4afb Opened by Rafael Ávila de Espíndola at 2013-06-25 11:32:07 - 11 comments
  230. Implement log in rust

    76c6d27 Opened by Rafael Ávila de Espíndola at 2013-01-24 20:22:44 - 5 comments
  231. Add support for slices

    a6cadd8 Opened by Rafael Ávila de Espíndola at 2012-02-14 20:39:51 - 1 comment
  232. figure out what to do with iterators

    33684de Opened by Rafael Ávila de Espíndola at 2011-10-21 09:24:31 - 1 comment
  233. GEP instead of pointer-to-int and add and back

    9599a27 Opened by Patrick Walton at 2011-09-09 13:54:59 - 1 comment
  234. Tool to detect/display function dependencies in Rust crates

    238c9f5 Opened by Patrick Walton at 2017-03-24 19:22:53 - 11 comments
  235. Pull glue out of trans

    965065f Opened by Brian Anderson at 2012-02-14 20:40:21 - 1 comment
  236. Split rustc into libraries

    6bb1601 Opened by Brian Anderson at 2014-06-19 17:22:48 - 11 comments
  237. Better error when types differ only by their boxiness

    d746a9f Opened by Brian Anderson at 2012-04-06 21:54:43 - 5 comments
  238. lib-sha1 segfaults only at -O0

    baa7e15 Opened by Patrick Walton at 2011-07-06 22:53:11 - 1 comment
  239. Reformat under the major agreed syntax changes

    78e45c5 Opened by Graydon Hoare at 2011-08-21 19:22:31 - 4 comments
  240. Interior vector syntax should be [T]

    4402446 Opened by Patrick Walton at 2011-08-11 01:14:50 - 1 comment
  241. Add ternary operator

    ead9cdf Opened by Brian Anderson at 2011-06-24 05:36:31
  242. Typechecking doesn't enforce communication immutability requirements

    2f1a493 Opened by Eric Holk at 2011-10-21 01:35:52 - 4 comments
  243. Merge rust_kernel and rust_domain

    fc44dd1 Opened by Eric Holk at 2011-08-15 17:20:23 - 2 comments
  244. Allow arbitrary constant expressions to be assigned to const items

    8e0ea09 Opened by Brian Anderson at 2012-08-09 23:21:40 - 19 comments
  245. Allow vector constants

    3a29386 Opened by Brian Anderson at 2012-08-09 23:21:40
  246. Poor error when iterator name missing in for loop

    73c6e16 Opened by Josh Matthews at 2011-10-21 15:09:58 - 3 comments
  247. Some forms of float literal don't parse

    45c37dc Opened by Brian Anderson at 2011-09-13 15:52:10
  248. Relational binops on unit type are nonsensical

    084a9ae Opened by Brian Anderson at 2011-07-11 21:55:24 - 5 comments
  249. Crash comparing ports, channels, tasks

    315ba65 Opened by Brian Anderson at 2011-08-11 17:15:33
  250. rustc happily compiles non-boolean branch expressions which assert at runtime

    907fe42 Opened by Josh Matthews at 2011-06-26 03:35:44 - 2 comments
  251. Implement something like copy & move analysis

    df2a07f Opened by Marijn Haverbeke at 2011-11-15 15:42:43 - 2 comments
  252. rust_task::kill appears to just wake the task

    2215e2b Opened by Rob Arnold at 2011-09-23 07:45:24 - 4 comments
  253. Current LLVM trunk incompatible with librustrt.

    feea909 Opened by Roy Frostig at 2011-06-27 17:03:13 - 1 comment
  254. switch from rand to isaac

    609993c Opened by Graydon Hoare at 2011-07-06 18:53:01
  255. perf bot

    895b6a8 Opened by Graydon Hoare at 2011-09-22 23:34:37 - 1 comment
  256. Start running runtime test suite again

    630d598 Opened by Eric Holk at 2011-10-12 23:04:37 - 1 comment
  257. Replace common::new_seq_hash with std::smallintmap

    36235a3 Opened by Brian Anderson at 2011-06-29 02:49:33
  258. Postconditions on function return types

    a2de788 Opened by Tim Chevalier at 2012-07-16 04:06:02 - 14 comments
  259. port constructors with types don't parse correctly.

    2ea9a06 Opened by Eric Holk at 2011-06-28 23:15:56
  260. Require that the RHS of a move be a local variable

    f7631b0 Opened by Michael J. Sullivan at 2011-07-13 08:24:57 - 5 comments
  261. Deadlock in upcall_vec_append/upcall_malloc

    d6ae8a7 Opened by Patrick Walton at 2011-06-29 17:35:11 - 1 comment
  262. Add warning when return is used

    4346d89 Opened by Josh Matthews at 2012-02-14 20:43:17 - 2 comments
  263. Add 1:1 Scheduling Mode

    6a41899 Opened by Eric Holk at 2013-08-06 16:15:42 - 5 comments
  264. Worker threads shouldn't busy wait

    558c78b Opened by Eric Holk at 2011-07-28 17:58:25 - 1 comment
  265. "Instruction does not dominate all uses" when translating fixed point combinator

    ff558dc Opened by Michael J. Sullivan at 2011-07-08 01:59:57 - 4 comments
  266. Add support for pinning tasks to a certain worker thread

    fe13982 Opened by Eric Holk at 2011-06-30 01:56:45 - 1 comment
  267. Add task wakeup callback

    96f4191 Opened by Eric Holk at 2011-07-06 18:33:39 - 2 comments
  268. Eliminate copies when initializing a local from a temporary

    921f673 Opened by Patrick Walton at 2011-07-11 11:21:33 - 1 comment
  269. Can't define types as resources

    7bea347 Opened by Brian Anderson at 2011-06-30 20:02:01 - 2 comments
  270. typecheck segfault on failure to unify

    e79b052 Opened by Paul Stansifer at 2011-07-14 06:19:01 - 2 comments
  271. Remove rc_base

    930bd86 Opened by Eric Holk at 2011-08-18 22:50:07
  272. Remove much of the crate file evaluation infrastructure

    742f8b4 Opened by Brian Anderson at 2011-07-05 20:37:27 - 3 comments
  273. Allow crate link attributes to contain nested meta items

    9d059bd Opened by Brian Anderson at 2013-02-25 21:32:09
  274. Restore or remove the --depend flag

    8385099 Opened by Brian Anderson at 2011-10-28 20:21:23 - 1 comment
  275. Attributes for native items

    3f34f4a Opened by Brian Anderson at 2011-07-05 20:01:46 - 1 comment
  276. Conditional compilation for native items

    278ed52 Opened by Brian Anderson at 2011-07-05 20:32:33
  277. Support all literal types in ast::meta_item

    f68c2cd Opened by Brian Anderson at 2011-07-06 00:38:06
  278. Create a mechanism to merge config files into the crate compilation environment

    46a94ed Opened by Brian Anderson at 2014-09-06 18:29:09 - 8 comments
  279. Add warnings and errors when the crate 'link' attribute looks malformed

    28e04e4 Opened by Brian Anderson at 2011-07-05 19:01:53
  280. fail #fmt("%s", str_var) causes an LLVM assertion

    71b39e2 Opened by Josh Matthews at 2011-07-03 09:39:02 - 1 comment
  281. Passing a type parameter to a tag constructor that doesn't expect one isn't checked

    9c9d44a Opened by Marijn Haverbeke at 2011-07-11 11:19:50
  282. Remove rust_scheduler parameter from rust_vec contructor

    603c7e2 Opened by Eric Holk at 2011-09-23 07:43:51 - 1 comment
  283. "cannot determine a type for this expression" should be non-fatal

    b656882 Opened by Patrick Walton at 2011-07-06 18:47:52
  284. Nil literal doesn't parse in some situations

    5ea6365 Opened by Brian Anderson at 2011-07-20 23:03:03
  285. Encode/decode meta_name_values with non-string values

    730f9e6 Opened by Brian Anderson at 2013-10-31 09:11:35 - 6 comments
  286. "error: cyclic import"

    0417d60 Opened by Jesse Ruderman at 2011-07-11 09:04:15
  287. The "log" does not output anything to the console, but the "log_err" outputs.

    a681ab7 Opened by Dmitriy Bodroff at 2011-07-06 14:55:17 - 1 comment
  288. Better error when main is not defined

    05afcd7 Opened by Brian Anderson at 2011-07-14 01:36:44
  289. Windows does not respect RUST_SEED environment variable

    93b2bff Opened by Eric Holk at 2011-08-18 23:24:42
  290. Incorrect span for mismatched type error during FRU

    a66623d Opened by Brian Anderson at 2011-07-13 22:31:51
  291. Compound assignment between boxed types results in LLVM assertion failure

    774284c Opened by Brian Anderson at 2011-07-11 20:05:23 - 2 comments
  292. Transitive dependencies between crates don't work in the metadata reader

    919f1cc Opened by Patrick Walton at 2011-07-08 22:09:40 - 3 comments
  293. type-parameterized functions not specialized when passed as argument

    b68b461 Opened by Jesse Ruderman at 2011-07-08 12:31:31 - 4 comments
  294. Add a configure flag to force using gcc instead of clang

    affaba8 Opened by Jesse Ruderman at 2011-08-12 18:40:17 - 2 comments
  295. Add environment variable to set stack size

    9a4fb53 Opened by Eric Holk at 2011-07-08 18:42:26
  296. "Calling a function with a bad signature!" when I forget to specify iter's out type

    75d3657 Opened by Jesse Ruderman at 2011-07-08 02:09:22
  297. trans_put - 'non-exhaustive match failure'

    5dc8e03 Opened by Jesse Ruderman at 2011-07-08 10:30:34 - 1 comment
  298. Type-parameterized 'vec_omit' produces incorrect result

    7860a0a Opened by Jesse Ruderman at 2011-07-08 18:30:19 - 2 comments
  299. Import pattern alternatives

    8d3b395 Opened by Marijn Haverbeke at 2011-07-08 19:01:53 - 2 comments
  300. Binding bare function arguments with type parameters fails in llvm

    af2b091 Opened by Michael J. Sullivan at 2011-07-28 01:51:19 - 1 comment
  301. Improve error message for unexpected EOF

    27fc841 Opened by Jesse Ruderman at 2013-06-08 18:45:04 - 2 comments
  302. record update should auto-dereference

    ef68148 Opened by Jesse Ruderman at 2011-08-18 22:23:09 - 3 comments
  303. Race condition in port shutdown

    909158c Opened by Eric Holk at 2011-11-14 00:09:36 - 6 comments
  304. Only autoderef through one box

    3e481f0 Opened by Michael J. Sullivan at 2011-08-03 19:01:29 - 3 comments
  305. bounds check failure in trans

    2d0e08f Opened by Eric Holk at 2011-07-12 20:44:15 - 1 comment
  306. Variable shadowing behaves weirdly

    bccb73e Opened by Michael J. Sullivan at 2011-08-16 11:48:25 - 4 comments
  307. Spans for view items are fairly inaccurate

    5346e4f Opened by Brian Anderson at 2011-07-12 02:27:09 - 3 comments
  308. syntax::fold::make_fold leaks

    5118e45 Opened by Jesse Ruderman at 2011-09-23 13:36:15 - 1 comment
  309. pprust::print_if does not anticipate evil

    643da14 Opened by Jesse Ruderman at 2012-07-16 04:05:35 - 11 comments
  310. constrained-type.rs fails to parse again

    21542bc Opened by Jesse Ruderman at 2011-07-20 20:17:21 - 2 comments
  311. 'Assertion i == total failed' in str::char_len

    01963c1 Opened by Jesse Ruderman at 2011-07-11 21:55:24
  312. Ambiguity in proposed pattern syntax

    e6032d8 Opened by Marijn Haverbeke at 2011-07-22 19:20:06 - 1 comment
  313. Warning for vecname(0) could be more helpful

    a65ce07 Opened by Josh Matthews at 2011-07-11 15:33:28 - 1 comment
  314. Export consts across crates

    cd4ea15 Opened by Brian Anderson at 2011-07-25 12:59:17
  315. Matching a struct pattern should autoderef

    ce3c615 Opened by Marijn Haverbeke at 2011-07-13 09:13:18 - 3 comments
  316. Cannot infer a type for this case

    5ff68d1 Opened by Eric Holk at 2011-07-11 22:29:44
  317. Internal compiler error in instantiate

    6ac592e Opened by Eric Holk at 2011-07-12 01:19:38
  318. Assertion failure: out_arg.mode != ty::mo_val

    19c780f Opened by Eric Holk at 2011-07-28 00:48:19 - 5 comments
  319. "unsafe" doesn't sound unsafe enough

    7e4a67a Opened by Lindsey Kuper at 2015-05-13 15:39:11 - 6 comments
  320. Destination-passing style

    d568fcf Opened by Patrick Walton at 2011-10-05 10:29:24 - 1 comment
  321. Typestate isn't working for bind

    6780653 Opened by Eric Holk at 2011-07-12 18:24:37
  322. type "(option[int])[]" does not round-trip

    5224c7a Opened by Jesse Ruderman at 2011-08-03 22:43:52 - 1 comment
  323. expr "(@1).x" does not round-trip

    2b87fc6 Opened by Jesse Ruderman at 2011-08-03 22:42:23 - 2 comments
  324. pretty-printer turns #macro(...) into tup()

    13854f9 Opened by Jesse Ruderman at 2011-07-28 22:42:52 - 3 comments
  325. pretty-printer screws up recs

    e93becb Opened by Jesse Ruderman at 2011-07-12 04:48:10 - 1 comment
  326. Matching on a str should compare content, not identity

    ab6c79b Opened by Marijn Haverbeke at 2011-07-12 15:55:52 - 1 comment
  327. pretty-printer omits semicolon needed to disambiguate unary op

    60f2c26 Opened by Jesse Ruderman at 2011-08-03 18:02:49
  328. parser rejects "fail []"

    0606b50 Opened by Jesse Ruderman at 2011-07-13 22:05:38 - 1 comment
  329. Parser rejects "if (ret) { }"

    9e4c8b2 Opened by Jesse Ruderman at 2011-07-13 22:02:08
  330. Compiler crashes displaying error line when compiling .rc files

    9321bd5 Opened by Brian Anderson at 2011-08-05 02:15:50 - 2 comments
  331. Move semantics for cross-task operations

    46d5b46 Opened by Eric Holk at 2011-10-06 00:05:08 - 6 comments
  332. pretty-printer moves comments from inside array literal to outside

    fdf0310 Opened by Jesse Ruderman at 2011-08-16 18:47:20
  333. Type of function tail expressions not inferred correctly

    366804a Opened by Brian Anderson at 2011-07-12 23:58:51 - 1 comment
  334. Per-thread Task Lists

    b0a96bb Opened by Eric Holk at 2011-07-27 22:10:16 - 1 comment
  335. Move mode arguments

    bd458c0 Opened by Eric Holk at 2011-08-10 01:04:03 - 1 comment
  336. Cannot build while offline

    dcb6c89 Opened by Rob Arnold at 2012-07-31 00:54:03 - 6 comments
  337. Use a single memory region

    3a2c988 Opened by Eric Holk at 2011-08-17 22:11:17 - 1 comment
  338. rt: fatal, 'chan->task == task' failed in upcall_del_chan

    8436249 Opened by Rob Arnold at 2011-07-22 23:23:09 - 1 comment
  339. main can't return int

    51781b1 Opened by Brian Anderson at 2011-08-12 22:47:16 - 5 comments
  340. Add source level debugging info to LLVM output

    cc35360 Opened by Brian Anderson at 2011-07-26 16:46:29 - 2 comments
  341. Generate gcov coverage data

    3a28e46 Opened by Brian Anderson at 2024-11-09 06:14:21 - 26 comments
  342. "typed" pretty printing mode fails with "unresolved name" for macros with variables

    f4d97f9 Opened by Michael J. Sullivan at 2011-08-26 22:14:07
  343. Remove distinction between pred and fn

    5330f78 Opened by Brian Anderson at 2011-08-26 22:59:10 - 11 comments
  344. Preconditions on arguments don't satisfy subsequent calls with the same precondition

    a0fc4e0 Opened by Brian Anderson at 2011-07-21 23:19:44 - 1 comment
  345. Accessing an upvar in a for-each loop in an iterator triggers bounds check failure in trans

    90d5db8 Opened by Michael J. Sullivan at 2011-07-14 23:40:14 - 1 comment
  346. Defining a function that takes arguments inside a for-each loop fails during trans

    8491860 Opened by Michael J. Sullivan at 2011-07-15 00:23:21
  347. Double-free of ivecs when sending across channel

    1063edf Opened by Rob Arnold at 2011-07-23 21:00:52 - 5 comments
  348. "quick start" wiki pages for the 3 major platforms

    928de70 Opened by Lindsey Kuper at 2012-02-06 01:45:12 - 1 comment
  349. This compiles and shouldn't.

    6c2485a Opened by Eric Holk at 2011-08-05 22:26:09 - 2 comments
  350. LLVM generates an undefined instruction for this test

    3ac5325 Opened by Eric Holk at 2011-08-23 22:10:39 - 3 comments
  351. Correct "backwarding" behavior for self-calls in extended objects

    9be7939 Opened by Lindsey Kuper at 2011-08-09 18:07:52
  352. Overriding a method with one of a different type compiles and shouldn't

    0d5f537 Opened by Lindsey Kuper at 2011-07-29 20:55:06
  353. quick_sort returns incorrect results

    2166fc4 Opened by Brian Anderson at 2011-07-18 22:06:25 - 1 comment
  354. Self-calls in non-object context should fail with a helpful error message

    31db3f0 Opened by Lindsey Kuper at 2011-07-18 23:16:05
  355. Report unresolved identifiers only once per function

    81a2a5f Opened by Patrick Walton at 2011-07-22 11:11:10
  356. Bad type error message with parameterized types

    f2dd6cb Opened by Tim Chevalier at 2011-08-18 22:32:44 - 1 comment
  357. Invalid memory access in fs::list_dir

    eb71cb9 Opened by Brian Anderson at 2011-07-20 00:03:30
  358. Use millisecond resolution for --time-passes

    91dd261 Opened by Brian Anderson at 2011-07-28 06:07:14
  359. Test run-pass/lib-run does not work on windows

    59235fc Opened by Brian Anderson at 2013-02-17 14:11:51 - 4 comments
  360. task-comm-11.rs doesn't work

    56a6a19 Opened by Eric Holk at 2011-07-26 00:50:23 - 1 comment
  361. Segfault when wrapping an anon obj in more than one layer

    a391af7 Opened by Lindsey Kuper at 2011-08-09 18:47:55 - 1 comment
  362. Not all paths return a value

    cb3615a Opened by Eric Holk at 2011-08-05 09:26:32 - 4 comments
  363. Test runner needs to be able to run unexported tests

    09dcddc Opened by Brian Anderson at 2012-01-06 02:25:45 - 1 comment
  364. Build bots need a 'try' branch

    b051a2f Opened by Brian Anderson at 2011-07-25 02:22:29 - 1 comment
  365. Add support for #[deprecated] attribute

    c1abc58 Opened by Brian Anderson at 2013-09-03 23:30:38 - 15 comments
  366. Enforce correct types for channels

    5edd756 Opened by Eric Holk at 2011-08-22 21:20:46 - 2 comments
  367. alias pass crashes when it needs to autoderef through multiple boxes

    b219793 Opened by Michael J. Sullivan at 2011-07-22 07:37:17
  368. Test run-pass/lib-io doesn't work on mac

    e3592c9 Opened by Brian Anderson at 2011-11-16 20:18:29 - 2 comments
  369. | (bottom) in an expression alt or if doesn't typecheck

    16ba126 Opened by Marijn Haverbeke at 2011-07-29 19:00:30 - 1 comment
  370. Loop constructs without parens

    0ac1764 Opened by Brian Anderson at 2011-07-28 10:09:26 - 3 comments
  371. Memory leak when declaring chans at the bottom of functions

    8ae7108 Opened by Eric Holk at 2011-08-18 22:11:29 - 3 comments
  372. Names of function types shouldn't allow parameter names

    2f93466 Opened by Brian Anderson at 2011-08-18 23:22:14 - 7 comments
  373. Test suite picks up too many files.

    672dde2 Opened by Eric Holk at 2011-07-25 19:20:44
  374. Restore the ability to build run-pass/run-fail/bench tests without running them

    338f3c4 Opened by Brian Anderson at 2012-03-06 02:34:18 - 1 comment
  375. Test runner should run tests in parallel

    0e79f8c Opened by Brian Anderson at 2011-08-18 22:12:10
  376. run-pass/compile-fail, etc test runners no longer obey CFG_RUSTC_FLAGS

    d2b572a Opened by Brian Anderson at 2011-07-26 00:00:18 - 1 comment
  377. Investigate running tests under helgrind

    6c18129 Opened by Brian Anderson at 2012-03-19 22:22:26 - 4 comments
  378. task-comm-15 fails when run with multiple threads

    82efc1f Opened by Brian Anderson at 2011-08-18 23:10:49 - 3 comments
  379. Add a build option to run compiler tests under gdb

    c86bd2f Opened by Brian Anderson at 2017-03-24 19:22:53 - 5 comments
  380. Automatically determine the number of CPU Cores

    05d197b Opened by Eric Holk at 2011-07-26 01:54:03
  381. Compile tests race on environment variables when run in parallel

    9ced792 Opened by Brian Anderson at 2011-07-27 01:51:07 - 1 comment
  382. crash: "Out of stack space, sorry" with structural recursive type

    b8219ed Opened by Elly Fong-Jones at 2012-01-27 17:43:50 - 6 comments
  383. crash: "UNREACHABLE executed at ObjectFile.cpp:52"

    7f11e34 Opened by Elly Fong-Jones at 2013-09-23 19:00:56 - 9 comments
  384. --lib should produce reasonable output file names

    839065a Opened by Michael J. Sullivan at 2011-10-28 18:34:50 - 5 comments
  385. Resolve resolves loop collection expr in wrong context

    408b8d7 Opened by Marijn Haverbeke at 2011-07-26 13:53:13
  386. Stop allowing duplicate label names in record types

    3c0ac66 Opened by Marijn Haverbeke at 2011-07-26 13:33:07
  387. Nullary tags can be passed by mutable alias

    0ad24e7 Opened by Michael J. Sullivan at 2011-07-27 15:21:55
  388. crash: upcall fail 'non-exhaustive match failure', src/comp/middle/resolve.rs:1148

    832b6d1 Opened by Elly Fong-Jones at 2011-07-27 08:05:48 - 2 comments
  389. Investigate running tests under Address Sanitizer

    5cf91ba Opened by Josh Matthews at 2014-09-06 18:30:58 - 15 comments
  390. rustc segfaults when fed an empty file

    c95c792 Opened by Marijn Haverbeke at 2011-07-27 19:48:08
  391. Beginning-of-line detection in pretty-printer isn't reliable

    39da0ce Opened by Marijn Haverbeke at 2015-01-13 09:22:11 - 4 comments
  392. Bring the runtime tests up to date and start running them

    589dede Opened by Brian Anderson at 2012-08-13 22:59:51 - 3 comments
  393. bind can't rebind an already bound function

    74c6b3f Opened by Michael J. Sullivan at 2011-07-28 01:51:19
  394. Compile tests need to capture stderr

    fa4430a Opened by Brian Anderson at 2011-07-28 01:39:55
  395. Typechecker overly restrictive on binding functions with type parametric arguments

    a0c8798 Opened by Michael J. Sullivan at 2011-07-28 01:51:19
  396. Spawn of type inferred variable trips error in typechecker

    9a6107d Opened by Michael J. Sullivan at 2011-08-03 18:12:59
  397. Using methods in a first-class manner doesn't work

    247dd87 Opened by Michael J. Sullivan at 2011-09-16 16:25:32 - 3 comments
  398. pp non-convergence: empty line becomes two empty lines

    d958515 Opened by Jesse Ruderman at 2011-08-03 00:55:31
  399. pp screws up typestate assertions

    ea3c6ab Opened by Jesse Ruderman at 2011-08-04 00:33:45 - 1 comment
  400. anonymous obj expression-statement is rejected

    f834e5e Opened by Jesse Ruderman at 2011-07-29 13:03:17
  401. parser rejects "ret ::f()"

    8018d8a Opened by Jesse Ruderman at 2011-07-28 06:39:42
  402. Channels leak when sent over channels

    f06b674 Opened by Rob Arnold at 2011-07-29 01:31:28 - 3 comments
  403. pp+parser disagree about parens around "fail" in callee position

    229e0c5 Opened by Jesse Ruderman at 2011-09-13 15:09:22
  404. This code takes suspciously long to converge

    0d20ff9 Opened by Jesse Ruderman at 2012-03-15 17:34:19 - 2 comments
  405. "let f = @f;" causes iloop/irecurse

    cd5bdc3 Opened by Jesse Ruderman at 2011-08-04 22:32:16 - 3 comments
  406. "alt ret" hits an error in llvm: "cast<Ty>() argument of incompatible type!"

    1e8e582 Opened by Jesse Ruderman at 2011-08-04 23:09:48 - 2 comments
  407. "i + ret i" hits assertion "Cannot create binary operator with two operands of differing type!"

    3e47fc0 Opened by Jesse Ruderman at 2011-08-03 23:54:14 - 1 comment
  408. Calling an iter (as if it were a function) hits llvm assert

    268c9fa Opened by Jesse Ruderman at 2011-08-03 18:12:59 - 1 comment
  409. non-exhaustive match failure in alias::check_for_each

    2ae2009 Opened by Jesse Ruderman at 2011-08-03 18:12:59 - 1 comment
  410. "put put ()" hits llvm assert "Invalid type for pointer element!"

    6e2f74b Opened by Jesse Ruderman at 2011-08-04 01:15:43
  411. trans_put 'non-exhaustive match failure' in non-iter fn

    ecada05 Opened by Jesse Ruderman at 2011-08-03 18:48:12
  412. "Calling a function with a bad signature!" with uncalled type-parameteric function

    cbba3ef Opened by Jesse Ruderman at 2011-08-03 21:29:37 - 3 comments
  413. LLVM assert "May only branch on boolean predicates!" with bang predicate

    b186a64 Opened by Jesse Ruderman at 2011-08-03 01:36:35
  414. ret-bang variant trips llvm assert "Invalid constantexpr cast!"

    e0eafc3 Opened by Jesse Ruderman at 2011-08-03 01:07:02 - 4 comments
  415. "pointer being freed was not allocated" when triggering out-of-stack-space compiler bug

    2e73b77 Opened by Jesse Ruderman at 2011-08-05 22:33:15 - 1 comment
  416. implicit ret is incorrectly allowed in bang function

    68ba3e5 Opened by Jesse Ruderman at 2011-08-02 04:06:40
  417. When running tests in parallel, test runner does not display colors

    a492dba Opened by Brian Anderson at 2015-05-28 02:17:54 - 8 comments
  418. Conflict between ports and tasks wanting to destroy channels

    8fc548e Opened by Brian Anderson at 2011-11-12 01:43:43 - 1 comment
  419. "this function takes x arguments but y arguments were supplied" shouldn't be fatal

    c824cc5 Opened by Patrick Walton at 2011-08-16 23:45:48 - 1 comment
  420. Temporaries generated in alt expression have longer lifetime than expected

    73ef1ec Opened by Brian Anderson at 2011-11-02 18:04:29 - 2 comments
  421. Loops try to clean up uninitialized variables

    5d51143 Opened by Brian Anderson at 2011-08-23 23:35:11 - 1 comment
  422. Dynamic size check calculation should be exhaustive.

    a5af1ba Opened by Eric Holk at 2012-03-22 18:12:51 - 4 comments
  423. Add pretty-printer tests to the test suite

    cc87cf6 Opened by Brian Anderson at 2011-08-02 21:39:08
  424. Typechecker doesn't propagate collection item type in for [each]

    149c131 Opened by Marijn Haverbeke at 2011-08-02 13:14:44 - 1 comment
  425. LLVM module verifier breakage for loop in alt in iter

    fc54674 Opened by Marijn Haverbeke at 2011-08-02 13:14:44
  426. Tags with more than one variant are always 4 byte aligned

    0994341 Opened by Patrick Walton at 2012-01-24 20:00:50 - 2 comments
  427. Functions should be able to initialize their arguments

    bf51542 Opened by Eric Holk at 2013-04-22 22:12:48 - 4 comments
  428. alt discriminant of type bang -> "Ptr must be a pointer to Val type!"

    a21b48b Opened by Jesse Ruderman at 2011-08-03 02:09:44 - 3 comments
  429. Box contents are always 4 byte aligned

    136c91a Opened by Patrick Walton at 2011-08-09 00:39:13 - 2 comments
  430. Calling a function in for-each position triggers llvm assertion

    d0d7685 Opened by Michael J. Sullivan at 2011-08-03 18:12:59
  431. test/run-pass/if-ret.rs passes only with optimization turned on

    f8dba5c Opened by Marijn Haverbeke at 2011-08-03 20:08:30 - 6 comments
  432. rustc requires executable stack

    b6741e0 Opened by Rafael Ávila de Espíndola at 2011-10-24 02:08:40 - 2 comments
  433. Combine xfail-stage1/2/3 into just 'xfail'

    8c01594 Opened by Brian Anderson at 2011-08-31 14:32:35 - 1 comment
  434. configure script doesn't fall back to gcc if a bad version of clang is available

    2c6efa1 Opened by Brian Anderson at 2013-01-11 07:50:41 - 4 comments
  435. Typechecker should stop this

    ea213f5 Opened by Eric Holk at 2012-02-06 02:33:22 - 6 comments
  436. Type inference for capturing nested functions requires type variables to be resolved prematurely

    dd55d41 Opened by Michael J. Sullivan at 2011-08-05 00:42:05
  437. Lambdas sometimes leak

    2617cce Opened by Michael J. Sullivan at 2011-08-05 01:00:53 - 1 comment
  438. Upvars in lambdas can be written to, with silly results

    7b9f01c Opened by Michael J. Sullivan at 2011-08-05 02:36:03
  439. Can't build with clang on Ubuntu

    ad6de1a Opened by Brian Anderson at 2012-04-27 00:38:03 - 3 comments
  440. nil values takes up space

    78f284a Opened by Michael J. Sullivan at 2013-01-13 22:39:06 - 6 comments
  441. Pretty printer adds newlines after comments in tag declarations

    eaf9cf9 Opened by Michael J. Sullivan at 2011-08-19 00:04:36
  442. Testing randomly hanging for long periods of time

    9e7ea5f Opened by Eric Holk at 2011-09-23 07:49:36 - 2 comments
  443. bounds check failure in trans (again)

    fa9d166 Opened by Eric Holk at 2011-08-11 00:23:17
  444. Anonymous objects from nothing

    f0d85ec Opened by Lindsey Kuper at 2011-08-15 23:17:35 - 3 comments
  445. Unary negation not properly typechecked

    f34ece9 Opened by Michael J. Sullivan at 2011-08-12 14:06:12
  446. trans trips assertion when using result of bottom-typed do-while

    f45bc1b Opened by Michael J. Sullivan at 2011-08-12 00:42:31 - 1 comment
  447. Object equality behaves weird on linux

    c557f21 Opened by Brian Anderson at 2012-01-13 20:34:21 - 1 comment
  448. ivec self-append has illegal memory access

    bb1e1bc Opened by Brian Anderson at 2011-08-22 22:09:56 - 1 comment
  449. Allow multiple imports and exports per statement

    9f06c68 Opened by Michael J. Sullivan at 2011-08-17 18:21:31 - 1 comment
  450. Dereference on single element tags ignores visibility of constructor

    52d55d9 Opened by Michael J. Sullivan at 2012-11-30 20:46:01 - 6 comments
  451. Typestate apparently doesn't handle loops...

    615103e Opened by Eric Holk at 2011-08-18 00:16:47 - 1 comment
  452. Cannot bind native functions

    3492350 Opened by Eric Holk at 2011-09-07 10:13:13 - 2 comments
  453. rustc fails whlie linking files if the source file path begins with ./ or ../

    e2692ba Opened by Michael J. Sullivan at 2011-08-15 22:21:47 - 1 comment
  454. Methods that are added to an object at the same time should be able to refer to each other

    d0ac57b Opened by Lindsey Kuper at 2012-01-13 19:05:40 - 1 comment
  455. Bind glue should make a direct call if the target is statically known

    6911fca Opened by Michael J. Sullivan at 2011-08-16 19:19:18 - 1 comment
  456. Typestate too strict for multi-var let

    3193e34 Opened by Marijn Haverbeke at 2011-08-19 00:32:34 - 3 comments
  457. cont in while continues without re-checking the loop condition

    5d77b15 Opened by Marijn Haverbeke at 2011-08-23 21:56:09
  458. Test runner fails to report failures

    69c914c Opened by Brian Anderson at 2011-08-17 22:39:47
  459. Typechecker error messages don't use type abbreviations

    a9ce3c2 Opened by Michael J. Sullivan at 2012-03-08 01:10:46 - 13 comments
  460. Iterators don't seem to work for polymorphic types

    0a3a48d Opened by Michael J. Sullivan at 2011-08-19 18:58:49 - 1 comment
  461. Typechecker should be able to infer these types

    8988245 Opened by Eric Holk at 2011-08-18 00:11:40 - 3 comments
  462. Add a way to suppress unused-variable warnings

    ba2ec74 Opened by Tim Chevalier at 2011-08-18 08:02:34 - 1 comment
  463. Typechecker is too conservative in determining whether a tag type is dynamically sized

    cf5419f Opened by Michael J. Sullivan at 2011-08-31 11:37:38 - 1 comment
  464. Type error messages lose tag names

    384891b Opened by Michael J. Sullivan at 2011-08-19 01:20:23 - 1 comment
  465. Type error messages lose tag names

    eb5a13a Opened by Michael J. Sullivan at 2011-08-19 01:54:46 - 2 comments
  466. Build is broken when optimization is turned off

    78b09fd Opened by Marijn Haverbeke at 2011-08-30 16:09:10 - 6 comments
  467. Support ranges in patterns

    918b007 Opened by Marijn Haverbeke at 2011-10-08 18:04:26 - 3 comments
  468. Binding patterns with sub-patterns

    be7c9e0 Opened by Marijn Haverbeke at 2011-12-08 12:29:52
  469. Add an environment to the type context that records inited-ness information from typestate

    efb1e43 Opened by Tim Chevalier at 2012-07-26 01:17:01 - 9 comments
  470. Pretty-printer can't disambiguate alts followed by ( from function calls

    798605a Opened by Brian Anderson at 2011-08-19 02:00:06 - 2 comments
  471. type_kind missing case for tuples

    8e75407 Opened by Michael J. Sullivan at 2011-08-19 01:19:53 - 1 comment
  472. Pretty-printer doesn't preserve blank lines

    ee42631 Opened by Brian Anderson at 2011-08-19 17:25:59 - 1 comment
  473. zero_alloca outputs invalid bitcode in some cases

    0f6f35d Opened by Marijn Haverbeke at 2012-01-18 03:52:24 - 7 comments
  474. Output TIME_PASSES info in a format that doesn't confuse emacs

    031045d Opened by Marijn Haverbeke at 2012-03-06 05:57:53 - 2 comments
  475. Figure out why emacs sometimes can't parse file/line/char error info

    45776e8 Opened by Marijn Haverbeke at 2011-08-27 22:52:08
  476. Task cleanup code needs to know more about closure env to clean it up

    37a463d Opened by Marijn Haverbeke at 2012-03-06 01:57:15 - 3 comments
  477. Experiment with annotating args as "noalias" if we can prove it

    24786ce Opened by Patrick Walton at 2013-05-26 14:59:08 - 2 comments
  478. Mark functions as "readnone" or "readonly"

    f17fc6c Opened by Patrick Walton at 2013-02-17 05:26:47 - 1 comment
  479. Pretty-printer is still adding extra whitespace in places

    6252e82 Opened by Brian Anderson at 2015-01-13 09:21:54 - 5 comments
  480. Restrict lambda-blocks to occuring as function call arguments

    bc0fec6 Opened by Michael J. Sullivan at 2012-02-14 20:48:31 - 2 comments
  481. Implement named (item) closures

    b5ec038 Opened by Michael J. Sullivan at 2012-04-12 21:03:32 - 4 comments
  482. Resolve a bunch of interactions between closures and typestate

    e49932f Opened by Michael J. Sullivan at 2011-09-06 22:34:35 - 7 comments
  483. Test runner periodically deadlocks on linux

    ff121e5 Opened by Brian Anderson at 2011-08-20 23:28:13 - 1 comment
  484. Interior strings

    795178c Opened by Patrick Walton at 2011-09-03 07:52:59
  485. Introduce slots; remove mutable boxes/vectors/record fields/object fields

    9f5381b Opened by Patrick Walton at 2011-08-25 00:26:19 - 3 comments
  486. Introduce pattern guards

    2acf47e Opened by Patrick Walton at 2011-08-22 15:49:53
  487. Correctly handle closing over variables in alias analysis

    afffad2 Opened by Marijn Haverbeke at 2011-09-09 11:49:49 - 1 comment
  488. Switch from SHA-1 to MD4 or something else cheap

    6a68c80 Opened by Patrick Walton at 2012-07-30 17:52:31 - 10 comments
  489. Numeric literals allow trailing underscores

    8657816 Opened by Brian Anderson at 2011-08-24 06:38:39 - 2 comments
  490. fail in plain block doesn't translate

    6bb1a09 Opened by Brian Anderson at 2011-08-24 08:56:44 - 2 comments
  491. Function precondition not maintained for subsequent calls

    4d13978 Opened by Brian Anderson at 2011-09-01 22:47:18 - 1 comment
  492. Make ivecs heap-only

    5b3ef00 Opened by Patrick Walton at 2011-08-30 16:05:48 - 1 comment
  493. Dinstinguish between within-crate export, and crate-external export

    22ef1a9 Opened by Eric Holk at 2012-03-15 17:30:40 - 2 comments
  494. Rustc should at the very least warn you if you export something that doesn't exist.

    d321bab Opened by Eric Holk at 2011-08-29 21:57:05 - 1 comment
  495. package management system

    6ef6e20 Opened by Erick Tryzelaar at 2011-12-19 22:54:18 - 11 comments
  496. Return type isn't inferred for nil-type blocks

    733311c Opened by Brian Anderson at 2012-07-26 21:30:45 - 11 comments
  497. Implement nominal records

    692812e Opened by Tim Chevalier at 2012-02-14 20:52:45 - 15 comments
  498. Typechecker should not check argument types after it finds incorrect # of params

    d8e2700 Opened by Marijn Haverbeke at 2011-08-31 20:46:51 - 1 comment
  499. Implement purity inference

    2e2ac01 Opened by Tim Chevalier at 2012-07-17 16:23:37 - 3 comments
  500. std::unreachable

    c41ab60 Opened by Brian Anderson at 2011-09-16 03:14:30 - 4 comments
  501. blocks not checked for all paths returning

    aacb43a Opened by Michael J. Sullivan at 2011-08-31 20:15:09
  502. Bad error message when using a type that wasn't imported

    4e8535f Opened by Tim Chevalier at 2012-02-06 02:08:13 - 3 comments
  503. Implement or remove literals as constraint arguments

    8f71b64 Opened by Tim Chevalier at 2012-07-16 04:03:00 - 1 comment
  504. Test stdtest::os::test_getenv_big is not valgrind clean on mac

    e36029b Opened by Brian Anderson at 2012-06-22 02:44:49 - 1 comment
  505. String literals should be constant

    daad97e Opened by Brian Anderson at 2012-04-11 22:50:16 - 2 comments
  506. Lambda blocks with no arguments are not pretty-printed correctly

    ae8f3a4 Opened by Brian Anderson at 2011-09-12 10:05:08 - 1 comment
  507. Allow record fields to be constraint arguments

    95b228d Opened by Tim Chevalier at 2012-01-20 22:57:31 - 1 comment
  508. Pretty printer could use heuristics to detect pointless line breaks

    2f6a067 Opened by Marijn Haverbeke at 2012-02-14 20:56:23 - 1 comment
  509. Destructuring let can cause 'illegal instruction'

    fa4d51a Opened by Marijn Haverbeke at 2011-09-09 11:48:54 - 1 comment
  510. make getenv/setenv safe

    f03d536 Opened by Brian Anderson at 2012-03-15 17:27:09 - 1 comment
  511. Alt arm variant names are resolved in the wrong scope

    3e4dd3d Opened by Marijn Haverbeke at 2011-09-09 11:48:54
  512. for is copying the vector elements, should alias them

    ed6dc36 Opened by Marijn Haverbeke at 2011-09-13 15:11:27 - 3 comments
  513. Mystery windows bug (potential memory corruption) is still there

    6f358e4 Opened by Marijn Haverbeke at 2011-09-13 11:45:49 - 1 comment
  514. Track record fields in typestate

    27ea02c Opened by Tim Chevalier at 2012-03-15 17:18:08 - 2 comments
  515. Warn about unused imports

    b97bd0b Opened by Tim Chevalier at 2011-11-17 08:32:06 - 6 comments
  516. pretty-printer does not preserve parens in (10).x

    a893efd Opened by Jesse Ruderman at 2011-09-13 15:09:22
  517. pretty-printer does not parenthesize ret expr in callee position

    f555c3f Opened by Jesse Ruderman at 2011-09-13 15:09:22 - 3 comments
  518. LLVM error with "break" in loop condition

    27e0874 Opened by Jesse Ruderman at 2011-09-23 09:12:00 - 1 comment
  519. 'Assertion !cx.terminated failed' involving obj/with

    473ed03 Opened by Jesse Ruderman at 2011-10-13 16:04:32
  520. 'Assertion !cx.terminated failed' involving nested rets

    641b09a Opened by Jesse Ruderman at 2011-09-23 09:12:00 - 2 comments
  521. "Invalid cast" on some uses of bottom

    7b4f875 Opened by Jesse Ruderman at 2011-09-23 09:12:00 - 1 comment
  522. src/run-pass/task-comm-5.rs occasionally segfaults

    35b5d7a Opened by Marijn Haverbeke at 2011-11-14 09:50:31 - 3 comments
  523. Missing error "some control paths may return to the caller" in this case

    d5001eb Opened by Jesse Ruderman at 2012-01-21 01:26:55 - 1 comment
  524. Can't bind type-parametric functions to function arguments

    e480a42 Opened by Jesse Ruderman at 2011-10-12 00:30:05 - 1 comment
  525. Const declarations aren't typechecked

    b34808a Opened by Jesse Ruderman at 2011-09-13 14:29:33
  526. typeck hang with structural recursive type

    df980fb Opened by Jesse Ruderman at 2011-09-11 15:02:55 - 1 comment
  527. nil in native hits LLVM assert "Invalid cast!"

    5238ae7 Opened by Jesse Ruderman at 2012-02-06 01:55:14 - 1 comment
  528. bind crash

    049cbad Opened by Jesse Ruderman at 2011-09-13 14:10:41 - 2 comments
  529. Build failed with "undefined reference" GCC 4.6.1

    63cb7f4 Opened by Haitao Li at 2011-10-02 22:59:35 - 5 comments
  530. Indentation of pretty-printed blocks is terrible

    9fad2f7 Opened by Marijn Haverbeke at 2012-08-13 22:58:43 - 4 comments
  531. Native function link name isn't used

    aedfd7b Opened by Brian Anderson at 2011-11-15 17:52:18 - 6 comments
  532. Native function link name should be an attribute

    cf4fd65 Opened by Brian Anderson at 2011-12-01 08:13:35 - 9 comments
  533. Native "llvm" modules don't work

    0d0ea56 Opened by Brian Anderson at 2011-11-14 08:23:44 - 1 comment
  534. Implement unwinding for Windows

    9e49ca7 Opened by Brian Anderson at 2013-08-28 07:10:45 - 8 comments
  535. Make unwinding more efficient

    65f1a39 Opened by Brian Anderson at 2012-07-26 21:27:05 - 5 comments
  536. Decide what to do when on task double-failure

    fc45c34 Opened by Brian Anderson at 2014-01-04 09:51:54 - 17 comments
  537. Can't instantiate an object while extending it

    f67907f Opened by Brian Anderson at 2011-09-13 03:39:12 - 1 comment
  538. Block type-inference sometimes fails

    64f06df Opened by Marijn Haverbeke at 2012-08-09 13:14:20 - 7 comments
  539. Typestate crashes on this program

    598294d Opened by Marijn Haverbeke at 2011-09-28 10:29:46
  540. Leave off block cleanups when the end of the block is unreachable

    5e7eb56 Opened by Marijn Haverbeke at 2011-09-23 13:09:30 - 1 comment
  541. Maybe move should be a unary op?

    e9ff1e3 Opened by Marijn Haverbeke at 2012-08-01 18:21:21 - 3 comments
  542. Implement return-by-reference

    6c5fbd4 Opened by Marijn Haverbeke at 2011-11-23 10:02:41
  543. pretty-printer does not preserve parens in (a = 10).x;

    367ee7c Opened by Jesse Ruderman at 2011-09-15 08:59:17 - 1 comment
  544. pretty-printer loses parens in "alt (fail) { ... }"

    4eafa18 Opened by Jesse Ruderman at 2011-09-15 08:39:38 - 1 comment
  545. pretty-printer changes meaning of assert expr in callee position

    920bff1 Opened by Jesse Ruderman at 2011-09-15 09:43:19 - 2 comments
  546. Can't spawn a temporary closure

    3b33dee Opened by Brian Anderson at 2011-09-20 02:05:14 - 1 comment
  547. pretty-printer loses disambiguation semi before "(0).x"

    46a9669 Opened by Jesse Ruderman at 2011-09-15 08:47:21 - 1 comment
  548. non-exhaustive match failure in trans_rec

    57a7c5c Opened by Jesse Ruderman at 2011-09-27 17:46:27 - 3 comments
  549. Detect last use of a local, move out of it if possible

    2681cb6 Opened by Marijn Haverbeke at 2011-11-18 15:18:13
  550. Change fail to unreachable() in compiler and libraries

    a6df132 Opened by Tim Chevalier at 2012-03-06 02:26:04 - 1 comment
  551. pretty-printer should parenthesize this expr_assert

    7e05401 Opened by Jesse Ruderman at 2012-03-15 17:17:05 - 2 comments
  552. pretty-printer should parenthesize expr_cast in callee position

    5053fb4 Opened by Jesse Ruderman at 2012-03-15 17:16:49 - 3 comments
  553. pretty-printer loses parens in "if (1 == fail) { }"

    99ce90b Opened by Jesse Ruderman at 2012-11-16 04:06:53 - 3 comments
  554. "fail fail" hangs in trans

    6557533 Opened by Jesse Ruderman at 2011-09-19 22:56:12 - 1 comment
  555. "error: internal compiler error sequence_element_type called on non-sequence value"

    ee5bd55 Opened by Jesse Ruderman at 2012-01-08 06:17:30 - 2 comments
  556. "internal compiler error Translating unsupported cast."

    60102d5 Opened by Jesse Ruderman at 2011-12-05 00:49:51 - 2 comments
  557. recursive check breaks typestate's mind

    2d94a5d Opened by Jesse Ruderman at 2012-01-20 06:53:30
  558. "Assertion failed: (alloc->magic == MAGIC)"

    5e78de1 Opened by Jesse Ruderman at 2011-09-19 23:00:31 - 1 comment
  559. "Invalid cast" with log ret

    d5090fc Opened by Jesse Ruderman at 2012-07-26 21:48:21 - 3 comments
  560. Compiler segfaults after printing error in some tests

    ebee91a Opened by Marijn Haverbeke at 2011-09-20 01:12:24 - 11 comments
  561. Wierd segfault in compiler when certain tests are included in check-fast

    e8b13a6 Opened by Brian Anderson at 2011-09-20 01:25:52
  562. compiletest needs to check error code for compile-fail tests

    58634e7 Opened by Brian Anderson at 2011-09-20 01:11:40 - 1 comment
  563. Move-mode arguments are not unwound correctly

    dff07e9 Opened by Brian Anderson at 2011-09-16 21:57:49
  564. Unexplained alt + expression block failure

    357e31d Opened by Marijn Haverbeke at 2011-10-09 08:03:38 - 5 comments
  565. warn about unused variables from patterns

    953c934 Opened by Jesse Ruderman at 2012-08-26 04:34:53 - 4 comments
  566. "fail fail" internal compiler error

    dd5b4de Opened by Brian Anderson at 2011-09-26 02:20:44 - 3 comments
  567. LLVM asserts involving 'ret' as a function argument

    d574953 Opened by Jesse Ruderman at 2011-09-23 21:51:51 - 1 comment
  568. Rust programs crash when dividing by zero

    404769d Opened by Jesse Ruderman at 2012-06-14 22:39:30 - 3 comments
  569. double free on unwind

    fa45f19 Opened by Jesse Ruderman at 2011-09-20 17:33:55 - 1 comment
  570. LLVM assert with "put break"

    70a4e09 Opened by Jesse Ruderman at 2011-09-23 09:12:00
  571. LLVM assert with plain "put;"

    2f660e8 Opened by Jesse Ruderman at 2011-09-20 15:46:42
  572. typestate hang: record update with "fail"

    cee7323 Opened by Jesse Ruderman at 2012-01-20 01:24:41
  573. LLVM assert with "let c <- fail;"

    1039d9d Opened by Jesse Ruderman at 2011-09-23 09:12:00 - 1 comment
  574. rustc should delete the source file on a type error

    579443a Opened by Patrick Walton at 2012-02-15 08:35:20 - 7 comments
  575. type_is_pod is missing an arm for ty_uniq

    10c8828 Opened by Jesse Ruderman at 2011-09-23 00:04:21
  576. pretty-printer loses parens around expr_fail in cast

    5cfeaa0 Opened by Jesse Ruderman at 2012-03-19 23:12:14 - 3 comments
  577. Lexer is too eager to treat - as unary negation

    bb9c20b Opened by Jesse Ruderman at 2011-12-02 13:02:18 - 4 comments
  578. parser or pretty-printer problem with do-while loop as lvalue

    dbf2c03 Opened by Jesse Ruderman at 2012-03-15 17:08:08 - 7 comments
  579. do..while conditions are not type-checked

    fe11440 Opened by Jesse Ruderman at 2011-09-23 09:33:42
  580. unreachable str concat causes llvm assert

    e5e726b Opened by Jesse Ruderman at 2011-09-23 09:12:00
  581. ret guard makes the LLVM verifier sad

    3753a0f Opened by Jesse Ruderman at 2011-09-23 09:12:00
  582. Windows build is broken when optimization is turned off

    941d9aa Opened by Marijn Haverbeke at 2012-03-15 07:50:40 - 4 comments
  583. Emacs does not like typestate error messages

    de4cd23 Opened by Brian Anderson at 2012-01-04 18:55:37 - 1 comment
  584. maybe_auto_unbox hang with uniq

    1487d72 Opened by Jesse Ruderman at 2011-09-23 01:17:38 - 1 comment
  585. generic function mishandles unique pointer

    f7f11df Opened by Jesse Ruderman at 2011-09-23 01:08:29
  586. Incorrect kind checking for local initializer

    e02f2b6 Opened by Brian Anderson at 2011-09-27 05:20:28 - 2 comments
  587. Mutable keyword on reference arguments is redundant

    ae98b66 Opened by Brian Anderson at 2011-09-23 06:08:48 - 1 comment
  588. Assignment to generic argument doesn't validate

    f0893c8 Opened by Brian Anderson at 2011-09-23 09:12:00
  589. Remove 'deprecated mutable type constructors'

    41fbc77 Opened by Brian Anderson at 2011-09-23 08:00:07
  590. Remove unused fields from rust_tydesc

    d837e04 Opened by Brian Anderson at 2013-01-24 20:30:40 - 3 comments
  591. 'Predicate type_is_unique_box(bcx, uniq_ty) failed'

    d2036cd Opened by Jesse Ruderman at 2011-09-25 07:00:57 - 1 comment
  592. invalid free with uniq-by-ref

    fc6134a Opened by Jesse Ruderman at 2011-09-26 02:37:17 - 5 comments
  593. 'non-exhaustive match failure' in fold_ty (inner constraint)

    47a2991 Opened by Jesse Ruderman at 2012-01-03 23:58:20
  594. Parser rejects some uses of inner constraints

    c4ad413 Opened by Jesse Ruderman at 2012-07-16 03:59:50 - 2 comments
  595. Return-by-reference round-trip failure

    0bac259 Opened by Jesse Ruderman at 2011-09-26 02:21:21 - 1 comment
  596. LLVM assert with "bind id(fail)"

    84100c6 Opened by Jesse Ruderman at 2011-09-26 02:08:56
  597. Lexer truncates u64 literals outside u32 range

    e797b73 Opened by Jan de Mooij at 2011-12-07 20:53:15 - 1 comment
  598. mutable fields subvert purity

    f08ffe2 Opened by Jesse Ruderman at 2012-07-16 04:02:47 - 2 comments
  599. LLVM assert with generic uniq assign

    4217d70 Opened by Jesse Ruderman at 2011-09-25 04:32:21
  600. Unique boxes containing pinned kinds should be shared kinds

    7dc493d Opened by Brian Anderson at 2011-11-15 15:36:48 - 3 comments
  601. temporary unique boxes and vectors should be moved into tags

    0063d93 Opened by Brian Anderson at 2012-03-06 02:42:30 - 3 comments
  602. glue_drop crash

    86f2d6f Opened by Jesse Ruderman at 2011-09-27 06:25:46 - 2 comments
  603. Leak with cycle through closure

    2618509 Opened by Jesse Ruderman at 2011-10-21 21:05:32
  604. cycle collection crash

    8af294e Opened by Jesse Ruderman at 2012-03-15 21:50:16 - 4 comments
  605. RUST_CC_ZEAL crashes the compiler

    bf377d6 Opened by Jesse Ruderman at 2011-09-27 01:26:15 - 2 comments
  606. Shared-kind typarams shouldn't be copyable

    c51c99e Opened by Brian Anderson at 2011-11-15 15:40:09 - 3 comments
  607. Implicit copy of pinned kind runs destructor twice

    7b215dc Opened by Brian Anderson at 2011-09-28 22:42:11 - 1 comment
  608. Make sure implicit copies don't copy non-copyable types

    4b1e8dd Opened by Brian Anderson at 2011-11-18 16:24:08 - 1 comment
  609. Move compiletest from test/ to src/

    b35d820 Opened by Brian Anderson at 2011-10-03 01:17:44 - 1 comment
  610. Don't allow record extension from resource types

    8d51cad Opened by Brian Anderson at 2011-11-22 12:34:38
  611. Get rid of glue.o

    d45e2ca Opened by Brian Anderson at 2011-09-28 22:42:11
  612. Implement C stacks

    571854d Opened by Patrick Walton at 2011-11-10 02:53:29 - 3 comments
  613. Get rid of main.ll

    397d479 Opened by Brian Anderson at 2011-10-20 15:36:44 - 1 comment
  614. Resources can't be put into tags

    707ed75 Opened by Brian Anderson at 2011-11-15 19:13:09 - 5 comments
  615. Update development policy to relax rules on committer agreements

    35e72eb Opened by Brian Anderson at 2011-11-16 21:26:08 - 4 comments
  616. Function return does not always perform a move

    05e5e77 Opened by Brian Anderson at 2011-11-22 12:02:11 - 4 comments
  617. test/run-pass/alt-range is still wonky on windows

    b6021d6 Opened by Brian Anderson at 2012-03-06 02:43:16 - 1 comment
  618. Build directory structure doesn't support target executables

    4e7b6d6 Opened by Brian Anderson at 2011-10-01 03:18:33 - 1 comment
  619. Cycle collector doesn't collect rustc::syntax::fold

    baf4f77 Opened by Brian Anderson at 2011-10-22 00:47:40
  620. Rename libstd.so to libruststd.so

    4e24223 Opened by Brian Anderson at 2011-10-31 22:27:05 - 7 comments
  621. Errors inside macros use unreliable line/column references

    242b31c Opened by Josh Matthews at 2012-07-31 01:30:23 - 3 comments
  622. obj methods can't be type polymorphic independently of the obj

    3811ef3 Opened by Brian Anderson at 2012-01-13 20:27:13 - 2 comments
  623. Detect when a record, tuple, or call can write in-place

    f7a5b32 Opened by Marijn Haverbeke at 2012-02-28 15:35:05 - 1 comment
  624. make check dependencies are busted

    64236c8 Opened by Brian Anderson at 2011-10-04 18:22:10
  625. Valgrind doesn't understand writing arguments to another stack

    71b0b33 Opened by Patrick Walton at 2012-03-06 02:44:26 - 2 comments
  626. Segfault in rustc with --time-passes due to binding generically to unit

    e1fc420 Opened by Patrick Walton at 2011-10-06 07:59:25 - 1 comment
  627. Pass immediates by value, rather than by reference

    33e7b62 Opened by Marijn Haverbeke at 2011-10-07 08:49:48
  628. Update windows installer

    19af5aa Opened by Brian Anderson at 2011-10-07 21:20:51
  629. Windows installer license text doesn't fit in window

    07f8a19 Opened by Brian Anderson at 2011-11-30 03:28:50
  630. Figure out what we're going to do instead of rpath on windows

    f344a74 Opened by Brian Anderson at 2012-01-17 22:13:14 - 8 comments
  631. Find a way to take or drop temporaries without spilling them

    72b6411 Opened by Marijn Haverbeke at 2011-10-10 14:03:55
  632. Add permute to standard library

    f914b06 Opened by Josh Matthews at 2011-11-03 15:51:17 - 2 comments
  633. Add float support to #fmt

    cc64043 Opened by Josh Matthews at 2011-11-10 19:49:04
  634. str_to_float converts fractional values in reverse

    30028bc Opened by Josh Matthews at 2011-10-12 11:29:13 - 4 comments
  635. bump LLVM on rust-mac1 when it comes back online

    c85d17b Opened by Brian Anderson at 2011-11-08 03:30:15 - 1 comment
  636. trans_eager_binop should use ty::type_is_float

    1861ff6 Opened by Josh Matthews at 2011-10-09 08:09:37
  637. Add random float generation to stdlib

    79ac5b0 Opened by Josh Matthews at 2011-10-17 18:37:31 - 1 comment
  638. dyld: Library not loaded: @rpath/libstd.dylib - when doing make check

    ecdaa80 Opened by David Teller at 2011-10-10 05:45:20 - 3 comments
  639. ld: symbol(s) not found for architecture i386

    70a7343 Opened by Andrew at 2012-03-05 23:24:06 - 7 comments
  640. Make vectors and strings immediate again

    bff0f8e Opened by Marijn Haverbeke at 2011-10-10 14:03:36
  641. Implement bare functions

    4a454f8 Opened by Brian Anderson at 2011-10-21 04:02:10 - 1 comment
  642. Implicit return double-frees in some situations

    f103aae Opened by Marijn Haverbeke at 2011-10-11 16:04:20 - 1 comment
  643. crash: upcall fail 'non-exhaustive match failure', ../src/comp/middle/resolve.rs:528

    41cb421 Opened by Elly Fong-Jones at 2011-10-14 09:41:38 - 3 comments
  644. Failure parsing malformed crate directive

    3f61620 Opened by Brian Anderson at 2011-10-20 01:05:11
  645. baffling error: "expected fn() -> native but found fn() -> native (types differ)"

    e9ee551 Opened by Elly Fong-Jones at 2012-01-26 08:50:57 - 2 comments
  646. Binding a single-variant nullary tag does not work

    dffa832 Opened by Brian Anderson at 2011-10-13 13:14:20 - 1 comment
  647. Comparison of by-ref single-variant nullary tag does not work

    9b1be79 Opened by Brian Anderson at 2011-10-13 13:14:20 - 1 comment
  648. Higher-order generic functions disobey kind system

    e038b6b Opened by Brian Anderson at 2011-11-18 16:31:51 - 2 comments
  649. Problem with generics and bare functions

    3301190 Opened by Brian Anderson at 2011-12-30 04:41:50 - 11 comments
  650. Add math module to stdlib

    825f87c Opened by Josh Matthews at 2011-10-18 11:54:58
  651. Line numbers in stack traces

    39b6af6 Opened by Niko Matsakis at 2012-04-12 21:37:15 - 5 comments
  652. Alt matching on float literals is broken

    684f3f6 Opened by Marijn Haverbeke at 2011-10-18 11:54:57
  653. Non-boxed recursive tag constructor fails to compile with "Out of stack space"

    33cc0d5 Opened by Matt Brubeck at 2011-10-19 02:04:52 - 1 comment
  654. Allow tests to be ignored conditionally

    62e4a5f Opened by Brian Anderson at 2011-11-07 18:24:06
  655. $PATH for running compiletest.exe is not correct on windows

    47d9613 Opened by Brian Anderson at 2013-09-26 10:37:10 - 5 comments
  656. Rewrite spawn again

    86fd4dd Opened by Brian Anderson at 2012-01-12 03:41:07 - 1 comment
  657. Make a decision about fn@/lambda and fn&/block

    d7b426c Opened by Brian Anderson at 2012-01-27 20:58:19 - 5 comments
  658. Support Ruby-style block arguments

    f457adf Opened by Marijn Haverbeke at 2011-10-21 11:49:42
  659. alias analysis does not recognize mutable object fields as unsafe roots

    3261951 Opened by Marijn Haverbeke at 2011-10-25 15:57:37
  660. Get rid of iterators

    9f6b3f2 Opened by Marijn Haverbeke at 2011-10-21 11:47:52
  661. compiletest test runner doesn't always catch all of stdout

    66c8220 Opened by Brian Anderson at 2012-03-06 02:56:30 - 2 comments
  662. fns using c-stack-cdecl native ABI cannot be used as values

    89ce308 Opened by Niko Matsakis at 2011-11-19 02:05:37 - 1 comment
  663. fns using c-stack-cdecl native ABI cannot be called from outside crate

    a7fec18 Opened by Niko Matsakis at 2011-11-19 02:05:13 - 7 comments
  664. Change the bare fn calling convention and representation

    5912fb3 Opened by Brian Anderson at 2012-03-06 02:50:15 - 2 comments
  665. Cycle collector doesn't collect unique pointers

    f234e20 Opened by Brian Anderson at 2012-04-12 20:53:13 - 4 comments
  666. Cycle collector doesn't run resource destructors

    9541ed7 Opened by Brian Anderson at 2012-03-23 02:49:29 - 1 comment
  667. Change the syntax for type parameter kinds

    18b4ff2 Opened by Marijn Haverbeke at 2011-10-25 13:57:06
  668. Make LLVM a git submodule

    61f0ab9 Opened by Brian Anderson at 2011-11-06 02:55:42 - 1 comment
  669. Allow referencing non-function symbols in native modules

    febe072 Opened by Elly Fong-Jones at 2013-06-07 00:25:12 - 3 comments
  670. Allow items at the crate top level and in 'directory' modules

    217b6d9 Opened by Brian Anderson at 2011-10-29 22:35:13 - 1 comment
  671. Install man pages as part of make install

    38d8ff6 Opened by Brian Anderson at 2011-10-26 04:20:36
  672. Warn when specifying a kind bound that's too narrow

    f76aa8b Opened by Marijn Haverbeke at 2011-10-28 15:07:25 - 2 comments
  673. Write rustdoc

    f083523 Opened by Brian Anderson at 2011-12-20 23:31:09 - 10 comments
  674. Move task notification out of the runtime

    69744e6 Opened by Brian Anderson at 2012-07-25 17:28:32 - 9 comments
  675. Add operator 'as' (type cast) to documentation

    e4ae859 Opened by Matt Brubeck at 2011-10-27 23:28:44
  676. (NaN == x) and (NaN < x) and (x < NaN) are true for all x:float

    f6f489e Opened by Matt Brubeck at 2011-10-28 21:53:53 - 5 comments
  677. Floating point comparisons in Rust do not follow IEEE 754

    202e093 Opened by Matt Brubeck at 2011-10-28 21:54:18 - 1 comment
  678. Add 'argument mode adapter' functions to std

    f57b060 Opened by Brian Anderson at 2012-06-01 19:12:02 - 4 comments
  679. Rename list's "car"/"cdr" to "head"/"tail"

    caa70f4 Opened by kud1ing at 2011-11-02 18:04:29 - 1 comment
  680. Rename log_err to print

    0b2f17e Opened by Brian Anderson at 2011-12-23 09:07:43 - 12 comments
  681. Clean up logging output

    8fe0014 Opened by Brian Anderson at 2011-11-07 22:34:19
  682. float::from_str returns 0 for one space, and NaN for multiple spaces

    87f5374 Opened by Matt Brubeck at 2011-10-31 03:15:42 - 5 comments
  683. Document RUST_LOG

    fe3c44a Opened by Brian Anderson at 2011-10-28 23:02:23 - 2 comments
  684. Simplify attribute parsing

    aca78c8 Opened by Brian Anderson at 2012-05-08 13:04:46 - 1 comment
  685. Libcore and libstd split, with linking to core by default.

    03d469c Opened by Patrick Walton at 2011-12-14 20:23:43 - 12 comments
  686. Add 'companion mods' to the language docs

    e5db9fc Opened by Brian Anderson at 2011-11-07 21:34:17
  687. Add pattern guards to the language docs

    790804e Opened by Brian Anderson at 2011-10-31 22:38:00 - 1 comment
  688. Better documentation for building on Windows

    1ab09c9 Opened by darkf at 2012-03-12 19:57:12 - 1 comment
  689. Document resource types

    8c3ac87 Opened by Matt Brubeck at 2012-03-12 19:59:43 - 1 comment
  690. int::from_str("-1") == -253 and other bugs

    ab6b973 Opened by Matt Brubeck at 2011-10-31 15:15:46
  691. Two io tests fail when running as root

    1484bfb Opened by Brian Anderson at 2011-10-31 19:52:14 - 1 comment
  692. List: make head/tail's expectation of a non-empty list visible in the type system

    842c5e1 Opened by kud1ing at 2012-01-03 21:46:50 - 10 comments
  693. Document pattern ranges

    bb4d4d8 Opened by Josh Matthews at 2012-12-07 05:53:50 - 1 comment
  694. Is there a way to specify crate attributes in a single .rs file?

    48008e0 Opened by Marijn Haverbeke at 2011-11-01 14:24:00 - 1 comment
  695. Make type annotation for consts optional

    9362e82 Opened by Marijn Haverbeke at 2011-11-02 11:12:40 - 1 comment
  696. Add sort to stdlib

    36579df Opened by Josh Matthews at 2011-11-01 15:32:15 - 2 comments
  697. Record field is corrupted when passing from fn(x<int>) to fn(x<T>)

    843732b Opened by Matt Brubeck at 2011-11-01 19:19:11 - 3 comments
  698. mod std can't import option::t as option then re-export it

    6f58ecf Opened by Brian Anderson at 2011-11-02 16:46:03 - 1 comment
  699. Re-exports do not work across crates

    5d6302d Opened by Brian Anderson at 2011-12-20 12:41:37 - 2 comments
  700. Is there any reason to allow 'import name;'

    86c0691 Opened by Marijn Haverbeke at 2011-11-02 16:51:27 - 2 comments
  701. Tutorial unclear regarding backslash preceeding newlines in string literals

    4df68b2 Opened by teratorn at 2011-11-22 12:34:37 - 1 comment
  702. Make function arguments immutable again

    35df728 Opened by Marijn Haverbeke at 2011-11-03 09:59:53
  703. Tutorial unclear regarding attributes/annotations

    493353b Opened by teratorn at 2011-11-03 09:59:53
  704. Implement a Rust REPL

    e40cd8c Opened by teratorn at 2022-12-03 12:16:11 - 30 comments
  705. Make configure script accept --prefix

    fff915b Opened by Brian Anderson at 2011-11-02 23:12:13 - 1 comment
  706. #[test] items are not being configured out in a non-test build

    62726f5 Opened by Marijn Haverbeke at 2012-01-06 01:32:36 - 6 comments
  707. More informative error messages when using #[test] or #fmt without std

    73727bb Opened by Marijn Haverbeke at 2013-01-08 23:00:09 - 11 comments
  708. Task system is embarrassingly unexpressive

    aae4bf8 Opened by Marijn Haverbeke at 2011-11-04 14:21:03 - 1 comment
  709. Rust needs ropes

    7a63642 Opened by David Teller at 2011-11-05 21:47:59 - 1 comment
  710. rust.pdf fails to build when src directory is absolute

    9398baa Opened by Brian Anderson at 2011-11-05 20:20:34 - 3 comments
  711. crash: recursive tag with vector -> out of stack space, sorry

    92cd686 Opened by Elly Fong-Jones at 2011-11-05 08:20:52 - 2 comments
  712. "missing crate link meta 'name'" warning seems to be saying the wrong thing

    2bb7bf9 Opened by Brian Anderson at 2011-12-21 04:54:02 - 2 comments
  713. Remove --check-unsafe flag

    5b7fecd Opened by Brian Anderson at 2011-11-11 18:34:46 - 3 comments
  714. Remove --no-typestate flag

    5447006 Opened by Brian Anderson at 2011-11-17 02:55:36 - 2 comments
  715. Make the code in the tutorial runnable somehow

    391345e Opened by Marijn Haverbeke at 2011-11-22 15:12:37 - 1 comment
  716. Alias checker seems to get confused by lib/rope.rs

    16b3dd8 Opened by Marijn Haverbeke at 2011-11-15 12:32:56 - 1 comment
  717. Something about make perf is broken

    3169814 Opened by Brian Anderson at 2011-11-14 00:53:52
  718. Make libuv a git submodule

    e371c70 Opened by Brian Anderson at 2012-07-25 23:32:12 - 1 comment
  719. crash: "Ptr must be a pointer to Val type!"

    46ec6c9 Opened by Elly Fong-Jones at 2011-11-22 12:34:35 - 2 comments
  720. Basic 'Hello World' Port/Channel example causes abort/memory leak

    b639475 Opened by Jack Ferris at 2011-11-17 01:36:22 - 8 comments
  721. Friendly error when submodules not expanded

    4d2fb86 Opened by Graydon Hoare at 2012-03-22 01:11:43 - 3 comments
  722. Implement versioned library naming and rename libruststd back to libstd

    b03ec40 Opened by Brian Anderson at 2011-12-15 02:12:14 - 14 comments
  723. Native "c-stack-stdcall" does not work

    5b6826f Opened by Brian Anderson at 2011-11-14 00:45:27 - 1 comment
  724. Configure libuv in the configure script

    6468db4 Opened by Brian Anderson at 2013-03-05 18:20:24 - 2 comments
  725. Native functions declared multiple times generate incorrect LLVM declarations

    5e20834 Opened by Brian Anderson at 2011-11-14 19:24:20 - 2 comments
  726. Potential Typechecker issue when storing lambda in variable

    ae92d08 Opened by Jack Ferris at 2011-11-09 11:33:52 - 1 comment
  727. c-stack-cdecl assumes arguments are passed on stack

    4b5afad Opened by Niko Matsakis at 2011-11-13 16:04:17 - 4 comments
  728. Replace the constant functions in std with actual constants

    836ac0b Opened by Brian Anderson at 2011-11-16 02:11:51
  729. bot.rust-lang.org misconfiguration results in 404s

    6eb5523 Opened by Brian Anderson at 2011-12-21 02:26:09 - 1 comment
  730. Native pointer vectors

    8dbac09 Opened by Joshua Wise at 2011-11-30 00:01:50 - 16 comments
  731. Bogus "unreachable pattern" error with ranges

    8a36534 Opened by Elly Fong-Jones at 2011-11-22 12:34:33 - 2 comments
  732. test/bench/task-perf-word-count is broken

    10f2a9d Opened by Brian Anderson at 2011-11-11 20:35:57
  733. Pointer addition results in compiler crash

    5ff1139 Opened by Joshua Wise at 2011-11-13 21:55:38 - 1 comment
  734. bind'ing a native function behaves incorrectly

    cd33de0 Opened by Joshua Wise at 2011-11-13 16:31:52 - 3 comments
  735. unsafe::reinterpret_cast can cause valgrind errors

    25fa3e8 Opened by Josh Matthews at 2011-11-14 22:06:54 - 3 comments
  736. Toplevel macros

    b25aca4 Opened by David Teller at 2012-07-31 17:46:26 - 5 comments
  737. Revise the kind system

    955ab38 Opened by Marijn Haverbeke at 2011-11-18 15:17:54
  738. Use wrappers for native functions

    a80a2ad Opened by Brian Anderson at 2011-11-19 02:04:55 - 10 comments
  739. #cfg conditional compilation does not work in object expressions

    00f0325 Opened by Stefan Plantikow at 2012-01-31 17:54:25 - 2 comments
  740. Two intrinsics call C functions on the Rust stack

    5e3a425 Opened by Brian Anderson at 2011-11-19 00:16:21 - 4 comments
  741. Resource flag is larger than necessary

    dab25a4 Opened by Niko Matsakis at 2012-02-21 16:08:31 - 1 comment
  742. Predicate failure during translation of call to native returning generic type

    974dc24 Opened by Brian Anderson at 2012-04-12 20:13:01 - 2 comments
  743. lock_held_by_current_thread is probably not threadsafe

    0b04549 Opened by Brian Anderson at 2012-02-02 00:47:26 - 1 comment
  744. Error when forgetting a :: when specializing a generic is confusing

    ef4d01f Opened by Josh Matthews at 2015-01-20 18:01:19 - 10 comments
  745. Actually implement block scope safety checks

    7f9a91e Opened by Marijn Haverbeke at 2011-11-21 11:08:02
  746. Implement the task tree and task killing using messages

    dac782e Opened by Brian Anderson at 2012-07-24 21:46:53 - 2 comments
  747. Consolidate rt's three definitions of rust_fn

    82b646f Opened by Brian Anderson at 2013-02-15 05:22:03 - 5 comments
  748. Optimize native wrappers

    87ee4c0 Opened by Niko Matsakis at 2013-05-30 16:51:58 - 3 comments
  749. Prohibit in-scope consts from use as variable names in binders, like nullary tags

    621f683 Opened by Stefan Plantikow at 2012-04-19 23:26:52 - 10 comments
  750. Implicit return of last expression doesn't work

    49d5287 Opened by Stefan Plantikow at 2011-11-19 20:27:18 - 5 comments
  751. Add a note on incorrect trailing semicolon

    f368aa1 Opened by Brian Anderson at 2012-04-12 21:57:06 - 1 comment
  752. configure should fail if subcommands fail

    6976f56 Opened by Brian Anderson at 2012-01-06 03:42:14 - 1 comment
  753. Write a pygments lexer so that we get syntax highlighting on github

    5fac9c2 Opened by Stefan Plantikow at 2013-01-04 01:07:19 - 3 comments
  754. The empty record type can be declared but not instantiated

    323fa98 Opened by Brian Anderson at 2012-01-12 03:45:41 - 1 comment
  755. std: implement pow, floor, ceil

    9e679a4 Opened by Stefan Plantikow at 2011-11-25 18:14:26 - 1 comment
  756. Stop walking all of AST on every pass

    0211783 Opened by Marijn Haverbeke at 2011-11-22 09:59:14 - 2 comments
  757. Inner attributes must before any item

    1aca761 Opened by Haitao Li at 2012-04-12 20:21:40 - 2 comments
  758. ty::type_needs_drop is inaccurate

    a297dea Opened by Marijn Haverbeke at 2011-11-22 12:34:38
  759. Unsafe blocks make their contents pure?

    16b1be0 Opened by Brian Anderson at 2011-11-24 22:16:01 - 2 comments
  760. Remove auth directives

    d699324 Opened by Brian Anderson at 2011-11-23 10:02:41
  761. Language ref sales pitch says that C functions are unsafe

    925df9b Opened by Brian Anderson at 2012-01-24 22:22:36 - 6 comments
  762. rustc crash: "option none" at src/lib/option.rs

    aca1823 Opened by Elly Fong-Jones at 2011-11-23 06:59:23 - 1 comment
  763. foo(...)->f as b should be tail callable if both are aliases of the same type

    ffb2cb8 Opened by Stefan Plantikow at 2011-12-02 21:13:32 - 6 comments
  764. Keyword table in the manual uses a bizarre, change-hostile format

    57b93f1 Opened by Marijn Haverbeke at 2011-11-23 20:13:59 - 5 comments
  765. Cannot build on Fedora: wrong CPUTYPE?

    d6dd1fb Opened by MIURA Masahiro at 2011-11-24 07:03:49 - 2 comments
  766. Wiki "Development policy": Clarify sentence

    218dad1 Opened by kud1ing at 2011-11-25 07:26:01 - 2 comments
  767. Some floating point math functions produce different results on windows

    3ef3e3a Opened by Brian Anderson at 2014-04-17 01:36:04 - 12 comments
  768. Standard library documentation is outdated

    de7df61 Opened by kud1ing at 2012-01-04 09:34:21 - 3 comments
  769. Build continually runs make on LLVM

    e13e989 Opened by Brian Anderson at 2011-12-13 22:33:24 - 1 comment
  770. Add support for no_split_stack attribute to LLVM. Use it on main

    587239c Opened by Brian Anderson at 2013-09-26 17:15:58 - 10 comments
  771. Typeclass/interface implementation

    8d4310f Opened by Joshua Wise at 2012-01-06 10:28:48 - 11 comments
  772. Compile error with ambiguous shortcut import resolving

    aed192a Opened by Haitao Li at 2011-12-02 15:48:30 - 7 comments
  773. OS X Lion's uname -m does not lie

    2f31a29 Opened by Dylan Lukes at 2011-12-02 21:06:11 - 3 comments
  774. linux/mac bots fail on 64-bit run-pass/bind-native-printf

    229387c Opened by Brian Anderson at 2011-12-01 22:23:43 - 5 comments
  775. make -j8 on the build bots

    0e11ac8 Opened by Brian Anderson at 2012-01-24 22:21:53 - 2 comments
  776. Turn off the tinderbox scripts

    c9af57e Opened by Brian Anderson at 2011-12-21 02:26:32 - 3 comments
  777. Bots not collecting perf data

    2b5472c Opened by Brian Anderson at 2011-12-01 18:30:11 - 2 comments
  778. rust-mac1 bot has issues

    2b5fe9d Opened by Brian Anderson at 2013-02-05 19:56:15 - 6 comments
  779. rustc: 'option none' at src/lib/option.rs:34

    8e13ccc Opened by Elly Fong-Jones at 2011-12-01 04:08:05 - 1 comment
  780. 64-bit windows build.

    cdd79c0 Opened by Niko Matsakis at 2014-08-06 21:53:58 - 29 comments
  781. RFC: (export foo::*) re-export all contents of module

    dfc8e72 Opened by Dylan Lukes at 2012-08-31 21:05:38 - 11 comments
  782. Build doesn't work when target-triples does not contain host triple

    4764a3f Opened by Brian Anderson at 2011-12-07 02:19:03 - 5 comments
  783. Review and update wiki FAQ pages for 0.1 release

    1991373 Opened by Brian Anderson at 2012-01-06 23:44:59 - 6 comments
  784. Split Module Definitions

    561b6a1 Opened by Dylan Lukes at 2012-08-29 20:40:08 - 3 comments
  785. #[cfg_attr]

    318543b Opened by Dylan Lukes at 2012-04-05 00:34:17 - 10 comments
  786. Last-use analysis does not handle blocks correctly

    0b3b02e Opened by Marijn Haverbeke at 2011-12-01 15:47:17
  787. Test run-pass/send-iloop fails occasionally

    c7b4403 Opened by Brian Anderson at 2011-12-02 04:36:20
  788. Rust crashes when port queues are full

    009602f Opened by Brian Anderson at 2012-03-12 20:24:18 - 2 comments
  789. Typechecking is twice as slow on x86_64

    f79e10d Opened by Brian Anderson at 2011-12-12 03:33:43 - 1 comment
  790. Compiling to an output file with the same name as a native function hits LLVM assert

    00bda94 Opened by Brian Anderson at 2011-12-05 19:14:49 - 6 comments
  791. Compiler should take more care about literal representation

    4aec68f Opened by Marijn Haverbeke at 2011-12-07 20:53:15 - 2 comments
  792. fsync not implemented on windows

    a279d3f Opened by Brian Anderson at 2012-03-05 23:26:13 - 1 comment
  793. Merge stdtest with std

    fb11bab Opened by Brian Anderson at 2012-01-18 08:19:58 - 1 comment
  794. Implement more communication primitives

    f4a8bb0 Opened by Stefan Plantikow at 2012-08-07 05:37:55 - 5 comments
  795. str::bytes documentation should mention that the returned vec is not null-terminated

    ebd2f05 Opened by Brian Anderson at 2011-12-06 22:03:34 - 1 comment
  796. Leak with do loops

    69f5b8f Opened by Brian Anderson at 2011-12-04 22:29:41 - 2 comments
  797. Typestate doesn't track initialization through closures

    bba5d13 Opened by Josh Matthews at 2011-12-07 15:13:14 - 2 comments
  798. Give std::task::task_notification a shorter name

    bff9338 Opened by Brian Anderson at 2012-02-21 04:17:56 - 1 comment
  799. bind allows data to be moved multiple times

    0a4e1ba Opened by Niko Matsakis at 2011-12-07 14:49:52 - 3 comments
  800. ASM debugging still stringify's AST nodes even when it is disabled

    28318fa Opened by Niko Matsakis at 2011-12-07 07:11:48 - 1 comment
  801. Mark a few bytes at the end of every stack VALGRIND_MAKE_MEM_NOACCESS

    2e7d41c Opened by Brian Anderson at 2011-12-11 08:22:47
  802. Variables used in when still considered unused

    f373a67 Opened by Niko Matsakis at 2011-12-07 14:29:06
  803. Avoid checking control paths that will never be reached

    ce1cee4 Opened by Josh Matthews at 2012-04-12 20:32:35 - 2 comments
  804. scrutinize hash functions: << precedence often misused

    c01af26 Opened by Niko Matsakis at 2011-12-07 15:44:06 - 1 comment
  805. Tag constructors should be considered pure

    88bc34b Opened by Marijn Haverbeke at 2011-12-08 09:26:49
  806. objects with floats crash on windows

    73ea10f Opened by Niko Matsakis at 2012-01-13 21:25:44 - 2 comments
  807. Tags should be represented using null ptrs where possible

    a521760 Opened by Niko Matsakis at 2013-05-01 23:57:33 - 17 comments
  808. Allow constant expressions to refer to other constants

    9f4ad83 Opened by Marijn Haverbeke at 2012-08-09 23:21:40 - 3 comments
  809. add special syntax for mutable variable declarations

    f6a9239 Opened by Stefan Plantikow at 2012-03-22 17:41:16 - 24 comments
  810. Cut features out of our LLVM build

    66d0013 Opened by Brian Anderson at 2011-12-10 03:38:02 - 2 comments
  811. lambdas and blocks should both have optional type decls

    d3878c9 Opened by Niko Matsakis at 2012-04-12 21:01:59 - 5 comments
  812. Implement crate_type attribute

    fcad738 Opened by Brian Anderson at 2011-12-09 22:11:49
  813. Figure out a different way to allow crate-level and directory-level modules

    259aad0 Opened by Brian Anderson at 2012-04-12 20:36:41 - 7 comments
  814. Clarify story on native functions

    9a956fe Opened by Niko Matsakis at 2013-05-16 23:37:39 - 8 comments
  815. Pretty-print in place

    dd26a35 Opened by Graydon Hoare at 2012-09-12 23:21:21 - 1 comment
  816. Unresolvable names in other modules fail hard

    7c52aab Opened by Josh Matthews at 2011-12-12 12:36:37 - 1 comment
  817. Implement complex numbers

    99cf6cf Opened by Stefan Plantikow at 2013-06-06 17:44:42 - 10 comments
  818. make on windows - mingw 20111118 fails

    d92e83c Opened by Salil Wadnerkar at 2012-03-20 19:59:04 - 17 comments
  819. crash: Assertion cx.fcx.llobjfields.contains_key(did.node) failed at src/comp/middle/trans.rs:2914

    3662caf Opened by Elly Fong-Jones at 2012-01-13 20:27:54 - 5 comments
  820. Tutorial: please clarify "mutable vector"

    c94e40f Opened by kud1ing at 2012-01-02 15:15:11 - 1 comment
  821. getopts should use result::t

    2ab379a Opened by Erick Tryzelaar at 2011-12-19 03:43:58
  822. 'make all' only builds stage 1

    525fbaa Opened by Brian Anderson at 2011-12-13 20:05:27 - 2 comments
  823. build broken on os x

    35170b3 Opened by Stefan Plantikow at 2011-12-14 00:51:34 - 1 comment
  824. Decouple #[link_name = ""] and #[link_args]

    7fbc276 Opened by Brian Anderson at 2011-12-16 23:45:45
  825. Make a new attribute for the #[link_name = ""] special case

    70a5fef Opened by Brian Anderson at 2011-12-16 23:45:52 - 7 comments
  826. Investigate a segmentation fault in link::link_binary

    85dee9c Opened by Haitao Li at 2012-03-15 10:35:16 - 2 comments
  827. Add testing supports tests those need multiple compile commands

    1b50577 Opened by Haitao Li at 2012-04-12 20:58:05 - 12 comments
  828. invalid format string causes leaked memory in rust main loop

    733e5a5 Opened by Grahame Bowland at 2012-02-25 01:49:11 - 2 comments
  829. Link with ld instead of gcc

    f49eeda Opened by Brian Anderson at 2013-10-08 14:52:18 - 7 comments
  830. Allow link_args attributes on crates

    d762bbe Opened by Brian Anderson at 2013-02-25 21:32:09
  831. Disable locking in memory_region when RUSTRT_TRACK_ALLOCATIONS=0

    2ffb726 Opened by Brian Anderson at 2012-02-18 01:55:48 - 3 comments
  832. Add #[link_type="object"] to link against object files

    b6a366c Opened by Erick Tryzelaar at 2012-04-12 20:42:59 - 2 comments
  833. Put all the trans_* modules under an umbrella trans module

    d68e98c Opened by Brian Anderson at 2012-01-27 12:20:45
  834. rustc crash with upcall fail "option none"

    e8befd2 Opened by Erick Tryzelaar at 2011-12-15 07:22:23
  835. Should 5.f parse as a float literal, or expr_field(int literal, "f")?

    35b7050 Opened by Marijn Haverbeke at 2011-12-16 10:47:54 - 2 comments
  836. OS X generates warning about compact debug info for __morestack

    c176895 Opened by Brian Anderson at 2011-12-20 00:31:04 - 2 comments
  837. Add caching to tag_variant

    6ccb7bc Opened by Brian Anderson at 2011-12-16 01:38:10 - 1 comment
  838. llvm-config sometimes doesn't provide the correct include directory

    61f13a7 Opened by Brian Anderson at 2017-02-11 00:09:02 - 10 comments
  839. deal with .dSYM on os x

    5873440 Opened by Stefan Plantikow at 2012-04-12 20:44:11 - 2 comments
  840. Go over std and core and add pure declarations

    7bd4707 Opened by Stefan Plantikow at 2012-07-16 18:07:13 - 12 comments
  841. Type casts should be considered as pure where possible

    1617e74 Opened by Stefan Plantikow at 2012-01-02 14:54:00 - 1 comment
  842. Return address at the bottom of stack should be 0

    1b24d82 Opened by Brian Anderson at 2011-12-20 03:14:15 - 1 comment
  843. Use __morestack to switch to the C stack

    ef29d72 Opened by Brian Anderson at 2011-12-20 06:15:05 - 1 comment
  844. Remove stack alignment from core::task::unsafe_spawn_inner

    33a019f Opened by Brian Anderson at 2011-12-20 02:38:04
  845. Rewrite upcall_new_stack/del_stack to follow the standard upcall convention

    fc1af6c Opened by Brian Anderson at 2011-12-20 00:29:40
  846. #[link_name = ""] should be an error even when #[nolink]

    245f994 Opened by Brian Anderson at 2012-01-12 03:45:41
  847. Fix failing tests on windows

    d002793 Opened by Brian Anderson at 2012-01-07 00:19:57 - 1 comment
  848. Use quotes to improve error messages

    fce05a4 Opened by kud1ing at 2011-12-19 10:13:00 - 2 comments
  849. Importing a module that does not exist fails hard

    925bfcc Opened by Josh Matthews at 2011-12-19 07:43:35 - 1 comment
  850. Add valgrind guard bytes to the end of the stack again

    61fc144 Opened by Brian Anderson at 2011-12-20 20:01:07 - 3 comments
  851. fix setenv and getenv (especially on os x)

    44b5234 Opened by Stefan Plantikow at 2012-05-01 00:59:02 - 10 comments
  852. from_strs should return option::t<T>

    085104a Opened by Erick Tryzelaar at 2012-02-22 12:40:31
  853. Add debug representation of strings

    9fed5f2 Opened by Josh Matthews at 2013-08-23 01:52:21 - 4 comments
  854. Add debug representation of objects

    fe6cb0c Opened by Josh Matthews at 2012-01-13 17:22:48 - 1 comment
  855. Add debug representation of enums

    14c4413 Opened by Josh Matthews at 2013-08-18 01:07:59 - 2 comments
  856. Fix debug representation of arrays of structs

    3a577ea Opened by Josh Matthews at 2013-08-14 07:54:54 - 5 comments
  857. Add debug representation of function types

    1209509 Opened by Josh Matthews at 2013-09-04 20:00:52 - 1 comment
  858. Add debug representation of resources

    f1a0f74 Opened by Josh Matthews at 2012-04-12 20:54:49 - 1 comment
  859. Building with debugging causes test failures on i686-unknown-linux-gnu

    59b3fec Opened by Brian Anderson at 2012-01-10 23:56:45 - 19 comments
  860. Name mangling mistakes with -g

    930125b Opened by Brian Anderson at 2012-03-20 22:16:41 - 2 comments
  861. Rust snapshot binaries aren't recognized by RHEL5

    12b1f38 Opened by Brian Anderson at 2012-03-29 03:54:45 - 13 comments
  862. os x / make check-fast bug that seems to effect invoke-external-native

    91cbb2b Opened by Stefan Plantikow at 2012-04-12 21:12:42 - 6 comments
  863. "char": make "to_lower"/"to_upper" work for non-ASCII characters

    129a68c Opened by kud1ing at 2013-09-09 19:10:21 - 8 comments
  864. "char": add a type and function for Unicode Character Categories

    a2fc28e Opened by kud1ing at 2016-07-25 17:09:57 - 6 comments
  865. change map::new_hash to mk_hash

    0df96e3 Opened by Erick Tryzelaar at 2012-03-13 18:22:42 - 2 comments
  866. swap arg order of vec::init_fn

    6b9e187 Opened by Erick Tryzelaar at 2012-01-21 21:43:07 - 4 comments
  867. cargo: auto-fetch default sources file from rust-lang.org

    106dc9d Opened by Graydon Hoare at 2012-06-03 03:54:58 - 2 comments
  868. cargo: list packages matching name

    10f83f9 Opened by Graydon Hoare at 2012-04-12 20:57:25 - 2 comments
  869. cargo: shortcut for adding a source

    4b411d5 Opened by Graydon Hoare at 2012-07-06 07:22:36 - 3 comments
  870. cargo: dependency-resolution

    2df07d7 Opened by Graydon Hoare at 2013-03-08 23:40:40 - 2 comments
  871. cargo: extract json from crate files

    5d41609 Opened by Graydon Hoare at 2013-02-16 20:53:36 - 1 comment
  872. cargo: refresh source index from remote crates

    1af84ee Opened by Graydon Hoare at 2013-02-16 20:53:20 - 1 comment
  873. cargo: add $HOME/.cargo/lib to rustc default search path

    043e0a6 Opened by Graydon Hoare at 2012-01-07 00:40:12 - 3 comments
  874. Bogus span identified with unmatched import

    c0f521c Opened by Brian Anderson at 2012-01-22 22:31:32 - 6 comments
  875. Make the initial obstack size very small

    40c4f5d Opened by Brian Anderson at 2011-12-26 03:47:21 - 2 comments
  876. JSON: add support for "null"

    9c208c1 Opened by kud1ing at 2011-12-21 21:27:59
  877. stdlib/json.rs is written in a very inefficient style

    ebce8e2 Opened by Marijn Haverbeke at 2012-02-29 08:45:09 - 2 comments
  878. std::unicode::icu: add libicu character category functions

    f58fa05 Opened by kud1ing at 2011-12-24 08:42:10 - 1 comment
  879. "char": implement "is_whitespace" and "maybe_digit" using "std::unicode::icu"

    bc8fd88 Opened by kud1ing at 2011-12-24 08:33:17 - 7 comments
  880. #fmt float broken on Ubuntu Precise

    582f782 Opened by Haitao Li at 2011-12-30 11:46:23 - 3 comments
  881. Libcore: move "io" to libcore

    4223844 Opened by kud1ing at 2012-03-12 23:41:12 - 5 comments
  882. Unwinding can still sometimes leak memory

    6e8ffb4 Opened by Marijn Haverbeke at 2012-02-25 01:45:43 - 1 comment
  883. #fmt uses wrong default precision for float

    9066089 Opened by Brian Anderson at 2013-11-01 00:52:09 - 10 comments
  884. fix machine type equality

    fe51ac5 Opened by Stefan Plantikow at 2011-12-28 17:03:31 - 4 comments
  885. Expose floating point environment and handle fp exceptions

    59e9167 Opened by Stefan Plantikow at 2013-11-03 03:31:08 - 5 comments
  886. New logging macros #info and #debug do not work

    d505fe0 Opened by linuxfood at 2011-12-28 20:02:02 - 1 comment
  887. Prominent instructions on how to register a package with cargo-central

    cd4af02 Opened by Graydon Hoare at 2012-01-17 20:50:02 - 1 comment
  888. Type unification error messages excessively mystifying

    cbd54c7 Opened by Joshua Wise at 2012-01-02 14:44:09
  889. Request for source addition

    8b32bee Opened by Joshua Wise at 2012-03-11 07:34:23 - 2 comments
  890. split stdtest into stdtest/coretest

    cd8a46a Opened by Brian Anderson at 2012-01-18 20:00:57 - 3 comments
  891. invalid location with #debug type error

    0e387dd Opened by Erick Tryzelaar at 2012-01-24 01:52:25 - 3 comments
  892. odd issue with #fmt and floats

    ed3343b Opened by Erick Tryzelaar at 2011-12-29 20:01:58 - 2 comments
  893. kind checker does not recognize implicit returns

    fe9f94f Opened by Marijn Haverbeke at 2012-01-02 14:32:11
  894. make rustdoc handle imports and exports

    72079cd Opened by Stefan Plantikow at 2012-03-10 07:53:37 - 2 comments
  895. support explicit discriminant numbers on tag variants

    6d8513f Opened by Graydon Hoare at 2012-01-24 19:48:15 - 7 comments
  896. rustc, rustdoc: give nicer feedback when no arguments are given

    9d5e74a Opened by kud1ing at 2011-12-30 23:35:31
  897. make check and install should depend on all

    89239d3 Opened by Graydon Hoare at 2011-12-30 21:01:11
  898. change "when" to "if" in pattern guards

    119edcb Opened by Niko Matsakis at 2012-01-10 03:42:34 - 14 comments
  899. Allow tuples and other irrefutable patterns in parameter specifications

    a8f32b9 Opened by Niko Matsakis at 2012-06-06 17:06:55 - 2 comments
  900. Last use doesn't consider closure bodies properly

    eef34a6 Opened by Niko Matsakis at 2012-01-02 14:27:05 - 2 comments
  901. trans.rs assertion error compiling code

    635f7a8 Opened by Erick Tryzelaar at 2012-02-14 21:16:40 - 3 comments
  902. make all no longer works after make clean

    ae9d62b Opened by Niko Matsakis at 2012-01-13 20:59:48 - 1 comment
  903. passing rust records by value to native functions broken

    3925d94 Opened by Erick Tryzelaar at 2012-03-20 23:48:11 - 8 comments
  904. warn when int or uint is used in a native type decl

    7502206 Opened by Niko Matsakis at 2012-01-18 19:06:09 - 3 comments
  905. rustc: errors should not display runtime boilerplate logging

    4eb0077 Opened by Erick Tryzelaar at 2012-01-15 08:41:26 - 12 comments
  906. Add fixed sized arrays for native module records

    276f899 Opened by Erick Tryzelaar at 2012-04-05 01:28:37 - 2 comments
  907. Set up FreeBSD bot

    2b0ddd8 Opened by Brian Anderson at 2012-02-21 04:18:20 - 1 comment
  908. All non-www URLs redirect to front page

    2e0671d Opened by Jesse Ruderman at 2012-06-27 22:06:13 - 4 comments
  909. Standard Library documentation: sort function names

    f8d33a1 Opened by kud1ing at 2018-08-21 11:47:09 - 3 comments
  910. Standard Library documentation output: missing record return type

    749afa0 Opened by kud1ing at 2012-03-10 07:52:50 - 4 comments
  911. Stop passing spans around in trans

    b3be7c7 Opened by Marijn Haverbeke at 2012-01-27 13:03:12 - 3 comments
  912. Revert llvm branch commit

    5b8e46b Opened by Josh Matthews at 2012-01-02 20:44:05 - 1 comment
  913. do something more careful than eval_const_expr

    19ac8dc Opened by Kevin Atkinson at 2012-08-09 23:21:40 - 3 comments
  914. Tutorial is out of date online

    b56671a Opened by kud1ing at 2012-01-24 19:26:22 - 2 comments
  915. Stop building stage3 on normal test cycles

    1cfbaf4 Opened by Marijn Haverbeke at 2012-01-17 16:39:43 - 1 comment
  916. rustlang.org still points to github

    5213fed Opened by Tim Chevalier at 2012-01-18 03:14:45 - 1 comment
  917. Allow modifications to local variables in pure functions

    0c75ebb Opened by kud1ing at 2012-05-12 11:29:08 - 17 comments
  918. llvm-dis does not work on our generated .bc files anymore

    dc4047d Opened by Marijn Haverbeke at 2012-01-04 21:59:59 - 2 comments
  919. Simplify the rope:bal1 test

    5bb24ed Opened by Brian Anderson at 2012-01-13 22:55:22
  920. Allow overloaded literals

    33c6ad8 Opened by Brian Anderson at 2012-06-20 06:10:59 - 9 comments
  921. Export all tag variants

    3c2d4aa Opened by Brian Anderson at 2012-01-24 06:37:54 - 12 comments
  922. Eliminate dot in nullary-tag variant patterns

    915047a Opened by Brian Anderson at 2012-01-19 09:25:32 - 4 comments
  923. Rename tag to something else. Possibly 'enum'

    58a53f1 Opened by Brian Anderson at 2012-01-20 03:40:13 - 7 comments
  924. Eliminate the disambiguating :: in id::<int>

    16fa470 Opened by Brian Anderson at 2013-05-16 23:39:11 - 4 comments
  925. Separate tag variants by comma

    0bab4b8 Opened by Brian Anderson at 2012-01-20 03:40:13 - 3 comments
  926. Ensure consistent naming of predicates in std and core

    f803199 Opened by Stefan Plantikow at 2012-04-05 01:09:20 - 4 comments
  927. allow recursive object methods

    c07b8cb Opened by Erick Tryzelaar at 2012-01-13 20:33:40 - 2 comments
  928. Add support for hexadecimal float literals

    04c20ce Opened by Stefan Plantikow at 2023-12-01 01:38:09 - 22 comments
  929. Stop flushing stdout every time a line is logged

    46e7317 Opened by Brian Anderson at 2012-01-05 09:07:48 - 5 comments
  930. Stop defining NVALGRIND when valgrind isn't found

    c7681be Opened by Brian Anderson at 2012-03-22 01:21:21 - 1 comment
  931. Implement indefinite-extent iface dicts

    f7923ae Opened by Marijn Haverbeke at 2012-01-06 16:51:06
  932. Implement cast-to-iface

    983b380 Opened by Marijn Haverbeke at 2012-01-09 14:22:58 - 1 comment
  933. Fix re-exporting of impls

    1d1a100 Opened by Marijn Haverbeke at 2012-01-26 17:58:47
  934. Add some useful interfaces to the core and std libs

    d51a8d4 Opened by Marijn Haverbeke at 2012-03-28 08:03:08 - 11 comments
  935. Documentation links on wiki front page are broken

    d6ae518 Opened by Tim Chevalier at 2012-01-05 18:56:51 - 1 comment
  936. Find out why core::float needs explicit exports

    07fd0ad Opened by Stefan Plantikow at 2012-01-09 20:11:46 - 4 comments
  937. Segfault with generic functions

    e3ba4b3 Opened by Marijn Haverbeke at 2012-01-05 21:46:37
  938. rustc's --test flag should imply --bin

    8fcf405 Opened by Brian Anderson at 2012-01-17 23:14:11 - 1 comment
  939. Fix make dist

    a2d6d49 Opened by Brian Anderson at 2012-01-10 22:50:49 - 1 comment
  940. Have the bots run make distcheck

    ca9cffe Opened by Brian Anderson at 2012-01-19 16:56:00 - 3 comments
  941. Reorganize the directory structure of librustc and the driver

    5e67cd9 Opened by Brian Anderson at 2013-02-07 20:19:55 - 1 comment
  942. Macro errors are reported at def, not use

    3681332 Opened by Niko Matsakis at 2012-01-24 01:52:09 - 7 comments
  943. Dependencies for C++ files in rt are wrong

    ae56b20 Opened by Niko Matsakis at 2012-03-22 01:41:22
  944. bare fn types in record unification produces unexpected errors

    9a42ec5 Opened by Niko Matsakis at 2013-02-07 20:19:09 - 3 comments
  945. cargo: Add the ability to run tests

    5a53105 Opened by Brian Anderson at 2012-04-05 01:41:04 - 2 comments
  946. Create a continuous integration server for building rustpkg packages

    6bfe6f3 Opened by Brian Anderson at 2014-02-17 07:20:44 - 16 comments
  947. redesign task API to use sendable fns and be more approachable

    c70ad1a Opened by Niko Matsakis at 2012-01-10 17:18:47 - 2 comments
  948. spawning a bare fn doesn't work

    3606ea0 Opened by Niko Matsakis at 2012-01-09 00:30:30 - 2 comments
  949. Dismantle std::unstable

    283b927 Opened by Brian Anderson at 2014-06-10 06:37:10 - 8 comments
  950. pp omits parens needed to disambiguate call-with-block sugar

    c6d723e Opened by Jesse Ruderman at 2012-10-30 22:06:34 - 3 comments
  951. log (fail, 2) hits an LLVM assertion

    62070e5 Opened by Jesse Ruderman at 2012-01-19 22:45:05 - 1 comment
  952. "error: internal compiler error ty_fn_args() called on non-fn type"

    1ba51ed Opened by Jesse Ruderman at 2012-02-06 04:42:40 - 1 comment
  953. "warning: Captured variable 'x' not used in closure" presages a crash

    2b42404 Opened by Jesse Ruderman at 2012-02-22 12:40:31 - 1 comment
  954. non-exhaustive match failure in typeck::lookup_method

    ec6ad8c Opened by Jesse Ruderman at 2012-01-08 21:17:56
  955. "upcall fail 'option none'" with recursive iface impl?

    0e686b5 Opened by Jesse Ruderman at 2012-01-09 16:28:22 - 1 comment
  956. rustc hang with infinite recursion in ty::fold_ty

    9d562dd Opened by Jesse Ruderman at 2012-01-27 17:59:01
  957. internal compiler error fail called with unsupported type |

    cf45c9a Opened by Jesse Ruderman at 2012-01-19 21:30:37
  958. RUST_CC_ZEAL crash: too much recursion in walk_uniq

    001d721 Opened by Jesse Ruderman at 2012-04-13 16:19:48 - 2 comments
  959. Anonymous function with upvar trips assert in trans

    dd4903d Opened by Jesse Ruderman at 2012-01-09 10:32:26
  960. rebind-fn.rs crashes with RUST_CC_ZEAL=1

    ce4fa27 Opened by Jesse Ruderman at 2012-04-20 03:52:34 - 2 comments
  961. Generic type can't be inferred through lambda block

    22ba466 Opened by Brian Anderson at 2012-02-06 05:45:04 - 2 comments
  962. Check that rustc's output is writable before linking

    864d8f4 Opened by Brian Anderson at 2013-06-10 16:57:40 - 3 comments
  963. Block style autodetection should take upvars into account

    20395eb Opened by Marijn Haverbeke at 2012-01-09 14:50:48 - 2 comments
  964. Add many more tests for iface and impl

    7ab4195 Opened by Marijn Haverbeke at 2012-02-10 12:31:43
  965. expected error scanner is too imprecise

    9c41cde Opened by Niko Matsakis at 2012-09-12 00:23:53
  966. Don't log in the red zone

    82f7e6c Opened by Brian Anderson at 2012-02-23 06:37:17
  967. Update spawn example in language doc

    86110fb Opened by Brian Anderson at 2012-01-19 20:24:18 - 1 comment
  968. Leak with sendfn

    f5c82bd Opened by Jesse Ruderman at 2012-01-12 23:02:35 - 3 comments
  969. better error message when there is a missing semicolon with an expression

    e9d319c Opened by Niko Matsakis at 2013-02-07 20:17:35 - 6 comments
  970. Leaks when failures occur during unwinding

    35599a5 Opened by Niko Matsakis at 2012-07-27 01:41:43 - 6 comments
  971. deprecate 'obj' in docs

    386727b Opened by Graydon Hoare at 2012-01-17 17:27:06 - 2 comments
  972. remove 'obj' system

    d5f0aa9 Opened by Graydon Hoare at 2012-01-13 10:52:34 - 1 comment
  973. Transfer rust to mozilla administrative group on github

    73b6c7f Opened by Graydon Hoare at 2012-01-11 01:10:36 - 3 comments
  974. Generate rustdoc output instead of naturaldocs in build

    ed37923 Opened by Graydon Hoare at 2012-03-10 07:52:23 - 2 comments
  975. allow for native mod functions to initialize records

    7760598 Opened by Erick Tryzelaar at 2013-04-25 08:18:02 - 4 comments
  976. Remove the global variables that store the discriminant IDs per variant

    5be8516 Opened by Kevin Atkinson at 2012-02-15 22:16:54 - 2 comments
  977. Add a mechanism to set the max stack size

    9f6eab7 Opened by Brian Anderson at 2012-01-11 22:12:56 - 3 comments
  978. move rust-mode.el to src/etc/emacs/

    831c5e5 Opened by Graydon Hoare at 2012-01-16 12:09:53 - 2 comments
  979. Should it be possible to use a boxed iface type for a parameter bounded on itself?

    85539d8 Opened by Marijn Haverbeke at 2012-01-12 16:06:54 - 2 comments
  980. make boxes self-describing

    95f05e8 Opened by Niko Matsakis at 2012-02-02 05:18:25 - 6 comments
  981. Impl resolution may try to access unresolved types

    77ba030 Opened by Marijn Haverbeke at 2012-01-11 20:40:23
  982. rt: remove set_min_stack

    748b192 Opened by Brian Anderson at 2012-03-21 07:29:30 - 2 comments
  983. Collect benchmark numbers for 0.1

    8c1b4d8 Opened by Brian Anderson at 2012-12-11 05:25:39 - 12 comments
  984. rt: Add a way to configure the runtime environment from the command line

    75516f8 Opened by Brian Anderson at 2014-04-01 11:55:22 - 8 comments
  985. convert shape code to be visitor glue

    bc42879 Opened by Niko Matsakis at 2012-12-07 01:26:41 - 3 comments
  986. custom tag discriminants not considered in the shape code

    d2418bd Opened by Niko Matsakis at 2012-01-13 21:57:18 - 1 comment
  987. core::float::consts::pi does not work

    ba3fad1 Opened by Marijn Haverbeke at 2012-01-21 10:52:08 - 4 comments
  988. Bounds check error in typecheck when compiling alt-expression

    9327203 Opened by Tim Chevalier at 2012-01-13 00:51:28
  989. Allow 'give up on this function scope, continue with next' errors in typeck

    b55d4fe Opened by Marijn Haverbeke at 2013-02-07 20:14:36 - 1 comment
  990. Parser doesn't handle fn@ or fn~ expr as statement

    315dae1 Opened by Marijn Haverbeke at 2012-01-13 10:57:00 - 1 comment
  991. Inner attributes not supported on all item types, including fn

    a67268f Opened by Brian Anderson at 2012-01-16 01:54:44
  992. Improve type error messages

    83cfcac Opened by Marijn Haverbeke at 2012-02-03 07:39:32 - 3 comments
  993. Allow C code to call into Rust code

    a66d6bc Opened by Brian Anderson at 2012-02-14 19:30:39 - 2 comments
  994. Reduce the Rust stack red zone

    5d26cb2 Opened by Brian Anderson at 2013-08-20 06:23:36 - 4 comments
  995. Need custom discriminant tests in the pretty printer

    3730d4b Opened by Niko Matsakis at 2012-01-16 10:19:46
  996. C-like tags should be castable to int with or without custom discriminants

    a8d072d Opened by Niko Matsakis at 2012-01-13 23:49:47 - 2 comments
  997. Revoke Rust's claim to the .rc file extension on GitHub

    fb77c79 Opened by bstrie at 2012-02-04 00:03:24 - 4 comments
  998. pandoc: unrecognized option `--section-divs'

    abe3cf2 Opened by Brian Anderson at 2012-01-18 22:32:46 - 1 comment
  999. GitHub's markdown doesn't understand commented out examples in tutorial

    513bbea Opened by Brian Anderson at 2012-03-22 02:10:01 - 7 comments
  1000. Closures can't be declared as diverging functions

    a378945 Opened by Brian Anderson at 2012-06-22 02:51:24 - 3 comments
  1001. Run tutorial code fragments as part of make check

    f78a3d4 Opened by Brian Anderson at 2012-01-21 04:20:52 - 1 comment
  1002. Add syntax highlighting to rust-lang.org's code snippet

    f2c91b9 Opened by Brian Anderson at 2012-09-20 18:10:22 - 5 comments
  1003. rust-lang.org says rust is BSD licensed, when it is MIT

    179820e Opened by Brian Anderson at 2012-01-18 03:05:57 - 1 comment
  1004. Support a very basic form of operator overloading

    4e26b8e Opened by Marijn Haverbeke at 2012-01-26 14:56:48 - 4 comments
  1005. Library support for go-like deferred function

    fb5ac90 Opened by Brian Anderson at 2013-02-07 20:21:36 - 7 comments
  1006. Wrong default filename for --lib --emit-llvm -S

    8257128 Opened by Brian Anderson at 2012-01-16 18:37:54 - 1 comment
  1007. str::unsafe_from_bytes should be unsafe

    01b3a3f Opened by Brian Anderson at 2012-02-03 01:45:12 - 1 comment
  1008. Memory corruption with --emit-llvm -S on linux

    28f7b0f Opened by Brian Anderson at 2012-01-16 21:15:46 - 4 comments
  1009. Stack growth defeats optimization

    95f6e76 Opened by Brian Anderson at 2012-03-22 03:22:46 - 6 comments
  1010. Functions written in expression style are slower than imperative style

    bd96812 Opened by Brian Anderson at 2012-01-16 13:29:06
  1011. Have some form of destructing if

    fa2ae88 Opened by Kevin Atkinson at 2012-06-27 18:04:18 - 10 comments
  1012. rust: task ran out of stack

    4a2506a Opened by Grahame Bowland at 2012-01-15 21:40:16 - 4 comments
  1013. core::* listed four times in RUST_LOG=?

    01d7b1d Opened by Josh Matthews at 2013-02-08 21:44:00 - 6 comments
  1014. pretty printer for uints sometimes drops the "u" suffix

    7ecbb62 Opened by Niko Matsakis at 2012-01-16 10:19:46
  1015. Change rustc crate crate_type to "lib". Stop passing --lib

    27c1ded Opened by Brian Anderson at 2012-01-17 23:14:00 - 1 comment
  1016. Crash in shape code during tag comparison

    afb44e7 Opened by Brian Anderson at 2012-01-24 19:59:29 - 5 comments
  1017. --pretty typed is broken for most programs

    63bfdac Opened by Marijn Haverbeke at 2012-01-17 15:46:20
  1018. `make perf' failed with perf 3.2

    c8b122b Opened by Haitao Li at 2012-01-17 16:38:44 - 1 comment
  1019. Teach debuginfo to generate namespaces for each component of a path

    3a21b57 Opened by Josh Matthews at 2013-09-11 14:31:08 - 9 comments
  1020. Function name is occasionally duplicated

    5ac27c5 Opened by Josh Matthews at 2013-09-11 14:31:08 - 6 comments
  1021. Collect various one-off analysis tidbits into a 'lint' pass

    388cd99 Opened by Brian Anderson at 2012-04-12 22:34:00 - 6 comments
  1022. Clean up and document rustc::front::attr

    9363cff Opened by Brian Anderson at 2012-04-15 08:44:33
  1023. Invalid write with by-copy generic tuple

    74fa6e6 Opened by Brian Anderson at 2012-01-17 13:05:28 - 4 comments
  1024. Add module "tuple" to libstd

    3b45b70 Opened by kud1ing at 2012-01-17 19:28:48 - 1 comment
  1025. Move existing packages to cargo-central

    c8383f7 Opened by Brian Anderson at 2012-01-17 20:49:34 - 1 comment
  1026. Move libcore tests into core

    cc4a0bc Opened by Brian Anderson at 2012-01-18 08:23:08 - 1 comment
  1027. Add version number to win32 control panel

    1bab756 Opened by Brian Anderson at 2012-01-31 19:07:41 - 2 comments
  1028. Sundown backend for rustdoc

    5e32e2a Opened by Brian Anderson at 2013-09-21 03:25:47 - 11 comments
  1029. rustc stack overflow by "hit an unexpected failure path"

    84a6659 Opened by Haitao Li at 2012-01-18 11:36:21 - 2 comments
  1030. Unify "str::lines()" and "str::lines_any()" and make it Unicode-correct

    be8a4fd Opened by kud1ing at 2012-01-18 16:44:43 - 6 comments
  1031. rustctest Segmentation fault when fs::path_is_dir uses type c_int

    4826aa1 Opened by Haitao Li at 2012-02-06 00:29:01 - 3 comments
  1032. Make the test runner schedule tests more efficiently

    761f2bc Opened by Brian Anderson at 2012-01-20 09:07:20 - 1 comment
  1033. rustc: option --time-passes doesn't show anything

    6b63eea Opened by Haitao Li at 2012-01-19 10:07:48 - 1 comment
  1034. Segv fault with nested closure

    11e2425 Opened by Haitao Li at 2012-04-13 05:36:48 - 3 comments
  1035. make interface types more like closures

    fc57706 Opened by Niko Matsakis at 2012-08-08 23:18:10 - 7 comments
  1036. #fmt does not print out "%"

    d7901f2 Opened by Erick Tryzelaar at 2012-01-24 18:47:45 - 1 comment
  1037. Triple-quoted strings

    31b83c5 Opened by Brian Anderson at 2012-01-24 00:55:11 - 1 comment
  1038. bit shift operators take odd types

    ff70db7 Opened by Niko Matsakis at 2012-02-23 02:04:57 - 7 comments
  1039. rust-mode doesn't know 'enum'

    b61fd68 Opened by Brian Anderson at 2012-01-20 09:06:49
  1040. Add .elc to .gitignore

    6db7dd7 Opened by Brian Anderson at 2012-01-20 09:06:49
  1041. tutorial: Logging section doesn't mention 'debug' level

    4d8963e Opened by Brian Anderson at 2012-01-20 09:06:50
  1042. tutorial: Closure section still discusses 'block' type

    0ee0480 Opened by Brian Anderson at 2012-01-20 18:00:31 - 5 comments
  1043. #bind() macro

    455f018 Opened by Brian Anderson at 2012-02-15 21:53:42 - 4 comments
  1044. make dist doesn't include man page so install fails

    9914cbe Opened by Brian Anderson at 2012-01-20 20:26:20 - 1 comment
  1045. Keywords should not be allowed as variable identifiers

    295afdd Opened by Matt Brubeck at 2012-02-10 14:55:10 - 4 comments
  1046. Reserved words are not enforced by the compiler

    09cded2 Opened by Matt Brubeck at 2012-01-29 22:01:29 - 1 comment
  1047. Block comment grammar

    f2ca69b Opened by Mike Samuel at 2013-03-29 22:37:15 - 3 comments
  1048. Number grammar

    4927414 Opened by Mike Samuel at 2013-08-15 01:11:20 - 2 comments
  1049. Run language ref examples

    161a75b Opened by Brian Anderson at 2012-03-21 19:35:52 - 1 comment
  1050. Windows installer sets PATH wrong?

    a79bdf2 Opened by Brian Anderson at 2012-01-31 19:07:34 - 1 comment
  1051. Linker commands don't quote paths with spaces

    f7f94c1 Opened by Brian Anderson at 2012-01-25 22:33:32 - 1 comment
  1052. Make all tutorial snippets pass

    f14c4e0 Opened by Brian Anderson at 2013-04-13 23:22:54 - 3 comments
  1053. Swap expression section in spec copies block of text from move expression

    130a5ab Opened by Mike Samuel at 2012-01-25 00:46:38
  1054. Associativity

    c994552 Opened by Mike Samuel at 2012-01-21 18:39:28 - 3 comments
  1055. Remove std::extfmt

    5da68af Opened by Brian Anderson at 2012-01-21 22:01:36
  1056. cargo: Add 'description' to packages

    664dfc3 Opened by Brian Anderson at 2012-01-24 06:20:06 - 1 comment
  1057. Windows installer splats system PATH

    6ea1b89 Opened by Sebastian Sylvan at 2012-01-31 19:07:25 - 15 comments
  1058. Should rustc.exe be statically linked to libgcc etc.?

    77404fc Opened by Sebastian Sylvan at 2013-05-30 17:01:37 - 6 comments
  1059. rustc.exe doesn't link helloworld.rs

    07edf29 Opened by Sebastian Sylvan at 2012-01-22 00:36:53 - 1 comment
  1060. Failed test when optimization turned off: test_md4

    f96b011 Opened by Kevin Atkinson at 2012-01-22 03:31:58 - 3 comments
  1061. ret x + ret y allowed

    5bf6ea4 Opened by Kevin Atkinson at 2012-02-15 05:21:15 - 6 comments
  1062. move rustpkg to its own repository

    24200ff Opened by Lizzie Dixon at 2014-04-04 12:04:51 - 8 comments
  1063. #fmt float precision is busted

    5d15804 Opened by Brian Anderson at 2012-08-09 01:40:39 - 2 comments
  1064. 'make check' should be a superset of 'make all'

    0f925e7 Opened by Brian Anderson at 2012-01-31 01:07:00 - 2 comments
  1065. RFC: Only track byte offsets in codemap and related modules

    e418969 Opened by Kevin Atkinson at 2012-02-02 03:11:20 - 10 comments
  1066. Docs 7.3.3 Constraints: incorrect example code

    9410fa0 Opened by Rick Waldron at 2012-01-23 04:25:11
  1067. Typo in tutorial

    2e95891 Opened by Kosta at 2012-02-14 17:28:54 - 2 comments
  1068. String hashes vulnerable to algorithmic complexity attacks

    afa45b9 Opened by Kosta at 2012-10-16 05:53:55 - 14 comments
  1069. support break and continue in blocks via enums

    9995193 Opened by Niko Matsakis at 2012-04-05 00:09:40 - 14 comments
  1070. --prefix is broken in 0.1 distribution (rpath related)

    1755636 Opened by Austin Seipp at 2012-01-23 22:27:22 - 1 comment
  1071. --prefix is broken in 0.1 distribution (rpath related)

    7b530ac Opened by Austin Seipp at 2012-01-30 03:08:39 - 9 comments
  1072. #[no_core] should be an attribute

    9605665 Opened by Brian Anderson at 2012-01-27 04:34:31 - 3 comments
  1073. Recursive enum type causes compiler task to run out of stack

    6a85e1b Opened by Jim Fisher at 2012-01-24 01:50:19 - 2 comments
  1074. Unused import check doesn't consider impls

    0f7e311 Opened by Brian Anderson at 2013-02-08 18:26:51 - 2 comments
  1075. Develop some combined infrastructure for command-line switches and crate attributes

    ce36595 Opened by Brian Anderson at 2012-02-15 21:54:30 - 2 comments
  1076. Warnings as errors

    9d3e655 Opened by Brian Anderson at 2012-04-05 01:32:56 - 2 comments
  1077. Move the unused imports check into the lint pass

    13d69f2 Opened by Brian Anderson at 2013-02-07 20:25:42 - 1 comment
  1078. Defining types that represent native linked lists is hard

    d6fef7b Opened by Josh Matthews at 2012-01-24 15:15:59 - 2 comments
  1079. Reorganize std::os, std::generic_os to be sane

    3814637 Opened by Brian Anderson at 2012-03-12 23:41:12 - 1 comment
  1080. Standardize core/std naming conventions

    019cd34 Opened by Brian Anderson at 2012-03-19 22:00:28 - 3 comments
  1081. Cargo sig verification failed

    a03a265 Opened by Anton C. Swartz IV at 2012-01-24 19:58:51 - 4 comments
  1082. Create a macport

    6cafa50 Opened by Brian Anderson at 2017-03-24 19:22:53 - 4 comments
  1083. Continuous documentation server for rust packages

    9e6bde5 Opened by Brian Anderson at 2015-01-20 17:54:47 - 5 comments
  1084. cargo: Tell the user when gpg isn't available

    0842546 Opened by Brian Anderson at 2012-02-14 19:00:05 - 1 comment
  1085. Relinquish the alignof keyword in rustrt

    b88b150 Opened by Brian Anderson at 2012-03-13 01:04:00
  1086. enum / tag alignment is always 1 right now

    d337e26 Opened by Niko Matsakis at 2013-03-19 20:00:58 - 15 comments
  1087. Make C-like enum's binary compatible with C enums

    d376c98 Opened by Kevin Atkinson at 2012-01-24 20:24:34 - 1 comment
  1088. RFC: enum discriminant ought to be smaller

    9880d0b Opened by Niko Matsakis at 2013-11-17 12:16:02 - 20 comments
  1089. Be able to convert from integers to C-like enums

    2013dca Opened by Kevin Atkinson at 2012-04-12 22:44:45 - 4 comments
  1090. iteration library and lightweight bind syntax

    a79ba93 Opened by Niko Matsakis at 2012-06-08 00:03:21 - 7 comments
  1091. ::rt::backtrace Backtraces are not very useful on Mac

    44de21b Opened by Tim Chevalier at 2013-09-16 18:51:05 - 12 comments
  1092. #fmt strings should allow index of argument, count, and precision to be specified

    55f7948 Opened by Brian Anderson at 2013-08-14 04:26:24 - 5 comments
  1093. #fmt should generate compile errors for invalid format strings

    2a7d8ab Opened by Brian Anderson at 2013-01-26 03:39:59 - 2 comments
  1094. #fmt should allow any width int, float, etc to be used

    b356e50 Opened by Brian Anderson at 2013-08-14 04:26:24 - 11 comments
  1095. Syntax extension to load an entire file into [u8] at compile-time

    5ff9513 Opened by Brian Anderson at 2012-05-22 21:20:31 - 6 comments
  1096. Malformed attribute in module is silently dropped by parser

    6efdd36 Opened by Brian Anderson at 2012-02-23 05:58:19 - 1 comment
  1097. gettimeofday example in tutorial uses wrong structure def

    ff6c6d4 Opened by Brian Anderson at 2012-01-26 23:45:36 - 3 comments
  1098. Can't use left shift on enum discriminants

    e76c913 Opened by Brian Anderson at 2012-01-25 20:25:24 - 2 comments
  1099. Typestate code doesn't handle const item inside fn

    22f0423 Opened by Marijn Haverbeke at 2012-01-31 20:03:59
  1100. Allow ifaces to refer to their own type

    3c23685 Opened by Marijn Haverbeke at 2012-01-25 19:48:35 - 1 comment
  1101. optimize message sending and/or scheduler

    2260b4e Opened by Niko Matsakis at 2012-02-03 20:15:39 - 8 comments
  1102. Allow attributes on enum variants

    c8d422f Opened by Brian Anderson at 2012-01-26 00:29:57
  1103. Use the codemap's source string in gather_comments_and_literals

    e3af3ff Opened by Brian Anderson at 2012-01-26 10:05:48 - 1 comment
  1104. Need unsafe fn core::str::from_cstr_len

    9354e5b Opened by Brian Anderson at 2012-02-12 06:30:17
  1105. Need unsafe fn core::ptr::memcpy

    49180f1 Opened by Brian Anderson at 2012-02-16 01:18:26 - 2 comments
  1106. make uninstall

    af54eda Opened by Patrick Walton at 2012-01-30 23:14:43
  1107. Provide binary downloads

    868ae2e Opened by Belleve at 2014-01-04 16:51:42 - 9 comments
  1108. Unify our bytepointer representation in the libraries

    bf71c43 Opened by Marijn Haverbeke at 2012-02-01 11:40:22 - 2 comments
  1109. RFC: remove native types

    daf90bb Opened by Marijn Haverbeke at 2012-02-01 11:52:12 - 2 comments
  1110. Redefine ctypes::void as a zero-variant enum

    d37b781 Opened by Brian Anderson at 2012-02-16 01:03:36 - 2 comments
  1111. proposal for str::from_bytes_with_error_cb

    b758f06 Opened by Kevin Cantú at 2012-04-05 00:42:06 - 3 comments
  1112. Empty vector optimization

    3de2be1 Opened by Marijn Haverbeke at 2012-01-30 11:27:13 - 1 comment
  1113. Request for Thrift RPC support

    eedc1a5 Opened by P. Oscar Boykin at 2013-12-18 23:03:47 - 7 comments
  1114. rustdoc should copy docs from interfaces to implementation methods

    349d95b Opened by Brian Anderson at 2013-09-18 01:42:54 - 6 comments
  1115. Add datasort refinements to Rust

    9452c69 Opened by Tim Chevalier at 2015-01-28 15:50:30 - 50 comments
  1116. main()'s initial stack segment should be big

    c8180ff Opened by Brian Anderson at 2012-03-22 03:23:52 - 7 comments
  1117. Create and export rust C API from the runtime

    e60a56d Opened by Brian Anderson at 2013-05-30 17:04:08 - 6 comments
  1118. Clean up runtime exports

    e36c5fb Opened by Brian Anderson at 2013-11-15 18:25:18 - 10 comments
  1119. Resources don't support inner attributes

    b5abfbd Opened by Brian Anderson at 2012-07-31 00:56:06 - 1 comment
  1120. remove the :: after type names in "as" expressions

    c45765a Opened by Niko Matsakis at 2013-06-12 16:30:18 - 5 comments
  1121. Error when a type parameter name is given parameters itself

    a4aa53d Opened by Marijn Haverbeke at 2012-02-06 09:00:03 - 1 comment
  1122. Using a named constant in an alt branch binds the value to that name instead

    8194ec5 Opened by Josh Matthews at 2012-01-28 08:10:39 - 1 comment
  1123. bounds check error with vec::reserve 2 dimensional vectors

    c4b9f1c Opened by deadlock at 2012-01-27 22:22:28
  1124. build conflict with texlive-latex-base (Ubuntu 11.10)

    51537cd Opened by Kevin Cantú at 2012-11-16 19:12:52 - 12 comments
  1125. Stack-allocation only subset/specifier

    bed46c1 Opened by litghost at 2013-02-07 20:29:08 - 3 comments
  1126. Removal of block spans from trans has ruined lexical block debug info

    5118ea4 Opened by Josh Matthews at 2012-01-31 16:45:49 - 6 comments
  1127. segfault logging a hashmap

    80788d1 Opened by Erick Tryzelaar at 2012-02-23 05:54:43 - 1 comment
  1128. ICE on unresolved module

    4863f3a Opened by Ben Noordhuis at 2012-02-23 05:14:44 - 1 comment
  1129. Remove ternary operator

    9b024dc Opened by Brian Anderson at 2024-07-07 15:53:24 - 30 comments
  1130. rustc ICE with typoed path to enum constructor in alt

    fdc0666 Opened by Joshua Wise at 2012-01-29 07:34:55 - 2 comments
  1131. "internal error in instantiate" when using a generic impl method

    3e1d129 Opened by Jonathan A. Sternberg at 2012-01-29 18:46:50 - 2 comments
  1132. RFC: Allow matching against n-ary variants with just the name

    ec767b8 Opened by Marijn Haverbeke at 2012-04-20 08:09:38 - 14 comments
  1133. lint: Warn when items are unused and not exported

    754c101 Opened by Brian Anderson at 2012-02-15 05:24:19 - 1 comment
  1134. Add core::repeat(int, fn()) function

    5fbb36b Opened by Brian Anderson at 2012-03-13 00:41:36 - 11 comments
  1135. feature request: allow packed types

    4b122df Opened by Ben Noordhuis at 2013-04-11 01:50:14 - 3 comments
  1136. Linking fails when using a crate name alias

    c720de8 Opened by Brian Anderson at 2012-04-07 14:12:03 - 2 comments
  1137. Using 'type' as parameter name doesn't work

    287908d Opened by Tim Taubert at 2012-01-30 18:44:12 - 3 comments
  1138. Compilation fails on GRSecurity/PaX kernel

    ed6df4a Opened by Deleted user at 2012-10-04 21:28:51 - 3 comments
  1139. Allow attributes on iface and impl methods

    d4ce530 Opened by Brian Anderson at 2012-01-30 19:52:57
  1140. std::sort uses different convention for lteq

    ff3c410 Opened by Brian Anderson at 2012-02-15 07:30:44 - 1 comment
  1141. can't determine value for sysroot

    fa89fd4 Opened by Michael Fellinger at 2017-09-08 14:18:55 - 10 comments
  1142. Expression syntax and semicolon

    b33fb3d Opened by Xiao Jia at 2012-01-31 16:15:17 - 6 comments
  1143. Replace str::sbuf with *ctypes::c_char

    93f71a3 Opened by Brian Anderson at 2012-03-15 03:57:28 - 9 comments
  1144. RFC: Exempt .field from forms-not-allowed-after-block-calls

    bc5dc31 Opened by Marijn Haverbeke at 2012-02-06 08:58:35 - 3 comments
  1145. RFC: Increase precedence of as

    7bbfc9f Opened by Marijn Haverbeke at 2012-02-09 10:58:34 - 3 comments
  1146. RFC: Parameterizable self type in ifaces

    32f4e0b Opened by Marijn Haverbeke at 2012-02-06 08:58:14 - 7 comments
  1147. Switch option::t to option everywhere

    992880d Opened by Marijn Haverbeke at 2012-02-02 00:50:24 - 4 comments
  1148. Check exhaustiveness for int, str, ... -typed alts

    1c2f7cc Opened by Tim Chevalier at 2012-02-15 14:50:48 - 8 comments
  1149. Implement scheduler domains

    0ef3134 Opened by Brian Anderson at 2012-02-09 01:40:45 - 4 comments
  1150. Rust progams hang on windows

    64bc284 Opened by Graydon Hoare at 2012-02-07 21:26:49 - 13 comments
  1151. #[cfg] attribute doesn't work on things that are not items

    70a13de Opened by Brian Anderson at 2013-05-16 23:40:22 - 4 comments
  1152. Add a way to conditionally compile things when a config item is not present

    580df2b Opened by Brian Anderson at 2012-04-05 01:33:19 - 2 comments
  1153. Remove timer code from scheduler

    aaab7d2 Opened by Brian Anderson at 2012-02-03 04:57:36 - 5 comments
  1154. Implement classes as per pcwalton's proposal

    a49594d Opened by Tim Chevalier at 2012-04-25 06:57:13 - 24 comments
  1155. Interrupting configure makes the build process unhappy

    3e3b4ce Opened by Tim Chevalier at 2012-04-04 23:48:35 - 1 comment
  1156. RFC: Handle built-in type names in resolve, rather than parser

    2931fbe Opened by Marijn Haverbeke at 2012-02-06 16:06:55 - 3 comments
  1157. Port modules "str" and "vec" to interface "iter"

    d0e7bab Opened by kud1ing at 2012-04-12 23:01:22 - 6 comments
  1158. proper ctags support for rust

    a083c36 Opened by Niko Matsakis at 2017-03-24 19:22:53 - 9 comments
  1159. Rust functions that can be called from C

    b99c3b1 Opened by Brian Anderson at 2016-07-14 19:53:31 - 16 comments
  1160. Ill-typed base expression in index

    1392e8a Opened by Eric Holk at 2012-02-02 08:19:43 - 1 comment
  1161. Update box debuginfo for new representation

    6f5dcb8 Opened by Josh Matthews at 2013-05-29 20:27:50 - 3 comments
  1162. Native modules do not support const, enum and type properly.

    a645b9c Opened by Beoran at 2012-04-12 23:03:16 - 6 comments
  1163. Monomorphize generic functions

    abffec6 Opened by Marijn Haverbeke at 2012-03-15 15:12:11 - 10 comments
  1164. boxed data still imposes a small perf penalty

    f4f8ec3 Opened by Niko Matsakis at 2012-04-05 01:23:38 - 4 comments
  1165. RFC: Allow a module to export other items with same name

    e3e2f89 Opened by Niko Matsakis at 2012-02-10 15:20:59 - 17 comments
  1166. remove box data from shape tables

    bee7b8c Opened by Niko Matsakis at 2012-02-08 21:11:04 - 1 comment
  1167. Update task-perf-word-count-generic

    b1a6817 Opened by Brian Anderson at 2012-05-26 01:33:26
  1168. Cycle collector is still turned off

    ac9e376 Opened by Marijn Haverbeke at 2012-12-13 19:55:17 - 3 comments
  1169. Teach rust_run_program about envs

    95709b1 Opened by Graydon Hoare at 2012-02-10 19:08:47 - 1 comment
  1170. Improve compiletest perf on win32, remove procsrv

    b3b0ce3 Opened by Graydon Hoare at 2012-02-10 19:08:38 - 1 comment
  1171. print fully qualified types in error messages

    96d83ba Opened by Niko Matsakis at 2012-02-11 08:22:57 - 3 comments
  1172. #[test] fns is not type checked when not testing

    8a5aec2 Opened by Niko Matsakis at 2012-02-03 22:09:28 - 5 comments
  1173. Add a dead code elimination pass

    e83a29e Opened by Tim Chevalier at 2013-12-09 06:53:46 - 8 comments
  1174. vec::reserve should reserve the exact amount requested

    62bfa8e Opened by Brian Anderson at 2012-02-05 22:56:54 - 3 comments
  1175. cargo should install to ./.cargo by default instead of ~/.cargo

    325317f Opened by Brian Anderson at 2012-02-15 07:11:16 - 6 comments
  1176. Generate debug info for generics

    8ab28aa Opened by Josh Matthews at 2013-08-18 01:07:59 - 4 comments
  1177. Implementing an interface before its definition hits a compiler error

    95e9873 Opened by Marijn Haverbeke at 2012-02-06 08:57:28
  1178. Move syntax extensions and macros out of compiler

    5971ad1 Opened by Brian Anderson at 2015-02-16 21:28:34 - 12 comments
  1179. Cannot determine a type for this expression

    4eee567 Opened by Brian Anderson at 2012-04-12 23:09:24 - 1 comment
  1180. Cross-crate inlining

    5780e6b Opened by Niko Matsakis at 2012-03-07 03:55:22 - 2 comments
  1181. Add linter option to complain about shadowed built-in types

    30a2b06 Opened by Marijn Haverbeke at 2015-04-16 23:01:57 - 11 comments
  1182. What happens when the runtime runs out of task ids?

    e4049a2 Opened by Brian Anderson at 2013-07-19 22:04:03 - 6 comments
  1183. Use msvc on windows, not mingw

    1dd354e Opened by Graydon Hoare at 2013-09-20 21:16:00 - 10 comments
  1184. make check hangs on windows

    47257c9 Opened by Brian Anderson at 2012-02-07 02:37:12 - 1 comment
  1185. log to stderr, write rustc's output to stderr

    79622b9 Opened by Brian Anderson at 2012-02-11 03:43:43 - 2 comments
  1186. str should support a few other string en/decodings

    10e3bb1 Opened by Kevin Cantú at 2012-03-05 22:39:40 - 6 comments
  1187. Shebangs as comments

    70cadf8 Opened by Andrew at 2024-08-06 06:13:46 - 12 comments
  1188. error message

    c6b7d51 Opened by deltrem at 2012-02-07 18:34:49 - 5 comments
  1189. make stops, because no target is indicated and no make file is found

    f8ab401 Opened by deltrem at 2012-03-22 13:07:29 - 12 comments
  1190. Record inheritance

    becb32b Opened by Aluminium95 at 2013-09-06 19:36:12 - 2 comments
  1191. core::unsafe::reinterpret_cast should move in its argument?

    872c7c7 Opened by Brian Anderson at 2012-06-15 05:47:23 - 6 comments
  1192. Incorrect error handling for processes that fail to spawn on windows

    efd41ba Opened by Brian Anderson at 2012-03-20 19:57:32
  1193. Specify C stack size when creating schedulers

    4f853e6 Opened by Brian Anderson at 2013-10-31 23:46:39 - 4 comments
  1194. Try applying branch weight metadata to bounds checks

    815291b Opened by Brian Anderson at 2012-04-12 23:13:12 - 2 comments
  1195. int::from_str lacks radix option

    9c4839c Opened by Andrew at 2013-02-16 21:30:15 - 6 comments
  1196. qquote can fail when spans are slightly off

    0c2d56c Opened by Niko Matsakis at 2012-02-15 05:57:39 - 5 comments
  1197. qquote does not include make it easy to use computed identifiers

    d0a8f11 Opened by Niko Matsakis at 2012-04-13 01:35:29 - 9 comments
  1198. Redesign task API

    4f908ba Opened by Brian Anderson at 2012-02-21 03:48:04 - 5 comments
  1199. Tasks should not hold a ref to their parent

    e1ef071 Opened by Brian Anderson at 2012-08-02 04:28:57 - 8 comments
  1200. Change enum's values

    d7c9aec Opened by Aluminium95 at 2012-02-09 17:19:12 - 3 comments
  1201. Disallow 'import foo;'

    f0fe4a8 Opened by Marijn Haverbeke at 2012-04-16 22:20:00 - 2 comments
  1202. Create an API for hosting the Rust runtime

    5afd371 Opened by Brian Anderson at 2014-09-19 03:49:31 - 8 comments
  1203. cargo: Add system mode for installing to sysroot

    70b4827 Opened by Brian Anderson at 2012-02-23 05:33:38 - 2 comments
  1204. Fix libuv makefile generation for FreeBSD

    5f56288 Opened by Brian Anderson at 2013-03-12 23:39:07 - 1 comment
  1205. Make scheduler stacks smaller

    cc8f0ee Opened by Brian Anderson at 2012-02-10 19:55:32 - 1 comment
  1206. Statically link jemalloc to the runtime

    9fe8849 Opened by Brian Anderson at 2013-06-07 02:43:06 - 7 comments
  1207. RFC: Python-like slices in vec

    7884055 Opened by Niko Matsakis at 2024-02-12 17:32:04 - 22 comments
  1208. upcall_vec_push is slow

    b094ab4 Opened by Patrick Walton at 2012-02-18 01:55:22 - 2 comments
  1209. Switching to the C stack is slow

    5bfd181 Opened by Brian Anderson at 2013-10-17 18:00:14 - 7 comments
  1210. Unexpected failure path when attempting to evaluate 0b42

    96710ba Opened by bstrie at 2012-02-10 08:53:50
  1211. multiple errors for the same problem

    8ee30cb Opened by Daniel Brooks at 2012-02-10 08:53:50
  1212. Store the task pointer on the Rust stack segment, not in TLS

    d09ec76 Opened by Brian Anderson at 2014-04-17 01:32:33 - 7 comments
  1213. std/core library functions with preconditions are a pain to use

    91d816f Opened by Marijn Haverbeke at 2012-02-22 12:40:31 - 24 comments
  1214. running cargo from build dir can't find rustc

    1b86868 Opened by Erick Tryzelaar at 2012-02-14 19:00:28 - 1 comment
  1215. Cannot declare unsafe impl functions

    e74e8a4 Opened by Erick Tryzelaar at 2012-02-13 20:08:25 - 1 comment
  1216. Mutable values in predicate arguments break typestate checks

    7936441 Opened by Andrey Vlasovskikh at 2012-03-17 04:08:28 - 2 comments
  1217. There's no programmatic way to tell the test runner to run serially

    a9a4466 Opened by Brian Anderson at 2015-01-13 09:24:39 - 5 comments
  1218. 0 bytes definitely lost on i686

    2d336db Opened by Brian Anderson at 2012-04-04 00:09:22 - 12 comments
  1219. Remove vec::*_mut functions

    f2eeebf Opened by Brian Anderson at 2012-03-03 02:35:28 - 1 comment
  1220. range functions should iterate backwards as well

    8b77083 Opened by Brian Anderson at 2013-01-24 02:59:58 - 12 comments
  1221. Last use analysis doesn't doesn't move out results of anonymous functions

    119224c Opened by Brian Anderson at 2012-02-13 16:55:53
  1222. recursive enum runs out of stack

    3e31c6b Opened by Erick Tryzelaar at 2012-02-13 13:13:45 - 3 comments
  1223. Better error message for "argument 1 may alias with argument 0, which is not immutably rooted"

    730cf30 Opened by Joe Hildebrand at 2012-02-12 21:25:46 - 8 comments
  1224. Clear explanation of the rules enforced by the alias checker needed

    35dd49b Opened by Niko Matsakis at 2012-04-11 21:57:17 - 4 comments
  1225. FreeBSD deadlocks during compiletest

    68b1446 Opened by Brian Anderson at 2012-08-02 21:07:41 - 3 comments
  1226. Add socket API to libc module

    c52e939 Opened by darkf at 2013-06-07 00:42:00 - 7 comments
  1227. vec::to_ptr duplicates vec::unsafe::to_ptr

    0768803 Opened by Brian Anderson at 2012-02-29 04:46:59
  1228. could support for erlang-like bit syntax?

    2d35c0f Opened by Simon Liu at 2012-04-12 23:46:48 - 2 comments
  1229. Variables that are only used for swapping are marked as unused

    a15eecc Opened by Marijn Haverbeke at 2012-07-13 22:07:55 - 8 comments
  1230. Multiple errors in getopt example

    439725e Opened by Andrew at 2012-05-01 17:33:32 - 1 comment
  1231. vec::shift borks on command line arguments

    6ad03c5 Opened by Andrew at 2012-02-14 03:18:55 - 1 comment
  1232. Consider changing the Rust ABI back to fastcall

    c5cc158 Opened by Brian Anderson at 2013-10-24 17:41:18 - 3 comments
  1233. getopt error with single character options

    47c0de5 Opened by Andrew at 2012-06-01 00:13:41 - 1 comment
  1234. pseudo-overloading functions with enums

    71dafe1 Opened by Erick Tryzelaar at 2012-08-29 20:22:02 - 6 comments
  1235. Crust functions don't work across crates

    389d0c4 Opened by Brian Anderson at 2012-07-09 20:23:43
  1236. Add crust functions to language docs

    9f1d94a Opened by Brian Anderson at 2012-03-12 22:41:46 - 1 comment
  1237. Lint check for using incorrect types in native fns should check crust functions

    59ddcdc Opened by Brian Anderson at 2015-01-20 17:50:44 - 6 comments
  1238. RFC: Destructuring vectors syntax

    a0ea700 Opened by John Harrison at 2013-02-07 23:01:36 - 9 comments
  1239. alias checker rules seem inconsistent or buggy around boxes

    07b4b42 Opened by Niko Matsakis at 2012-02-15 10:53:43 - 4 comments
  1240. Error diagnostics are often printing the wrong line lately

    6c3e750 Opened by Marijn Haverbeke at 2012-02-15 10:53:43
  1241. String offsets should always be in bytes

    e4e142a Opened by Marijn Haverbeke at 2012-02-23 16:01:02 - 15 comments
  1242. Building and compiling C code with rustc/cargo

    32babd5 Opened by Austin Seipp at 2013-03-14 23:43:32 - 12 comments
  1243. Macro for selecting from multiple ports

    06ce52f Opened by Jesse Ruderman at 2012-08-17 21:33:06 - 5 comments
  1244. Comparing resources is not implemented

    367a93a Opened by Marijn Haverbeke at 2012-07-31 02:00:08 - 2 comments
  1245. break/cont outside loop is checked poorly

    c5d7f7d Opened by Marijn Haverbeke at 2012-04-06 18:01:28 - 1 comment
  1246. block syntax redundant

    25545e7 Opened by Andrew at 2012-02-17 17:22:11 - 9 comments
  1247. Reset the stack growth boundary in __morestack

    d4a235b Opened by Brian Anderson at 2013-10-29 18:45:54 - 7 comments
  1248. 0.4

    67dd053 Opened by Brian Anderson at 2012-02-16 22:08:28
  1249. Add API for task local data

    3b315d2 Opened by Brian Anderson at 2012-06-28 21:47:05 - 6 comments
  1250. Port to ARM

    dc3be66 Opened by Brian Anderson at 2013-05-02 13:13:07 - 8 comments
  1251. Port to Android

    226bf73 Opened by Brian Anderson at 2013-03-11 19:49:09 - 2 comments
  1252. Support for custom build logic in Cargo

    92d342c Opened by Austin Seipp at 2013-02-16 21:30:39 - 8 comments
  1253. rustc should support compiling C code

    6bb1f23 Opened by Austin Seipp at 2013-05-13 15:04:49 - 6 comments
  1254. RFC: Require explicit syntax to declare boxed, unique closures

    432eb7e Opened by Niko Matsakis at 2012-05-07 20:21:09 - 11 comments
  1255. LLVM assert when defining same native function with different types

    2db8e27 Opened by Brian Anderson at 2013-09-05 01:21:10 - 8 comments
  1256. Revisit linked failure mechanism

    c76b929 Opened by Brian Anderson at 2012-08-02 06:24:29 - 9 comments
  1257. Introduce a T_err type for type errors

    cf277b9 Opened by Tim Chevalier at 2012-11-21 20:45:11 - 7 comments
  1258. import foo::* sometimes fails to import foo::foo

    5d59a3e Opened by Marijn Haverbeke at 2012-07-16 17:46:27 - 2 comments
  1259. #fmt handles $.4f incorrectly when the number is round

    430c714 Opened by Boris Zbarsky at 2012-02-22 02:16:19 - 4 comments
  1260. Default methods for interfaces

    0946054 Opened by Erick Tryzelaar at 2012-04-13 00:01:32 - 2 comments
  1261. #fmt handles %f incorrectly when the number needs rounding (truncates instead)

    97244bf Opened by Boris Zbarsky at 2012-06-02 23:47:41 - 2 comments
  1262. Inconsistent behavior for bitshifts by more than length of field

    5eb303b Opened by Boris Zbarsky at 2013-06-12 16:31:02 - 11 comments
  1263. support LLVM subtargets

    ffc2a9c Opened by Graydon Hoare at 2013-04-23 01:43:31 - 2 comments
  1264. Support destructuring in function arguments

    89a3fb0 Opened by Marijn Haverbeke at 2012-02-28 09:39:22 - 6 comments
  1265. multiple different errors for the same problem

    e5c3077 Opened by Daniel Brooks at 2012-11-17 03:25:48 - 4 comments
  1266. Error message when a non-pure function is used as a constraint could be clearer

    1511084 Opened by Boris Zbarsky at 2012-02-22 19:09:00 - 1 comment
  1267. interface type not printed in human-readable form in error messages

    b4e6b41 Opened by Daniel Brooks at 2012-02-23 16:45:44 - 1 comment
  1268. Infinite compiler hang

    55ac954 Opened by bstrie at 2012-07-31 23:01:47 - 1 comment
  1269. Shift operators are undefined in some situations

    60e280f Opened by Brian Anderson at 2012-02-23 02:03:14
  1270. Unreachable outer expressions should warn

    c9eed23 Opened by Jesse Ruderman at 2015-11-24 11:10:30 - 11 comments
  1271. #fmt "%?" does not print newline escape char

    d1a04e0 Opened by Erick Tryzelaar at 2012-03-01 19:33:46 - 2 comments
  1272. RFC: Move tri, four, and rope out of libstd

    ee97cca Opened by Marijn Haverbeke at 2012-04-18 15:23:31 - 3 comments
  1273. RFC: Exports on individual items (pub and priv)

    df34553 Opened by Patrick Walton at 2012-09-18 16:45:27 - 14 comments
  1274. Last uses aren't moved into closures by default

    948eb1f Opened by Brian Anderson at 2012-02-29 17:15:45 - 3 comments
  1275. Unsatisfied precondition moving into a closure that is immediately called

    edf81ae Opened by Brian Anderson at 2012-03-01 17:30:42 - 2 comments
  1276. closure in record triggers a memory leak and abort

    5d9339b Opened by Erick Tryzelaar at 2012-11-01 22:15:34 - 15 comments
  1277. Alt optimizations

    eaca08b Opened by Jesse Ruderman at 2012-03-09 01:06:10 - 5 comments
  1278. Warn on unused pattern bindings

    8241df4 Opened by Brian Anderson at 2012-02-25 03:37:48 - 2 comments
  1279. glue_free crash

    e18071a Opened by Jesse Ruderman at 2012-04-20 03:55:01 - 3 comments
  1280. Type-parameterized main breaks trans

    377c1c7 Opened by Jesse Ruderman at 2012-02-25 19:19:52
  1281. Unreachable generic array concat breaks trans

    790bc3f Opened by Jesse Ruderman at 2012-02-28 15:37:44 - 1 comment
  1282. Show all pointers in hex in leak reports

    443a49e Opened by Jesse Ruderman at 2013-07-08 09:57:24 - 4 comments
  1283. Documentation never explains what main function's type must be

    49a4537 Opened by Tim Chevalier at 2012-03-12 03:56:21 - 1 comment
  1284. Reports "not all control paths return a value" when that's not true

    b7f2191 Opened by Jonathan A. Sternberg at 2012-02-26 19:00:56 - 3 comments
  1285. Add an infinite-loop construct

    68b3a8a Opened by Tim Chevalier at 2012-03-11 06:54:51 - 17 comments
  1286. ctypes::void still isn't correct

    62963f3 Opened by Brian Anderson at 2012-04-05 02:11:12
  1287. Misleading error message for bad export statement

    de98899 Opened by Brian Anderson at 2013-02-07 23:03:08 - 7 comments
  1288. method lookup within an impl fails when receiver is an iface type variable

    5de2531 Opened by Niko Matsakis at 2012-02-28 15:37:44
  1289. iface methods with generic ret types that get bound to unit ret to undef memory

    a2a1147 Opened by Niko Matsakis at 2012-03-01 14:01:40 - 3 comments
  1290. glob-imported const not resolved after used as a binding

    c4a1ac0 Opened by Brian Anderson at 2012-03-20 13:46:12
  1291. Lint warning when unsafe blocks or functions do nothing unsafe

    e805226 Opened by Brian Anderson at 2013-04-16 00:36:48 - 3 comments
  1292. kinds are not (always?) enforced in impl calls

    cecc6bf Opened by Niko Matsakis at 2012-03-16 16:05:48
  1293. using resources as explicit type argument yields ICE

    7d438b7 Opened by Niko Matsakis at 2012-03-01 16:51:51
  1294. Replace the kernel task map with a port map

    0914ad0 Opened by Brian Anderson at 2012-03-15 18:42:05 - 1 comment
  1295. fs::list_dir should only return the contents of the directory

    e9632bb Opened by Jonathan A. Sternberg at 2012-04-01 21:59:44 - 6 comments
  1296. absolute path names are not correct for crates not in root namespace

    48a907b Opened by Niko Matsakis at 2015-10-29 23:14:51 - 19 comments
  1297. On non-compiletest tests, only use a single test task when valgrinding

    a1e3126 Opened by Brian Anderson at 2014-06-05 18:13:54 - 6 comments
  1298. Valgrind sometimes takes a very long time on some tests

    f6b595b Opened by Brian Anderson at 2012-03-08 07:23:49 - 6 comments
  1299. Race condition in task killing

    8ec35ad Opened by Brian Anderson at 2012-07-12 22:09:12 - 3 comments
  1300. rust_port_detach is very inefficient

    1a14a5e Opened by Brian Anderson at 2012-03-08 07:23:35 - 2 comments
  1301. safe ref checker permits vectors to be freed as they are being iterated over

    e66d130 Opened by Niko Matsakis at 2012-03-27 15:23:11 - 4 comments
  1302. assertion failures in quasi-quoting

    08c292f Opened by Niko Matsakis at 2012-04-13 01:06:39 - 7 comments
  1303. Modify the libc/os calls to win32 functions to use UTF-16

    272c25a Opened by Graydon Hoare at 2012-03-07 02:13:54
  1304. Replace fail invocations with ice_condition.raise in rustc

    e79e8af Opened by Brian Anderson at 2014-03-06 20:23:49 - 11 comments
  1305. test runner should sort list of failures

    b277cc9 Opened by Brian Anderson at 2012-03-13 00:31:27
  1306. Add build options for running tests under thread sanitizer

    38cddf8 Opened by Brian Anderson at 2018-09-24 16:19:03 - 10 comments
  1307. Move std::util::unreachable to core

    7f3c3c9 Opened by Brian Anderson at 2012-03-08 22:31:49
  1308. Bounds check error in rustc when using wildcard in alt-expression

    caa4945 Opened by Viktor Dahl at 2012-03-07 12:28:51 - 1 comment
  1309. Only write out metadata for items that are actually reachable from outside

    81d1382 Opened by Marijn Haverbeke at 2012-03-06 16:11:44
  1310. Clean up / rewrite resolve

    eaf99e8 Opened by Marijn Haverbeke at 2012-07-16 17:56:40 - 5 comments
  1311. Need a filesystem function to get the user's home directory

    0375175 Opened by Brian Anderson at 2012-03-10 07:51:57 - 6 comments
  1312. Something is still broken in port detach

    1c8b3d9 Opened by Brian Anderson at 2012-03-12 22:51:19 - 2 comments
  1313. add an LLVM-instruction profiler

    ba4a563 Opened by Graydon Hoare at 2012-03-31 06:28:00 - 1 comment
  1314. Add a HTML module, including character escaping

    4a8b48d Opened by kud1ing at 2013-03-22 14:06:11 - 1 comment
  1315. non-mut local variable checking should use typestate

    b97ef1f Opened by Niko Matsakis at 2012-05-25 03:39:03 - 3 comments
  1316. Inlining map functions causes an ICE

    4f76b9d Opened by Patrick Walton at 2012-03-08 07:27:53 - 1 comment
  1317. Parse rustdocs out of markdown-formatted doc strings

    cdefb15 Opened by Brian Anderson at 2012-03-10 07:51:03 - 2 comments
  1318. Rename core::vec::last_total to core::vec::last

    d9258c4 Opened by Brian Anderson at 2012-03-08 21:07:40 - 2 comments
  1319. monomorphization fails with generic methods on impls

    769a9ed Opened by Niko Matsakis at 2012-03-25 20:02:26 - 4 comments
  1320. RFC: handling partial functions in Rust libraries

    7daafca Opened by Tim Chevalier at 2012-11-01 22:17:16 - 6 comments
  1321. "multiple applicable methods in scope" error should list them

    fbaefec Opened by Brian Anderson at 2015-01-20 17:45:11 - 8 comments
  1322. #ast appears to clobber node_ids

    ee71a61 Opened by Marijn Haverbeke at 2012-03-21 00:24:22 - 1 comment
  1323. RFC: Some kind of type-of operator

    f478d15 Opened by Marijn Haverbeke at 2012-04-03 05:49:22 - 6 comments
  1324. Cannot build in debootstrap/chroot environment

    84c7f71 Opened by Christine Koppelt at 2013-09-06 13:09:47 - 8 comments
  1325. Use consistent names for constructors in libs

    9761bf9 Opened by Brian Anderson at 2012-03-13 18:22:32 - 3 comments
  1326. Use pygments to syntax highlight rustdocs

    9264aff Opened by Brian Anderson at 2013-03-15 22:21:25 - 4 comments
  1327. rustdoc generates incorrect links for impls

    6b2709c Opened by Brian Anderson at 2012-03-10 23:39:16
  1328. rustdoc should not use full paths to name mods in the TOC

    1883346 Opened by Brian Anderson at 2013-09-23 03:25:38 - 5 comments
  1329. Remove vec::enum_chars and enum_uints

    fd16d66 Opened by Brian Anderson at 2012-03-11 01:07:34
  1330. rustdoc doesn't document reexports of implementations

    391fb33 Opened by Brian Anderson at 2012-03-20 22:00:57 - 3 comments
  1331. document rustdoc

    7ee41d1 Opened by Brian Anderson at 2012-04-14 23:18:43 - 1 comment
  1332. Tutorial mentions non-existing variable

    02f1318 Opened by Ori Avtalion at 2012-03-10 23:31:41 - 1 comment
  1333. Rustdoc: inconsistent treatment of modules and native modules

    26c570f Opened by bstrie at 2012-03-11 00:45:11
  1334. Rustdoc: allow submodule navigation from crate-level index

    91b4180 Opened by bstrie at 2014-02-16 22:42:31 - 9 comments
  1335. rustdoc html pages don't have a title

    865455c Opened by Brian Anderson at 2012-03-11 00:22:31 - 1 comment
  1336. Add a lint option to warn about while (true) { ... }

    a6d3a1b Opened by Tim Chevalier at 2012-04-20 01:14:45 - 1 comment
  1337. Rustdoc: add intra-page navigation to native module pages

    390c015 Opened by bstrie at 2012-03-11 23:39:08
  1338. segfault inserting into a hashmap

    dc76104 Opened by Grahame Bowland at 2012-03-15 16:11:29 - 3 comments
  1339. type state doesn't handle closures properly

    d83071b Opened by Niko Matsakis at 2012-04-15 08:05:59 - 8 comments
  1340. Change all the somemod::t types to be named after their mod

    bcfb33c Opened by Brian Anderson at 2012-03-14 00:40:46 - 1 comment
  1341. Add extension impls for commonly used core functions and import by default

    11e7a88 Opened by Brian Anderson at 2012-03-30 07:08:18 - 1 comment
  1342. Change the argument order of vec::foldl

    96858e2 Opened by Brian Anderson at 2012-03-15 21:24:30 - 11 comments
  1343. Stop generating failure paths for non-check alts

    066ee1c Opened by Marijn Haverbeke at 2012-03-13 15:20:45
  1344. Bad file/lines in error (assert/fail/alt check) messages from inline functions

    939dd89 Opened by Marijn Haverbeke at 2015-01-20 17:41:55 - 23 comments
  1345. variance for type params and nominal types is broken

    3888503 Opened by Niko Matsakis at 2012-04-06 17:36:12 - 1 comment
  1346. Crash when returning inside while-loop

    b656931 Opened by Viktor Dahl at 2012-03-14 00:28:06 - 2 comments
  1347. cast expressions not allowed in the patterns of an alt expression

    e655f1c Opened by bmk7800@gmail.com at 2012-03-14 17:05:49
  1348. add rustdoc to 'make install' and the windows installer

    3dd3285 Opened by Brian Anderson at 2012-03-19 04:18:33 - 1 comment
  1349. str::from_buf/c_str, etc. should be unsafe

    e09e60c Opened by Brian Anderson at 2012-03-19 22:48:24 - 1 comment
  1350. ports should not take a reference to their tasks

    03a472c Opened by Brian Anderson at 2012-03-18 01:19:17 - 1 comment
  1351. Experiment with reusing monomorphized instances across crates

    19545ba Opened by Marijn Haverbeke at 2015-08-31 20:35:33 - 11 comments
  1352. Stop passing type descriptors to intrinsics

    ad4a454 Opened by Marijn Haverbeke at 2012-03-23 11:22:09
  1353. Remove dynamic tydesc, dict, and dynastack support from runtime

    43be64f Opened by Marijn Haverbeke at 2012-03-16 16:25:46
  1354. Need an os::copy function

    b156f3f Opened by Tim Chevalier at 2012-04-03 05:38:00 - 2 comments
  1355. Improve compiletest

    c81e85b Opened by Tim Chevalier at 2012-03-17 21:57:37
  1356. Make char::to_upper and char::to_lower support Unicode

    66e3b27 Opened by Tim Chevalier at 2012-03-22 01:03:58 - 2 comments
  1357. Obtain machine floating-point constants automatically

    d72c00a Opened by Tim Chevalier at 2013-10-24 17:47:45 - 2 comments
  1358. In core::comm, native function call_with_retptr shouldn't take a boxed closure

    e06e47b Opened by Tim Chevalier at 2012-03-17 21:57:37
  1359. Check for failure in core::comm::port_ptr

    53c1593 Opened by Tim Chevalier at 2012-05-15 23:14:02 - 1 comment
  1360. RUST_CC_ZEAL crash with box closure

    d730002 Opened by Jesse Ruderman at 2012-04-20 03:52:23 - 2 comments
  1361. Add a test for ctypes to verify the sizes of machine-specific types

    36e311d Opened by Tim Chevalier at 2012-03-21 23:03:56 - 1 comment
  1362. doc-tutorial tests don't always get regenerated?

    ff95a0f Opened by Tim Chevalier at 2012-03-19 21:34:31 - 1 comment
  1363. Support more types in extfmt

    825a8e9 Opened by Tim Chevalier at 2012-03-19 21:18:17
  1364. Possibly use a bool for flags instead of a vector, in extfmt

    f9c594c Opened by Tim Chevalier at 2012-06-29 06:37:49 - 1 comment
  1365. self types unsound with boxed ifaces

    638ec2a Opened by Niko Matsakis at 2012-03-16 14:47:52 - 1 comment
  1366. Optimize str::unsafe::slice_bytes

    7a6860b Opened by Brian Anderson at 2012-03-16 00:11:10
  1367. Change int to uint in count_is constructor in extfmt

    3c95fbe Opened by Tim Chevalier at 2012-11-03 21:05:19 - 2 comments
  1368. either function should not be exported at the top level of core

    4188401 Opened by Brian Anderson at 2012-03-16 22:14:48
  1369. Change floating-point predicates to intrinsic calls if possible

    8a255eb Opened by Tim Chevalier at 2014-01-25 13:48:07 - 11 comments
  1370. Investigate using log2 instead of ln in f32::logarithm

    f25915d Opened by Tim Chevalier at 2012-09-04 20:24:04 - 2 comments
  1371. Don't hardwire machine word size into core::int

    347fc1b Opened by Tim Chevalier at 2012-07-31 01:09:22 - 1 comment
  1372. Test that core::int::hash() works properly on negative integers

    9d3f82a Opened by Tim Chevalier at 2012-03-19 21:15:15 - 1 comment
  1373. rustdoc shouldn't consider more than one period to be the end of a sentence

    1541609 Opened by Brian Anderson at 2012-03-16 21:50:37
  1374. core::io cleanup

    3ccb92d Opened by Tim Chevalier at 2013-05-30 17:09:56 - 6 comments
  1375. Improve performance of iter library ( core::iter )

    6eb3a8b Opened by Tim Chevalier at 2013-04-30 15:43:26 - 2 comments
  1376. Fix exports in core::libc

    142bb3d Opened by Tim Chevalier at 2012-09-27 21:09:22 - 3 comments
  1377. RFC: Replace built-in compare operations with an iface

    7407755 Opened by Marijn Haverbeke at 2012-09-13 22:11:01 - 2 comments
  1378. treemap should implement map

    63d56f7 Opened by Erick Tryzelaar at 2013-01-25 18:45:52 - 1 comment
  1379. treemap should be implemented with a better algorithm

    102c483 Opened by Erick Tryzelaar at 2013-01-20 01:19:34 - 2 comments
  1380. kind checker should also check type instantiations

    cdd1df1 Opened by Marijn Haverbeke at 2012-03-19 09:45:38
  1381. Rewrite debuginfo

    b208c82 Opened by Marijn Haverbeke at 2013-03-24 19:46:46 - 2 comments
  1382. rustdoc: Printed backslashes must be triple-escaped

    889da9d Opened by Brian Anderson at 2012-03-16 19:22:37 - 1 comment
  1383. rust is not valgrind clean at all on mac

    720bd68 Opened by Brian Anderson at 2012-06-05 23:23:10 - 2 comments
  1384. crash if vector is mutated while iterating

    0963609 Opened by Brian Anderson at 2012-03-16 23:36:07 - 1 comment
  1385. Errors caused by macros aren't always reported

    38acde2 Opened by Josh Matthews at 2012-03-16 23:11:21 - 1 comment
  1386. Incorrect span when reporting unexpected token

    f5d3828 Opened by Josh Matthews at 2012-03-20 14:20:51
  1387. Misreported option::get failure

    fbd121c Opened by Josh Matthews at 2012-03-18 09:49:34 - 5 comments
  1388. Switch argument orders of option::from_maybe and maybe

    ae6cff1 Opened by Brian Anderson at 2012-03-20 14:20:51 - 1 comment
  1389. Inlined and monomorphised functions should have llvm internal visibility

    bf863ba Opened by Brian Anderson at 2012-03-20 12:21:28 - 1 comment
  1390. rustdoc doesn't print type parameters in function signatures

    972f9a7 Opened by Brian Anderson at 2012-03-19 04:42:14
  1391. Remove lock_and_signal::lock_held_by_current_thread

    06d0b07 Opened by Brian Anderson at 2012-03-19 00:05:13 - 2 comments
  1392. OS X Framework support

    3bad84b Opened by John Harrison at 2013-12-02 22:46:35 - 3 comments
  1393. OS X Universal Binary Support

    65a8a0e Opened by John Harrison at 2020-06-25 05:48:30 - 12 comments
  1394. Get rid of the rust_task_thread::blocked_tasks list

    2063acb Opened by Brian Anderson at 2012-08-23 23:00:37 - 3 comments
  1395. Convert rust_task_thread::running_tasks list to a queue

    0f243bf Opened by Brian Anderson at 2012-05-17 18:55:50 - 9 comments
  1396. Add a helgrind bot

    cbc0e47 Opened by Brian Anderson at 2014-05-12 21:07:47 - 7 comments
  1397. RFC: Rethink argument modes

    d37aafe Opened by Marijn Haverbeke at 2012-07-25 23:30:40 - 1 comment
  1398. Rename unsafe::leak to forget

    bb248bd Opened by Brian Anderson at 2012-03-20 22:23:46
  1399. Remove 'move' operator from language ref

    72145a5 Opened by Brian Anderson at 2012-03-20 22:23:46
  1400. RFC: Make RUST_LOG={error,warning,debug,all} work

    d9d61e0 Opened by Patrick Walton at 2013-04-23 16:52:53 - 9 comments
  1401. Modularize handling of x64 ABI rules in native.rs

    8bb2d9d Opened by Graydon Hoare at 2013-03-23 00:07:40 - 4 comments
  1402. calling native passing struct by value is broken on x86

    e443b0e Opened by Graydon Hoare at 2012-03-29 00:13:56 - 1 comment
  1403. Leak when binding a stack closure

    33c911b Opened by Brian Anderson at 2012-06-22 02:54:23 - 5 comments
  1404. Warn when RUST_LOG contains a name that isn't a valid path

    746a13b Opened by Josh Matthews at 2013-08-11 20:43:02 - 4 comments
  1405. Appending to a mutable vector in a hashmap doesn't update the vector

    af9b277 Opened by Josh Matthews at 2012-03-21 08:58:04 - 1 comment
  1406. avoid implicit copy in ptr::addr_of()

    93cf393 Opened by Xin Wang at 2012-03-23 15:08:11 - 7 comments
  1407. Only apply last use move optimizations to types that actually benefit from them

    78429e2 Opened by Marijn Haverbeke at 2012-04-03 14:42:27 - 1 comment
  1408. Remove vec_len and ptr_offset intrinsics

    22d77e3 Opened by Brian Anderson at 2012-03-23 11:22:08 - 1 comment
  1409. Stop saving floating point registers in __morestack

    47e58a7 Opened by Brian Anderson at 2013-04-21 21:28:37 - 1 comment
  1410. Extract stack management code from rust_task

    4751a37 Opened by Brian Anderson at 2013-03-12 22:41:12 - 1 comment
  1411. Adopt rust-bindgen

    e75ef96 Opened by Graydon Hoare at 2017-03-24 19:22:53 - 2 comments
  1412. RFC: Add immutability-based checks in place of safe ref checker

    8a47f5f Opened by Niko Matsakis at 2012-06-08 00:02:03 - 5 comments
  1413. A destructor that fails when run from the cycle collector will do terrible things

    66d73ec Opened by Brian Anderson at 2013-03-20 17:53:03 - 3 comments
  1414. Finish renaming rust-builtin back to rust-intrinsic

    59190e0 Opened by Marijn Haverbeke at 2012-03-23 15:08:11
  1415. Chained hashmap iteration sometimes misses items even in sane use

    87e3ea8 Opened by Marijn Haverbeke at 2012-03-23 12:40:25
  1416. Detect and fail when hashmap is modified during iteration

    f140350 Opened by Niko Matsakis at 2013-03-13 23:38:28 - 4 comments
  1417. Core library reference is outdated

    71c4d99 Opened by Till Schneidereit at 2012-03-26 22:40:07 - 2 comments
  1418. Infix operators as first-class functions

    a11f2a8 Opened by Gareth Smith at 2012-04-19 19:25:00 - 2 comments
  1419. segfault calling same function from two other functions (now reduced)

    931012f Opened by Grahame Bowland at 2012-04-18 15:23:31 - 7 comments
  1420. needs_drop intrinsic

    4948ab3 Opened by Niko Matsakis at 2012-04-18 15:23:30 - 2 comments
  1421. iter::to_list should be called to_vec

    1d1bba5 Opened by Brian Anderson at 2012-03-27 21:50:42
  1422. Variadic native functions

    d96a5e2 Opened by Niko Matsakis at 2013-11-05 06:36:56 - 4 comments
  1423. main task needs to run on the main OS thread

    9a47efe Opened by Brian Anderson at 2012-04-21 20:37:04 - 9 comments
  1424. ICE returning unique pointer

    481372d Opened by Ted Horst at 2012-03-28 08:35:30
  1425. cci pretty-print failure

    b723b46 Opened by Graydon Hoare at 2012-03-28 22:04:25 - 3 comments
  1426. "fatal, 'on_rust_stack()' failed" with recursive resource

    e8646e9 Opened by Jesse Ruderman at 2013-12-17 17:33:12 - 10 comments
  1427. typeck hang with recursive type

    53ecee5 Opened by Jesse Ruderman at 2014-03-12 22:34:04 - 19 comments
  1428. Rust<->C by-val ABI issues on 32bit

    99a8bab Opened by Jeff Olson at 2013-05-09 18:18:46 - 11 comments
  1429. Arena-ified binary-trees benchmark causes memory corruption and crashes

    0b04910 Opened by Patrick Walton at 2012-04-01 18:09:22 - 1 comment
  1430. old aux libraries cause test failures

    9d3fe5f Opened by Brian Anderson at 2012-04-05 01:09:20
  1431. Remove return pointers for small values

    35be95f Opened by Patrick Walton at 2013-04-24 23:20:31 - 2 comments
  1432. Try to eliminate "new" libstdc++ dependencies in rt and rustllvm

    aed8a1f Opened by Graydon Hoare at 2013-12-17 01:08:32 - 6 comments
  1433. Crates need to specify which versions they use

    6c1557c Opened by Brian Anderson at 2012-04-06 18:28:43 - 1 comment
  1434. Tutorial section on crates shouldn't mention --lib

    64467c2 Opened by Brian Anderson at 2012-04-05 23:28:22
  1435. Should vec::reserve reserve the exact amount or in powers of two?

    220e420 Opened by Brian Anderson at 2012-03-29 07:45:40 - 2 comments
  1436. Rustdoc: add links to online source files if "url" attribute is present in crate

    c7bb179 Opened by bstrie at 2013-09-28 21:56:17 - 13 comments
  1437. invalid dereference on enum leads to compiler internal error

    4b1e3cb Opened by Grahame Bowland at 2012-03-30 07:51:52
  1438. duplicate symbols with enum in boxed closure

    a9f26c0 Opened by Grahame Bowland at 2013-09-17 10:25:47 - 7 comments
  1439. Run all tests from a single test runner

    fcb8f19 Opened by Brian Anderson at 2013-04-23 04:29:07 - 3 comments
  1440. rt: Refactor the functions for getting the current task

    eed6c41 Opened by Brian Anderson at 2012-04-02 22:11:47 - 1 comment
  1441. rt: Refactor logging and assertion macros

    b3cc015 Opened by Brian Anderson at 2012-04-02 04:46:57 - 2 comments
  1442. Optimization bug on atom processors and/or subtarget for atom

    2ab61b1 Opened by Graydon Hoare at 2012-07-25 20:26:37 - 17 comments
  1443. Stack closure functions should probably be always inlined

    6d51064 Opened by Brian Anderson at 2012-06-28 07:18:39 - 1 comment
  1444. Tutorial: explain how to handle task failure

    f05292d Opened by kud1ing at 2015-02-05 05:21:18 - 18 comments
  1445. Rename "maybe" things to "option" in core::option

    3c4e392 Opened by Tim Chevalier at 2012-04-02 23:13:08 - 2 comments
  1446. Change "use" to "extern mod"

    76c1e71 Opened by Andrew Dunham at 2012-09-29 00:57:04 - 17 comments
  1447. rt: Get rid of rust_internal.h

    b443ed8 Opened by Brian Anderson at 2012-04-04 04:43:18 - 1 comment
  1448. RFC: take libclang as a dependency

    a78d488 Opened by Graydon Hoare at 2012-05-01 16:14:35 - 9 comments
  1449. rt: rust_task should always hold the kill_lock when transitioning

    21c9059 Opened by Brian Anderson at 2012-07-11 19:37:19 - 1 comment
  1450. Uses "io.println" instead of "io::println", please.

    e69a03c Opened by Liigo Zhuang at 2012-03-31 09:11:04 - 1 comment
  1451. Error for uninitialized vec is unhelpful

    8267472 Opened by Evan Vigil-McClanahan at 2012-07-09 23:25:29 - 14 comments
  1452. Compiler crash in ebml.rs

    3781c5f Opened by Evan Vigil-McClanahan at 2012-04-05 23:26:10 - 10 comments
  1453. Error span for reinterpret_cast error is very incorrect

    21301e9 Opened by Josh Matthews at 2012-04-05 22:38:27 - 1 comment
  1454. FAQ links in error messages

    2bca600 Opened by Niko Matsakis at 2015-01-21 01:21:21 - 14 comments
  1455. Allow parameter types to be omitted from closure expressions

    f3d9c3a Opened by Niko Matsakis at 2014-02-11 11:41:38 - 6 comments
  1456. Mismatched record type message is backwards

    87eaa80 Opened by Josh Matthews at 2012-04-05 22:17:52 - 1 comment
  1457. Make reinterpret_cast differing size error display differing sizes

    3683e16 Opened by Josh Matthews at 2012-04-03 14:40:09
  1458. RFC: Integrate capture clause into parameter list

    97685a7 Opened by Niko Matsakis at 2012-06-09 17:13:25 - 11 comments
  1459. Ports and channels tutorial example code

    ec8d7dc Opened by Jesse Vorisek at 2012-04-02 06:08:34 - 6 comments
  1460. Send kind in reference manual

    875cfc1 Opened by Jesse Vorisek at 2012-04-05 00:28:08 - 2 comments
  1461. strings in arenas causes leak

    13415ee Opened by Ted Horst at 2012-07-04 22:45:45 - 4 comments
  1462. Open source rustbot

    0f437a7 Opened by Brian Anderson at 2013-02-05 19:54:32 - 2 comments
  1463. Make shootout benchmarks visible on website, post to alioth.debian.org

    14a15ff Opened by Michał T. Lorenc at 2014-05-12 17:37:51 - 14 comments
  1464. read and write file line by line

    efebd0a Opened by Michał T. Lorenc at 2012-04-02 23:44:45 - 2 comments
  1465. mailing-list

    9babf68 Opened by Michał T. Lorenc at 2012-04-02 13:00:30 - 1 comment
  1466. ide or editor support

    75292f7 Opened by Michał T. Lorenc at 2013-02-20 07:16:44 - 5 comments
  1467. class support

    3c781f2 Opened by Michał T. Lorenc at 2012-04-02 12:59:45 - 1 comment
  1468. exhaustiveness checking and trans fail on this pattern

    2f97b84 Opened by Niko Matsakis at 2012-06-22 02:56:43 - 2 comments
  1469. RFC: complete set of vector types

    3a6db40 Opened by Graydon Hoare at 2012-07-04 19:50:37 - 3 comments
  1470. "De-ajax'd issues" link on website broken

    f2f1de0 Opened by Jon Morton at 2012-04-11 22:29:12 - 4 comments
  1471. an impl that contains two methods with the same name does not yield an error

    b06f94c Opened by Niko Matsakis at 2012-04-03 14:40:09
  1472. Remove old for loop syntax

    e7f2626 Opened by Brian Anderson at 2012-04-07 14:26:54 - 2 comments
  1473. --enable-debug causes strange crashes

    35f747a Opened by Brian Anderson at 2012-06-21 21:33:31 - 1 comment
  1474. cfg() and multiple predicates, logic language, etc

    e8e9995 Opened by Jeff Olson at 2014-09-25 21:09:28 - 14 comments
  1475. task::task_builder should just be called 'builder'

    0d3bb74 Opened by Brian Anderson at 2012-04-05 21:14:41
  1476. Add extension methods for ptr

    bb5a818 Opened by Brian Anderson at 2013-02-16 21:31:29 - 1 comment
  1477. Add overloaded operators for ptr

    cf4ab47 Opened by Brian Anderson at 2013-07-15 17:18:47 - 7 comments
  1478. Reported path for unresolved named imports is wrong

    b4eef9e Opened by Brian Anderson at 2012-12-07 01:33:39 - 4 comments
  1479. Add a bindgen pass

    589268d Opened by Brian Anderson at 2015-01-13 09:26:46 - 13 comments
  1480. Internal compiler error when bootstrapping in Ubuntu Oneiric

    cbe3adf Opened by Deleted user at 2012-08-07 04:33:01 - 6 comments
  1481. Teach valgrind to backtrace through our stack switches

    0f6390c Opened by Brian Anderson at 2014-06-19 22:43:51 - 4 comments
  1482. Dependency problems in rust 0.2 package for Windows

    51b6813 Opened by James Mansion at 2012-04-04 23:45:16 - 1 comment
  1483. Maintain a 'This Week in Rust' blog

    5bfe239 Opened by Brian Anderson at 2013-07-03 01:43:21 - 13 comments
  1484. rustdoc-generated docs do not include typedefs

    e2273c7 Opened by Niko Matsakis at 2012-04-21 20:48:35 - 2 comments
  1485. Cast a number to a c-style enum

    b850d91 Opened by Jon Morton at 2013-05-01 23:35:43 - 10 comments
  1486. Mut syntax for record fields

    9078c00 Opened by Jon Morton at 2012-04-05 20:52:43 - 5 comments
  1487. Make crate linkage rules less error-prone

    ad444d0 Opened by Brian Anderson at 2012-04-21 20:40:55 - 8 comments
  1488. Can't link to multiple versions of the same crate

    71a56c0 Opened by Brian Anderson at 2012-04-08 22:28:59 - 3 comments
  1489. Transitive crate dependency resolution ignores metadata

    9e1b3b0 Opened by Brian Anderson at 2012-04-09 17:20:39 - 10 comments
  1490. I disabled test/compile-fail/vec-concat-bug.rs

    9543149 Opened by Marijn Haverbeke at 2012-07-31 01:26:21 - 1 comment
  1491. Document new-style for loops in the tutorial

    9f7ae05 Opened by Marijn Haverbeke at 2012-04-18 15:23:31 - 1 comment
  1492. Ret from for-loop block sometimes generated bad LLVM bitcode

    c3cce9f Opened by Marijn Haverbeke at 2012-04-18 15:23:30
  1493. ifaces in std and core duplicate code and docs

    762b8be Opened by Jon Morton at 2013-06-11 22:36:15 - 3 comments
  1494. Block unwind leak

    87151d3 Opened by Jesse Ruderman at 2012-04-09 22:37:05 - 1 comment
  1495. LLVM assert "Op types should be identical!" with iter_vec(fail){...}

    9c180ff Opened by Jesse Ruderman at 2012-04-09 04:39:09 - 1 comment
  1496. ctor unwind leak

    c185298 Opened by Jesse Ruderman at 2012-04-21 00:34:54 - 1 comment
  1497. src/README.txt doesn't mention the purpose of fuzzer/

    b9b5420 Opened by Brian L. Troutwine at 2012-04-09 21:04:49 - 1 comment
  1498. Basic Block does not have terminator!

    f9198dd Opened by Jesse Ruderman at 2012-07-04 21:07:10 - 3 comments
  1499. Both operands to ICmp instruction are not of the same type!

    a11aab2 Opened by Jesse Ruderman at 2012-04-08 00:13:54 - 4 comments
  1500. Cannot create binary operator with two operands of differing type!

    adbaf51 Opened by Jesse Ruderman at 2012-04-08 00:13:54
  1501. "Invalid cast" with vec::iter(fail)

    87c56e9 Opened by Jesse Ruderman at 2012-04-08 00:13:55
  1502. allow mutation of moved upvars

    502f8c5 Opened by Niko Matsakis at 2013-09-26 17:21:51 - 6 comments
  1503. Enhance / redesign the time module

    9fca701 Opened by Stefan Plantikow at 2015-01-20 17:39:21 - 9 comments
  1504. logging functions handle unicode poorly

    68f182e Opened by Jesse Vorisek at 2013-09-13 07:27:24 - 3 comments
  1505. Can't use the same function from two different crates with the same name

    466e0aa Opened by Brian Anderson at 2012-04-08 02:58:16 - 1 comment
  1506. failure in closure causing a pointer being freed was not allocated

    4b212c3 Opened by Erick Tryzelaar at 2012-04-10 01:58:42 - 2 comments
  1507. Consider implementing Singularity's channel contracts

    1adae44 Opened by Brian Anderson at 2012-07-25 21:54:03 - 5 comments
  1508. Combine channels/ports. Allow multiple receivers

    0696d99 Opened by Brian Anderson at 2012-07-31 01:17:37 - 2 comments
  1509. Version migration tool

    23be91e Opened by Brian Anderson at 2015-01-21 01:28:11 - 10 comments
  1510. Mac bot occationally fails on 3 time::tests

    fdecb19 Opened by Haitao Li at 2012-05-01 00:59:13 - 4 comments
  1511. Test run-pass/bind-native-fn.rs triggers Windows bots fail

    e46351d Opened by Haitao Li at 2013-04-24 20:30:52 - 1 comment
  1512. Multi-crate tests cannot share auxiliary modules

    87b8f17 Opened by Haitao Li at 2012-04-10 08:09:03 - 3 comments
  1513. upcall fail: print_type shouldn't see a ty_infer

    a6b9efa Opened by Grahame Bowland at 2012-04-21 01:47:51
  1514. float::from_str and NaN/inf/-inf

    1fa9c9d Opened by Grahame Bowland at 2012-04-14 19:26:27 - 5 comments
  1515. symbols versions are not mangled correctly

    ed0217b Opened by Brian Anderson at 2015-06-21 20:14:11 - 12 comments
  1516. Output of --emit-llvm -S won't assemble with llvm-as

    6f04a82 Opened by Brian Anderson at 2012-04-09 19:22:55 - 4 comments
  1517. Show toolchain version information on RustBot website

    a8ff65b Opened by Haitao Li at 2012-04-10 10:30:29 - 1 comment
  1518. Metadata failure with rust-socket crate

    0ff1457 Opened by Josh Matthews at 2012-04-09 23:46:48 - 3 comments
  1519. Website needs docs for current release

    438d192 Opened by Brian Anderson at 2012-09-01 20:36:50 - 3 comments
  1520. TODO: Reference Manual: Rationales and design tradeoffs

    f53d053 Opened by bstrie at 2014-06-23 17:23:46 - 7 comments
  1521. Stack growth is unbounded during unwinding

    6454836 Opened by Brian Anderson at 2012-04-09 23:03:41
  1522. Error highlighter misbehaves in the presence of tabs

    cc16517 Opened by Josh Matthews at 2013-06-07 07:29:16 - 2 comments
  1523. fail: print_type shouldn't see a ty_infer

    bdcff4f Opened by Josh Matthews at 2012-04-09 23:27:43 - 5 comments
  1524. Remove the difference between .rc and .rs files

    45c20d3 Opened by Brian Anderson at 2012-12-05 19:31:18 - 5 comments
  1525. Disable automatic inlining of resource dtors and other things

    651f61e Opened by Niko Matsakis at 2012-04-18 15:23:30 - 4 comments
  1526. Remove typestate, etc.

    7de17ad Opened by Brian Anderson at 2012-04-19 19:43:25 - 11 comments
  1527. integrate reachability map computation with export

    fe11598 Opened by Niko Matsakis at 2013-04-25 00:29:12 - 2 comments
  1528. Add method to obtain useful system hardware information

    2ff0fcd Opened by Stefan Plantikow at 2015-01-20 17:37:12 - 7 comments
  1529. rustbot should display issue links and titles when mentioned or IRC

    9ef5ead Opened by Brian Anderson at 2013-02-05 19:54:22 - 3 comments
  1530. Need iterators over unsafe buffers

    6ea5e00 Opened by Brian Anderson at 2012-04-11 22:46:59
  1531. Internal compiler error in trans, with bind and iterators

    a0cc2ff Opened by NAKASHIMA, Makoto at 2012-04-23 07:26:32 - 2 comments
  1532. Document pass-by-move arguments / modes in general

    9dbd37f Opened by Tim Chevalier at 2012-07-26 01:09:24 - 3 comments
  1533. Make machine types different from int/uint, etc.

    bf227de Opened by Brian Anderson at 2012-06-05 02:17:26 - 24 comments
  1534. Rework make tidy

    27ce480 Opened by Brian Anderson at 2013-12-18 23:04:57 - 4 comments
  1535. RFC: Remove bind

    2f35dc3 Opened by Niko Matsakis at 2012-07-10 22:12:24 - 8 comments
  1536. Closure inference is based on expected type

    578ef4e Opened by Brian Anderson at 2015-02-02 11:00:02 - 22 comments
  1537. Confusing parser error

    d042ad8 Opened by Brian Anderson at 2013-04-22 22:33:30 - 2 comments
  1538. rustc: List metadata fails with class

    ff52cb9 Opened by Haitao Li at 2012-06-26 00:32:45 - 1 comment
  1539. support overloaded operators in lvalues

    4a0891c Opened by Niko Matsakis at 2013-06-05 23:07:39 - 5 comments
  1540. Add debuginfo representation of classes

    0cd9895 Opened by Josh Matthews at 2013-04-23 11:54:23 - 3 comments
  1541. Devise a way to test debuginfo

    4e03df5 Opened by Brian Anderson at 2013-02-12 23:26:38 - 3 comments
  1542. metadata decode error with libraries, modules, and impls

    f99a1f1 Opened by Erick Tryzelaar at 2012-04-16 22:20:57 - 2 comments
  1543. RFC: Pull float support into separate libmath

    e0f2894 Opened by Stefan Plantikow at 2013-06-06 17:46:58 - 12 comments
  1544. Borrowing

    8c9a26e Opened by Niko Matsakis at 2012-05-16 21:58:06 - 2 comments
  1545. Subregions for nested functions

    ed2dcb4 Opened by Niko Matsakis at 2012-04-23 13:35:27 - 1 comment
  1546. Nominal types containing region ptrs

    7434b67 Opened by Niko Matsakis at 2012-04-26 13:48:55 - 2 comments
  1547. Closure reform

    85d9f74 Opened by Niko Matsakis at 2014-06-12 21:18:49 - 29 comments
  1548. Prevent regions from being closed over and hidden from view

    dc1eef1 Opened by Niko Matsakis at 2014-09-18 21:04:46 - 13 comments
  1549. Handle borrowing of unique pointers correctly

    d21fb0b Opened by Niko Matsakis at 2012-05-16 21:56:45 - 5 comments
  1550. rustdoc search command

    5f67326 Opened by Brian Anderson at 2015-01-21 19:29:22 - 11 comments
  1551. Enum variants don't support full rustdocs

    d59f503 Opened by Brian Anderson at 2013-07-31 21:54:12 - 2 comments
  1552. rustdoc should output rust.css

    84e8ff6 Opened by Brian Anderson at 2013-09-18 01:45:58 - 3 comments
  1553. Method calls don't autoderef

    62b1c42 Opened by Brian Anderson at 2012-06-27 18:38:53 - 2 comments
  1554. Move metadata handling into its own crate

    68b2ce7 Opened by Brian Anderson at 2015-01-20 19:43:13 - 11 comments
  1555. Problem casting mut ref in call to native function

    68328f5 Opened by Stefan Plantikow at 2012-08-04 14:30:32 - 6 comments
  1556. make clean on mac fails to cleanup *.dSYM directories

    db2f9b2 Opened by Ted Horst at 2012-04-17 01:27:16 - 4 comments
  1557. Labeled break and continue

    e980ea5 Opened by Brian Anderson at 2012-12-07 01:23:31 - 31 comments
  1558. link_args attribute should be applicable to crates

    286e492 Opened by Brian Anderson at 2013-04-29 22:33:17 - 1 comment
  1559. native_lib_path attribute

    4f2abbb Opened by Brian Anderson at 2013-05-06 08:26:27 - 2 comments
  1560. --attr flag

    15d6ed7 Opened by Brian Anderson at 2015-01-21 19:10:09 - 7 comments
  1561. Monomorphizing an infinitely expanding fn generates an ICE

    f0ea2e4 Opened by Niko Matsakis at 2012-04-23 14:45:01
  1562. Declare enums as LLVM named structs

    fca92fe Opened by Brian Anderson at 2012-04-25 22:51:31 - 7 comments
  1563. iface types do not check that the instance is copyable

    8760f19 Opened by Niko Matsakis at 2012-04-18 15:23:32
  1564. Consider prioritising crate search directories

    b3c428f Opened by Brian Anderson at 2013-05-22 23:49:46 - 1 comment
  1565. add a region-based alt& statement

    2295fb4 Opened by Niko Matsakis at 2012-08-24 20:58:38 - 2 comments
  1566. Upgrade LLVM to 3.1 RC

    d3b3ede Opened by Brian Anderson at 2012-05-01 02:59:19 - 2 comments
  1567. Remove be

    8fedc76 Opened by Brian Anderson at 2012-05-15 00:58:57 - 4 comments
  1568. Convert assert to a macro/library function

    984c3b2 Opened by Brian Anderson at 2013-03-30 00:56:03 - 8 comments
  1569. Rename 'cont' to 'next'

    7acfe26 Opened by Brian Anderson at 2012-07-09 21:48:02 - 21 comments
  1570. Remove do loops

    8b5fc74 Opened by Brian Anderson at 2012-05-11 20:23:32 - 3 comments
  1571. Switch to go's casting syntax

    5ad7a10 Opened by Brian Anderson at 2012-04-19 23:42:22 - 4 comments
  1572. Implement fail as a macro/library function

    40a46cd Opened by Brian Anderson at 2013-02-16 21:31:56 - 11 comments
  1573. Remove while loops

    2128afa Opened by Brian Anderson at 2012-06-04 01:13:43 - 10 comments
  1574. Grammar tests

    a528760 Opened by Brian Anderson at 2015-04-28 20:51:42 - 26 comments
  1575. Make Rust work with emscripten

    336f9c9 Opened by Brian Anderson at 2015-01-21 01:24:26 - 30 comments
  1576. Rope code appears to do a string overrun

    8fe8aab Opened by Graydon Hoare at 2013-07-07 23:53:00 - 4 comments
  1577. Build rust with rustpkg

    e0eb3c6 Opened by Brian Anderson at 2014-07-29 23:23:58 - 15 comments
  1578. Single integrated UI for all rust tooling

    4c47923 Opened by Brian Anderson at 2015-01-13 09:10:33 - 10 comments
  1579. Generalize the few functions that are not common across all the core integer modules

    f4086fa Opened by Brian Anderson at 2013-08-20 06:29:04 - 4 comments
  1580. Reorganize core::sys and other runtime details

    fbe732a Opened by Brian Anderson at 2013-11-02 10:06:09 - 14 comments
  1581. Cannot import impls from diamond-shaped libraries

    0f661af Opened by Erick Tryzelaar at 2012-08-07 04:41:38 - 2 comments
  1582. "use std" before #[link(...)] in .rc file causes an error

    ef085ba Opened by Erick Tryzelaar at 2014-08-10 04:24:23 - 8 comments
  1583. Inconsistent function names in core::result

    7052d73 Opened by Gareth Smith at 2012-06-23 01:57:16 - 1 comment
  1584. Implement syntax extensions for #file and #line

    700983e Opened by Tim Chevalier at 2012-05-23 01:06:20 - 4 comments
  1585. Use new Mozilla 'sandstone' visual style for rust-lang.org

    09496de Opened by Brian Anderson at 2012-04-20 18:19:54 - 3 comments
  1586. Better way to inject core macros

    a69d529 Opened by Tim Chevalier at 2014-01-25 05:46:28 - 3 comments
  1587. Make syntax::expand::expand_syntax_ext return an option

    dab9957 Opened by Tim Chevalier at 2013-08-09 15:05:07 - 3 comments
  1588. Finish the polish on format!

    a0c76b7 Opened by Tim Chevalier at 2015-01-13 09:04:52 - 8 comments
  1589. Possibly keep an array sorted instead of sorting-all-at-once in gather_anti_quotes

    808d876 Opened by Tim Chevalier at 2013-03-12 22:56:16 - 1 comment
  1590. Cleanup in syntax::ext::simpleext

    2f9ede2 Opened by Tim Chevalier at 2013-03-12 22:57:19 - 2 comments
  1591. Bounds checking for float literals

    a8e5572 Opened by Tim Chevalier at 2015-02-11 00:13:19 - 8 comments
  1592. Do NFKC normalization in lexer

    448bdef Opened by Tim Chevalier at 2015-02-02 17:57:31 - 15 comments
  1593. mutable keyword is still parsed

    81de0b0 Opened by Brian Anderson at 2012-04-21 21:45:47
  1594. Misleading error message when using wrong type of function in for

    95b59b2 Opened by Brian Anderson at 2012-04-23 13:46:34
  1595. Resolve the static region during typechecking, not in the parser

    362090f Opened by Tim Chevalier at 2012-08-23 23:45:06 - 1 comment
  1596. Boxed closures should be nameable, too

    24195ac Opened by Joshua Wise at 2012-08-23 23:45:32 - 5 comments
  1597. ICE and memory leak with recursive impls across libraries

    82d21fd Opened by Erick Tryzelaar at 2012-04-23 14:42:48 - 2 comments
  1598. #ast should only generate calls to the qquote module

    457a01f Opened by Brian Anderson at 2013-03-12 23:01:12 - 1 comment
  1599. freeze type vars after structure is extracted

    3d844d0 Opened by Niko Matsakis at 2015-01-02 21:37:06 - 6 comments
  1600. proper subtyping/LUB/GLB for region fn types

    626788a Opened by Niko Matsakis at 2013-02-26 16:46:10 - 7 comments
  1601. Don't duplicate LLVM string constants

    0c4b6a6 Opened by Brian Anderson at 2012-04-21 21:26:41 - 1 comment
  1602. cargo vs rc files

    9139442 Opened by Jesse Vorisek at 2012-06-22 00:11:38 - 4 comments
  1603. avoiding races with native module initializers

    207f9a3 Opened by Erick Tryzelaar at 2013-04-24 00:05:14 - 4 comments
  1604. str::from_bytes

    7c81d76 Opened by Jesse Vorisek at 2013-09-05 00:56:50 - 11 comments
  1605. Access errno for system calls from Rust code

    7f9b30c Opened by Jesse Vorisek at 2013-02-13 15:32:51 - 3 comments
  1606. stack closure leak

    22675c9 Opened by Matt Bone at 2012-04-22 23:41:56 - 1 comment
  1607. Stop running tidy on the test suite

    b40e540 Opened by Marijn Haverbeke at 2012-04-30 23:34:50 - 5 comments
  1608. Memory leak when calling span_fatal from trans

    4f50b1d Opened by Marijn Haverbeke at 2012-04-24 21:55:34 - 3 comments
  1609. Improve iface error message when types differ in boxity

    4389d21 Opened by Tim Chevalier at 2012-11-09 20:04:18 - 4 comments
  1610. duplicate definition of module core with bad span

    eb90294 Opened by Brian Anderson at 2013-04-26 15:04:14 - 2 comments
  1611. Try disallowing keywords as identifiers

    ba0b792 Opened by Brian Anderson at 2013-08-27 06:48:03 - 9 comments
  1612. Remove bitcasts

    6274cf9 Opened by Brian Anderson at 2012-04-24 21:21:47 - 1 comment
  1613. Put shared and unique boxes into their own LLVM addrspace

    2591f8b Opened by Brian Anderson at 2012-06-05 21:16:29 - 2 comments
  1614. self type is incorrect w/r/t region parameter

    3ef6e7f Opened by Niko Matsakis at 2012-05-21 04:29:18 - 1 comment
  1615. Make unique boxes self-describing

    ac593fa Opened by Brian Anderson at 2015-01-21 01:43:22 - 4 comments
  1616. Bug borrowing certain rvalues, maybe

    a23be77 Opened by Graydon Hoare at 2012-09-13 16:32:53
  1617. Tighten up the edit-distance suggestions on resolve

    b0811c0 Opened by Brian Anderson at 2013-04-20 05:31:06 - 5 comments
  1618. infer variance for region parameters

    4f8cf2e Opened by Niko Matsakis at 2012-08-23 13:55:07 - 5 comments
  1619. error monomorphizing rather complex use of ifaces

    8055ea6 Opened by Niko Matsakis at 2012-04-25 08:34:40 - 2 comments
  1620. copy and send ifaces cannot be used as type parameter bounds

    0ca52ad Opened by Brian Anderson at 2012-10-22 16:01:44 - 4 comments
  1621. Classes: make sure cross-crate casting works

    83b9201 Opened by Tim Chevalier at 2012-05-02 20:40:01
  1622. Classes: make sure exports work as expected

    476a4c9 Opened by Tim Chevalier at 2012-05-02 21:47:30 - 1 comment
  1623. Classes: test that "regular" impls work for classes

    e8eafe1 Opened by Tim Chevalier at 2012-05-02 21:45:39
  1624. Classes: test that classes can implement parameterized ifaces

    090e416 Opened by Tim Chevalier at 2012-07-13 21:45:54 - 3 comments
  1625. Classes: add test to enforce that self is required inside a class

    264e917 Opened by Tim Chevalier at 2012-05-04 20:44:07
  1626. Classes: add tests for allocating classes in various regions

    7966957 Opened by Tim Chevalier at 2012-08-02 02:33:22 - 5 comments
  1627. Classes: documentation for classes

    b0a554c Opened by Tim Chevalier at 2012-07-16 18:05:22 - 2 comments
  1628. Classes: make sure "pub" sections work

    cf22a3c Opened by Tim Chevalier at 2012-08-02 02:27:41 - 2 comments
  1629. Classes: handle typestate correctly in ctors

    1ee3ba7 Opened by Tim Chevalier at 2012-05-29 22:35:30 - 2 comments
  1630. Classes: add compile-fail test to enforce that self is not a first-class value

    536e302 Opened by Tim Chevalier at 2012-05-14 21:39:31
  1631. Classes: implement destructors

    38ae53d Opened by Tim Chevalier at 2012-06-02 03:42:41 - 2 comments
  1632. Classes: enforce rules about copying and sending classes

    90b6d6f Opened by Tim Chevalier at 2012-06-02 03:40:46
  1633. Classes: make private fields and methods class-private, not instance-private

    e2c113a Opened by Tim Chevalier at 2012-08-02 02:27:26 - 3 comments
  1634. Classes: make sure references to class methods or fields auto-deref

    8b10c3f Opened by Tim Chevalier at 2012-08-31 20:48:04 - 1 comment
  1635. Make it possible to create boxed iface instances without re-boxing

    0723811 Opened by Marijn Haverbeke at 2013-04-29 19:51:28 - 3 comments
  1636. RFC: Unify pub for classes and pub for export

    4e0a1c3 Opened by Niko Matsakis at 2012-08-31 20:45:47 - 4 comments
  1637. merge keywords: impl and implements

    41fa4cf Opened by Graydon Hoare at 2012-07-04 19:39:48 - 12 comments
  1638. Simplify build directory structure.

    7fafc7b Opened by Brian Anderson at 2014-03-06 20:28:15 - 8 comments
  1639. Shape and LLVM disagree about the alignment of 64-bit ints on 32-bit x86

    224d355 Opened by Brian Anderson at 2012-05-01 01:15:20 - 10 comments
  1640. Add an 'extensions' impl to list

    c33e62e Opened by Marijn Haverbeke at 2013-05-16 23:35:48 - 1 comment
  1641. Turning on runtime logging while runtime optimizations are on frequently results in segfault

    ff185df Opened by Brian Anderson at 2013-08-11 20:17:30 - 1 comment
  1642. Escape characters in syntax::parse::token::to_str()

    403c58e Opened by Tim Chevalier at 2012-05-31 22:44:10
  1643. error for multiple impls in scope should say why

    5713eb1 Opened by Niko Matsakis at 2012-05-03 13:46:51 - 1 comment
  1644. upcall fail 'ty_size: unhandled type' in src/rustc/middle/trans/native.rs

    d0c055c Opened by Justin Marsh (:flaviusb) at 2012-05-03 03:01:23 - 1 comment
  1645. Incorrect capitalization in error

    8f2cb43 Opened by Brian Anderson at 2012-05-02 21:56:41 - 3 comments
  1646. Type parameter confusingly inferred to bogus type

    bc6fa26 Opened by Brian Anderson at 2012-05-03 13:45:08 - 3 comments
  1647. bounds in iface types do not appear to be resolved

    d2c234c Opened by Niko Matsakis at 2012-07-13 20:04:04 - 5 comments
  1648. type variables in method names are resolved in wrong scope

    c170d69 Opened by Niko Matsakis at 2012-08-06 18:09:35 - 3 comments
  1649. ICE with impls exported from a non-exported module

    f8ff1d0 Opened by Niko Matsakis at 2012-08-31 20:48:20 - 3 comments
  1650. implement []/@ translation

    98e6b89 Opened by Graydon Hoare at 2012-06-27 18:38:47 - 1 comment
  1651. Implement concatenation on new vector types

    7ce27e3 Opened by Graydon Hoare at 2012-07-14 19:51:01 - 2 comments
  1652. Some ty::sty values are being inferred as ast::ty_

    16e0000 Opened by Brian Leibig at 2012-05-01 15:46:58 - 4 comments
  1653. Implement constants using & but not ~ or @

    f21b26e Opened by Graydon Hoare at 2012-08-09 23:21:41 - 1 comment
  1654. Compilation failure

    3ffbbfa Opened by Alexander Stavonin at 2012-04-30 22:53:04 - 4 comments
  1655. "Unfortunate copy" in syntax::parse::new_parser_from_file

    573429b Opened by Tim Chevalier at 2014-03-06 20:27:34 - 11 comments
  1656. Avoid the need to "make clean" manually when building Rust

    1f62fa0 Opened by Tim Chevalier at 2013-07-10 17:04:29 - 6 comments
  1657. Make channel 0 invalid

    64dc8b6 Opened by Brian Anderson at 2012-05-07 21:39:28
  1658. cross-crate calls to generic class methods yields unconstraind tvars

    d516af4 Opened by Niko Matsakis at 2012-07-09 21:24:47 - 2 comments
  1659. Track liveness of memory values

    4ec9104 Opened by Brian Anderson at 2013-04-23 16:46:19 - 2 comments
  1660. Assertion failed: (ref_count == 0), function end_detach on freebsd

    ee518e9 Opened by Brian Anderson at 2012-06-07 17:52:39 - 1 comment
  1661. Add a raw pretty printer for the metadata format

    28b8760 Opened by Tim Chevalier at 2017-03-09 17:57:29 - 10 comments
  1662. Confusing error message when same-named field and method both in scope

    989ef40 Opened by Brian Anderson at 2012-09-10 19:21:24 - 8 comments
  1663. Lint warning when shadowed variable isn't used

    fc3cc01 Opened by Brian Anderson at 2012-05-02 18:30:17 - 2 comments
  1664. RFC: moving out of enums

    13d9e9d Opened by Niko Matsakis at 2012-08-28 20:05:04 - 19 comments
  1665. ICE type checking incorrect impl decl

    c615c1a Opened by Brian Anderson at 2012-05-03 19:38:53 - 1 comment
  1666. task::builder is copyable but is intended to be non-copyable

    62a938c Opened by Brian Anderson at 2012-11-08 19:17:20 - 1 comment
  1667. Type inferrence failure with methods and closures

    a5993e4 Opened by Brian Anderson at 2012-05-03 03:30:56 - 1 comment
  1668. is_null method no longer works because of unconstrained types

    5d1a00f Opened by Brian Anderson at 2012-05-03 13:44:41 - 2 comments
  1669. Calling native functions that take enums by value is broken

    60ab044 Opened by Brian Anderson at 2013-08-20 03:11:58 - 6 comments
  1670. exhaustiveness checking does not tell me what is missing

    7ef4690 Opened by Niko Matsakis at 2012-05-03 15:35:20
  1671. Cannot move upvars through multiple closures

    f8affb7 Opened by Brian Anderson at 2013-03-24 10:24:08 - 4 comments
  1672. Fix pretty-printing of macro invocations

    a7bea7f Opened by Tim Chevalier at 2013-05-06 22:29:53 - 2 comments
  1673. visit::visit_mac is incomplete

    3755da5 Opened by Tim Chevalier at 2012-12-12 18:52:15 - 1 comment
  1674. Rewrite std::bitv using classes

    41f08b0 Opened by Tim Chevalier at 2012-07-30 01:41:00 - 3 comments
  1675. Check that bitv sizes are equal in std::bitv::equal

    8ba8d3f Opened by Tim Chevalier at 2012-05-31 19:05:17
  1676. Do something about std::deque

    0a3d179 Opened by Tim Chevalier at 2013-02-25 21:32:09 - 1 comment
  1677. Package up map::chained

    5f64185 Opened by Tim Chevalier at 2013-03-10 23:20:47 - 1 comment
  1678. Typestate preconditions in std::sha1

    298d1d6 Opened by Tim Chevalier at 2012-08-09 01:40:39 - 2 comments
  1679. Fail better in extra::crypto::sha1::add_input()

    74d813d Opened by Tim Chevalier at 2013-12-23 15:21:12 - 10 comments
  1680. Fix or remove FIXME in std::smallintmap

    0814c9a Opened by Tim Chevalier at 2013-02-01 04:43:35 - 2 comments
  1681. Make std::sort::quick_sort3 take lt and eq types

    43acf05 Opened by Tim Chevalier at 2012-06-06 13:55:41 - 1 comment
  1682. Permissions in std::tempfile::mkdtemp

    6d06abf Opened by Tim Chevalier at 2013-01-20 22:18:47 - 3 comments
  1683. Address time library FIXMEs

    fc48fb8 Opened by Tim Chevalier at 2015-01-13 09:04:15 - 13 comments
  1684. Remove unused "tydesc_field_obj_params" constant in back::abi

    d18e977 Opened by Tim Chevalier at 2012-07-10 23:33:41
  1685. Named service support

    d50ffba Opened by Alexander Stavonin at 2013-05-21 23:12:34 - 2 comments
  1686. int::abs should return an unsigned int

    ef1972b Opened by Tim Chevalier at 2012-05-17 15:55:07 - 2 comments
  1687. Bad parse error message for missing alt close brace

    60f7ca3 Opened by Tim Chevalier at 2013-10-08 17:16:41 - 8 comments
  1688. recursive bounds do not work (a.k.a., f-bounded polymorphism)

    869c7e5 Opened by Niko Matsakis at 2013-09-03 04:20:56 - 6 comments
  1689. Un-xfail test of error message for "missing 'self'"

    e522434 Opened by Tim Chevalier at 2014-05-14 20:46:33 - 9 comments
  1690. view items should support attributes and conditional compilation

    9a89ccf Opened by Brian Anderson at 2012-07-09 21:26:30 - 7 comments
  1691. Incorrect quoting in 'attempted access of field' message

    9999aae Opened by Brian Anderson at 2012-06-23 00:23:03 - 1 comment
  1692. Duplicate module warning error

    7a02ac7 Opened by Jesse Vorisek at 2012-05-06 19:20:14 - 3 comments
  1693. rustc vs permissions

    916065d Opened by Jesse Vorisek at 2012-07-25 23:47:11 - 2 comments
  1694. Implement stack maps for unwinding

    a5a1da8 Opened by Patrick Walton at 2014-09-16 02:38:05 - 17 comments
  1695. path::normalize description

    c51fe36 Opened by Jesse Vorisek at 2012-05-07 20:40:05 - 1 comment
  1696. bitv each() method loops forever

    ee69bb4 Opened by Niko Matsakis at 2012-06-07 08:04:14 - 2 comments
  1697. Make ty params non-positional

    3ad7877 Opened by Tim Chevalier at 2012-11-08 19:38:18 - 10 comments
  1698. invalid read in rust_scheduler::kill_all_tasks

    b627435 Opened by Brian Anderson at 2012-07-20 23:23:26 - 1 comment
  1699. Custom polymorphic logging

    c09122f Opened by Tim Chevalier at 2013-09-01 05:56:19 - 8 comments
  1700. Smart asserts

    58ae9ca Opened by Jesse Vorisek at 2017-04-15 05:50:57 - 18 comments
  1701. test/run-pass/issue-2316.rs fails if ran without a full make first

    ec50b1c Opened by Marijn Haverbeke at 2012-06-18 19:14:52
  1702. Incremental recompilation

    24f90ef Opened by Tim Chevalier at 2017-06-12 02:59:47 - 25 comments
  1703. Bad error message dereferencing something with a class type

    b3ba161 Opened by Tim Chevalier at 2012-05-17 16:41:19 - 1 comment
  1704. Rename extensions to methods in libs

    dcba2b4 Opened by Brian Anderson at 2012-08-09 00:12:13 - 3 comments
  1705. self type should be "just a type"

    ce093f6 Opened by Niko Matsakis at 2012-05-09 17:15:53 - 1 comment
  1706. Reorganize llvm and clang libs and bindings

    d7aefbf Opened by Brian Anderson at 2014-02-01 00:50:49 - 8 comments
  1707. loop can mask state changes in typestate

    d006da6 Opened by Paul Stansifer at 2012-05-30 01:23:19
  1708. RFC: static methods in classes

    079132c Opened by Tim Chevalier at 2012-07-13 19:43:53 - 12 comments
  1709. Convert the runtime to a crate

    13b0d41 Opened by Brian Anderson at 2012-09-03 00:48:51 - 6 comments
  1710. reachability export map does not consider overloaded operators

    6d87775 Opened by Niko Matsakis at 2012-09-07 01:21:44 - 5 comments
  1711. Seedable RNG and separation/extension of .gen_* functions

    35e7cfe Opened by Gareth Smith at 2012-06-01 23:27:52 - 4 comments
  1712. ICE with metadata, ifaces, and generic functions

    8e46395 Opened by Erick Tryzelaar at 2012-05-30 00:06:02 - 3 comments
  1713. Tutorial should not be behind https

    4085df9 Opened by kud1ing at 2012-08-21 20:12:21 - 5 comments
  1714. update README.txt with new home of syntax code

    7fcc3b1 Opened by Lindsey Kuper at 2012-05-17 17:11:16
  1715. Internal compiler error using deque

    dc37175 Opened by Eric Holk at 2012-05-29 21:52:42 - 4 comments
  1716. combine last use, init'dness, and move out checking

    5a633c9 Opened by Niko Matsakis at 2012-06-05 22:58:35 - 3 comments
  1717. better error message for method not found

    63acefe Opened by Niko Matsakis at 2013-04-29 22:03:44 - 1 comment
  1718. Rust should support multiple imports of extension methods

    aaf5733 Opened by Eric Holk at 2013-04-25 08:16:16 - 1 comment
  1719. RFC: flexible syntax for macro invocations

    3d10348 Opened by Paul Stansifer at 2012-08-22 22:07:45 - 13 comments
  1720. RFC: "don't omit me!" attribute for variants

    faa6f8b Opened by Tim Chevalier at 2014-03-23 08:20:30 - 15 comments
  1721. Tutorial links to 0.1 release / too many divergent install instructions

    0ca36b8 Opened by Lindsey Kuper at 2012-07-10 19:05:50 - 6 comments
  1722. documentation on operator precedence out of date

    7312566 Opened by Michael Arntzenius at 2012-05-17 03:16:41
  1723. duplicate definition should report location of the definition

    ca6fea8 Opened by Erick Tryzelaar at 2013-05-22 23:50:49 - 4 comments
  1724. Helpful error message when confusing a field with a method

    cb0d54a Opened by Tim Chevalier at 2015-06-20 09:44:48 - 8 comments
  1725. Importing/Exporting an impl (not type) from another module

    db24124 Opened by Erick Tryzelaar at 2013-04-22 22:29:58 - 1 comment
  1726. RFC: Small closure syntax tweak

    cf002ca Opened by Patrick Walton at 2012-05-22 15:59:21 - 16 comments
  1727. In test suite, strange error-pattern behavior on lines with a *

    e123b37 Opened by Tim Chevalier at 2012-05-18 00:01:48 - 1 comment
  1728. Enhance interface with LLVM optimizations

    8ec5579 Opened by Tim Chevalier at 2013-06-13 21:16:14 - 1 comment
  1729. Include deduced locations for native libraries in rpath

    715b09d Opened by Tim Chevalier at 2021-12-17 23:13:11 - 4 comments
  1730. Test back::x86_64::get_target_strs on a 64-bit Windows machine

    67901be Opened by Tim Chevalier at 2014-09-24 19:02:12 - 7 comments
  1731. Make driver::driver::parse_cfgspecs parse any variety of meta_item

    21e277c Opened by Tim Chevalier at 2013-03-19 20:00:58 - 2 comments
  1732. Use correct host triple

    bded949 Opened by Tim Chevalier at 2013-05-29 20:21:02 - 3 comments
  1733. Warn if building a library with explicit output file name

    950bbd6 Opened by Tim Chevalier at 2013-04-26 14:26:28 - 1 comment
  1734. In intrinsic::ty_visitor iface, possibly expose enter/leave calls for compound data

    933ca15 Opened by Tim Chevalier at 2012-08-04 01:07:26 - 1 comment
  1735. Add a -main-is flag to rustc

    505ceba Opened by Tim Chevalier at 2012-12-27 23:56:56 - 4 comments
  1736. Use correct span in metadata::creader::resolve_crate_deps

    a694a92 Opened by Tim Chevalier at 2014-02-18 01:26:50 - 5 comments
  1737. Typechecker can't pass copies to functions taking [const T]/&

    629a0b4 Opened by Eric Holk at 2013-05-16 23:36:13 - 3 comments
  1738. Better error message in metadata::loader::crate_name_from_metas

    d5bdd28 Opened by Tim Chevalier at 2013-06-27 08:01:35 - 1 comment
  1739. Track span info for type constraints

    dc176bd Opened by Tim Chevalier at 2012-07-16 04:01:46 - 2 comments
  1740. unused var causes copying of resource type

    475ae8e Opened by Michael Arntzenius at 2012-06-06 19:58:47 - 8 comments
  1741. Print out more useful info in ast_map::node_id_to_str

    e87fb31 Opened by Tim Chevalier at 2013-08-06 17:20:04 - 2 comments
  1742. typestate has very bad performance on large vectors

    b16c793 Opened by Brian Anderson at 2012-05-18 23:37:58 - 1 comment
  1743. Add a mode for running tests with GC

    5bc6987 Opened by Brian Anderson at 2013-04-24 23:19:37 - 2 comments
  1744. ICE with exporting a type and impl from a crate

    ca08f72 Opened by Erick Tryzelaar at 2012-06-13 22:52:20 - 1 comment
  1745. cannot assign to nullary variant

    414f4ea Opened by Niko Matsakis at 2012-06-08 12:50:01 - 4 comments
  1746. Logical and arithmetic shift operators are the opposite of many other languages

    e8d80b6 Opened by Michael J. Sullivan at 2012-05-23 00:50:07 - 1 comment
  1747. Rename librustsyntax to libsyntax

    54bccc4 Opened by Brian Anderson at 2012-05-31 18:36:17 - 1 comment
  1748. Don't use external node ids in crate metadata

    ea83f40 Opened by Brian Anderson at 2015-06-12 23:55:00 - 8 comments
  1749. Resources should be sendable

    ff80649 Opened by Eric Holk at 2012-05-22 22:51:33
  1750. Add deep const kind

    8f9689a Opened by Eric Holk at 2012-05-29 18:50:26 - 1 comment
  1751. self type shouldn't be able to have type parameters

    2fb67b7 Opened by Michael J. Sullivan at 2012-05-22 18:59:10
  1752. "block type" error message is potentially confusing

    c43793d Opened by Lindsey Kuper at 2012-05-29 20:02:13 - 2 comments
  1753. Identifiers shouldn't be strings in the compiler

    acfb710 Opened by Patrick Walton at 2013-03-12 23:14:13 - 1 comment
  1754. Warn or error on platform-specific integer conversions

    7118e6e Opened by Eric Holk at 2012-05-23 03:28:00 - 1 comment
  1755. non-exhaustive match failure in eval_const_expr when shift arguments differ in signedness

    3be0050 Opened by Michael J. Sullivan at 2012-05-30 22:29:58 - 2 comments
  1756. resolve failure when setting enum discriminator to a declared const

    97c08b8 Opened by Michael J. Sullivan at 2012-10-15 20:00:29 - 3 comments
  1757. "the type of this value must be known in this context" is fatal

    92d4658 Opened by Patrick Walton at 2013-03-26 16:19:39 - 3 comments
  1758. Implement "no implicit copies" scheme

    992d65a Opened by Michael J. Sullivan at 2012-06-05 03:45:57 - 3 comments
  1759. bound regions and resolving inferable types

    6c6dcbb Opened by Niko Matsakis at 2013-05-16 23:33:50 - 1 comment
  1760. interface method name collisions

    1df64eb Opened by Michael Arntzenius at 2012-05-25 17:18:25 - 5 comments
  1761. refactor how impl self type vs iface type is stored (at least for classes)

    cd99a2c Opened by Niko Matsakis at 2012-07-13 21:47:12 - 1 comment
  1762. Cannot overload <=

    52d9f89 Opened by Eric Holk at 2012-05-25 15:37:49 - 2 comments
  1763. myclassobj.meth unsafely copies myclassobj

    a9f2e88 Opened by Paul Stansifer at 2012-08-17 00:06:11 - 4 comments
  1764. {|| ... x ...} unsafely copies x

    dea915d Opened by Paul Stansifer at 2012-05-24 21:02:09 - 2 comments
  1765. i8 literals and friends have incorrect ranges

    40789f5 Opened by bstrie at 2013-06-05 22:52:42 - 10 comments
  1766. Library doesn't have a way to iterate over an integer range with for

    78f5886 Opened by Michael J. Sullivan at 2012-05-26 10:12:17 - 3 comments
  1767. crust fns lose their type when they cross crates

    a392635 Opened by Niko Matsakis at 2012-05-26 06:59:37 - 1 comment
  1768. Add par to libstd

    89fc853 Opened by Eric Holk at 2012-05-30 18:38:03
  1769. Incorrect unused variable warning

    e095956 Opened by Brian Anderson at 2012-05-25 03:28:46 - 1 comment
  1770. by-val and by-move can be dangerous when combined

    d993604 Opened by Niko Matsakis at 2012-08-31 20:38:41 - 2 comments
  1771. ICE with cross-crate resources and channels

    46ebd13 Opened by Eric Holk at 2012-05-30 00:02:55 - 5 comments
  1772. ICE when using type parameters of an impl.

    72e4007 Opened by Paul Stansifer at 2012-06-25 20:19:44 - 4 comments
  1773. Heap closures should always require a capture clause to capture mutable variables

    3867bd7 Opened by Michael J. Sullivan at 2012-05-30 17:46:45
  1774. liveness in stack closures

    bd6d200 Opened by Niko Matsakis at 2013-04-25 00:07:47 - 1 comment
  1775. Warn when implicitly copying mutable data and unique boxes/functions

    ab099bd Opened by Michael J. Sullivan at 2012-05-26 00:00:06
  1776. Warn when implicitly copying polymorphic data

    522dbce Opened by Michael J. Sullivan at 2012-05-30 20:34:55 - 2 comments
  1777. Make vectors and strings not implicitly copyable

    5926a94 Opened by Michael J. Sullivan at 2012-06-05 03:05:39 - 3 comments
  1778. (cargo) requires root permissions and writes to /usr/local/lib/?

    d2919c3 Opened by Kevin Cantú at 2012-05-27 03:17:45 - 1 comment
  1779. (cargo) not installing with +x permissions (stat? chmod?)

    321dbe9 Opened by Kevin Cantú at 2012-05-29 10:07:30 - 3 comments
  1780. ARC needs to enforce that its parameter is in the const kind

    2a007f6 Opened by Erick Tryzelaar at 2012-05-29 19:05:55 - 3 comments
  1781. Log functions truncate long strings

    0ca27cb Opened by Jesse Vorisek at 2012-06-03 21:49:42 - 2 comments
  1782. Use a consistent metavariable for types in the tutorial

    05fa4ce Opened by Lindsey Kuper at 2012-05-29 20:12:46
  1783. i16 literals have a blatantly wrong range

    e4babbc Opened by Michael J. Sullivan at 2012-05-29 18:54:24 - 1 comment
  1784. allowing trailing comma in with expressions / functional record update

    549eb52 Opened by Niko Matsakis at 2012-05-31 18:35:30
  1785. ICE - monomorphization related

    befae69 Opened by Paul Stansifer at 2012-11-08 21:44:16 - 4 comments
  1786. Warn when invoking polymorphic functions with non-implicitly-copyable types

    6f57416 Opened by Michael J. Sullivan at 2012-06-04 23:35:51
  1787. ICE when setting a enum discriminator to an unsigned constant

    9c7aa73 Opened by Michael J. Sullivan at 2013-07-30 07:40:26 - 3 comments
  1788. Negative values of signed ints treated as positive array indexes

    4250660 Opened by Michael J. Sullivan at 2012-05-31 00:11:04
  1789. Array indexes can overflow in some situations

    724a442 Opened by Michael J. Sullivan at 2013-04-22 22:11:45 - 3 comments
  1790. spawn_listener2

    4470081 Opened by Jesse Vorisek at 2012-06-07 17:55:08 - 3 comments
  1791. exporting impl from root of crate causes ICE

    3c86b6e Opened by Niko Matsakis at 2012-08-15 04:17:45 - 1 comment
  1792. Lint deals with nested items very poorly

    822ac6c Opened by Michael J. Sullivan at 2012-06-01 02:13:23
  1793. Implement "fieldset" optimization for record types

    6147c3a Opened by Patrick Walton at 2013-05-07 14:24:39 - 5 comments
  1794. System-level cargo directory requires root permissions for all commands

    0f4cb3d Opened by Zack Corr at 2012-06-03 03:54:58
  1795. Consider making ty::t "fatter"

    b4c4318 Opened by Patrick Walton at 2016-08-17 09:05:49 - 7 comments
  1796. Add bloom filters to standard library.

    ed30444 Opened by Eric Holk at 2013-12-15 23:37:42 - 7 comments
  1797. returning an unconstrained, bound region should be an error

    db110fb Opened by Niko Matsakis at 2014-07-21 21:28:25 - 8 comments
  1798. treat self region specially

    d1fd595 Opened by Niko Matsakis at 2012-09-14 22:25:23
  1799. Lint treats unknown warning attributes as an error

    6fe0be0 Opened by Michael J. Sullivan at 2012-06-04 17:01:34
  1800. #fmt accepts some combinations of precision and 0 padding that gcc warns about

    b1dbdd4 Opened by Brian Anderson at 2014-11-10 16:53:23 - 5 comments
  1801. Vectors don't allow a trailing comma

    646b533 Opened by Michael J. Sullivan at 2012-06-12 20:04:03 - 2 comments
  1802. special comment to indicate work that is pending a snapshot

    df8c595 Opened by Niko Matsakis at 2014-01-06 17:51:38 - 4 comments
  1803. rustdoc spawns too many threads

    a3ad1fe Opened by Tim Chevalier at 2012-08-14 21:36:38 - 3 comments
  1804. Remove resources

    97c8c60 Opened by Tim Chevalier at 2012-06-25 20:42:09 - 1 comment
  1805. Make class destructors callable from the cycle collector

    ac6b339 Opened by Tim Chevalier at 2012-06-26 00:33:48 - 2 comments
  1806. llvm assert with class dtors and closures

    d6f1ced Opened by Erick Tryzelaar at 2012-06-07 05:42:26 - 3 comments
  1807. segfault in hash access (possibly alias analysis)

    f31879b Opened by Grahame Bowland at 2012-06-22 00:40:00 - 1 comment
  1808. Move futures out of core

    5e9123c Opened by Brian Anderson at 2012-11-27 05:14:22 - 7 comments
  1809. crash using by-value records with mutable fields

    ffef084 Opened by Niko Matsakis at 2012-08-31 20:39:09 - 3 comments
  1810. rust_sched_loop shouldn't have logging-related functions

    3bd6ed3 Opened by Brian Anderson at 2012-06-04 01:35:03
  1811. Move 'swappable' out of core

    2c94ecb Opened by Brian Anderson at 2012-06-05 21:47:52 - 2 comments
  1812. rustdoc should understand javadoc-style comments

    9acedcf Opened by Brian Anderson at 2012-07-05 21:21:03 - 20 comments
  1813. no warning for implicit copies into closures

    dd32831 Opened by Niko Matsakis at 2012-06-05 17:24:01 - 1 comment
  1814. warning about implicit copies should explain why type is not implicitly copyable

    089f0b9 Opened by Niko Matsakis at 2013-05-23 00:27:24 - 3 comments
  1815. Optimize poor benchmark result

    aba97ea Opened by Brian Anderson at 2012-06-05 11:13:46 - 10 comments
  1816. Mismatched types with class self region

    d411f98 Opened by Brian Anderson at 2012-06-07 02:38:21
  1817. Make "no implicit copies" diagnostics controllable through lint settings

    ba2af2d Opened by Michael J. Sullivan at 2012-06-05 03:45:20
  1818. internal compiler error: type_of with ty_param

    a666118 Opened by Kevin Cantú at 2012-11-15 05:45:42 - 4 comments
  1819. Attribute to annotate functions that implement the for loop protocol

    3b73f8c Opened by bstrie at 2012-06-07 18:23:12 - 4 comments
  1820. Properly warn when implicitly copying into closures

    f21212a Opened by Michael J. Sullivan at 2012-06-05 17:22:57 - 1 comment
  1821. Make it easier to compile examples from the tutorial

    43a00e9 Opened by Tim Chevalier at 2014-06-23 17:15:52 - 8 comments
  1822. Suggest which trait to import if method lookup fails

    14e2eb4 Opened by Tim Chevalier at 2013-09-25 20:57:28 - 8 comments
  1823. Empty classes dislike being placed into vectors

    c43ef90 Opened by Brian Anderson at 2012-06-06 18:17:56 - 5 comments
  1824. Add a command to make rustbot list its work queue

    e2ec8ff Opened by Brian Anderson at 2013-02-05 19:53:39 - 1 comment
  1825. Add a command to make rustbot kill all child processes

    61c3d9a Opened by Brian Anderson at 2013-02-05 19:54:02 - 1 comment
  1826. Make sure rustbot only builds the most recent revision of a branch

    221f3b0 Opened by Tim Chevalier at 2013-02-05 19:53:51 - 4 comments
  1827. RFC: Disallow 'unsafe' keyword when opening a function body

    8e197cc Opened by Brian Anderson at 2012-07-03 16:17:34 - 8 comments
  1828. RFC: Allow copyless destructuring of tuples

    ed4774f Opened by Erick Tryzelaar at 2012-06-09 16:38:23 - 3 comments
  1829. uv hang in stdtest on windows

    b6e498b Opened by Brian Anderson at 2012-11-15 20:33:25 - 1 comment
  1830. mac2 rebuilds llvm every build

    e4f2980 Opened by Brian Anderson at 2012-07-03 16:20:27 - 2 comments
  1831. warnings and pretty-printer output sometimes seem to mix on FreeBSD

    af88ca1 Opened by Tim Chevalier at 2012-06-07 17:10:32 - 2 comments
  1832. Inline get_sp_limit, set_sp_limit, get_sp runtime functions

    dd11a32 Opened by Brian Anderson at 2013-04-25 18:43:28 - 1 comment
  1833. run-pass/bind-native-fn.rs exits with unexpected status on FreeBSD

    6431172 Opened by Jyun-Yan You at 2012-06-07 17:52:02 - 3 comments
  1834. Remove functions like vec::iter_between

    fb41738 Opened by Erick Tryzelaar at 2012-11-15 20:37:39 - 2 comments
  1835. allow nominal types to be declared non-copyable

    04cefd9 Opened by Niko Matsakis at 2013-06-06 17:22:35 - 5 comments
  1836. llvm assert with exports, resources, and classes with destructors

    f7f63c4 Opened by Erick Tryzelaar at 2012-06-13 18:57:09
  1837. Allow glob-exporting items in external crates

    1504ef4 Opened by Tim Chevalier at 2012-06-15 01:51:34 - 1 comment
  1838. assign_op with overloaded operator evaluates receiver twice

    d1354e3 Opened by Tim Chevalier at 2013-07-10 05:58:24 - 3 comments
  1839. normalize_for_monomorphization could normalize recursively

    754ea5e Opened by Tim Chevalier at 2013-08-24 15:07:01 - 6 comments
  1840. trans_const_expr should hash-cons to avoid duplicate constants

    4c752c7 Opened by Tim Chevalier at 2012-11-07 01:37:37 - 2 comments
  1841. Remove tuple of tydescs from closure types

    b31abf9 Opened by Tim Chevalier at 2012-07-10 22:12:24
  1842. Make trans::common::block a class...

    0f70d67 Opened by Tim Chevalier at 2012-06-12 22:26:02 - 1 comment
  1843. In debuginfo::create_local_var, handle pattern bindings

    58eb980 Opened by Tim Chevalier at 2013-07-27 12:22:34 - 2 comments
  1844. Make trans_iface_callee alignment-safe

    620fb8d Opened by Tim Chevalier at 2012-11-15 20:44:04 - 1 comment
  1845. Verify that trans::native::build_direct_fn gets ABIs right

    4739365 Opened by Tim Chevalier at 2013-10-04 10:21:46 - 5 comments
  1846. Use correct types in trans::tvec

    cde3a7f Opened by Tim Chevalier at 2012-06-13 00:06:41
  1847. In trans::type_use::mark_for_expr, don't count fields after the chosen field

    17bde8b Opened by Tim Chevalier at 2013-09-27 11:46:13 - 2 comments
  1848. Unit tests for typestate operations

    d680153 Opened by Tim Chevalier at 2012-07-16 03:58:58 - 1 comment
  1849. In tstate::auxiliary::constraint, find a way to "freeze" the descs field

    8ee6c8f Opened by Tim Chevalier at 2012-07-16 03:59:10 - 1 comment
  1850. Cycles can be created in the exchange heap

    6e645d8 Opened by Michael J. Sullivan at 2012-06-08 00:01:00 - 1 comment
  1851. Need some way to silence the warning about using a non-implicitly-copyable-type in a copy-iface-bounded position

    d4d16de Opened by Patrick Walton at 2013-05-03 00:32:49 - 3 comments
  1852. Don't warn about instantiating a copy type parameter with a non-implicitly-copyable type when the receiver is the only one with the type parameter

    5ff8b89 Opened by Patrick Walton at 2013-04-23 00:21:19
  1853. The compiler makes an enormous number of copies of vectors and strings

    bdd582b Opened by Patrick Walton at 2013-09-10 11:21:01 - 3 comments
  1854. Provide a way to turn off the "instantiating copy type parameter with a not implicitly copyable type" warning separately from no_vecs_not_implicitly_copyable

    645f688 Opened by Patrick Walton at 2012-06-27 18:42:47 - 1 comment
  1855. int::from_str isn't failing

    554a497 Opened by Jesse Vorisek at 2013-03-05 12:38:10 - 1 comment
  1856. runtime makefile doesn't properly handle header dependency

    b95e2bf Opened by Michael J. Sullivan at 2012-06-14 21:54:10 - 2 comments
  1857. Overloaded operators can copy self when self is noncopyable.

    de33bf2 Opened by Eric Holk at 2012-09-06 23:49:49 - 9 comments
  1858. Add one-shot closures

    7d1dc1c Opened by Eric Holk at 2013-06-29 11:19:50 - 14 comments
  1859. Immutable classes aren't considered implicitly copyable

    54fc0f2 Opened by Patrick Walton at 2012-06-11 17:27:47 - 2 comments
  1860. Lint pass to flag unneeded qualified names

    00079ec Opened by Tim Chevalier at 2013-07-12 14:40:41 - 1 comment
  1861. Lots of dead typaram code in shape interpreter

    dc7b861 Opened by Michael J. Sullivan at 2012-06-11 19:26:39
  1862. get rid of outdated logging functions in util::common

    8f67432 Opened by Lindsey Kuper at 2012-06-09 00:35:11 - 2 comments
  1863. Test runner prints "running 1 tests"

    61bd912 Opened by Tim Chevalier at 2012-06-18 22:53:08
  1864. make install is broken

    01b5adc Opened by Brian Anderson at 2012-06-09 00:52:15 - 1 comment
  1865. Visitor glue regressed rustc performance by 8 seconds

    9181e25 Opened by Patrick Walton at 2012-08-29 20:10:40 - 3 comments
  1866. classes fail to compile with non-trivial modules

    7013127 Opened by Jesse Vorisek at 2012-06-15 12:50:24 - 5 comments
  1867. dvec should export from_elt

    a10b51e Opened by Jesse Vorisek at 2012-07-25 22:42:12 - 2 comments
  1868. dvec should implement iter::base_iter

    9d30c64 Opened by Jesse Vorisek at 2012-06-10 20:46:50 - 2 comments
  1869. hashmap to_str

    89d5196 Opened by Jesse Vorisek at 2012-07-25 23:50:55 - 1 comment
  1870. hashmap and mutable values and efficiency

    db41fbc Opened by Jesse Vorisek at 2012-06-14 17:01:21 - 4 comments
  1871. Attributes at the beginning of a file have confusing semantics

    f3bc292 Opened by Tim Chevalier at 2012-06-13 20:30:05 - 5 comments
  1872. Change inner attribute syntax for clarity and consistency

    7169e2b Opened by Brian Anderson at 2014-03-29 01:26:46 - 68 comments
  1873. "this pattern has X fields, but the corresponding variant has Y fields" shouldn't be a fatal error

    3cacdac Opened by Patrick Walton at 2013-07-07 10:47:57 - 5 comments
  1874. ICE from running out of memory

    0ea292a Opened by bstrie at 2013-08-18 00:57:09 - 16 comments
  1875. Infinite loop with a self-referential class

    10ed3dd Opened by Tim Chevalier at 2012-06-15 06:09:45 - 3 comments
  1876. Borrow check doesn't look through newtypes

    7e6347a Opened by Tim Chevalier at 2012-06-12 21:30:53 - 1 comment
  1877. Infer length of @-box borrows (or just borrow for the whole block)

    81b90ba Opened by Patrick Walton at 2012-09-27 00:52:10 - 2 comments
  1878. librustrt doesn't always get rebuilt

    807628d Opened by Tim Chevalier at 2012-06-13 07:54:16 - 1 comment
  1879. os::copy_file needs to copy the execution bit

    b9a3d6e Opened by Erick Tryzelaar at 2013-05-23 02:00:28 - 2 comments
  1880. Add a recursive file copy function

    c230cee Opened by Erick Tryzelaar at 2013-05-07 22:28:32 - 4 comments
  1881. Overloaded assignment operators can leak memory

    4ee9c96 Opened by Eric Holk at 2012-06-21 23:21:02 - 1 comment
  1882. Allow trailing commas in import globs

    a6338da Opened by Erick Tryzelaar at 2012-06-13 18:29:17 - 1 comment
  1883. block as a class leads to segfaults

    7e2f36f Opened by Eric Holk at 2012-06-18 20:05:55 - 6 comments
  1884. Allow modes on self

    0250063 Opened by Eric Holk at 2012-08-18 00:26:15 - 5 comments
  1885. Failed get in util::ppaux::re_scope_id_to_str, followed by ICE

    8c2add3 Opened by Lindsey Kuper at 2012-07-16 04:00:30 - 4 comments
  1886. Kind checker is not aware of bounds on overloaded operators

    e2728d5 Opened by Eric Holk at 2012-09-06 22:44:19 - 3 comments
  1887. Turn off runtime assertions, turn on runtime optimizations

    7e7cae2 Opened by Brian Anderson at 2013-10-11 01:14:01 - 2 comments
  1888. ICE when returning a local unwrapped dvec inside an impl

    dfc162d Opened by Erick Tryzelaar at 2012-06-22 00:43:19
  1889. "assigning to immutable upvar" error is jargony

    3892c55 Opened by Tim Chevalier at 2012-06-20 22:33:48 - 2 comments
  1890. Improve typeck::collect::collect_item_types

    7bf9a83 Opened by Tim Chevalier at 2013-04-24 16:49:21 - 1 comment
  1891. Fix typeck::infer::can_mk_assignty

    41ee1d3 Opened by Tim Chevalier at 2012-11-15 20:47:21 - 1 comment
  1892. In reflect::methods::visit_ty, move magic numbers into intrinsic::

    71a3a04 Opened by Tim Chevalier at 2014-10-21 22:19:14 - 3 comments
  1893. In reflect::methods::visit_ty, don't always visit all the variants

    3f75d40 Opened by Tim Chevalier at 2014-10-21 22:19:08 - 4 comments
  1894. Make topmod's name the empty string in rustdoc

    5075f3e Opened by Tim Chevalier at 2013-08-11 19:07:13 - 1 comment
  1895. In rustdoc::reexport_pass::build_reexport_def_map, use a parallel fold

    aa955b8 Opened by Tim Chevalier at 2013-04-22 22:33:50 - 1 comment
  1896. Use include_bin! to include data set in test/bench/shootout-k-nucleotide

    c3e253a Opened by Tim Chevalier at 2013-10-18 17:46:23 - 1 comment
  1897. Pass mapper's first argument by move, in test/bench/task-perf-word-count-generic

    751cd50 Opened by Tim Chevalier at 2012-06-22 22:38:00 - 1 comment
  1898. Use signal-channel in test/run-pass/basic.rs

    12f6997 Opened by Tim Chevalier at 2012-06-18 22:46:44
  1899. Make sure classes can be compared

    78ff37d Opened by Tim Chevalier at 2012-06-25 20:42:10 - 1 comment
  1900. Un-xfail or remove test/run-pass/issue-506.rs

    2a64af1 Opened by Tim Chevalier at 2012-06-22 22:37:53
  1901. type_needs_drop() should return false for stack/any closures

    c3fb50e Opened by Eric Holk at 2012-06-27 19:14:46
  1902. Un-xfail or remove src/test/run-pass/foreign-lib-path.rs

    054bed5 Opened by Tim Chevalier at 2014-02-25 20:56:36 - 6 comments
  1903. Clarify port semantics WRT test/run-pass/task-comm-16.rs

    37107a3 Opened by Tim Chevalier at 2012-06-22 22:37:29 - 2 comments
  1904. compare rust type with llvm value in result, lval_result

    be02c7a Opened by Niko Matsakis at 2012-11-15 20:49:52 - 1 comment
  1905. Check for recursive use in dvec

    d9c10e7 Opened by Tim Chevalier at 2012-06-15 13:15:22 - 1 comment
  1906. Address FIXME in core::float::to_str_common

    af58c81 Opened by Tim Chevalier at 2013-03-12 23:42:09 - 2 comments
  1907. Fix alignment issues in core::int-template

    5b7daf8 Opened by Tim Chevalier at 2012-11-16 00:50:06 - 1 comment
  1908. moves from unsafe ptrs / initializers

    5d09b00 Opened by Niko Matsakis at 2022-10-22 08:10:02 - 2 comments
  1909. bounds in ty params can't seem to refer to other ty params

    5377e4c Opened by Tim Chevalier at 2012-09-07 19:12:24 - 5 comments
  1910. Compare glue and size shape glue for resources are unimplemented

    7d911f3 Opened by Michael J. Sullivan at 2012-06-15 00:45:46 - 1 comment
  1911. shape interpreter walks over fixed length vectors incorrectly

    0219039 Opened by Michael J. Sullivan at 2012-06-15 23:06:20 - 1 comment
  1912. Vectors of resources are logged incorrectly by the shape glue

    8ad5d5a Opened by Michael J. Sullivan at 2012-11-16 01:05:01 - 1 comment
  1913. Cross-crate overloading doesn't work

    70b8aa8 Opened by Tim Chevalier at 2012-08-07 04:31:37 - 7 comments
  1914. Trait inheritance/composition

    e098077 Opened by Tim Chevalier at 2012-12-07 01:22:54 - 4 comments
  1915. Ty param for vec::unpack_slice doesn't get inferred

    e4b8792 Opened by Tim Chevalier at 2012-08-31 23:34:31
  1916. Rewrite std::timer::recv_timeout more clearly

    26f3464 Opened by Tim Chevalier at 2013-06-11 21:20:22 - 1 comment
  1917. silencing warning about duplicate attributes

    e33c328 Opened by Tim Chevalier at 2013-07-02 21:18:52 - 2 comments
  1918. Move fill_charp_buf from os to str

    b311bfc Opened by Tim Chevalier at 2013-10-30 01:01:53 - 4 comments
  1919. Use a native stack in os::global_env::get_global_env_chan

    cf71058 Opened by Tim Chevalier at 2013-06-21 23:17:58 - 1 comment
  1920. Handle Windows drive letter correctly in core::os::make_absolute

    808d3be Opened by Tim Chevalier at 2012-09-12 00:00:22 - 1 comment
  1921. Abstract unix file permissions in file api's

    b18f217 Opened by Tim Chevalier at 2014-05-05 18:10:34 - 6 comments
  1922. Constrain the core::path::path type

    3990354 Opened by Tim Chevalier at 2013-06-06 17:25:45 - 4 comments
  1923. Rewrite std::run

    c782d81 Opened by Tim Chevalier at 2014-02-24 07:16:53 - 5 comments
  1924. Make test_leaks unit test in core::run work on Windows

    d26f270 Opened by Tim Chevalier at 2013-06-17 07:03:33 - 2 comments
  1925. Make string equality faster

    95503c4 Opened by Tim Chevalier at 2012-09-20 18:33:24 - 2 comments
  1926. Make native functions unsafe

    9f6b15d Opened by Brian Anderson at 2013-03-15 22:54:15 - 4 comments
  1927. Fixed length vector copies are incorrectly marked as not implicitly copyable

    d8b9cad Opened by Michael J. Sullivan at 2012-06-15 23:06:20
  1928. trans trips llvm assertions when copying fixed length vectors

    e996396 Opened by Michael J. Sullivan at 2012-06-15 23:06:20
  1929. trans fails when monomorphizing code with user-defined index ops

    f5b8274 Opened by Tim Chevalier at 2012-06-15 22:21:32
  1930. Nicer printing of type and region variables

    bd3b80a Opened by Lindsey Kuper at 2014-10-31 13:11:55 - 11 comments
  1931. Liveness, borrowck and last use interact badly

    cf651c7 Opened by Tim Chevalier at 2012-10-13 05:20:35 - 17 comments
  1932. Say why non-implicitly-copyable things are that way

    d421305 Opened by Patrick Walton at 2015-01-16 20:41:55 - 8 comments
  1933. ICE from import int;

    f8eb4f6 Opened by bstrie at 2012-07-26 01:06:54 - 5 comments
  1934. option is_some() should not require a copyable value

    26842cd Opened by Niko Matsakis at 2012-06-18 19:57:40 - 2 comments
  1935. strptime and time zones

    5b643b3 Opened by Jesse Vorisek at 2014-11-23 22:29:23 - 4 comments
  1936. Boxed strings don't work

    14e3f83 Opened by Michael J. Sullivan at 2012-06-18 22:56:28 - 2 comments
  1937. main's argument vector can't be logged or compared properly

    4f951af Opened by Michael J. Sullivan at 2012-11-24 17:35:24 - 2 comments
  1938. Standard library should have a set module

    c6dc0b1 Opened by Tim Chevalier at 2013-01-30 04:09:58 - 4 comments
  1939. Compiling LLVM crashes under GCC 4.7

    da40c02 Opened by Elliott Slaughter at 2012-07-26 01:50:27 - 6 comments
  1940. typestate sees break as applying to the outermost loop

    e6069d9 Opened by Paul Stansifer at 2012-06-21 01:54:00 - 14 comments
  1941. var keyword for mutable locals only

    e201223 Opened by Dave Herman at 2024-04-03 10:28:56 - 42 comments
  1942. Consolidate various "make sure these two types are the same" functions in typeck

    50cef4d Opened by Lindsey Kuper at 2012-06-21 19:12:54 - 1 comment
  1943. Lock/Condition variable can cause infinite loops.

    d147570 Opened by Eric Holk at 2012-08-10 18:03:08 - 1 comment
  1944. Document suffix inference

    c9ea761 Opened by Lindsey Kuper at 2012-06-21 01:57:17 - 1 comment
  1945. Warning directives aren't respected when in front of methods in impls

    251f74e Opened by Michael J. Sullivan at 2013-05-17 15:50:30 - 3 comments
  1946. Un-export core::priv when uv moves to core.

    388378b Opened by Graydon Hoare at 2012-08-21 19:31:14 - 1 comment
  1947. Adjust core::num::strconv to use fixed buffers, not heap allocated

    c8153e6 Opened by Graydon Hoare at 2013-07-08 07:03:27 - 4 comments
  1948. vec::capacity is really vec::len?

    ec85206 Opened by Joseph Montanez at 2012-06-20 22:16:01 - 1 comment
  1949. Parse ipv6 addresses in net_ip

    642f90b Opened by Graydon Hoare at 2012-08-01 21:34:00 - 1 comment
  1950. Several type errors incorrectly still have type variables in them

    bdf9176 Opened by Michael J. Sullivan at 2012-06-20 22:53:41
  1951. Vector reform

    a02095c Opened by Michael J. Sullivan at 2012-07-14 21:31:25 - 4 comments
  1952. std::net_tcp: don't capture unique box in i/o task

    9d8328b Opened by Graydon Hoare at 2013-07-29 22:33:23 - 2 comments
  1953. std::net_tcp: transfer ownership of write buffer to i/o task.

    c041d17 Opened by Graydon Hoare at 2013-06-13 16:48:42 - 2 comments
  1954. std::net_tcp: handle ipv6 addresses

    6fd7684 Opened by Graydon Hoare at 2013-08-26 19:43:02 - 5 comments
  1955. segfault: alt allows uniqueness violation

    d842bed Opened by Paul Stansifer at 2012-06-21 17:21:07 - 5 comments
  1956. Reorganize / rewrite filesearch and cstore

    cad65af Opened by Graydon Hoare at 2015-01-13 09:03:23 - 10 comments
  1957. Eliminate code duplication between core::run::program_output and procsrv

    ee66296 Opened by Graydon Hoare at 2013-05-27 19:10:22 - 1 comment
  1958. Support attributes on class ctors and dtors.

    7f78290 Opened by Graydon Hoare at 2012-07-17 19:41:27
  1959. Parse URLs fully (in cargo)

    fd4e657 Opened by Graydon Hoare at 2013-03-08 23:33:28 - 3 comments
  1960. Cargo: various init/install/uninstall minor logic bugs

    36c0588 Opened by Graydon Hoare at 2013-03-08 23:38:12 - 1 comment
  1961. Self possibly has the wrong kind

    1aa4d29 Opened by Graydon Hoare at 2012-07-17 01:55:03 - 1 comment
  1962. Improve or remove the CFG_INSTALL_SNAP logic

    12d9ee4 Opened by Graydon Hoare at 2013-08-07 22:11:35 - 5 comments
  1963. Move ABI debug helpers into a testcase

    7bf0409 Opened by Graydon Hoare at 2014-06-06 19:12:02 - 4 comments
  1964. Remove arbitrary-constant sanity checks in cycle collector

    9494fcc Opened by Graydon Hoare at 2012-12-13 19:55:04 - 1 comment
  1965. Various bugs in the rt debug interface

    4b385cf Opened by Graydon Hoare at 2013-02-15 05:22:03
  1966. rust_new_task_in_sched might fail to acquire scheduler

    7993fba Opened by Graydon Hoare at 2012-06-28 23:02:58 - 1 comment
  1967. Possible alignment bug in cycle collector

    da70aaa Opened by Graydon Hoare at 2012-12-13 19:54:46 - 1 comment
  1968. Move the check_claims global someplace less random.

    f89beaf Opened by Graydon Hoare at 2012-11-05 20:02:27 - 1 comment
  1969. Rework / fix numerous bugs in rust_kernel::fail

    3d084c6 Opened by Graydon Hoare at 2012-07-20 23:23:26 - 1 comment
  1970. Trace task names in logging macros

    6a7a1ac Opened by Graydon Hoare at 2014-12-29 16:37:27 - 9 comments
  1971. Avoid visiting diamond-dependencies 2**N times when building crate map

    805825a Opened by Graydon Hoare at 2013-01-29 18:55:38 - 1 comment
  1972. Convert rust_run_program.cpp to Rust

    abbbf80 Opened by Graydon Hoare at 2013-09-19 06:26:02 - 6 comments
  1973. QueryPerformanceFrequency failure mode not handled

    e6f8d7e Opened by Graydon Hoare at 2013-11-11 21:11:30 - 6 comments
  1974. Use annihilator in cleanup_task

    f0d4621 Opened by Graydon Hoare at 2022-11-17 16:56:04 - 3 comments
  1975. logic bugs in rust_task::delete_this

    7fe0a60 Opened by Graydon Hoare at 2013-07-13 00:18:30 - 2 comments
  1976. "upcall fail" is an ugly failure message

    1c5b524 Opened by Graydon Hoare at 2012-06-27 20:30:59
  1977. reset_stack_limit can move off the C stack?

    3d81da0 Opened by Graydon Hoare at 2012-06-28 18:53:45
  1978. upcall_call_shim_on_rust_stack has redundant call to record stack limit?

    e73cbb4 Opened by Graydon Hoare at 2012-06-27 21:36:41 - 1 comment
  1979. Remove exchange_malloc after snapshot

    95ef68d Opened by Graydon Hoare at 2012-06-27 02:18:39 - 2 comments
  1980. See if we can avoid calloc in shared_malloc

    d865afc Opened by Graydon Hoare at 2013-01-06 02:05:52 - 1 comment
  1981. INVALID_THREAD is not a portable constant

    ebb4fcf Opened by Graydon Hoare at 2013-12-17 01:09:38 - 3 comments
  1982. Determine whether morestack needs to save %rax

    4fc0a38 Opened by Tim Chevalier at 2012-06-28 17:53:58 - 1 comment
  1983. Implement a lock-free malloc/free for local allocations

    9727543 Opened by Tim Chevalier at 2013-07-19 23:40:16 - 5 comments
  1984. comparing bounds on impl method type parameters with bounds declared on trait is completely bogus

    8162c9c Opened by Niko Matsakis at 2014-07-03 02:51:46 - 12 comments
  1985. Move ABI tests from rust_builtin into the testsuite

    3d2eb93 Opened by Tim Chevalier at 2012-06-21 16:18:40 - 1 comment
  1986. In rt/rust_debug.h, flag::operator needs a lock

    add299c Opened by Tim Chevalier at 2013-10-11 01:13:31 - 2 comments
  1987. Multiple issues in rust_kernel::fail

    1530d9f Opened by Tim Chevalier at 2012-06-21 16:50:07 - 1 comment
  1988. Remove dead fields from rust_sched_loop

    f720b3c Opened by Graydon Hoare at 2012-06-21 23:15:29 - 1 comment
  1989. rust_run_program::rust_process_stub

    dbc8134 Opened by Tim Chevalier at 2013-06-18 01:36:44 - 1 comment
  1990. Make scheduler fields private

    83d6e4f Opened by Graydon Hoare at 2013-06-07 06:52:55 - 1 comment
  1991. Remove (some?) shape tags post-snapshot

    73f51cf Opened by Graydon Hoare at 2012-06-21 23:14:33 - 2 comments
  1992. Handle failure properly in rust_sched_loop::schedule_task

    ef06a5c Opened by Tim Chevalier at 2012-06-28 17:51:16 - 2 comments
  1993. task shutdown protocol is overcomplex, undocumented, fragile

    7077a94 Opened by Graydon Hoare at 2012-08-24 23:59:16
  1994. Kill off stray operator-new in rust_task.h

    1557f2b Opened by Graydon Hoare at 2013-04-24 00:25:18 - 2 comments
  1995. sanitize_next_sp might do better to allocate a new rust stack when returning to rust?

    e577fd0 Opened by Graydon Hoare at 2013-10-29 18:43:18 - 5 comments
  1996. Possibly-wrong alignment calculation in get_box_size

    c555061 Opened by Graydon Hoare at 2013-06-06 22:04:50 - 2 comments
  1997. RTS fails to build with --enable-debug

    db8c2ba Opened by Tim Chevalier at 2012-06-22 22:37:20 - 1 comment
  1998. Eliminate need for -fno-strict-aliasing in lock_free_queue.h

    fe4822c Opened by Graydon Hoare at 2012-06-27 02:18:45 - 2 comments
  1999. RFC: 0.0f32 → 0.0f, 0.0f64 → 0.0d

    d8ddb4f Opened by Patrick Walton at 2013-04-23 20:55:53 - 3 comments
  2000. Move-out-of-raw-pointer in vec::shift

    08398e0 Opened by Graydon Hoare at 2012-06-22 22:37:49 - 2 comments
  2001. trans_assign_op does a possibly the wrong kind of move

    92d9641 Opened by Graydon Hoare at 2012-06-22 22:37:45 - 1 comment
  2002. Destructors aren't run properly for vector slice literals

    3f63ca1 Opened by Michael J. Sullivan at 2012-06-26 21:07:47
  2003. 'main function not found' should not be a span error

    58264fe Opened by Brian Anderson at 2012-06-23 00:22:58 - 1 comment
  2004. LLVM assert with boxed classes and destructors

    785b574 Opened by Brian Anderson at 2012-06-25 20:42:09 - 3 comments
  2005. tvec::trans_add is almost dead

    29ec8d7 Opened by Eric Holk at 2012-07-06 21:23:24 - 2 comments
  2006. Move string append to core::str

    8986ced Opened by Eric Holk at 2012-07-06 20:38:09 - 1 comment
  2007. Fix vec-add

    8c114c2 Opened by Eric Holk at 2013-06-12 16:33:02 - 1 comment
  2008. Retire sys::get_tydesc interface

    b5d0396 Opened by Graydon Hoare at 2022-12-03 15:23:42 - 2 comments
  2009. Put "getting started" in the part of the wiki that's for developers

    3723691 Opened by Lindsey Kuper at 2012-06-27 22:43:26 - 1 comment
  2010. pattern bindings can be mutable

    4761c80 Opened by Niko Matsakis at 2012-09-08 18:08:34 - 1 comment
  2011. iter module and ranges

    ef05bd0 Opened by Jesse Vorisek at 2013-04-30 15:44:14 - 5 comments
  2012. Cannot import same impls from two numeric types at once

    72f9d8e Opened by bstrie at 2012-07-16 18:03:17 - 3 comments
  2013. LLVM assert (possibly class-related)

    548ba6b Opened by Eric Holk at 2012-10-16 04:05:13 - 6 comments
  2014. Performance has gotten significantly worse

    c325bf4 Opened by Brian Anderson at 2012-06-29 05:01:17 - 10 comments
  2015. Detect python 3 and abort during build

    74fdc73 Opened by Brian Anderson at 2012-10-01 01:16:00 - 9 comments
  2016. Higher-order argument modes generate contradictory compile errors

    c6089b6 Opened by ben blum at 2012-07-05 15:31:40 - 8 comments
  2017. Generic inner functions declared inside closures don't get ASTs exported

    616a960 Opened by ben blum at 2012-07-11 19:34:52 - 2 comments
  2018. test_port in run-pass/binops.rs causes valgrind warnings from shape_glue

    d7a0f79 Opened by Michael J. Sullivan at 2012-09-10 19:09:05 - 5 comments
  2019. Change compiler to write vectors as []/~

    c48f1ac Opened by Michael J. Sullivan at 2012-06-26 03:22:39
  2020. runtime segfaults (stack overflow) at exit when logging is on

    d4459fa Opened by ben blum at 2013-08-11 20:19:02 - 6 comments
  2021. Exclusive arcs currently aren't safe

    4ac9cd1 Opened by Eric Holk at 2012-06-27 17:26:18
  2022. Name mangling fails for intrinsic wrappers

    4a15268 Opened by Elliott Slaughter at 2012-07-05 18:13:52 - 3 comments
  2023. Integrate remaining parts of wanted-libraries into std

    1729576 Opened by kud1ing at 2013-03-22 14:07:24 - 12 comments
  2024. Implement subscripting operator for hashtables

    6c97bf8 Opened by Glenn Willen at 2012-06-27 23:35:30 - 1 comment
  2025. Calling overloaded operators from code generated by syntax extensions doesn't work properly

    1c682cc Opened by Michael J. Sullivan at 2012-06-27 23:19:14
  2026. Unexported ifaces should export metadata anyway for cross-crate monomorphisation

    8aed184 Opened by ben blum at 2012-07-23 19:06:26 - 9 comments
  2027. Existentials: "x as some_iface" promotion makes polymorphic fns monomorphise wrong

    a39362c Opened by ben blum at 2012-07-01 02:57:21 - 7 comments
  2028. "let _ = foo();" is differently effectful from just "foo();"

    9d4e2fc Opened by ben blum at 2012-08-08 23:04:52 - 4 comments
  2029. Fuzz testing with fault injection

    4cb984e Opened by Brian Anderson at 2015-01-21 01:30:53 - 8 comments
  2030. empty enums are not sendable

    29dab23 Opened by Eric Holk at 2012-07-05 17:34:03 - 2 comments
  2031. Implement unread_byte for byte_buf

    f2b8c1a Opened by Tim Chevalier at 2022-12-24 12:58:37 - 7 comments
  2032. Organize std::ebml into modules

    1de41b4 Opened by Tim Chevalier at 2012-11-24 21:40:11
  2033. Less arcane error message for stray backquote

    f953dff Opened by Lindsey Kuper at 2013-05-21 23:15:38 - 3 comments
  2034. Provide a function to write the standard ebml header

    f0487e9 Opened by Tim Chevalier at 2015-02-12 02:53:45 - 5 comments
  2035. Serialize floats in ebml

    2789c85 Opened by Tim Chevalier at 2013-05-31 20:05:54 - 1 comment
  2036. Optimize EBML encoding

    8ebd17e Opened by Tim Chevalier at 2021-04-14 15:48:24 - 9 comments
  2037. Possibly use a vector of nodes to represent rope concat nodes

    ce0c0a2 Opened by Tim Chevalier at 2013-07-08 18:28:16 - 2 comments
  2038. Pretty printer will print wrong literals when printing expanded output

    79c079f Opened by Michael J. Sullivan at 2012-06-28 23:35:19 - 2 comments
  2039. #fmt expands to not great code

    d45bf51 Opened by Michael J. Sullivan at 2012-06-28 23:42:15
  2040. Accept @[], ~[], &[] as synonyms for []/@, []/~, []/&

    66493a8 Opened by Michael J. Sullivan at 2012-06-29 00:11:09
  2041. LLVM assert with classes, regions and slices

    b0a1dbf Opened by Brian Anderson at 2012-07-05 21:51:55 - 1 comment
  2042. libc.rs: is exporting libc::malloc and friends really safe?

    b58779b Opened by ben blum at 2012-07-04 19:38:33 - 3 comments
  2043. path.rs: "consts::path_sep" wrong on Windows?

    8908d35 Opened by kud1ing at 2012-08-29 20:09:50 - 3 comments
  2044. Change the pure keyword

    34d7ea4 Opened by Brian Anderson at 2012-11-24 17:50:27 - 5 comments
  2045. Sometimes, methods have different purity than corresponding functions

    4827cf3 Opened by Tim Chevalier at 2013-03-29 22:09:04 - 4 comments
  2046. RFC: Reduce lexer to a regular language

    ad28b2a Opened by Graydon Hoare at 2012-12-12 22:56:46 - 5 comments
  2047. Remove snapshot code from net_tcp unread_byte

    28e5080 Opened by Brian Anderson at 2012-06-29 23:03:18
  2048. Allow moves in closures if closure reinitializes moved variables.

    0e9d1ca Opened by Eric Holk at 2012-11-02 22:42:23 - 14 comments
  2049. There should be a way to mark blocks as pure.

    1111f07 Opened by Paul Stansifer at 2013-03-13 00:06:53 - 2 comments
  2050. Switch the compiler over to using ~[] notation instead of []/~

    8c317e9 Opened by Michael J. Sullivan at 2012-06-30 00:43:22
  2051. Lambdas: |args| syntax should facilitate manually-curried functions.

    1e6a690 Opened by ben blum at 2012-08-08 08:15:54 - 7 comments
  2052. allow attaching strings to assert messages

    4d95e4b Opened by ben blum at 2013-03-20 02:31:24 - 7 comments
  2053. Windows build is broken

    853488e Opened by Tim Chevalier at 2012-06-30 23:24:23 - 2 comments
  2054. .DS_Store

    5610b63 Opened by Jesse Vorisek at 2012-07-01 00:24:29 - 2 comments
  2055. 'unexpected sort of node' when generating debug info

    af9ab34 Opened by Jesse Vorisek at 2012-07-03 05:59:48 - 5 comments
  2056. ICE: encode_symbol: id not found

    76f905e Opened by Eric Holk at 2012-07-10 02:30:55 - 3 comments
  2057. -g breakage

    3cad6a0 Opened by Jesse Vorisek at 2012-07-03 00:23:52 - 1 comment
  2058. Syntax for turning off warnings is confusing

    14e5a9d Opened by Brian Anderson at 2013-04-24 20:12:28 - 3 comments
  2059. document warning suppression

    9f914af Opened by Jesse Vorisek at 2012-11-20 00:10:34
  2060. (Non) implicitly copyable strings

    30ee61c Opened by Jesse Vorisek at 2013-03-15 23:03:24 - 4 comments
  2061. rustc --ls ICE

    d16a63c Opened by Jesse Vorisek at 2012-07-09 22:21:38 - 5 comments
  2062. 2 compile-fail tests' failure modes changed with new lambda syntax

    c090127 Opened by Brian Anderson at 2012-08-09 18:01:01
  2063. Incorrect lambda kind inferred in block tail position

    9ed08c5 Opened by Brian Anderson at 2013-06-24 12:07:07 - 1 comment
  2064. Pretty-printer does disambiguation of 'do' that is no longer necessary

    33527c9 Opened by Brian Anderson at 2013-08-19 19:46:13 - 3 comments
  2065. map needs clear

    396cb79 Opened by Jesse Vorisek at 2012-07-11 23:58:05 - 3 comments
  2066. Add missing shootout benchmarks

    e37e10b Opened by kud1ing at 2014-06-26 09:15:29 - 13 comments
  2067. Add ctpop and other bit counting intrinsics

    f29dc10 Opened by Eric Holk at 2013-02-25 19:26:36 - 4 comments
  2068. Consider using InitializeCriticalSectionEx on Vista and higher

    2888d6d Opened by Eric Holk at 2013-04-26 17:53:45 - 2 comments
  2069. Dust off MapReduce

    a084b02 Opened by Eric Holk at 2015-01-21 01:41:32 - 9 comments
  2070. sys.rs: destratify lock_and_signal() and create_lock()

    827890e Opened by ben blum at 2012-07-05 17:34:22
  2071. Issues with rust-level lock_and_signal

    7ce0daa Opened by ben blum at 2012-07-23 18:23:31 - 1 comment
  2072. task->disallow_kill should be a counter, not a flag

    5d9d11f Opened by ben blum at 2012-07-05 23:56:17
  2073. Confusing error messages with ||-closures vs binary "||"

    eb3efd0 Opened by ben blum at 2012-07-03 00:40:06
  2074. Segmentation fault when compiling v0.2 (compile_and_link)

    0a84f5a Opened by Jim Fisher at 2012-07-04 00:03:11 - 3 comments
  2075. Remove rust_task::running and friends

    ea33366 Opened by Eric Holk at 2012-07-12 22:09:12 - 2 comments
  2076. arc should require send trait

    b360353 Opened by Brian Anderson at 2012-07-05 17:33:53 - 2 comments
  2077. Change handling of doc comments to warn when mis-parsed, not error.

    505567a Opened by Brian Anderson at 2016-06-28 00:22:17 - 18 comments
  2078. tutorial: 'do' explanation needs a better example

    46a2f30 Opened by Brian Anderson at 2012-07-04 10:39:50 - 3 comments
  2079. getopt doesn't handle missing spaces for single character options

    010e73e Opened by Josh Matthews at 2012-07-04 21:23:45
  2080. dvec::from_elt should be dvec::from_elem

    519baf0 Opened by Brian Anderson at 2012-07-06 21:53:04
  2081. ptr::memcpy/move/set ignore return values of underlying C functions

    0db6101 Opened by Brian Anderson at 2012-07-03 21:39:47 - 1 comment
  2082. complete default methods for traits

    f345d2e Opened by Lindsey Kuper at 2013-08-24 02:13:35 - 18 comments
  2083. Add rt-aware blocking semaphores in sys.rs, for use in exclusive ARCs

    349f16e Opened by ben blum at 2012-08-13 17:51:20 - 4 comments
  2084. Implicit borrows and typeclasses interact inconsistently

    7f94193 Opened by Michael J. Sullivan at 2012-07-06 22:55:23 - 3 comments
  2085. ICE when promoting @[] to slice

    02daaa5 Opened by Michael J. Sullivan at 2012-07-18 02:33:02 - 1 comment
  2086. RFC: Make \xNN mean utf8 code unit, not unicode codepoint.

    435adae Opened by Graydon Hoare at 2014-01-21 18:49:37 - 19 comments
  2087. Update kind docs in tutorial

    1f6e3b2 Opened by Eric Holk at 2012-09-25 01:17:17 - 2 comments
  2088. local_crate ICE

    d53a324 Opened by Jesse Vorisek at 2012-07-13 02:02:15 - 6 comments
  2089. Bindgen-based build tool that creates self-contained hybrid crates from foreign libraries

    f8eecb2 Opened by Brian Anderson at 2015-01-13 09:11:20 - 4 comments
  2090. track which value is "expected"/"actual" in infer

    55d8f62 Opened by Niko Matsakis at 2012-08-21 05:00:32
  2091. Support Windows in extra::term

    09e1e90 Opened by Tim Chevalier at 2014-05-16 20:06:26 - 12 comments
  2092. Performance of std::treemap::find

    1c89b15 Opened by Tim Chevalier at 2013-01-20 01:19:04 - 1 comment
  2093. Validate usage of inline attributes

    edd3a11 Opened by Tim Chevalier at 2015-10-02 21:02:53 - 8 comments
  2094. deriving cleanup

    b0982a4 Opened by Tim Chevalier at 2016-03-15 19:58:58 - 7 comments
  2095. Make the lexer use a uniquely linked stack

    817a0b2 Opened by Tim Chevalier at 2013-04-27 05:44:30 - 1 comment
  2096. Make back::link run the LLVM linter

    bf26184 Opened by Tim Chevalier at 2013-06-13 21:16:14 - 6 comments
  2097. Allow class constructors to have typestate constraints

    72597e7 Opened by Tim Chevalier at 2012-07-16 04:00:14 - 1 comment
  2098. vec needs clear

    24196e4 Opened by Tim Chevalier at 2012-11-24 17:57:16 - 3 comments
  2099. Run tests in task-perf-word-count-generic

    0d560c0 Opened by Tim Chevalier at 2012-07-11 18:47:29 - 1 comment
  2100. Sendable Data Structures, or: How I Learned to Stop Worrying and Love Region Pointers

    ff655ab Opened by ben blum at 2012-08-03 21:40:54 - 4 comments
  2101. Confusing error when using do instead of for

    ace2620 Opened by Brian Anderson at 2012-12-09 07:04:43 - 5 comments
  2102. Compiler needs to be ok with multiple matching crates when using multiple workspaces in RUST_PATH or such

    514dd6a Opened by Zack Corr at 2013-06-06 17:35:04 - 3 comments
  2103. Be precise about the stack budget

    ae3c053 Opened by Brian Anderson at 2013-10-11 01:12:35 - 3 comments
  2104. Is deadlock unsafe?

    b27114f Opened by ben blum at 2012-07-11 19:26:32 - 5 comments
  2105. rustc complains with -L.

    e623b98 Opened by Josh Matthews at 2012-12-08 04:39:39
  2106. classes with destructor should error if one tries an explicit copy

    1fe80e6 Opened by Erick Tryzelaar at 2012-10-16 00:13:15 - 3 comments
  2107. Multiple constructors silently ignored

    934db36 Opened by Glenn Willen at 2012-08-07 01:01:30 - 2 comments
  2108. Make ^ the unsafe-pointer sigil, * the region-pointer sigil.

    802df83 Opened by Graydon Hoare at 2012-07-14 05:25:55 - 8 comments
  2109. Get rid of the iter-trait hack

    50d2aad Opened by Michael J. Sullivan at 2013-03-10 23:34:18 - 7 comments
  2110. Non copyable values captured by fn~ closures can be copied

    6c3da2a Opened by Michael J. Sullivan at 2013-02-07 17:54:17 - 4 comments
  2111. Add explicit notion of copyability for closures.

    7315bc7 Opened by ben blum at 2013-02-05 21:50:38 - 3 comments
  2112. "Clone" kind bound on closures and traits, with autogenerated clone implementation

    7937b75 Opened by ben blum at 2014-03-26 09:48:39 - 13 comments
  2113. std::arena doesn't run destructors

    8494123 Opened by Michael J. Sullivan at 2012-08-22 00:03:18 - 2 comments
  2114. Accessing a field in a closure makes rust want to copy ... something

    cd60d93 Opened by Glenn Willen at 2012-07-07 03:47:04 - 4 comments
  2115. segfault in shape code with pipes

    c404a5b Opened by Erick Tryzelaar at 2012-09-10 19:06:47 - 7 comments
  2116. Front page example fails to compile

    7af50c5 Opened by Alexey Kryuchkov at 2012-07-07 20:37:34 - 2 comments
  2117. comm.rs out of date

    4ecd667 Opened by Jesse Vorisek at 2012-07-11 19:16:23 - 1 comment
  2118. Wierd type error with for loop in class constructor

    395eae3 Opened by Gareth Smith at 2012-07-10 04:45:53 - 4 comments
  2119. comm::peek hangs

    46df8f5 Opened by Jesse Vorisek at 2012-07-25 21:22:58 - 9 comments
  2120. Function Generics Seems Redundant

    8a21991 Opened by Ryan Scheel at 2012-07-08 21:16:38 - 6 comments
  2121. Counterintuitive semicolon-related behavior in last expression of constructor

    d856292 Opened by Glenn Willen at 2012-10-08 21:17:38 - 4 comments
  2122. 'fail' exit from a constructor should be exempt from 'field is never initialized

    777494e Opened by Glenn Willen at 2012-09-14 21:58:38 - 3 comments
  2123. Unfortunate error message for enum variant used in alt branch but not imported

    b511169 Opened by Josh Matthews at 2012-07-11 01:51:31 - 2 comments
  2124. ICE when incorrect number of bindings present

    c90affb Opened by Josh Matthews at 2012-07-11 01:55:31 - 2 comments
  2125. RFC: Replace ports with pipes

    e316b86 Opened by Eric Holk at 2013-02-05 19:12:44 - 4 comments
  2126. Tutorial typos

    e366d74 Opened by Paul Dagnelie at 2012-07-09 22:38:37 - 1 comment
  2127. ICE when using placement new with non arena types

    eae4839 Opened by Michael J. Sullivan at 2012-08-08 22:11:04 - 1 comment
  2128. Implement &P patterns for borrowed ptrs

    263ad6b Opened by Graydon Hoare at 2012-09-08 00:09:25 - 6 comments
  2129. Implement macro for manipulating source location

    bbd15d1 Opened by Erick Tryzelaar at 2012-11-24 18:02:57 - 1 comment
  2130. Non-#[test] fns calling #[test] fns passes compiler with --test flag

    132f57a Opened by Ryan Scheel at 2013-06-06 17:37:20 - 7 comments
  2131. Could rustdoc annotate complexity?

    10ebdc1 Opened by i30817 at 2018-02-20 13:35:30 - 8 comments
  2132. Convert upcalls to core Rust functions

    f7b5369 Opened by Brian Anderson at 2013-10-10 23:21:41 - 6 comments
  2133. Pipes: support "terminal states"

    fd7630a Opened by Eric Holk at 2012-07-16 22:11:25
  2134. Pretty printer should use prefix vstore notation instead of /~.

    b703102 Opened by Michael J. Sullivan at 2012-07-10 20:55:40
  2135. rust_task::block_locked and rust_task::must_fail_unlocked naming inconsistency

    2b23489 Opened by ben blum at 2012-07-12 22:09:12
  2136. RFC: Migrating the issue tracker to Bugzilla

    dacd8d6 Opened by bstrie at 2012-07-12 19:58:55 - 4 comments
  2137. Test harness needs a more flexible testname white/blacklist argument

    993415c Opened by ben blum at 2014-05-15 20:11:56 - 4 comments
  2138. Confusing error message for use of old lambda syntax

    7e923db Opened by Tim Chevalier at 2013-03-12 23:22:56 - 1 comment
  2139. Remove redundant functions from libraries

    59bf20d Opened by Brian Anderson at 2014-02-25 08:26:48 - 8 comments
  2140. ICE with pattern guards

    227635a Opened by Tim Chevalier at 2012-12-08 06:51:34 - 3 comments
  2141. Mysterious runtime races when running stage1-coretest

    1dafe51 Opened by ben blum at 2012-07-25 22:03:49 - 2 comments
  2142. Installation documentation could use info on mingw

    2f52fb8 Opened by Tim Chevalier at 2013-07-29 18:00:25 - 3 comments
  2143. ICE with reexported methods and external crates

    2e0e679 Opened by Brian Anderson at 2012-07-12 22:10:03 - 2 comments
  2144. Make it easier to locate deadlocked tests

    932f19a Opened by ben blum at 2016-08-11 20:45:17 - 19 comments
  2145. Why is it safe for old rust_port.cpp to store a pointer to its owning task?

    1651aa9 Opened by ben blum at 2012-07-12 04:09:11 - 4 comments
  2146. Audit all callsites to rust_task::yield()

    693c86f Opened by ben blum at 2012-07-24 22:24:44
  2147. make install on top of an already installed rust results in breakage

    3c0ec85 Opened by Joshua Wise at 2012-12-07 01:49:56 - 5 comments
  2148. vec::view()'s signature is unsafe

    e7df322 Opened by ben blum at 2023-05-11 06:06:56 - 8 comments
  2149. Use vec::view when possible

    bea01f1 Opened by Eric Holk at 2012-07-27 00:34:07
  2150. Decide whether src/test/pretty/block-arg-disambig is necessary

    e971089 Opened by Tim Chevalier at 2012-12-07 01:58:52 - 1 comment
  2151. Un-xfail test/run-pass/class-separate-impl

    39da861 Opened by Tim Chevalier at 2012-07-13 19:04:47
  2152. Remove rustdoc::par

    59fe331 Opened by Eric Holk at 2012-07-17 17:46:59
  2153. ext::pipes::ast_builder cleanup

    9b07cba Opened by Tim Chevalier at 2012-07-26 17:20:23
  2154. Use proper spans in ext::tt::transcribe

    9b6554b Opened by Tim Chevalier at 2020-11-01 14:37:03 - 17 comments
  2155. Possibly handle macros in fold

    0a54245 Opened by Tim Chevalier at 2013-06-07 00:24:33 - 7 comments
  2156. Include correct files in rust_abi on Windows

    147a8a5 Opened by Tim Chevalier at 2012-12-07 00:15:10 - 1 comment
  2157. Assert correctly in task_wait_event in rust_builtin

    3afa372 Opened by Tim Chevalier at 2012-07-25 22:27:21 - 1 comment
  2158. Give schedulers and tasks useful names

    80f7bd2 Opened by Tim Chevalier at 2013-12-17 01:11:42 - 10 comments
  2159. Make a copy constructor for the data class in rust_shape

    1f69bff Opened by Tim Chevalier at 2012-12-06 23:27:08 - 1 comment
  2160. Do some esoteric Windows magic in lock_and_signal

    086b2e1 Opened by Tim Chevalier at 2013-03-22 22:43:27 - 4 comments
  2161. Make dynamic_size_of call size_of in rust_shape

    fb42180 Opened by Tim Chevalier at 2012-12-06 23:28:03 - 1 comment
  2162. Implement size_of glue for classes with destructors

    4a1f810 Opened by Tim Chevalier at 2012-10-16 00:09:39 - 1 comment
  2163. Tool for checking the safety of non-exhaustive patterns

    c922339 Opened by Tim Chevalier at 2014-07-11 18:45:50 - 7 comments
  2164. cargo should add option to install HEAD versions

    4ba0dc0 Opened by Erick Tryzelaar at 2013-03-08 23:30:18 - 2 comments
  2165. Add select2 for pipes::port

    27a24e3 Opened by Eric Holk at 2012-07-25 22:24:22 - 2 comments
  2166. io::reader needs a method to read into a preallocated vec

    6acabad Opened by Erick Tryzelaar at 2012-07-24 00:15:37
  2167. io::reader_util should be parameterized over readers

    53dbde7 Opened by Eric Holk at 2013-06-17 07:09:30 - 2 comments
  2168. ICE while casting to iface

    3d87b42 Opened by Eric Holk at 2012-08-03 18:38:07 - 2 comments
  2169. core::tuple should have methods aswell/instead of functions

    4f31292 Opened by Gareth Smith at 2012-07-20 02:02:36 - 2 comments
  2170. Support prefix notation for vstore strings (@str instead of str/@)

    68d3d80 Opened by Michael J. Sullivan at 2012-07-14 08:18:54 - 1 comment
  2171. Get rid of all old-style string literals and string types in the compiler

    9c4b2b0 Opened by Michael J. Sullivan at 2012-07-14 08:18:55
  2172. Stop accepting /~, /@, and /& vstore symbols

    1e2e592 Opened by Michael J. Sullivan at 2012-07-14 08:18:55
  2173. 'make clean' does not make clean enough

    4b225db Opened by Glenn Willen at 2013-11-12 19:36:21 - 8 comments
  2174. Unused warnings should trigger for swaps

    4f6f3d4 Opened by Tim Chevalier at 2013-05-17 16:01:32 - 7 comments
  2175. Move std::test into core or change the way coretest works

    7b0d4f0 Opened by Brian Anderson at 2014-06-18 01:30:53 - 8 comments
  2176. Fix shootout benchmarks

    7532637 Opened by Brian Anderson at 2013-10-30 00:56:25 - 4 comments
  2177. Misleading resolve error with multiple imports

    dc1067b Opened by Brian Anderson at 2013-03-22 14:21:10 - 2 comments
  2178. error: unresolved import

    149e86f Opened by Jesse Vorisek at 2012-11-19 02:37:34 - 10 comments
  2179. Enums that don't carry anything in their arms shouldn't use shape glue

    f8913c8 Opened by ben blum at 2012-12-06 23:30:01 - 3 comments
  2180. dlist enhancements

    5d60189 Opened by ben blum at 2012-07-18 00:08:54 - 3 comments
  2181. Compiler ICEs if input files are not valid UTF-8

    483b035 Opened by Michael J. Sullivan at 2012-07-25 22:34:32
  2182. Compiler fails with docstrings over constructor

    647a30c Opened by strangeglyph at 2012-07-17 00:15:08 - 1 comment
  2183. Library support for creating and manipulating @-vectors

    d78b5ab Opened by Michael J. Sullivan at 2012-08-31 20:24:23 - 1 comment
  2184. Make bare vector and string literals default to being fixed width

    dd33d6d Opened by Michael J. Sullivan at 2012-07-14 21:31:05
  2185. dvec and vec interface cleanup

    9a2d744 Opened by ben blum at 2012-07-17 18:00:02 - 1 comment
  2186. generate tests from code example docstrings (to fight bitrot)

    3d7dd89 Opened by Jeff Olson at 2013-12-23 18:26:30 - 8 comments
  2187. ICE when trying to access shared-access-boxed vector in iface impl

    9514083 Opened by Alexander Tumin at 2012-07-18 01:50:06 - 3 comments
  2188. Add a loop-iterator for option (suggest better names)

    d53e023 Opened by ben blum at 2012-07-17 17:57:45 - 5 comments
  2189. Bugs found during ICFP. (meta-issue)

    46380a7 Opened by ben blum at 2012-07-16 21:20:31
  2190. reflection doesn't work for fixed length strs

    31328a5 Opened by Eric Holk at 2012-07-17 00:10:01 - 3 comments
  2191. Task accounting statistics

    02c8885 Opened by ben blum at 2014-09-19 05:00:09 - 15 comments
  2192. Compiler ICE: alt branch with non-unanimous binding site

    d663c53 Opened by Eric Faust at 2012-07-16 23:21:39 - 2 comments
  2193. transactional facilities are not implemented for ty_ivar

    05e57ef Opened by Niko Matsakis at 2013-04-29 12:32:24 - 1 comment
  2194. tranactional facilities inconsistently implement for borrowings table

    970ce4c Opened by Niko Matsakis at 2013-07-25 09:35:30 - 3 comments
  2195. as, impls, and autounboxing, used together, segfault

    1b6cdcd Opened by Paul Stansifer at 2012-08-07 02:59:14
  2196. rustc gets confused with classes that implement polymorphic ifaces

    0e3c9ee Opened by Eric Holk at 2012-08-29 02:51:49 - 4 comments
  2197. Importing a nonexistent item does not cause compilation to fail

    296f7a1 Opened by bstrie at 2012-07-19 01:02:16 - 1 comment
  2198. Exporting a nonexistent item does not cause compilation to fail

    61a535d Opened by bstrie at 2012-10-06 04:08:44 - 4 comments
  2199. Problem installing rust 0.3 in OS X 10.6.8

    381ed84 Opened by Ezequiel Darío Gambaccini at 2012-07-26 01:59:06 - 5 comments
  2200. Add freeze operator

    1688b43 Opened by Eric Holk at 2012-08-03 15:06:52 - 4 comments
  2201. Confusing 'implicit copy' warnings when copying into heap closures without a capture clause

    b4d2ee9 Opened by ben blum at 2012-08-24 02:08:04 - 2 comments
  2202. Separate "make check" and "make commit" targets

    5f3b978 Opened by Tim Chevalier at 2012-07-25 22:40:30 - 2 comments
  2203. Metadata ICE in servo

    59a9eb4 Opened by mmeyerho at 2012-07-18 19:37:59 - 9 comments
  2204. Compiler silently ignores #[warn(..)] attributes where non-applicable

    f7f7baa Opened by ben blum at 2013-04-24 20:43:21 - 1 comment
  2205. rustdoc can't handle re-exported classes

    9af8cf0 Opened by Tim Chevalier at 2012-07-18 17:41:08 - 2 comments
  2206. Demotion to const ptr leads to confusing error message

    6d38604 Opened by Jesse Ruderman at 2013-10-18 22:53:33 - 8 comments
  2207. "internal compiler error: unexpected failure" compiling rust-glut by latest rust git revision

    34bf310 Opened by Sergey Kolosov at 2012-07-18 10:39:33 - 1 comment
  2208. preserve name of type parameter when printing

    5e3a5bb Opened by Niko Matsakis at 2013-08-22 15:58:52 - 5 comments
  2209. extern functions can't be declared unsafe

    4f5daa6 Opened by Josh Matthews at 2012-07-18 20:55:04 - 5 comments
  2210. Add a lint pass to warn when things are exported but not documented

    957375f Opened by Eric Holk at 2013-06-24 08:36:45 - 2 comments
  2211. RFC: Task spawn options interface

    62c2662 Opened by ben blum at 2012-07-24 21:49:29 - 12 comments
  2212. Let destructors move out of class fields if it's the last use.

    98d5ff1 Opened by ben blum at 2012-08-08 08:15:27 - 5 comments
  2213. Allow disjunctive patterns in irrefutable let-bindings. (RFC)

    6299875 Opened by ben blum at 2012-12-06 23:34:37 - 1 comment
  2214. Fix issue-506.rs by adding a void-returning stub in the runtime.

    04c8f61 Opened by ben blum at 2012-08-17 01:16:06 - 2 comments
  2215. Ambiguous error messages.

    920457f Opened by mmeyerho at 2012-07-19 01:10:07 - 1 comment
  2216. vec::u3::is_ascii in auto-gen'd v0.3 docs, not in language

    a4c8ca3 Opened by Ryan Scheel at 2013-05-23 14:01:32 - 6 comments
  2217. io::reader::read_byte for *FILE behaves surprisingly on EOF

    af39bf4 Opened by Tim Chevalier at 2013-12-17 01:02:50 - 7 comments
  2218. Multiple overloads of a single operator.

    fec48c8 Opened by Brendan Zabarauskas at 2012-07-25 17:21:13 - 5 comments
  2219. inference for regions fails to find GLB for two region parameters

    74e4b3d Opened by Niko Matsakis at 2012-07-21 03:53:56 - 1 comment
  2220. ICE in Earley Parser

    879a227 Opened by Eric Holk at 2012-07-24 18:50:11 - 1 comment
  2221. Additional constructors/possible-classification for std::bitv

    5c91c85 Opened by Gareth Smith at 2012-07-20 03:22:05 - 2 comments
  2222. Add #[warn_unused_result] attribute for functions

    b4aefda Opened by ben blum at 2012-07-20 16:42:07 - 3 comments
  2223. += on unique vectors needs to move RHS or ensure it's copyable

    7a0b841 Opened by Patrick Walton at 2012-08-17 00:06:49 - 2 comments
  2224. Change "iface" and "interface" to "trait" in the tutorial

    16210e2 Opened by Tim Chevalier at 2012-07-25 22:59:31 - 1 comment
  2225. Language FAQ is out of date

    f435acc Opened by Tim Chevalier at 2013-04-25 17:06:57 - 2 comments
  2226. "assigning... prohibited due to outstanding loan" could be clearer

    d2e8042 Opened by Jesse Ruderman at 2013-03-22 15:38:53 - 2 comments
  2227. dl.rustlang.org/ should point to rustlang.org

    b5b580a Opened by Ryan Scheel at 2012-07-26 02:22:35 - 1 comment
  2228. Make unsafe pointers always non-null

    c1aae14 Opened by Jesse Ruderman at 2014-10-27 00:01:35 - 5 comments
  2229. Outstanding-loan error message does not follow style guide

    655d116 Opened by Jesse Ruderman at 2012-08-14 02:09:52 - 2 comments
  2230. Span for "reinterpret_cast called on types with different size" error is incorrect

    57e1b35 Opened by Josh Matthews at 2012-07-20 16:45:33 - 1 comment
  2231. RFC: lint mode for unused results

    2f87863 Opened by Niko Matsakis at 2024-12-11 16:20:39 - 23 comments
  2232. Wrapper for LLVM assertion failures

    b4af954 Opened by Tim Chevalier at 2013-09-30 07:19:50 - 2 comments
  2233. Later duplicate attributes, e.g. #[ignore(cfg(windows))] #[ignore], are silently ignored

    0686f1f Opened by ben blum at 2013-06-12 17:01:45 - 6 comments
  2234. Borrowck doesn't correctly handle lifetime of ~rvalue

    d83df86 Opened by Sergei A. at 2012-08-17 22:32:04 - 4 comments
  2235. Borrowck doesn't consider calls to fn~ to be borrows

    6da19c4 Opened by Niko Matsakis at 2012-11-06 16:57:06
  2236. Change how scope of & is computed

    50fc73b Opened by Niko Matsakis at 2012-07-30 21:49:40
  2237. Derefs of newtypes give the wrong mutability

    1a3f2f3 Opened by Niko Matsakis at 2012-07-25 03:59:04
  2238. Treatment of bound / free regions is wrong

    958331c Opened by Niko Matsakis at 2012-12-07 13:45:00 - 2 comments
  2239. io::reader should expose OS errors to users

    ce9e488 Opened by Erick Tryzelaar at 2013-06-26 13:38:19 - 4 comments
  2240. 'make install' ignores --prefix for installing the man page

    2c1949f Opened by Simon Sapin at 2012-07-23 02:16:28 - 4 comments
  2241. tutorial: hello world sample program won't compile

    f39c690 Opened by fsouza at 2012-07-22 13:25:43
  2242. Typo in tutorial

    fcce84e Opened by Jesse Ruderman at 2012-07-25 19:55:13 - 1 comment
  2243. Assertion failure only when compiling with -O

    7bf3839 Opened by Gareth Smith at 2012-09-01 21:10:38 - 4 comments
  2244. typos in tutorial

    2c20538 Opened by Sergei A. at 2012-07-23 02:24:26 - 2 comments
  2245. borrowed pointers vs generics

    39317b9 Opened by Jesse Vorisek at 2012-07-22 21:35:39 - 1 comment
  2246. Type parameters that appear in a fn type should not require a Send bound

    2794f7c Opened by Niko Matsakis at 2014-04-02 21:56:22 - 15 comments
  2247. multiple bounded type parameters

    bafa409 Opened by Jesse Vorisek at 2012-09-25 01:16:39 - 1 comment
  2248. Tweak error message to suggest adding an owned bound

    483e495 Opened by Jesse Ruderman at 2013-06-13 21:16:15 - 2 comments
  2249. casting between region and unsafe ptr is unsound

    e1167c9 Opened by Niko Matsakis at 2012-12-08 05:41:07 - 2 comments
  2250. Tracing GC in rust

    cc5fb52 Opened by Elliott Slaughter at 2014-01-25 08:13:26 - 13 comments
  2251. "How to submit a pull request" wiki page

    bb13935 Opened by Tim Chevalier at 2012-07-24 21:01:24 - 2 comments
  2252. Can't use quasiquoter from libsyntax

    ebc8ef5 Opened by Eric Holk at 2012-07-23 23:15:21 - 1 comment
  2253. A few more typos in the tutorial

    3ce44f9 Opened by Sergei A. at 2012-07-24 16:45:41 - 1 comment
  2254. Unhelpful resolve failure

    2b64af1 Opened by Josh Matthews at 2012-12-06 23:39:54 - 1 comment
  2255. Inlining intrinsics across crates causes link errors

    9c7e004 Opened by Eric Holk at 2012-09-03 23:03:10 - 1 comment
  2256. Unhelpful error for different impl method signature vs trait

    561e6b7 Opened by Josh Matthews at 2012-12-06 23:40:27 - 1 comment
  2257. Unresolved name next in macro expansion

    6a5faaf Opened by Eric Holk at 2012-08-06 21:26:18 - 2 comments
  2258. representable check fails if an enum references another enum that is cyclic

    08f0d33 Opened by Niko Matsakis at 2014-01-30 07:41:27 - 8 comments
  2259. subst of region var for region param not happening on iface

    2cc517c Opened by Niko Matsakis at 2012-07-25 01:59:18 - 1 comment
  2260. exhaustiveness checking sometimes fails to detect missing variants

    d6f8207 Opened by Niko Matsakis at 2012-07-25 01:45:49 - 1 comment
  2261. cross-crate class construction fails

    7e1c2c3 Opened by Jesse Vorisek at 2012-08-16 04:04:17 - 5 comments
  2262. +1 constant is not allowed

    a229eae Opened by Eugene at 2012-07-26 22:27:19 - 2 comments
  2263. Add recv_timeout for pipes

    50ca37f Opened by Eric Holk at 2015-02-10 23:33:40 - 6 comments
  2264. Add select_timeout for pipes

    c629eb5 Opened by Eric Holk at 2015-02-10 23:32:59 - 5 comments
  2265. Add recv_some for pipes

    e65d965 Opened by Eric Holk at 2013-04-23 16:41:22 - 1 comment
  2266. Add send_any for pipes

    5a7000d Opened by Eric Holk at 2014-06-20 16:35:07 - 7 comments
  2267. Add send_ready

    3dcd69b Opened by Eric Holk at 2014-06-20 16:34:56 - 5 comments
  2268. Add send_all for pipes

    2dbf4ea Opened by Eric Holk at 2014-06-20 16:34:40 - 9 comments
  2269. ICE: rust: task failed at 'Assertion fcx.locals.contains_key(nid) failed',

    d1c9c70 Opened by Damian Gryski at 2012-07-28 00:32:12 - 8 comments
  2270. Fix code generation making liveness pass unhappy

    ed71f5b Opened by Elliott Slaughter at 2012-07-30 23:00:40 - 1 comment
  2271. allow pure closures to be created, inferred

    1c81026 Opened by Niko Matsakis at 2012-08-24 21:24:09
  2272. Borrow check needs to consider moves into patterns

    37adc54 Opened by ben blum at 2014-01-09 19:00:24 - 19 comments
  2273. LLVM is generating terrible code

    d2532cc Opened by Eric Holk at 2013-05-25 12:02:33 - 10 comments
  2274. LLVM failure compiling borrow

    cd0d05d Opened by Niko Matsakis at 2012-12-07 02:02:03 - 4 comments
  2275. improve resolve error messages

    49f524c Opened by Jesse Vorisek at 2013-04-26 14:39:11 - 2 comments
  2276. Tutorial inconsistency on "alt" vs "alt check"

    c0024b5 Opened by Jesse Ruderman at 2012-07-26 22:48:29 - 1 comment
  2277. LLVM assertion failure with unreachable vector add

    a9d95db Opened by Tim Chevalier at 2013-01-21 04:37:45 - 6 comments
  2278. Confusing sentence in the tutorial

    99bdb64 Opened by Jesse Ruderman at 2012-07-26 22:48:29 - 1 comment
  2279. Tutorial: Update "Interacting with foreign code" to not use "uint"

    d177596 Opened by Jesse Ruderman at 2012-07-26 22:48:29 - 1 comment
  2280. Tutorial typos

    ab4e432 Opened by Jesse Ruderman at 2012-07-26 22:48:28 - 1 comment
  2281. Record can have two fields with the same name

    1b23b6a Opened by Jesse Ruderman at 2012-07-28 00:33:18
  2282. Figure out why pipes in compiletest breaks

    ef0d7a0 Opened by Eric Holk at 2023-08-21 10:07:11 - 2 comments
  2283. Unhelpful error message with missing semicolon

    45d44e4 Opened by Jesse Ruderman at 2012-07-30 23:19:34 - 1 comment
  2284. Incorrect "non-exhaustive patterns" message with zero-variant enum

    42ac148 Opened by Jesse Ruderman at 2012-07-27 20:14:21 - 1 comment
  2285. Double bind in alt causes assert in trans

    06caaf9 Opened by Jesse Ruderman at 2012-07-27 20:35:27 - 1 comment
  2286. Box-enclosed destructors can't safely access other boxes.

    d8138e9 Opened by ben blum at 2013-03-30 19:57:44 - 12 comments
  2287. Allow borrowed interface types

    dd18662 Opened by Jesse Ruderman at 2012-07-27 12:44:24 - 1 comment
  2288. remove residual hokey hash functions

    6f46a9f Opened by Niko Matsakis at 2013-02-25 21:32:08 - 5 comments
  2289. hashtable benchmarks

    813b771 Opened by Niko Matsakis at 2013-04-13 23:26:51 - 1 comment
  2290. getopts and ---help

    099ca14 Opened by Jesse Vorisek at 2012-08-29 20:52:30 - 3 comments
  2291. error: internal compiler error: unexpected failure

    ced191b Opened by Sergei A. at 2012-08-03 04:44:36 - 1 comment
  2292. Monomorphised log statements have the wrong path in the crate_map

    fe7d3f7 Opened by Brian Anderson at 2013-10-09 15:36:44 - 11 comments
  2293. combined trait/impl syntax

    10293f3 Opened by Gareth Smith at 2013-04-25 17:45:24 - 18 comments
  2294. Mountain lion (clang 4.0) compatibility issue

    eca32f7 Opened by fsouza at 2012-07-29 20:51:52
  2295. Rust mode indents wrong in Aquamacs

    6afbcad Opened by Tim Chevalier at 2012-08-02 01:39:57 - 3 comments
  2296. LLVM assert with simple closures

    4fb7b64 Opened by Brian Anderson at 2012-12-07 02:21:10 - 3 comments
  2297. rooting of boxes in borrowck fails to take moves into account

    6d214bb Opened by Niko Matsakis at 2013-12-03 06:46:24 - 10 comments
  2298. "implicit, semicolonless return" doesn't work if followed by an inner function

    e3c55fa Opened by ben blum at 2013-05-03 15:51:39 - 2 comments
  2299. Incorrect FFI examples in tutorial

    9cf1ebd Opened by Brian Anderson at 2013-04-13 23:18:36 - 1 comment
  2300. New closure kind syntax

    6bc4933 Opened by Brian Anderson at 2012-07-31 20:12:54 - 2 comments
  2301. Drop braces from alt, make arrow required

    08b8538 Opened by Brian Anderson at 2012-08-06 17:28:52 - 1 comment
  2302. Eliminate the distinction between statements and tail expressions

    b2933d8 Opened by Brian Anderson at 2012-08-31 20:24:45 - 1 comment
  2303. RFC: Infer the type of float literals

    1783959 Opened by Brian Anderson at 2012-12-07 02:22:15 - 2 comments
  2304. Camel case types

    069df90 Opened by Brian Anderson at 2012-09-12 01:05:58 - 6 comments
  2305. Add drop intrinsic trait

    8e691ac Opened by Brian Anderson at 2012-12-06 23:50:35 - 1 comment
  2306. Assertion reports wrong line number

    3c235b2 Opened by bstrie at 2013-07-08 07:08:16 - 3 comments
  2307. Keyword changes

    34a41df Opened by Brian Anderson at 2012-08-07 19:59:15 - 1 comment
  2308. Better error message for "error: break' outside of loop" inside of do' inside of `for'

    e1b30a9 Opened by ben blum at 2013-11-12 21:21:24 - 17 comments
  2309. Syntax backtraces don't work for the new macro system

    6e6b82e Opened by Paul Stansifer at 2018-09-24 16:21:11 - 14 comments
  2310. file!, line! and col! (and possibly module!) do the Wrong Thing.

    6f15dfd Opened by Paul Stansifer at 2013-08-29 14:34:23 - 8 comments
  2311. Confusing 'implicit copy' warnings with outstanding loans

    5234d7c Opened by ben blum at 2012-08-17 22:28:51 - 1 comment
  2312. Add #[cfg(debug)]

    b0ad7ab Opened by ben blum at 2013-05-11 01:19:52
  2313. Add more lint checks for style

    9ea7ab9 Opened by Brian Anderson at 2015-01-21 01:30:54 - 15 comments
  2314. unary move is not integrated into borrowck

    4deb505 Opened by Niko Matsakis at 2012-08-03 05:37:26 - 1 comment
  2315. Add comments documenting pipe implementation

    1ea8ec6 Opened by Eric Holk at 2013-04-24 23:26:35 - 1 comment
  2316. Token tree parsing is inefficient in cases of nested macros

    cd28f3f Opened by Paul Stansifer at 2015-10-29 15:03:14 - 8 comments
  2317. Rustdoc should support structs

    68af2ec Opened by Eric Holk at 2012-09-20 02:18:42 - 1 comment
  2318. Alt arms with effect blocks don't parse the same as plain blocks

    839cbee Opened by Brian Anderson at 2012-08-05 03:11:39 - 1 comment
  2319. Alt arms with block structured expressions shouldn't require commas?

    0a0c23f Opened by Brian Anderson at 2012-08-05 03:11:28 - 1 comment
  2320. 4 spaces for alt indents

    b3d24ff Opened by Brian Anderson at 2012-08-30 14:45:06 - 4 comments
  2321. Commas should be optional between alt arms even when not required

    0495715 Opened by Brian Anderson at 2012-08-05 03:11:14 - 1 comment
  2322. "unsafe" on methods doesn't work

    96a25a5 Opened by ben blum at 2013-07-19 22:49:19 - 10 comments
  2323. Unary move breaks linearity when moving out of enums

    bf7b06f Opened by ben blum at 2012-08-02 01:23:01 - 2 comments
  2324. Warn when a local is "mut" but clearly not mutated

    33f6d82 Opened by Jesse Ruderman at 2013-04-27 05:44:30 - 9 comments
  2325. Warn when integer constant does not fit

    e7f245a Opened by Jesse Ruderman at 2013-05-23 02:25:49 - 2 comments
  2326. AST alt arms should take an expression instead of a block

    5ac5daa Opened by Brian Anderson at 2014-03-04 08:26:38 - 8 comments
  2327. implement item macros

    c36c00d Opened by Paul Stansifer at 2013-01-19 04:43:32 - 7 comments
  2328. Association lists with map implementation

    feda208 Opened by Brian Anderson at 2013-01-29 21:42:25
  2329. Remove classes

    d0a570f Opened by Brian Anderson at 2012-11-18 18:55:58 - 6 comments
  2330. Remove structural records

    1206076 Opened by Brian Anderson at 2013-03-07 19:57:23 - 4 comments
  2331. Rename task::osmain to task::platform_thread

    fd7aa36 Opened by Brian Anderson at 2012-08-06 21:08:57 - 1 comment
  2332. comparison between borrowed pointers hits ICE

    9ad06e3 Opened by Niko Matsakis at 2012-08-03 18:19:30 - 4 comments
  2333. arc::exclusive doesn't play nice with failure/unwinding.

    1d188c1 Opened by ben blum at 2012-08-09 21:23:32
  2334. change + mode to pass by-value

    82b38a6 Opened by Niko Matsakis at 2013-03-29 17:39:47 - 5 comments
  2335. Nondeterminism as an effect

    8f4795a Opened by ben blum at 2014-09-16 02:23:28 - 12 comments
  2336. Scheduler work stealing.

    c709bad Opened by ben blum at 2013-12-17 01:14:27 - 24 comments
  2337. ICE with zero-arm alt, no matter the type. Also unsafe pointers.

    f2d774c Opened by ben blum at 2012-08-15 21:58:19 - 6 comments
  2338. Moves into patterns (also irrefutable patterns) always copy

    6478e7a Opened by Niko Matsakis at 2012-11-18 18:54:48 - 4 comments
  2339. Race condition in pipe selecting

    2fbbc5d Opened by Eric Holk at 2012-08-06 16:42:16 - 4 comments
  2340. Can declare two methods with the same name and different arguments

    a8843ab Opened by Emmanuel Surleau at 2012-08-06 23:37:23 - 3 comments
  2341. Investigate replacing O(n) locking with refcounting tasks in taskgroup killing

    4405496 Opened by ben blum at 2012-08-06 23:44:34 - 3 comments
  2342. Remove alt check

    968367a Opened by Brian Anderson at 2012-08-25 17:32:30 - 14 comments
  2343. test_gl_tcp_server_access_denied failure on Linux (x86_64)

    6be11b9 Opened by Alex Rønne Petersen at 2012-08-06 05:19:32 - 1 comment
  2344. Rework task::try for new task_builder interface.

    c8794fd Opened by ben blum at 2012-08-07 18:26:58 - 2 comments
  2345. "let () =" should be irrefutable

    0d28268 Opened by ben blum at 2012-08-22 01:05:09
  2346. "make check-notidy" runs tidy

    6b12ed8 Opened by Tim Chevalier at 2012-08-29 21:49:23 - 1 comment
  2347. build issues on mountain lion / homebrew

    e07d37f Opened by Erik Hollensbe at 2014-01-14 17:09:12 - 5 comments
  2348. Maybe alt arms shouldn't allow any blocky expression to omit the comma separator

    2ee6787 Opened by Brian Anderson at 2012-08-07 19:58:37 - 2 comments
  2349. run-pass/trait-composition-trivial doesn't work with check-fast

    ed44e56 Opened by Brian Anderson at 2012-12-23 08:24:32 - 2 comments
  2350. crash when logging tuple with bare strings

    8300eae Opened by Ted Horst at 2012-12-18 18:07:18 - 7 comments
  2351. ptr::assimilate's name doesn't suggest what it does

    f0398ea Opened by Brian Anderson at 2012-08-28 03:09:20 - 8 comments
  2352. Split core::ptr into modules for unsafe pointers and region pointers

    671e545 Opened by Brian Anderson at 2013-06-03 00:59:26 - 2 comments
  2353. net::url doesn't parse schemeless urls correctly

    9417efa Opened by Brian Anderson at 2012-08-05 20:49:03
  2354. Record with only float fields cannot be passed by-value (++) to foreign code

    5891b4e Opened by JoeDralliam at 2013-05-07 07:44:20 - 3 comments
  2355. Macro import/export

    efeb758 Opened by Eric Holk at 2014-01-25 06:42:08 - 18 comments
  2356. rustdoc fails intermittently

    9c35980 Opened by Tim Chevalier at 2012-08-09 19:06:25 - 1 comment
  2357. unnecessarily explicit copy lint

    47134d8 Opened by Niko Matsakis at 2013-04-23 16:45:54 - 1 comment
  2358. Add library for "Shared state is just a mode of use of concurrency"

    5f4b341 Opened by ben blum at 2012-08-07 17:39:41 - 4 comments
  2359. 'mod extern libc { ... }' shouldn't work

    d173261 Opened by Brian Anderson at 2012-08-13 22:11:36 - 1 comment
  2360. Don't export arc::exclusive from libcore

    021d88a Opened by ben blum at 2012-08-21 19:31:15 - 2 comments
  2361. Integrate c-ares with the runtime

    ef591d0 Opened by Brian Anderson at 2013-03-23 00:07:19 - 4 comments
  2362. assertion failure in trans_alt when combining if, nested patterns

    1daa35a Opened by Niko Matsakis at 2013-08-11 02:47:21 - 11 comments
  2363. rust-mode uses deprecated backquotes

    14874d7 Opened by Brian Anderson at 2012-08-13 21:57:09 - 1 comment
  2364. Add arc::unwrap

    ec1948e Opened by ben blum at 2012-08-21 02:31:08
  2365. Clean up atomic primitives in libcore

    d7aee3e Opened by ben blum at 2013-05-29 19:31:32 - 2 comments
  2366. Add easy wrappers for oneshot pipes.

    d1ff8d5 Opened by ben blum at 2012-08-09 19:12:28 - 1 comment
  2367. More mysterious coretest races.

    acadc19 Opened by ben blum at 2013-07-19 22:51:40 - 3 comments
  2368. Pipe send should return whether the receiver might receive the packet

    0d4ef73 Opened by Eric Holk at 2012-08-07 18:54:53 - 1 comment
  2369. Remove old-style impls

    e7705d3 Opened by Brian Anderson at 2012-08-13 21:27:33
  2370. Remove iter::timesi

    000cce3 Opened by Brian Anderson at 2012-12-07 02:24:12 - 4 comments
  2371. core::iter tests are all commented out

    71c4db8 Opened by Brian Anderson at 2013-04-30 15:42:40 - 4 comments
  2372. Implement static trait methods

    190ff33 Opened by Michael J. Sullivan at 2012-08-08 00:18:31
  2373. Remove *_implicit traits

    f9fe5fd Opened by Brian Anderson at 2012-08-07 19:47:23 - 1 comment
  2374. pipes::chan should also expose try_send

    1cc2aab Opened by Eric Holk at 2012-08-13 17:14:38 - 1 comment
  2375. Non exported enum variants can be imported from other crates

    737d56a Opened by Michael J. Sullivan at 2012-12-06 23:56:35 - 3 comments
  2376. ICE with class in polymorphic impl function in crate

    69233da Opened by ben blum at 2012-10-08 21:38:46 - 4 comments
  2377. Non exported paths can be imported from other crates if they are reachable

    b707e18 Opened by Michael J. Sullivan at 2013-05-23 02:33:35 - 2 comments
  2378. Slice regions upset in only one case

    ce025e9 Opened by Graydon Hoare at 2012-08-21 05:00:32 - 1 comment
  2379. Don't unconditionally ref task when blocking on a pipe

    4b45a55 Opened by Eric Holk at 2012-08-08 00:34:21 - 3 comments
  2380. Make core::future sendable

    54ef04d Opened by Brian Anderson at 2012-09-09 04:35:23 - 2 comments
  2381. non_camel_case_types lint check should allow trailing underscores

    b936505 Opened by Brian Anderson at 2012-08-08 22:06:16 - 1 comment
  2382. Build fail on mac osx for Git code

    46e1ae4 Opened by Amit Singhai at 2012-10-02 16:36:23 - 5 comments
  2383. Remove old-style operator overloading

    c4f1346 Opened by Brian Anderson at 2012-08-14 01:59:32 - 3 comments
  2384. Add a mechanism for libcore to export privates to libstd only.

    c6c9d60 Opened by ben blum at 2012-08-21 17:18:52 - 1 comment
  2385. Concurrency primitives in sync.rs with static enforcement.

    13911fd Opened by ben blum at 2012-08-15 18:18:19 - 3 comments
  2386. prevent destructuring from structs w/ destructors

    47e82b8 Opened by Niko Matsakis at 2012-08-21 00:05:29 - 1 comment
  2387. region inference doesn't capture all dependencies between regions

    9d99a08 Opened by Niko Matsakis at 2013-02-04 19:29:07 - 1 comment
  2388. Type and Value namespaces are mixed up

    c0d342e Opened by mmeyerho at 2012-08-08 18:53:15
  2389. lint mode to warn about potential borrows

    439698b Opened by Niko Matsakis at 2014-01-31 20:08:17 - 4 comments
  2390. ICE with polymorphic regioned struct

    3977d02 Opened by ben blum at 2012-12-07 06:16:23 - 6 comments
  2391. cross-crate impl of reexported trait isn't resolved

    6060066 Opened by Brian Anderson at 2012-12-09 07:40:21
  2392. Type inference insufficient around trait parameterized functions

    0f1059d Opened by Michael J. Sullivan at 2012-08-21 02:07:07 - 2 comments
  2393. @trait, ~trait, and &trait should be supported

    153819c Opened by Alex Rønne Petersen at 2012-12-07 00:01:14 - 2 comments
  2394. rustdoc should handle impls differently

    db5729a Opened by Brian Anderson at 2013-09-18 21:59:17 - 11 comments
  2395. Remove impl_map

    725e690 Opened by Brian Anderson at 2012-12-07 00:01:04 - 1 comment
  2396. glibc malloc/free crash with destructors and util::ignore, only in coretest.

    64b6eb6 Opened by ben blum at 2012-12-07 02:54:56 - 7 comments
  2397. Borrow check doesn't properly deal with references into mutable record fields

    c2fa199 Opened by Michael J. Sullivan at 2012-08-24 01:57:20 - 2 comments
  2398. Allow doc-strings on item macros

    88a1384 Opened by Eric Holk at 2014-02-19 11:21:48 - 8 comments
  2399. Regioned destructors don't run in the right order

    af5b685 Opened by ben blum at 2012-08-17 22:34:30 - 2 comments
  2400. Handle flexible type protocols appropriately

    d03d6a0 Opened by Eric Holk at 2013-08-05 15:24:41 - 4 comments
  2401. Borrowed pointers inside enums

    5495498 Opened by Emmanuel Surleau at 2012-08-12 05:07:28 - 9 comments
  2402. Borrowed pointers in destructors enable use-after-free crashes

    fe332cd Opened by ben blum at 2013-03-29 03:46:11 - 3 comments
  2403. Pipe should get terminated if a blocked receiver is killed & punted awake.

    840d043 Opened by ben blum at 2012-08-10 23:31:06 - 1 comment
  2404. Const translation doesn't understand indexing into non-entire slices

    a0df5f1 Opened by Graydon Hoare at 2013-02-09 23:33:28
  2405. Report const index out-of-bound condition earlier

    ec43ac6 Opened by Graydon Hoare at 2018-08-02 14:34:28 - 24 comments
  2406. Generic extern fns (former crust functions) cause an ICE

    e492e03 Opened by Patrick Walton at 2014-03-02 23:21:04 - 10 comments
  2407. Structs initialised with new syntax don't run destructors.

    3988955 Opened by ben blum at 2012-08-10 02:45:31
  2408. trait types should require explicit pointer types

    5f677a0 Opened by Brian Anderson at 2012-08-10 13:16:00 - 2 comments
  2409. Add a way for macros to check and report errors

    218259a Opened by Eric Holk at 2014-08-12 19:56:57 - 11 comments
  2410. to_str trait should be imported by default

    69e51fc Opened by Brian Anderson at 2012-08-13 21:58:45
  2411. Pipe should get terminated if a blocked selector is killed & punted awake.

    a95c3d4 Opened by Eric Holk at 2012-08-11 01:20:18
  2412. Struct constness/mutability needs to be represented in metadata

    32b0914 Opened by ben blum at 2013-07-05 19:12:41 - 6 comments
  2413. All vec.rs by-reference functions are unsafe.

    20d1f1e Opened by ben blum at 2012-08-11 00:30:46 - 1 comment
  2414. GLB of two regions is computed incorrectly

    85009f1 Opened by Niko Matsakis at 2012-08-12 05:06:51 - 1 comment
  2415. Destructors and wild-card patterns (when do destructors run?)

    d87ecc1 Opened by Tim Chevalier at 2014-04-03 20:15:17 - 11 comments
  2416. core-vec-append has gotten slower

    84e7a55 Opened by Eric Holk at 2012-09-10 22:23:23 - 5 comments
  2417. Bogus duplicate definition of value error

    6816d2a Opened by Gareth Smith at 2012-08-14 10:01:39 - 2 comments
  2418. make emacs rust-mode package.el compatible (marmalade/melpa)

    ce171c7 Opened by Max Penet at 2012-08-14 19:08:59
  2419. Allow item macros to take type parameters

    716bd55 Opened by Eric Holk at 2015-03-03 17:23:41 - 8 comments
  2420. Mutable reference mode for first arg to methods ignored due to self type parsing bug

    9d4dc76 Opened by Michael J. Sullivan at 2012-08-13 17:30:19
  2421. Wrong error message trying to initialise an empty struct

    e18282c Opened by ben blum at 2014-02-05 06:56:36 - 10 comments
  2422. add trace_macro!

    f49b7c7 Opened by Eric Holk at 2012-09-05 15:48:49 - 2 comments
  2423. separate rust-format or rustfmt tool that does the pretty-printing

    d351f5a Opened by Daniel Patterson at 2015-01-21 19:29:22 - 17 comments
  2424. update infer to track expected/span for better error messages

    5b73312 Opened by Niko Matsakis at 2012-08-21 05:00:32
  2425. Make autoserialize generate fails with a proper error message

    379d0b5 Opened by Tim Chevalier at 2013-06-27 05:13:06 - 3 comments
  2426. Remove old closure type syntax

    08b9acb Opened by Brian Anderson at 2012-12-18 18:00:40 - 1 comment
  2427. Convert intrinsics away from argument modes

    d037551 Opened by ben blum at 2013-03-22 00:07:56 - 1 comment
  2428. Macro system apparently has trouble with nested token trees

    51181ee Opened by Eric Holk at 2012-11-29 20:45:24 - 2 comments
  2429. Use correct constructor naming conventions in core/std

    8587d68 Opened by Brian Anderson at 2012-09-10 23:07:42 - 1 comment
  2430. 'do' and 'for' cannot instantiate polymorphic functions at requisite closure type

    681dad4 Opened by ben blum at 2013-06-13 17:28:17 - 3 comments
  2431. Add an API for 'named services'

    ba9b453 Opened by Brian Anderson at 2013-07-11 17:41:33 - 3 comments
  2432. Add unique hashes to type descriptors

    ff848b2 Opened by Brian Anderson at 2013-06-13 17:41:59 - 4 comments
  2433. make with SNAPSHOT_FILE should always use the new snapshot

    64f5576 Opened by Eric Holk at 2013-12-18 23:08:59 - 4 comments
  2434. Logging glue dumps core on classes w/ destructors and boxes

    a258a2e Opened by Michael J. Sullivan at 2012-08-23 23:33:15 - 1 comment
  2435. Stop parsing 'iface'

    cbd9481 Opened by Brian Anderson at 2012-08-17 21:55:32 - 1 comment
  2436. Investigate replacing little-lock exclusives with mutex_arc in taskgroup code.

    f0b63bb Opened by ben blum at 2012-08-21 22:14:53 - 1 comment
  2437. integral variable bindings do not "rollback" like they should

    b2c89d7 Opened by Niko Matsakis at 2013-01-31 21:51:33 - 2 comments
  2438. Structs are required to have one field

    e81bb1c Opened by Gareth Smith at 2013-03-03 02:21:29 - 9 comments
  2439. Investigate avoiding lifecycle_lock traffic in task::unkillable()

    885d027 Opened by ben blum at 2012-08-24 22:29:28 - 5 comments
  2440. ICE with polymorphic struct without <T> with destructor

    0f4d199 Opened by ben blum at 2012-10-15 23:28:02 - 3 comments
  2441. Segfault (use-after-free) in ty::lookup_field_type when pattern-matching structs

    77769cc Opened by ben blum at 2012-08-17 19:07:44 - 10 comments
  2442. Compiling "Hello World" can take a prohibitive amount of time

    76c9392 Opened by bstrie at 2013-08-20 18:34:09 - 8 comments
  2443. rvalues don't live long enough when using "ref"

    7cb0ce3 Opened by ben blum at 2012-08-17 22:20:04 - 1 comment
  2444. Shouldn't be able to let-pattern-unwrap structs with dtors

    eecb4d7 Opened by ben blum at 2012-08-20 19:35:02 - 1 comment
  2445. Add vec::swap_remove

    90074f0 Opened by Eric Holk at 2012-08-24 12:06:29 - 3 comments
  2446. Pretty printer drops parens around unary move in method call lhs

    a324bda Opened by Michael J. Sullivan at 2012-08-23 23:59:18
  2447. vtable resolution does not take place for calls that are not statically resolved

    a817a2e Opened by Niko Matsakis at 2012-08-20 20:40:31 - 1 comment
  2448. rustc crashes when attempting to match a &str

    0440a3e Opened by Gareth Smith at 2012-09-05 18:01:08 - 6 comments
  2449. Pattern-destructing a struct inside a ~-pointer violates linearity

    57b1b14 Opened by ben blum at 2013-07-09 03:25:33 - 24 comments
  2450. Installing multiple versions doesn't work well

    2635ead Opened by Tim Chevalier at 2013-07-10 10:19:28 - 4 comments
  2451. mutability is not inherited through fixed-length vectors

    7b12f79 Opened by Niko Matsakis at 2012-11-15 04:14:51
  2452. De-duplicate methods in core::path(2) when default trait methods work

    5c72041 Opened by Graydon Hoare at 2013-09-06 05:03:31 - 4 comments
  2453. typeof() in the type language

    00f65c6 Opened by ben blum at 2014-05-10 18:42:06 - 5 comments
  2454. macro parser should back out of failed nonterminal parsing

    3647030 Opened by Paul Stansifer at 2015-06-29 17:47:43 - 11 comments
  2455. crate-method-reexport-grrrrrrr.rs broken by recent (metadata?) changes

    6338613 Opened by Michael J. Sullivan at 2012-12-09 07:40:57 - 2 comments
  2456. limitations on matching on moved values

    39d477c Opened by Niko Matsakis at 2013-02-06 00:28:02 - 1 comment
  2457. Irrefutable bindings matching code is broken

    26ef862 Opened by ben blum at 2013-07-09 03:27:41 - 11 comments
  2458. defer reasoning about region relationships until after regionck

    c072f4e Opened by Niko Matsakis at 2013-09-02 09:19:00 - 5 comments
  2459. crust functions passed as arguments can't be treated as *u8

    686881a Opened by Josh Matthews at 2024-01-04 10:27:02 - 5 comments
  2460. Be more explicit about #[test] dependency on std.

    54e3a1f Opened by neju como at 2013-01-08 23:01:02 - 2 comments
  2461. Include name in "unresolved name" error messages.

    66111ba Opened by neju como at 2013-05-15 17:37:42 - 2 comments
  2462. stack allocated vecs can be returned from functions

    8657976 Opened by Erick Tryzelaar at 2014-01-29 14:21:42 - 14 comments
  2463. str::bytes should probably be str::to_bytes

    b5b021d Opened by Brian Anderson at 2012-08-23 22:46:26
  2464. combining explicit self and closures yields an LLVM failure

    429c7b6 Opened by Niko Matsakis at 2012-08-22 20:45:03 - 1 comment
  2465. Macro expansion is inconsistent.

    548de10 Opened by neju como at 2013-09-30 18:54:40 - 6 comments
  2466. char::to_digit comment

    a1d53c2 Opened by Jesse Vorisek at 2012-08-22 22:14:09
  2467. ICE with pretty printing macro expanded auto_serialized tuples

    09ca94f Opened by Erick Tryzelaar at 2012-12-22 22:59:21 - 3 comments
  2468. More of the iteration functions/methods should be marked pure

    842d9b6 Opened by Michael J. Sullivan at 2012-08-23 17:37:49
  2469. Make vec::zip not require T:copy

    91a36e2 Opened by ben blum at 2012-08-24 01:11:23 - 3 comments
  2470. Need to enforce copyability with "copy" in enum patterns

    443c39a Opened by ben blum at 2012-08-24 20:43:24
  2471. "ref" in guarded patterns trips LLVM asserts

    53eeaeb Opened by ben blum at 2012-09-13 01:18:46 - 2 comments
  2472. ICE in trans with guarded match arms

    bbc2cd2 Opened by Brian Anderson at 2024-01-07 16:30:31 - 4 comments
  2473. Move the fail upcall to core::rt for better debugging

    1965367 Opened by Brian Anderson at 2012-08-23 03:17:02 - 1 comment
  2474. span information is mistaken in the presence of combining characters

    32196e5 Opened by Michael J. Sullivan at 2014-02-25 23:37:15 - 6 comments
  2475. Must check mutability when instantiating impl &T methods

    4c727aa Opened by ben blum at 2012-09-12 04:38:29 - 3 comments
  2476. Constants for mutability that are useful for visitor api are in libsyntax

    01be6f1 Opened by Daniel Patterson at 2013-09-01 06:01:52 - 5 comments
  2477. change struct separator syntax from ";" to ","

    c4d1d2a Opened by ben blum at 2012-09-05 01:16:49 - 5 comments
  2478. rustdoc: add syntax highlighting

    67439e1 Opened by Brian Anderson at 2013-03-07 01:37:42 - 3 comments
  2479. sort functions are clumsy

    02c6d7e Opened by Jesse Vorisek at 2012-10-25 21:18:22 - 1 comment
  2480. unused variable / dead assignment warnings should have lint modes

    14536e8 Opened by Niko Matsakis at 2013-04-20 20:46:16 - 6 comments
  2481. There is unsafe code in resolve3!

    07075fc Opened by Michael J. Sullivan at 2012-08-24 21:24:09 - 1 comment
  2482. Methods with explicit self can be called on structs that don't match that type

    c557314 Opened by Michael J. Sullivan at 2012-08-25 01:08:04 - 2 comments
  2483. Avoid lifecycle_lock traffic in call_on_rust_stack

    49e3650 Opened by ben blum at 2012-08-24 22:28:34
  2484. Pattern reform.

    be107d9 Opened by ben blum at 2013-03-20 17:50:42 - 3 comments
  2485. Implementation of vector build function have a nasty reinterpret_cast

    65f9ba3 Opened by Michael J. Sullivan at 2012-08-25 05:56:15
  2486. More typesafe task-local data + LLVM shouldn't fold constants

    f88d1b6 Opened by ben blum at 2013-07-14 18:58:23 - 7 comments
  2487. Method matching against type parameters/boxed traits/classes is much less powerful than against impls

    9e4f281 Opened by Michael J. Sullivan at 2012-08-25 01:08:04
  2488. rewrite core::either to not require so much T:copy

    f549e18 Opened by ben blum at 2013-03-26 16:18:09 - 1 comment
  2489. ICE with unbound node ID and cross crate traits

    8fa4097 Opened by Erick Tryzelaar at 2012-08-29 02:27:02 - 1 comment
  2490. Why are region parameters not allowed on type parameters?

    b3c3a40 Opened by ben blum at 2012-08-28 13:15:47 - 3 comments
  2491. Replace interned string comparisons with pointer comparisons

    cdeca78 Opened by Patrick Walton at 2013-02-05 19:22:12 - 1 comment
  2492. document #fmt

    f7709df Opened by Jesse Vorisek at 2012-11-20 00:10:34
  2493. float::round doesn't

    729ee51 Opened by Jesse Vorisek at 2013-07-01 17:52:34 - 4 comments
  2494. Unconstrained region variables when making str-ptr-ptr hash and eq

    7b80c24 Opened by Patrick Walton at 2013-03-29 17:42:50 - 6 comments
  2495. String slices as the keys of sendable maps bring about pain

    9e7ddeb Opened by Patrick Walton at 2013-07-28 23:18:29 - 4 comments
  2496. Struct literals should use assignability for their fields

    8251d5f Opened by Patrick Walton at 2013-11-16 05:14:37 - 4 comments
  2497. RFC: import result::{Result, Ok, Err} by default

    a77ef58 Opened by Brian Anderson at 2012-08-28 21:50:16 - 1 comment
  2498. borrowed pointers should be compared

    fb7a0df Opened by Vincent Belliard at 2013-02-24 19:03:12 - 8 comments
  2499. glue_drop and glue_take in bad order

    f612fb9 Opened by Vincent Belliard at 2014-02-18 18:11:46 - 14 comments
  2500. copy bindings in pattern guards are broken

    187d6ca Opened by Niko Matsakis at 2012-09-13 01:18:46 - 2 comments
  2501. string operations are quite inefficient

    df5edd9 Opened by Vincent Belliard at 2012-08-28 17:52:06 - 2 comments
  2502. "foo() -> !" means something different in fns than in proto!

    7c00247 Opened by ben blum at 2013-08-02 07:09:34 - 9 comments
  2503. Remove old syntax for structs implementing a trait

    53eb32e Opened by Erick Tryzelaar at 2012-12-07 00:36:23 - 2 comments
  2504. Remove old syntax for struct constructors

    4f799e9 Opened by Erick Tryzelaar at 2012-09-06 19:06:21 - 1 comment
  2505. Assembly comments affect generated code.

    84c9d3d Opened by Jed Davis at 2015-09-03 20:44:18 - 8 comments
  2506. Allow items to be anonymous

    08db102 Opened by Tim Chevalier at 2013-06-05 23:16:40 - 2 comments
  2507. Utility functions in core::int/uint, etc should not be by reference

    ff6ea35 Opened by Brian Anderson at 2012-08-31 23:28:03
  2508. Change all XXXs to FIXMEs

    72aaeaf Opened by Brian Anderson at 2017-03-24 19:22:53 - 25 comments
  2509. "Hello World" example in tutorial doesn't compile

    b6af03e Opened by Atul Varma at 2012-08-30 21:24:43 - 9 comments
  2510. Autoderef on trait methods in a monomorphized caller doesn't work

    daea8aa Opened by Niko Matsakis at 2012-09-06 19:30:09 - 1 comment
  2511. Abstract the version number in the Rust codebase

    e2de2db Opened by Brian Anderson at 2013-08-05 07:15:19 - 4 comments
  2512. Lint pass to warn about integer suffixes

    1b61c7c Opened by Tim Chevalier at 2013-07-12 20:31:50 - 8 comments
  2513. Redesign the logging subsystem

    66af81a Opened by Brian Anderson at 2014-12-29 16:38:20 - 25 comments
  2514. Add a json::to_str_pretty function

    97111c9 Opened by Erick Tryzelaar at 2012-09-06 17:16:25 - 3 comments
  2515. unwrap fails when Option with struct containing unique box is passed with + mode

    b0f3bdc Opened by Deleted user at 2012-12-07 00:48:46 - 3 comments
  2516. Add a Clonable/Clone trait. Implement it for all the clonables

    9c3e17a Opened by Brian Anderson at 2013-03-10 23:27:00 - 3 comments
  2517. ICE with traits, tuples, and anonymous functions

    037328a Opened by Erick Tryzelaar at 2012-09-10 20:19:17 - 4 comments
  2518. Document core::io

    6bd1fe2 Opened by Brian Anderson at 2013-08-05 16:41:32 - 5 comments
  2519. rustc crashes in Windows due to missing libgcc DLL

    e13e7a9 Opened by Andrew at 2014-10-14 16:47:41 - 2 comments
  2520. rustc vs rustc.exe in PATH (Windows/MinGW)

    3e9385a Opened by Andrew at 2014-01-06 11:16:39 - 18 comments
  2521. Remove bare function types, replace with inference

    6bf4376 Opened by Niko Matsakis at 2013-05-07 19:45:25 - 5 comments
  2522. Add extern "abi" fn type to represent C pointers

    3d1a97a Opened by Niko Matsakis at 2013-05-21 09:43:37 - 3 comments
  2523. Lint mode for structural records

    76acef5 Opened by Niko Matsakis at 2012-09-06 01:58:09
  2524. Remove modes from libstd and libcore at least, enable deprecated mode warning by default

    373d96b Opened by Graydon Hoare at 2012-10-06 02:03:19 - 8 comments
  2525. Reduce keyword list to something more reasonable, hopefully "finished"

    85e26c0 Opened by Graydon Hoare at 2012-09-29 00:58:08 - 6 comments
  2526. Mysterious error in flate.rs

    335bf8a Opened by Brian Anderson at 2012-12-07 00:49:50 - 1 comment
  2527. Build should create directories as needed

    d7981ea Opened by Tim Chevalier at 2013-05-05 22:11:18 - 5 comments
  2528. Time tests fail sporadically on Mac

    2390b98 Opened by Tim Chevalier at 2013-01-25 01:25:55 - 3 comments
  2529. Automatic JIT testing

    8c6654b Opened by Brian Anderson at 2013-12-17 01:14:55 - 6 comments
  2530. Make waiting on subprocesses non-blocking

    7872a15 Opened by Brian Anderson at 2013-06-20 17:29:25 - 2 comments
  2531. Add implementations of the io traits using uv async file i/o

    1b748ea Opened by Brian Anderson at 2013-10-30 01:09:40 - 3 comments
  2532. Support linking crates in JIT

    ec11f6d Opened by Zack Corr at 2012-10-03 10:24:31 - 4 comments
  2533. Sidebar links on the website are confusing beginners

    8fc1548 Opened by Zack Corr at 2012-09-07 05:42:20 - 3 comments
  2534. document pipes vs comm

    1bb63d6 Opened by Jesse Vorisek at 2012-10-05 01:22:52 - 2 comments
  2535. document structs

    68dae88 Opened by Jesse Vorisek at 2012-10-05 03:05:08 - 1 comment
  2536. document repeated vectors

    844a694 Opened by Jesse Vorisek at 2012-11-20 00:10:35
  2537. document ref

    12af48a Opened by Jesse Vorisek at 2012-11-20 00:10:35 - 4 comments
  2538. document common enum fields

    c9ed5e6 Opened by Jesse Vorisek at 2012-12-07 00:51:17 - 3 comments
  2539. document static methods

    fd3001e Opened by Jesse Vorisek at 2012-11-20 00:10:35 - 1 comment
  2540. document [int*3]

    5c48785 Opened by Jesse Vorisek at 2012-10-05 01:22:19 - 1 comment
  2541. document const items

    06e4d22 Opened by Jesse Vorisek at 2012-11-20 00:10:35 - 2 comments
  2542. document lang attribute

    0fb1c56 Opened by Jesse Vorisek at 2013-04-02 00:28:55 - 3 comments
  2543. rustc ICEs when an impl doesn't have all the methods it needs to

    7b8b3ed Opened by Jed Davis at 2012-09-07 18:03:47 - 1 comment
  2544. Add rust-mode to the build

    0ec3223 Opened by Brian Anderson at 2012-09-09 23:10:43 - 3 comments
  2545. crate name in log map is taken from name of output binary, not the crate name

    a3bee4d Opened by Jesse Vorisek at 2013-10-01 20:45:32 - 8 comments
  2546. rustc --ls is broken

    8d7d355 Opened by Jesse Vorisek at 2013-05-13 07:09:58 - 4 comments
  2547. ignored link and crate_type attributes

    ad634d3 Opened by Jesse Vorisek at 2013-11-26 06:56:54 - 5 comments
  2548. -(W|A|D|F) help

    1a0f7f8 Opened by Jesse Vorisek at 2012-11-19 02:33:00 - 1 comment
  2549. json copying

    f5dfabf Opened by Jesse Vorisek at 2012-10-10 16:34:30 - 2 comments
  2550. circular imports with globs

    a1ca6f9 Opened by Jesse Vorisek at 2015-02-19 21:11:04 - 18 comments
  2551. 10x performance regression in task spawning

    49f47b9 Opened by Brian Anderson at 2013-03-14 19:40:24 - 4 comments
  2552. vec::to_mut is probably unsafe

    b7928d5 Opened by Brian Anderson at 2012-09-08 22:17:20 - 1 comment
  2553. Rename vec::to_mut/from_mut

    213f44e Opened by Brian Anderson at 2013-03-20 23:01:53 - 4 comments
  2554. rename vec::from_slice and/or str::to_unique

    5709070 Opened by Jesse Vorisek at 2013-08-30 05:42:51 - 4 comments
  2555. Borrowing a mutable explicit self pointer as immutable trips an LLVM assert

    c5b3fd4 Opened by Patrick Walton at 2012-09-03 00:12:39 - 1 comment
  2556. Allow an optional reason field to lint attributes

    273003b Opened by Brian Anderson at 2013-09-24 18:41:03 - 5 comments
  2557. spurious camel case warning

    6aa3245 Opened by Jesse Vorisek at 2012-09-10 19:36:55 - 3 comments
  2558. move parts of rustrt/core to std

    b594258 Opened by Brian Anderson at 2013-10-10 23:12:19 - 4 comments
  2559. Statically link the runtime to core

    90c786d Opened by Brian Anderson at 2013-11-30 23:48:48 - 5 comments
  2560. document error message terms

    942ee07 Opened by Jesse Vorisek at 2014-01-16 18:57:02 - 5 comments
  2561. message regarding owned bound is overly cryptic

    ee8b3de Opened by Niko Matsakis at 2013-08-28 08:33:32 - 4 comments
  2562. Library that wraps blocking IO system calls with a 1:1-threaded task.

    7023b37 Opened by ben blum at 2013-06-21 21:44:06 - 7 comments
  2563. Need backtracking to make ~str == &str work

    aa3c066 Opened by Patrick Walton at 2012-09-13 22:10:00 - 2 comments
  2564. Move all intrinsic declarations into intrinsic.rs. Document them

    1a645a4 Opened by Brian Anderson at 2013-10-18 01:59:35 - 8 comments
  2565. Segfault with pattern guards, copy bindings, impls, and structs

    32cf552 Opened by Patrick Walton at 2012-09-04 03:42:04 - 1 comment
  2566. Make str::as_buf less error prone.

    dec166c Opened by Brian Anderson at 2013-08-10 08:24:28 - 2 comments
  2567. hashmap each should be pure

    f155203 Opened by Jesse Vorisek at 2012-11-17 14:45:53 - 4 comments
  2568. ToStr should be pure

    7f1b42c Opened by Jesse Vorisek at 2012-10-16 14:46:38 - 1 comment
  2569. sort purity

    d62f74f Opened by Jesse Vorisek at 2012-09-13 23:12:32 - 5 comments
  2570. 14.4, "Polymorphic Traits", refers to "the 'of' clause", but there's no 'of'

    51dcc26 Opened by Jim Blandy at 2012-09-06 23:22:34 - 2 comments
  2571. document macro patterns

    147b50b Opened by Jesse Vorisek at 2012-11-20 00:10:35
  2572. adjust choice of rust nonterminals (and their names) in macro patterns

    1fb9b97 Opened by Jesse Vorisek at 2013-04-25 17:29:19 - 6 comments
  2573. pure macros

    c188265 Opened by Jesse Vorisek at 2012-09-05 14:52:03 - 1 comment
  2574. ICE when using for comprehension against @[]

    1081c90 Opened by Jamil at 2012-09-06 23:01:07 - 2 comments
  2575. "Testing" chapter has broken link to "attributes" explanation

    4cefde8 Opened by Jim Blandy at 2012-09-10 19:27:32 - 1 comment
  2576. Remove semicolon as struct field separator

    c9055f1 Opened by Brian Anderson at 2012-09-10 05:21:31 - 3 comments
  2577. Make all the maps implement a single trait or set of traits

    8f480b6 Opened by Brian Anderson at 2013-01-30 20:18:03 - 2 comments
  2578. Language FAQ is out of date

    df63b77 Opened by Tim Chevalier at 2012-09-04 23:13:28 - 1 comment
  2579. Borrow check does not detect moves in overloaded operators

    88cb7d8 Opened by Niko Matsakis at 2013-05-07 19:16:03 - 3 comments
  2580. ICE from 'Assertion res as int != 0 failed'

    9a2dc49 Opened by bstrie at 2012-09-06 19:00:24 - 3 comments
  2581. Compiler runs out of stack

    8666f1e Opened by Thomas Stegen at 2012-12-07 00:54:48 - 3 comments
  2582. metadata version number

    d58de9e Opened by Graydon Hoare at 2012-09-05 23:54:12
  2583. hardcoded paths in makefile prevent using checkinstall

    afeecd4 Opened by Ronny Pfannschmidt at 2013-05-20 19:25:48 - 3 comments
  2584. language version markers

    95c55bf Opened by Graydon Hoare at 2015-01-13 09:13:00 - 10 comments
  2585. Unhelpful error message for unresolved ident in (multiple) import

    3109296 Opened by Blaze Jayne at 2012-09-05 17:12:39 - 1 comment
  2586. Order of type parameter declarations matters

    fa47db0 Opened by Tim Chevalier at 2012-09-06 18:32:34 - 3 comments
  2587. lint mode for int/uint in FFI does not warn about *uint, but should

    fa48332 Opened by Niko Matsakis at 2013-07-13 06:19:33 - 4 comments
  2588. Possible memory corruption or vec misbehavior in metadata

    c3a384c Opened by Graydon Hoare at 2013-06-13 21:16:10 - 2 comments
  2589. Tutorial: Pull “traits” section up near “generics”

    ac3939e Opened by Jesse Ruderman at 2012-09-08 00:19:29 - 2 comments
  2590. 'times' Iterating incorrect number of times

    d4e55c4 Opened by Chris at 2012-09-05 23:43:25 - 3 comments
  2591. merge_sort stability

    c9a7999 Opened by Jesse Vorisek at 2012-09-06 19:12:12 - 2 comments
  2592. unit test macros

    3a248f2 Opened by Jesse Vorisek at 2013-08-29 15:24:48 - 5 comments
  2593. reflection on strings

    98a2323 Opened by Vincent Belliard at 2012-09-07 16:10:31 - 4 comments
  2594. Trans refactor was major perf perturbance

    fbab6cb Opened by Graydon Hoare at 2013-03-22 22:46:08 - 14 comments
  2595. Move creation and initialization of strings into a rt helper

    71988f8 Opened by Niko Matsakis at 2013-05-15 17:46:23 - 3 comments
  2596. "expected type parameter but found type parameter"

    51a6296 Opened by Tim Chevalier at 2014-10-31 13:11:55 - 4 comments
  2597. Add a crate attribute to specifiy the size of the main stack

    e407ad7 Opened by Brian Anderson at 2013-08-26 18:32:42 - 4 comments
  2598. Rewrite rust_start in Rust

    df3a512 Opened by Brian Anderson at 2013-02-27 20:51:28 - 2 comments
  2599. Change the example on rust-lang.org

    4c72a59 Opened by Brian Anderson at 2012-10-04 23:49:37 - 18 comments
  2600. Allow the task failure message to be caught

    b2f4f49 Opened by Brian Anderson at 2013-12-21 02:24:46 - 13 comments
  2601. error: failed to resolve imports (I think I'm doing something wrong)

    a5b67d6 Opened by Brendan Zabarauskas at 2012-09-07 14:26:34 - 1 comment
  2602. impl ICE

    2abd4d3 Opened by Jesse Vorisek at 2012-09-08 00:22:34 - 4 comments
  2603. path parens

    2cf7d77 Opened by Jesse Vorisek at 2012-09-13 22:19:20 - 2 comments
  2604. path filetype

    f0f7a5c Opened by Jesse Vorisek at 2012-09-18 18:30:00 - 1 comment
  2605. RFC: Return by move

    7547b0e Opened by Tim Chevalier at 2012-09-11 17:31:24 - 11 comments
  2606. Bots should run with optimizations both enabled and disabled

    cea24ab Opened by Tim Chevalier at 2013-06-20 17:44:02 - 4 comments
  2607. Confusing error for misspelled Option

    47ab589 Opened by Tim Chevalier at 2013-07-03 14:18:26 - 1 comment
  2608. better mismatched types error message

    60b0f0b Opened by Jesse Vorisek at 2015-09-26 08:39:50 - 11 comments
  2609. comm module doc comment

    7e1a532 Opened by Jesse Vorisek at 2012-09-13 23:10:30
  2610. path empty

    0627864 Opened by Jesse Vorisek at 2014-02-27 22:12:08 - 9 comments
  2611. Remove core::unreachable

    9f77278 Opened by Brian Anderson at 2012-09-20 21:26:38 - 5 comments
  2612. using unused arguments

    470f18c Opened by Jesse Vorisek at 2013-07-12 20:40:31 - 10 comments
  2613. unused arguments vs borrowed pointers

    5d8d40d Opened by Jesse Vorisek at 2012-12-07 01:04:02 - 6 comments
  2614. 'duplicate definition' error with static functions in different trait scopes

    d60fe66 Opened by Brendan Zabarauskas at 2012-09-10 22:54:19 - 4 comments
  2615. GC bots

    9326dbd Opened by Brian Anderson at 2013-03-20 21:00:19 - 1 comment
  2616. Conflicting between impl <T: Base> T: Ext and impl B: Ext

    8fc69b7 Opened by NAKASHIMA, Makoto at 2016-11-14 20:36:16 - 15 comments
  2617. path::normalize and //

    c8be87b Opened by Jesse Vorisek at 2012-09-14 02:53:42
  2618. Parallelize some phases of compilation between a crate and its dependency

    94a4140 Opened by Brian Anderson at 2015-01-21 01:30:55 - 6 comments
  2619. Feature #rust more prominently in docs

    5d54e34 Opened by Brian Anderson at 2012-10-01 03:40:57 - 3 comments
  2620. There should be a way to create non-constant @str values

    f158e47 Opened by Gareth Smith at 2013-04-07 20:20:12 - 4 comments
  2621. There should be some way to generate default implementations of the cmp::Eq and cmp::Ord traits (deriving?).

    23d212b Opened by Gareth Smith at 2012-12-07 01:06:42 - 9 comments
  2622. tasks hang

    c97ed86 Opened by Jesse Vorisek at 2012-09-25 16:40:11 - 16 comments
  2623. RFC: Remove "unchecked" blocks

    b88b6ba Opened by Patrick Walton at 2012-09-18 18:58:50 - 5 comments
  2624. Add a Repr trait that's distinct from ToStr (or a repr() method on ToStr)

    67fa55e Opened by Jesse Vorisek at 2013-03-20 21:15:51 - 2 comments
  2625. rand should not use boxed traits

    e4584d6 Opened by Patrick Walton at 2013-04-25 14:20:26 - 4 comments
  2626. RFC: Task-local RNG

    5568cde Opened by Patrick Walton at 2012-10-11 21:24:44 - 5 comments
  2627. document task scheduler

    458f20f Opened by Jesse Vorisek at 2013-08-07 22:46:49 - 9 comments
  2628. Document purity

    624f82a Opened by Jesse Ruderman at 2012-09-22 21:17:04 - 1 comment
  2629. Refactor handling autoref, autoderef, and borrowing

    77a46b3 Opened by Niko Matsakis at 2012-09-12 04:38:30
  2630. Bikeshedding calling *u8 "buf" and [u8] "bytes"

    1043f97 Opened by Erick Tryzelaar at 2012-10-02 02:20:07 - 1 comment
  2631. Windows split stack complications?

    792903a Opened by Brian Anderson at 2013-10-29 18:33:10 - 8 comments
  2632. Make a.b() always a method call, refactor how methods are represented in the compiler

    46c52b7 Opened by Niko Matsakis at 2013-03-20 17:25:15 - 5 comments
  2633. ty::subst failure (mismatching region params) with regioned structs

    5e8c0a3 Opened by Thomas Stegen at 2012-10-16 00:46:16 - 8 comments
  2634. Remove redundant constructors in std::map

    88b9b42 Opened by Brian Anderson at 2012-10-11 21:23:15 - 1 comment
  2635. Document ToBytes/hashing, ToStr, cmp::Eq

    89a2d6f Opened by Blaze Jayne at 2012-09-13 00:16:36
  2636. Promoting unique boxes to shared boxes

    1fdfe4c Opened by Brian Anderson at 2013-09-16 06:39:31 - 15 comments
  2637. priv impls do not create private methods

    4b1802e Opened by Brian Anderson at 2013-01-25 23:07:42 - 1 comment
  2638. Erroneous ambiguous method error

    4a09faa Opened by Niko Matsakis at 2013-02-21 20:34:08 - 3 comments
  2639. llvm-mc not found

    495c5d3 Opened by Brian Anderson at 2014-10-06 18:33:45 - 5 comments
  2640. task sleep

    8ce5220 Opened by Jesse Vorisek at 2012-09-12 23:43:05 - 4 comments
  2641. query SchedMode

    c6f8d03 Opened by Jesse Vorisek at 2013-05-21 23:17:44 - 4 comments
  2642. moded spawn_listener

    9398959 Opened by Jesse Vorisek at 2012-09-11 02:09:16 - 1 comment
  2643. I don't know whether I use rustdoc properly.

    93385e4 Opened by Deleted user at 2012-09-12 04:28:26 - 4 comments
  2644. A portable Version of Rust Compiler for Windows

    47567c8 Opened by Jamil at 2016-02-18 08:04:27 - 13 comments
  2645. Trying to put a named function into a twiddle box does weird thing

    cc49e41 Opened by Brian Anderson at 2013-05-24 01:46:26 - 5 comments
  2646. "foo as @Trait" needs to be "@foo as @Trait"

    b5ed4b1 Opened by Patrick Walton at 2013-03-12 01:27:45
  2647. How can I compare string..?

    4f41a30 Opened by Deleted user at 2012-10-03 22:32:33 - 7 comments
  2648. Implement ThreadPerCore scheduling mode in task API

    01f8210 Opened by Brian Anderson at 2012-09-12 02:03:13 - 1 comment
  2649. implement ThreadPerCore

    475d2c9 Opened by Jesse Vorisek at 2012-09-13 19:01:20 - 2 comments
  2650. Remove <- and <-> forms

    6a7be94 Opened by Niko Matsakis at 2013-05-11 04:48:45 - 7 comments
  2651. 0.3 Windows release is missing some DLLs

    a54f1b4 Opened by Pierre Bourdon at 2012-09-13 00:19:17 - 1 comment
  2652. Implement &Trait, ~Trait

    c8038ec Opened by Niko Matsakis at 2012-09-12 17:21:05 - 2 comments
  2653. Using constants at compile time to define vector lengths

    b1a2c47 Opened by Brendan Zabarauskas at 2013-03-25 13:24:37 - 9 comments
  2654. ~"" == "" fails to borrow

    786023e Opened by Deleted user at 2012-10-03 22:29:39 - 2 comments
  2655. RFC: zero initializer / undefined intrinsics for POD types

    4697a4d Opened by Niko Matsakis at 2013-05-10 05:44:58 - 8 comments
  2656. Eliminate global lock in allocation path

    6cda923 Opened by ben blum at 2013-08-20 06:11:56 - 10 comments
  2657. The crate store does not deduplicate used crates

    8f7a3d6 Opened by Brian Anderson at 2013-12-19 12:54:32 - 2 comments
  2658. intrinsic and core's #[lang] attribute are redundant with one another

    ac49b4a Opened by Graydon Hoare at 2013-06-25 13:47:08 - 1 comment
  2659. Remove rtcalls in favor of lang items

    c6ecb4b Opened by Brian Anderson at 2013-03-26 17:45:32 - 2 comments
  2660. Integral type inference is busted for chars

    b871a85 Opened by Brian Anderson at 2012-12-28 21:06:23 - 1 comment
  2661. tests for cleanup in guards

    dc487b4 Opened by Niko Matsakis at 2017-01-03 17:33:08 - 8 comments
  2662. When I read the number by read_byte, it prints I guess ASCII number..

    4800ebc Opened by Deleted user at 2012-12-07 01:16:58 - 1 comment
  2663. Very bad error message for missing trait

    1cfd2b4 Opened by Jesse Vorisek at 2013-03-23 00:04:29 - 3 comments
  2664. Kind checker doesn't check that struct fields are copyable

    57a9614 Opened by Tim Chevalier at 2012-10-13 05:20:10 - 3 comments
  2665. Lint pass to warn about catchall cases

    1efa87d Opened by Tim Chevalier at 2016-02-11 19:56:39 - 6 comments
  2666. I would like to know how to create struct and enum..

    58bf5c3 Opened by Deleted user at 2012-10-11 19:58:34 - 2 comments
  2667. Intern project: Annotated source browser

    c86a974 Opened by Niko Matsakis at 2017-03-24 19:22:53 - 12 comments
  2668. Struct literal syntax allows repeated fields

    ce66ae2 Opened by Tim Chevalier at 2012-10-31 20:56:50
  2669. Add sugar to simplify mutable function arguments

    d2b9175 Opened by Erick Tryzelaar at 2013-01-23 18:35:39 - 8 comments
  2670. 'pub use' does something different than 'export', can't be used cross-crate sometimes

    0e3eb63 Opened by Graydon Hoare at 2012-09-27 21:09:50 - 6 comments
  2671. reimplement purity check in a more principled way

    db6dc66 Opened by Niko Matsakis at 2013-03-29 22:09:46 - 1 comment
  2672. Rename ARC to Arc

    34afbf0 Opened by Brian Anderson at 2013-07-29 02:17:43 - 15 comments
  2673. Launch scheduler threads lazily

    951c221 Opened by Brian Anderson at 2012-09-19 21:02:26 - 1 comment
  2674. Reduce the complexity around rust_sched_launcher

    0b4a534 Opened by Brian Anderson at 2013-06-05 23:09:09 - 2 comments
  2675. Eliminate the 'no debug symbols in executable' warning on mac

    d5705a6 Opened by Brian Anderson at 2024-04-20 09:30:20 - 16 comments
  2676. Reduce the size of scheduler thread stacks

    fe126da Opened by Brian Anderson at 2013-11-15 18:29:56 - 5 comments
  2677. Add a scheduler type to the task API

    30682f7 Opened by Brian Anderson at 2013-07-19 23:45:32 - 2 comments
  2678. Add a SIMD vector type

    1e3888a Opened by Patrick Walton at 2013-07-12 10:43:43 - 6 comments
  2679. pattern matching on a reference to an enum results in an llvm broken module error

    b3ca895 Opened by Erick Tryzelaar at 2012-12-07 01:20:36 - 1 comment
  2680. segfault in repr with references

    366f174 Opened by Erick Tryzelaar at 2012-09-18 16:49:23 - 5 comments
  2681. Automatic linking of extern mods is not effective

    0a40f26 Opened by Brian Anderson at 2013-07-19 23:45:55 - 6 comments
  2682. Turn on the non_camel_case_types warning by default

    cdda228 Opened by Brian Anderson at 2012-09-18 16:48:38 - 3 comments
  2683. include! items

    fec15e8 Opened by Jesse Vorisek at 2012-09-19 15:34:30 - 3 comments
  2684. better visibility control

    9ca111e Opened by Jesse Vorisek at 2013-08-09 03:33:08 - 11 comments
  2685. Logging of newtyped uints is broken

    441479b Opened by Niko Matsakis at 2012-09-17 13:30:54 - 5 comments
  2686. &str can't be treated as a borrowed pointer &T

    9e39f32 Opened by Brian Anderson at 2012-09-16 16:30:34 - 1 comment
  2687. Support .should_fail doc tests

    993172a Opened by Brian Anderson at 2014-05-22 03:54:45 - 5 comments
  2688. ignore! macro doesn't seem to work

    487b832 Opened by Erick Tryzelaar at 2012-09-17 18:53:40 - 2 comments
  2689. RFC: Rvalue lifetimes

    25d9b88 Opened by Niko Matsakis at 2014-04-18 11:45:27 - 11 comments
  2690. Better error message on duplicate trait implementation

    57e4892 Opened by Philipp Brüschweiler at 2014-02-05 08:56:35 - 6 comments
  2691. Remove by-mut-ref mode altogether

    49049ca Opened by Niko Matsakis at 2012-10-06 05:46:41 - 3 comments
  2692. auto-ref and auto-slice should not be mutually exclusive

    67a7157 Opened by Niko Matsakis at 2012-09-17 18:13:15
  2693. Remove class-related code from the compiler

    6fd1ff7 Opened by Brian Anderson at 2012-12-11 02:45:35 - 4 comments
  2694. Remove # extension syntax

    e788cb3 Opened by Brian Anderson at 2012-12-13 01:13:44 - 1 comment
  2695. Rename lint to something else

    55224cf Opened by Brian Anderson at 2013-07-12 20:39:13 - 3 comments
  2696. Discover better llvm optimizations for Rust

    930f994 Opened by Brian Anderson at 2013-07-04 03:00:39 - 6 comments
  2697. "Internal error looking up a definition" when assigning an enum a value from a variable

    c1227b4 Opened by bstrie at 2012-10-15 21:18:27 - 4 comments
  2698. Make sure spans on non_camel_case_types are correct

    722b133 Opened by Brian Anderson at 2013-06-24 11:53:06 - 4 comments
    • mode should pass immediate values by-value

    0bf38f1 Opened by Niko Matsakis at 2012-09-20 21:05:05
  2699. allow(non_camel_case_types) on rustc/libsyntax etc

    4adee46 Opened by Brian Anderson at 2012-09-18 19:39:18 - 1 comment
  2700. Lint warnings should explain how to disable them

    2034312 Opened by Brian Anderson at 2013-05-11 01:19:52 - 1 comment
  2701. Remove rust_atomic_increment/decrement and rust_compare_and_swap_ptr

    ffe9a5a Opened by Brian Anderson at 2012-11-03 21:11:56 - 4 comments
  2702. Wrong mode for main() argument causes LLVM assertion failure

    dacf60b Opened by Tim Chevalier at 2012-12-07 02:29:58 - 1 comment
  2703. "Const" is confusing

    9d87f12 Opened by Jesse Ruderman at 2013-03-25 22:23:36 - 5 comments
  2704. injected code results in errors that emacs hates

    69255c5 Opened by Brian Anderson at 2017-03-24 19:22:42 - 11 comments
  2705. Hide #[test] functions by default in emacs

    841cdbb Opened by Brian Anderson at 2012-09-25 06:20:50 - 2 comments
  2706. Test functions should work when defined inside other functions

    281de13 Opened by Brian Anderson at 2015-01-21 01:30:56 - 7 comments
  2707. Stop prepending the path and line number to every line in error messages

    3bc9104 Opened by bstrie at 2016-05-03 04:37:21 - 21 comments
  2708. RFC: Remove newtypes

    57044ac Opened by Niko Matsakis at 2013-05-10 00:09:26 - 11 comments
  2709. Change how fn(&T) parses

    176ae49 Opened by Niko Matsakis at 2012-10-01 22:01:19 - 3 comments
  2710. document prefixing _ to names to suppress unused variable name warnings

    7cc60ec Opened by Erick Tryzelaar at 2012-10-05 01:22:00 - 1 comment
  2711. Report module reexports in rustdoc

    6e8c48d Opened by Brian Anderson at 2013-05-09 20:10:23 - 5 comments
  2712. Hide private definitions in rustdoc

    c4160fb Opened by Brian Anderson at 2013-03-16 00:58:02 - 3 comments
  2713. Remove release signature information from website

    68d4a3f Opened by Brian Anderson at 2012-09-30 04:29:32 - 2 comments
  2714. Remove PDF manual from web site

    aaebb37 Opened by Brian Anderson at 2012-09-29 02:20:10 - 1 comment
  2715. Tag 0.3.1

    5dcb158 Opened by Brian Anderson at 2012-12-07 02:30:16 - 1 comment
  2716. Rename Send trait to Owned

    f61809f Opened by Brian Anderson at 2012-12-14 00:26:25 - 10 comments
  2717. All tools should be libraries

    23a4c8a Opened by Brian Anderson at 2012-11-07 21:54:12 - 4 comments
  2718. Rewrite the 'short summary of features' on rust-lang.org

    7246b21 Opened by Brian Anderson at 2012-10-08 03:34:05 - 7 comments
  2719. Combine rustdoc, prep.js and extract-tests.js

    ee97bc2 Opened by Brian Anderson at 2014-05-22 03:54:25 - 7 comments
  2720. the type_use code should consider ABI-specific classifications

    913b3b0 Opened by Niko Matsakis at 2013-09-27 11:46:13 - 4 comments
  2721. port the "autoref-arg" code used in overloaded operators to use the ptr adjustment table

    d2554e6 Opened by Niko Matsakis at 2017-06-01 14:03:32 - 19 comments
  2722. Move dlist to std

    26ea48d Opened by Brian Anderson at 2013-03-31 04:30:02 - 4 comments
  2723. Functions provided in a vector to a vec::each can't be called

    6c436dc Opened by Tony Aldridge at 2012-09-21 21:15:38 - 6 comments
  2724. Invoke instructions kick us off the FastISel path

    fbf27e5 Opened by Patrick Walton at 2015-01-05 08:26:08 - 10 comments
  2725. Destroying the LLVM Module is slow

    abc85ad Opened by Patrick Walton at 2016-06-27 01:25:32 - 13 comments
  2726. LLVM LiveIRVariables is slow

    6217175 Opened by Patrick Walton at 2013-03-20 17:48:41 - 1 comment
  2727. Consider not running the verifier in non-debug builds

    17578d0 Opened by Patrick Walton at 2016-06-28 00:28:08 - 9 comments
  2728. Out-of-stack failure leaks arguments

    77d091e Opened by Brian Anderson at 2013-11-07 00:25:57 - 5 comments
  2729. formatting recursive enums seg faults

    eaa3ca3 Opened by Jesse Vorisek at 2013-03-20 23:06:13 - 2 comments
  2730. enum equality no longer works

    0ecf185 Opened by Jesse Vorisek at 2013-03-10 23:24:14 - 4 comments
  2731. io::println allocates on the GC heap

    d86b5b5 Opened by Patrick Walton at 2013-06-20 17:55:38 - 3 comments
  2732. HashMap ICE

    4d89706 Opened by Jesse Vorisek at 2012-12-07 02:35:03 - 1 comment
  2733. impl HashMap : Eq

    4698be8 Opened by Jesse Vorisek at 2013-03-04 21:15:32 - 2 comments
  2734. impl f64 : Eq

    33b334c Opened by Jesse Vorisek at 2012-12-11 01:17:08 - 1 comment
  2735. examples

    3b54c89 Opened by Jesse Vorisek at 2014-06-23 16:06:31 - 21 comments
  2736. default method ICE

    a6c90fe Opened by Jesse Vorisek at 2013-01-08 22:02:32 - 6 comments
  2737. Use rustdoc to test examples on the wiki

    e20abe7 Opened by Brian Anderson at 2013-08-15 17:43:39 - 2 comments
  2738. Micro-optimize the __morestack fast path

    5f838bd Opened by Brian Anderson at 2013-10-29 18:40:33 - 5 comments
  2739. Remove unnecessary logic in new_stack_fast

    2bc9dfa Opened by Brian Anderson at 2013-08-19 17:27:24 - 3 comments
  2740. crate version number

    5175698 Opened by Jesse Vorisek at 2014-08-12 23:04:16 - 7 comments
  2741. getopts optflagmulti

    b884f02 Opened by Jesse Vorisek at 2012-11-18 21:57:00
  2742. Custom closure (and trait) "kind" bounds

    06d9292 Opened by ben blum at 2014-01-17 23:13:28 - 17 comments
  2743. html anchor links in docs don't work with &

    051c0de Opened by ben blum at 2012-09-24 21:16:05 - 1 comment
  2744. Rewrite fmt! for performance

    a86098f Opened by Brian Anderson at 2013-08-11 01:32:41 - 5 comments
  2745. str::view interacts strangely with @str values

    85963bf Opened by Gareth Smith at 2013-03-22 23:44:28 - 2 comments
  2746. Create a Rust actor library with high-level patterns, recovery, networking, sandboxing

    bbd6e25 Opened by Brian Anderson at 2015-01-21 01:30:57 - 25 comments
  2747. ICE matching borrowed strings

    dd69945 Opened by Jesse Vorisek at 2012-12-11 19:22:24 - 4 comments
  2748. Tutorial needs to explain dtors

    e8eb395 Opened by Brian Anderson at 2012-10-06 02:00:38 - 1 comment
  2749. Tutorial needs to discuss auto(de)ref

    841c133 Opened by Brian Anderson at 2012-10-06 02:00:25 - 1 comment
  2750. Tutorial needs to introduce Option

    48c452d Opened by Brian Anderson at 2012-12-11 19:25:19 - 2 comments
  2751. Tutorial needs brief intro to module syntax early

    9ff29eb Opened by Brian Anderson at 2012-12-11 19:25:10 - 2 comments
  2752. Tutorial should probably discuss constants

    899f13c Opened by Brian Anderson at 2012-12-07 02:39:42 - 1 comment
  2753. Casting an enum to an int inside match

    4c7bc6a Opened by Brendan Zabarauskas at 2012-09-25 17:02:11 - 6 comments
  2754. Only display one level of heirarchy in the tutorial TOC

    59d98c9 Opened by Brian Anderson at 2012-10-04 22:11:02 - 1 comment
  2755. &*x should crash if x is a null, unsafe ptr

    4b2820f Opened by Niko Matsakis at 2012-12-04 18:07:41 - 1 comment
  2756. Remove explicit exports from libraries

    986ab41 Opened by Tim Chevalier at 2012-10-04 23:08:19
  2757. Scheduler is launching a thread per task

    c3dc2e0 Opened by Brian Anderson at 2012-09-25 18:29:42 - 1 comment
  2758. Negative interaction between &self, auto-ref, and @T implementations

    5bf346b Opened by Niko Matsakis at 2012-09-25 22:24:39
  2759. RFC: Irrefutable patterns in closure argument lists

    f444c8d Opened by bstrie at 2012-12-13 19:47:29 - 4 comments
  2760. task thrashing

    b971023 Opened by Jesse Vorisek at 2012-10-03 02:22:42 - 5 comments
  2761. ICE: encode_symbol: id not found

    61c9a16 Opened by Eric Holk at 2013-03-21 00:14:45 - 4 comments
  2762. option::chain, result::chain, etc. Should take arguments by value

    c9b1593 Opened by Brian Anderson at 2012-10-11 21:18:08 - 1 comment
  2763. Add a regular expressions library to the distribution

    cd48fa0 Opened by Brian Anderson at 2014-04-25 07:51:15 - 74 comments
  2764. Mysterious ICE when compiling servo in test mode

    5c4e494 Opened by Blaze Jayne at 2012-12-04 17:59:03 - 1 comment
  2765. vec::init and tail should return slices

    cbb8953 Opened by Brian Anderson at 2013-03-11 14:54:59 - 4 comments
  2766. core::at_vec::append_test fails

    7facfd0 Opened by Tim Chevalier at 2012-10-01 22:02:29 - 1 comment
  2767. Destructors cause warnings about explicit modes

    1f4168b Opened by Tim Chevalier at 2012-10-01 21:58:08 - 1 comment
  2768. net_tcp doesn't use SO_REUSEADDR

    d370901 Opened by Jesse Vorisek at 2013-10-18 21:00:15 - 6 comments
  2769. infer or permit declarations of variance for type parameters

    483ca81 Opened by Niko Matsakis at 2014-09-24 04:58:59 - 26 comments
  2770. net_tcp read timeout

    15a8bf8 Opened by Jesse Vorisek at 2013-08-19 17:33:58 - 11 comments
  2771. RFC: settle rules about visibility of impls

    c004ec5 Opened by Niko Matsakis at 2013-03-20 17:48:17 - 4 comments
  2772. ICE encountered on pattern guard of nested match

    243d6b5 Opened by Blaze Jayne at 2013-03-04 07:38:17 - 9 comments
  2773. Remove mention of records from tutorial

    1c4e856 Opened by Brian Anderson at 2012-09-27 00:15:25 - 1 comment
  2774. vec::consume/consume_mut are probably not failsafe.

    0b481b3 Opened by Brian Anderson at 2013-05-13 19:56:05 - 10 comments
  2775. We need an core::at_str library

    e4e0045 Opened by Erick Tryzelaar at 2014-01-22 18:36:03 - 7 comments
  2776. Put glaring warnings and many capital letters in the docs of option::get() and option::unwrap().

    9c6b0ac Opened by ben blum at 2012-10-05 00:47:56 - 14 comments
  2777. Freestanding (runtime-less) Rust

    e4d1962 Opened by bstrie at 2013-10-24 02:55:45 - 15 comments
  2778. Type inference failure around closure argument types

    919209d Opened by Niko Matsakis at 2013-01-03 22:57:25 - 2 comments
  2779. Broken and inconsistent links in tutorial and manual.

    aec15a6 Opened by anshin at 2012-09-29 01:01:14 - 7 comments
  2780. future module is confusing, as is relationship to task

    a45ee98 Opened by Jesse Vorisek at 2013-05-29 22:00:15 - 6 comments
  2781. iter map

    d0009ec Opened by Jesse Vorisek at 2013-03-27 05:45:17
  2782. 0.3 compiling to .o file instead of .exe

    eadd2a2 Opened by Adam Weeden at 2012-10-01 12:44:02 - 4 comments
  2783. Inner attributes on impls don't parse

    1c1d1ab Opened by Brian Anderson at 2013-11-25 10:21:56 - 5 comments
  2784. Stop compiling LLVM with asserts

    83d26e1 Opened by Brian Anderson at 2015-04-28 20:11:03 - 5 comments
  2785. Bad signature for main asserts

    379a696 Opened by Benjamin Herr at 2013-05-13 16:04:26 - 4 comments
  2786. Revisit "must camel case identifiers" lint warning on by default

    0fb794c Opened by Erick Tryzelaar at 2019-06-04 13:24:30 - 4 comments
  2787. Better discussion of 'move' in tutorial

    a80d127 Opened by Brian Anderson at 2012-09-28 21:04:17 - 1 comment
  2788. Allow method overloading on bound generic types

    77f7fdc Opened by Erick Tryzelaar at 2012-10-04 17:46:03 - 4 comments
  2789. Review core/std for bad copies

    210ec73 Opened by Brian Anderson at 2013-05-16 23:18:44 - 1 comment
  2790. Eliminate move_it macros

    6a938ca Opened by Brian Anderson at 2013-07-12 19:17:53 - 6 comments
  2791. External ABI by-value parameter can't be demoded

    e3d7621 Opened by Brian Anderson at 2012-12-04 17:56:16 - 1 comment
  2792. Finish eliminating 'export'

    ca37392 Opened by Brian Anderson at 2013-01-31 19:49:39 - 3 comments
  2793. Convert assert, log, fail to macros

    7670bb2 Opened by Brian Anderson at 2013-03-30 00:56:30 - 2 comments
  2794. website: 404 link

    48a8c97 Opened by Fiyorin ᵘʷᵘ at 2012-09-30 04:27:47 - 2 comments
  2795. rust 0.3.1 fails to compile with host clang installed

    71d4ba5 Opened by Fiyorin ᵘʷᵘ at 2013-03-25 14:53:39 - 4 comments
  2796. Symlinked rustc can't find sysroot

    9c82d48 Opened by Brian Anderson at 2014-01-24 15:21:32 - 7 comments
  2797. Compiling with --test yields an explicit mode warning on the first token

    c810ca1 Opened by Gonçalo Mendes Cabrita at 2012-10-04 21:18:57 - 2 comments
  2798. slight rust-lang.org redesign

    107c086 Opened by Brian Anderson at 2012-10-01 05:44:50
  2799. Direct cast to a polymorphic trait type is not supported directly

    fdecf7b Opened by Ahmad Salim Al-Sibahi at 2012-10-02 20:53:58 - 4 comments
  2800. doc tests should run with warnings as errors

    b072532 Opened by Brian Anderson at 2013-07-27 15:55:35 - 4 comments
  2801. Switch the order of pipes::stream's result

    2ab3b19 Opened by Brian Anderson at 2012-12-12 20:07:32 - 5 comments
  2802. core::rand shouldn't used boxed traits

    d514891 Opened by Brian Anderson at 2012-10-02 18:35:54 - 2 comments
  2803. stage0 compiler doesn't work on x86_64 debian wheezy

    891845c Opened by Brian Anderson at 2012-10-04 21:29:08 - 7 comments
  2804. Discrepancy in closure modes

    4930d3d Opened by Kyle Jones at 2012-10-03 19:05:59 - 6 comments
  2805. ICE when compiling vector literal with non-constant length

    6d11f62 Opened by Philipp Brüschweiler at 2013-03-21 00:20:35 - 3 comments
  2806. Tests are executed twice when compiling a crate

    1967da5 Opened by Philipp Brüschweiler at 2012-10-03 18:51:32 - 1 comment
  2807. Assert by level

    dacaa98 Opened by Graydon Hoare at 2014-02-05 21:14:29 - 6 comments
  2808. Throw away the AST and side tables before running LLVM passes and linking

    1ab1b48 Opened by Patrick Walton at 2012-12-04 17:54:54
  2809. Conditional compilation doesn't work on methods

    5bb91cb Opened by Brian Anderson at 2013-03-15 23:08:58 - 1 comment
  2810. Type errors with for and do expressions could be cleverer

    154b066 Opened by Benjamin Herr at 2013-01-24 19:07:06 - 5 comments
  2811. Function items don't pretty-print visibility correctly

    016ab94 Opened by Brian Anderson at 2012-12-04 17:54:45 - 1 comment
  2812. missing libgcc_s_dw2-1.dll message after install in win7 (rust-4)

    6c80bc3 Opened by isaac at 2013-11-04 05:49:44 - 5 comments
  2813. ICE when compiling an FFI binding with a certain type

    12c5b03 Opened by Philipp Brüschweiler at 2012-10-17 18:00:40
  2814. Remove the pipe protocol compiler

    1fd3f93 Opened by Brian Anderson at 2013-08-02 07:14:47 - 5 comments
  2815. Libraries installed on windows do not have expected symbols

    26d62ba Opened by Brian Anderson at 2015-02-11 00:48:36 - 17 comments
  2816. Remove old fixed length vector syntax

    2c5cca1 Opened by Brian Anderson at 2012-11-03 18:32:08 - 2 comments
  2817. Windows installer adds an extra bin directory filled with extra junk

    4d40eb9 Opened by Brian Anderson at 2013-10-01 21:10:06 - 10 comments
  2818. crash: compile-time typeck/check.rs failure

    29dd9d1 Opened by Eric at 2012-10-15 21:41:27 - 4 comments
  2819. big regression in std-smallintmap from turning off legacy modes

    3d0e61a Opened by Brian Anderson at 2012-12-04 17:53:23 - 1 comment
  2820. Dead functions in middle::trans::shape can't be removed

    6bc1ea5 Opened by Tim Chevalier at 2013-06-22 05:46:54 - 1 comment
  2821. Move mailing list archives to Google Groups

    664a2cd Opened by bstrie at 2012-12-11 13:01:11 - 1 comment
  2822. Crash "free(): invalid pointer" in sock.read() in a separate task

    2a90482 Opened by Tim Taubert at 2013-05-29 19:11:18 - 11 comments
  2823. RFC: Remove move/copy keywords in favor of type-based solution

    78e1c0d Opened by Niko Matsakis at 2013-01-03 22:40:45 - 1 comment
  2824. Remove fn expressions

    7a1c80d Opened by Niko Matsakis at 2013-03-08 02:39:09 - 3 comments
  2825. Extern/native function reform

    69ef153 Opened by Niko Matsakis at 2015-02-13 18:12:50 - 14 comments
  2826. isaac_seed assert

    ed05acf Opened by Jesse Vorisek at 2012-11-26 20:54:38 - 3 comments
  2827. internal compiler error trying to match None against Err(_)

    520e61c Opened by Benjamin Herr at 2012-12-12 01:39:46 - 2 comments
  2828. mismatched types: expected fn&() -> ! but found fn&() -> _|_

    c4b60a7 Opened by Benjamin Herr at 2013-01-08 22:25:43 - 5 comments
  2829. String concatenation with + only type-checks if the first operand is an owned pointer

    a250308 Opened by Andy Matuschak at 2013-08-07 15:35:27 - 8 comments
  2830. Default methods seem not to be able to call self yet

    265956c Opened by Andy Matuschak at 2012-11-24 22:02:48 - 1 comment
  2831. possible bug with borrowing and moving things into tasks

    82b4933 Opened by Erick Tryzelaar at 2012-10-08 03:32:30 - 1 comment
  2832. num::Num implementations not searched for binary operation implementations

    7906026 Opened by Andy Matuschak at 2012-10-07 18:09:47 - 1 comment
  2833. Building a binary crate complains about multiple "main" functions

    0452f1d Opened by Ian Henderson at 2012-10-07 00:15:15 - 2 comments
  2834. Add a way to link by git commit id

    11122a0 Opened by Brian Anderson at 2013-07-31 23:14:15 - 3 comments
  2835. Segmentation fault: repr::write_repr(io::stdout(), &(0_i32, &42));

    6861176 Opened by Benjamin Herr at 2013-03-17 17:45:15 - 1 comment
  2836. Internal compiler error casting to trait type twice

    97d3584 Opened by Benjamin Herr at 2013-03-22 21:39:24 - 3 comments
  2837. ToStr::to_str() should be marked as "pure"

    cbc9536 Opened by Andy Matuschak at 2012-10-12 17:35:03 - 3 comments
  2838. Structs with missing fields list all the fields as missing in error messages.

    d2d8655 Opened by Daniel Patterson at 2013-03-25 15:13:47 - 4 comments
  2839. Internal compiler error when using a trait with default implementations as a field in a struct

    3d1eebf Opened by Andy Matuschak at 2013-06-15 00:22:49 - 4 comments
  2840. Make recursing too deep a fatal runtime error and make the limit larger

    48324cb Opened by Brian Anderson at 2013-12-17 01:20:12 - 13 comments
  2841. Cleanup region hierarchy code, especially around closures

    604e3ad Opened by Niko Matsakis at 2017-01-26 18:40:53 - 12 comments
  2842. cargo recursive install is broken

    adf1725 Opened by Erick Tryzelaar at 2012-10-11 22:32:21 - 3 comments
  2843. rustllvm conditional build

    82a0e91 Opened by Luca Bruno at 2012-10-17 18:04:55 - 1 comment
  2844. LLVM assertion failure with nested trait

    808e6bc Opened by Amitava Shee at 2012-12-07 02:44:30 - 3 comments
  2845. ICE when instance method calls static method

    d929820 Opened by Blaze Jayne at 2013-05-13 19:45:20 - 3 comments
  2846. error: internal compiler error: create_function: unexpected sort of node

    db51fe1 Opened by Amitava Shee at 2012-10-09 23:06:12 - 1 comment
  2847. &const parameters for mutating strings in core::str are wrong

    4a392e9 Opened by Brian Anderson at 2012-10-11 21:18:07
  2848. Compile Install Fails.

    1575ca0 Opened by wpoosanguansit at 2012-12-04 17:49:09 - 3 comments
  2849. Rename str's trait "UniqueStr" to "Trimmable"?

    01ee17e Opened by kud1ing at 2012-10-21 07:31:51 - 1 comment
  2850. Consider renaming serialization/deserialization to encode/decode

    6f737ea Opened by Erick Tryzelaar at 2012-12-21 00:02:57
  2851. Rewrite serialization to use reflection

    7196704 Opened by Erick Tryzelaar at 2013-04-30 15:18:07 - 2 comments
  2852. Tutorial link from 10.2 is broken

    c7dd27a Opened by Josh Matthews at 2012-10-11 21:18:07
  2853. std::timer::delayed_send shouldn't require Copy type

    b7b9913 Opened by Brian Anderson at 2012-10-11 21:18:08
  2854. Tweaked trait example from tutorial fails in rustc/back/rpath.rs

    6529ccb Opened by Orpheus Lummis at 2012-10-11 14:04:44 - 3 comments
  2855. Offer nightly builds of master

    a5f9ca1 Opened by Niko Matsakis at 2014-02-01 00:34:04 - 7 comments
  2856. RFC: Allow pure functions to mutate their &mut arguments

    cd10289 Opened by Tim Chevalier at 2013-03-13 00:02:48 - 5 comments
  2857. Improve error message when type is unknown

    0d16f2c Opened by bstrie at 2014-01-22 18:42:12 - 9 comments
  2858. Move out of self doesn't work

    47b2e00 Opened by Tim Chevalier at 2012-12-14 22:46:15 - 3 comments
  2859. Change how task::future_result works

    61d3e05 Opened by Tim Chevalier at 2014-06-19 03:28:49 - 17 comments
  2860. Remove unneeded exports in syntax::parse::parser

    3822adc Opened by Tim Chevalier at 2013-05-24 01:29:20 - 2 comments
  2861. Remove front::intrinsic::get_tydesc

    68e0052 Opened by Tim Chevalier at 2013-08-05 17:15:53 - 4 comments
  2862. Allow constant expressions to refer to constants defined in other crates

    86d00c3 Opened by Tim Chevalier at 2013-03-23 00:22:35 - 1 comment
  2863. Optimize tvec::iter_vec_raw

    70f04b7 Opened by Tim Chevalier at 2015-01-16 06:03:12 - 5 comments
  2864. Fix type of get_tydesc intrinsic in typeck::check::check_intrinsic_type

    5239012 Opened by Tim Chevalier at 2013-08-05 17:15:01 - 4 comments
  2865. Do something sensible with rustdoc/demo.rs

    64eece8 Opened by Tim Chevalier at 2013-08-05 15:23:32 - 3 comments
  2866. Fix test::run-pass::reflect-visit-data.rs

    b12cab5 Opened by Tim Chevalier at 2014-10-21 22:56:48 - 4 comments
  2867. Rewrite sudoku benchmark to use a constant matrix for the board

    1e21a2b Opened by Tim Chevalier at 2013-05-29 21:56:57 - 1 comment
  2868. Support richer tuple unpacking

    b2e89fc Opened by tav at 2012-10-12 12:35:58 - 1 comment
  2869. Docs reference check expressions

    9c4bb71 Opened by Josh Matthews at 2012-10-13 02:54:53 - 1 comment
  2870. Stop putting the ident interner in local storage

    cb87b4a Opened by Brian Anderson at 2017-06-29 20:53:21 - 11 comments
  2871. allow types to specify the kind of serializer they should be used with or carry state

    c53ed46 Opened by Niko Matsakis at 2014-06-05 17:34:20 - 8 comments
  2872. ICE with per-type serializer

    419fa93 Opened by Niko Matsakis at 2012-10-13 00:46:53 - 4 comments
  2873. Rewrite how trait-impl matching works in typeck

    dc95b1c Opened by Niko Matsakis at 2014-09-18 21:05:30 - 10 comments
  2874. Operator overloading should attempt eager resolution

    dd0341d Opened by Niko Matsakis at 2013-08-04 11:44:13 - 2 comments
  2875. Bug in generic trait implementation?

    d62a01c Opened by tav at 2012-12-04 17:47:39 - 9 comments
  2876. Borrowing mutable vector subslices

    ac4182f Opened by Erick Tryzelaar at 2012-12-04 17:46:11 - 2 comments
  2877. "unknown start of token" error message is really bad

    4cad48e Opened by Tim Chevalier at 2013-08-18 12:02:00 - 5 comments
  2878. Deque shouldn't require copyable types

    8af918d Opened by Brian Anderson at 2013-02-25 21:32:09 - 3 comments
  2879. error! and debug! escape single quotes strangely

    c97975c Opened by Tim Chevalier at 2013-09-09 20:23:01 - 3 comments
  2880. pub method preceeded by attribute can't be parsed

    8cafee2 Opened by Brian Anderson at 2012-10-27 23:40:57 - 1 comment
  2881. Use last-use to provide "fixit" hints

    ca49865 Opened by Tim Chevalier at 2013-01-03 23:05:24 - 1 comment
  2882. Split Vim extensions into separate repository

    7fdb4c6 Opened by Ahmad Salim Al-Sibahi at 2017-03-24 19:22:42 - 15 comments
  2883. Make io::with_str_writer pure

    ee44ad7 Opened by Erick Tryzelaar at 2012-10-18 21:43:53 - 2 comments
  2884. New tasks should always spawn into the default (general) scheduler unless otherwise requested

    dd9ac7f Opened by Brian Anderson at 2013-02-06 01:39:55 - 1 comment
  2885. Incorrect 'cannot bind by-move with sub-bindings` error

    09ba06d Opened by Brian Anderson at 2013-08-15 11:53:08 - 4 comments
  2886. Parsing gpg output makes cargo fragile to the environment

    d2f54f6 Opened by Luca Bruno at 2012-10-17 18:07:06
  2887. Privacy can be violated using pointers

    5f86a32 Opened by Gareth Smith at 2012-12-12 03:17:41 - 1 comment
  2888. Borrowck doesn't handle &mut correctly anymore

    6333f93 Opened by Niko Matsakis at 2012-10-15 20:38:20 - 1 comment
  2889. Problems with destructuring structs with a path to a submodule

    ed92695 Opened by Erick Tryzelaar at 2012-12-11 06:41:34 - 1 comment
  2890. Cannot destructure structs cross crates

    74be2ab Opened by Erick Tryzelaar at 2012-12-11 06:42:12 - 2 comments
  2891. Reflection-based printing traverses cycles and runs out of stack

    abb94a5 Opened by Blaze Jayne at 2014-10-11 19:40:32 - 17 comments
  2892. Stop rebuilding crates during testing

    aa18ea7 Opened by Brian Anderson at 2017-02-11 00:10:36 - 7 comments
  2893. Stop running valgrind by default

    e70ab99 Opened by Brian Anderson at 2013-01-25 00:51:40 - 1 comment
  2894. Restructure staged build / cross-compile architecture for speed

    aa26b53 Opened by Brian Anderson at 2013-02-05 17:21:17 - 2 comments
  2895. Front page example doesn't compile.

    6e4eb14 Opened by Chris Dew at 2012-10-16 08:58:06 - 2 comments
  2896. revert rust's clang iOS6 buildsystem hotpatch

    cfbf850 Opened by Erick Tryzelaar at 2013-04-19 01:01:37 - 3 comments
  2897. Parse multiple consts from a single keyword

    b5ccdf6 Opened by bstrie at 2013-06-12 16:36:44 - 7 comments
  2898. LLVM assertion failure with self-referential struct

    a8fd050 Opened by Tim Chevalier at 2013-06-27 17:30:14 - 4 comments
  2899. No check for infinitely sized structs

    9feb2f6 Opened by Niko Matsakis at 2014-01-30 07:41:27 - 7 comments
  2900. rustdoc: consecutive single-line docstrings should be concatenated

    1164e64 Opened by Deleted user at 2012-10-22 21:17:55 - 7 comments
  2901. error: unresolved name: core::error

    c39c241 Opened by Jesse Vorisek at 2012-12-04 17:44:15 - 1 comment
  2902. std::net::url's encode and decode should be pure

    6bf30f9 Opened by Erick Tryzelaar at 2012-11-18 21:55:35
  2903. Merge type_span and type_def, and ditto with value_span and value_def

    429d71e Opened by Patrick Walton at 2013-05-16 01:52:51 - 2 comments
  2904. Merge def_mod and def_ty maybe

    c5748aa Opened by Patrick Walton at 2016-02-14 11:58:08 - 10 comments
  2905. Make anonymous traits only implementable in the same module that declared the type

    5b8a618 Opened by Patrick Walton at 2014-07-04 22:38:57 - 6 comments
  2906. Cross-crate static methods in anonymous traits

    d9f033b Opened by Patrick Walton at 2012-12-11 02:10:10 - 1 comment
  2907. overlong utf-8 sequences should be treated as invalid utf-8

    90aa86d Opened by Wolfgang Bumiller at 2013-08-06 00:05:57 - 4 comments
  2908. Document pub use foo::*

    dde5ebd Opened by Jesse Vorisek at 2012-12-13 00:38:49 - 1 comment
  2909. ICE when using + or - instead of named methods of Num

    8fae4d1 Opened by Blaze Jayne at 2012-12-04 17:43:45 - 2 comments
  2910. vec::find should return a reference

    edaaa62 Opened by Erick Tryzelaar at 2013-06-12 23:12:30 - 3 comments
  2911. Casting to a trait doesn't auto-coerce to a &T type

    3b422db Opened by Erick Tryzelaar at 2013-09-03 13:51:02 - 8 comments
  2912. Need a mechanism to write rust-version-specific code

    9bef7ee Opened by Erick Tryzelaar at 2015-01-21 21:44:43 - 17 comments
  2913. Incorrect warning about value assigned to variable not being used

    4f89863 Opened by Robert Knight at 2014-02-22 00:48:43 - 10 comments
  2914. Add Zero Trait

    de7553e Opened by Armin Ronacher at 2013-01-04 08:48:23 - 3 comments
  2915. A Case Against Separators

    19c20ef Opened by Armin Ronacher at 2012-10-25 21:34:00 - 5 comments
  2916. NonNil Trait

    dd3ad43 Opened by Armin Ronacher at 2012-10-25 21:33:36 - 9 comments
  2917. unsafe-ness not visible in library reference doc

    c0b88c7 Opened by Dan Connolly at 2013-09-25 23:55:53 - 3 comments
  2918. Sentence is cut off in reference manual

    cc35d7d Opened by Tim Chevalier at 2012-10-22 20:12:26
  2919. Add an option to emit compiler warnings when using 'rustc --parse-only'

    28a591f Opened by strangeglyph at 2019-04-21 19:25:54 - 6 comments
  2920. extend fmt! to handle f32 and f64 types

    8953307 Opened by Erick Tryzelaar at 2012-10-22 20:01:42 - 1 comment
  2921. extend fmt! to add %g analogous to printf '%g'

    f05fe22 Opened by Erick Tryzelaar at 2015-02-14 11:40:34 - 9 comments
  2922. Illegal instruction (core dumped) with function pointers

    07137ef Opened by Dan Connolly at 2013-03-22 22:45:21 - 4 comments
  2923. Unknown Compiler Error

    18a377f Opened by Kyle Jones at 2012-10-19 18:17:14 - 1 comment
  2924. OpenCL support

    450117f Opened by bstrie at 2015-01-21 01:30:58 - 11 comments
  2925. Configure script provides no feedback during git submodule update

    3f5f67f Opened by Blaze Jayne at 2013-07-19 00:16:41 - 6 comments
  2926. Allow break and others inside do blocks (or stack closures in general)

    52b1a4d Opened by Armin Ronacher at 2012-10-20 14:34:03 - 1 comment
  2927. time::rfc822, rfc822z, rfc3339 should be pure

    798c889 Opened by Jesse Vorisek at 2012-12-04 17:41:12 - 1 comment
  2928. Operator overloading without implementing the respective trait

    99c9596 Opened by Philipp Brüschweiler at 2013-03-20 22:54:50 - 2 comments
  2929. ICE with slice in a generic struct

    4a730c6 Opened by 14427 at 2012-10-23 02:55:01 - 4 comments
  2930. ICE with multiple fails

    e3a4fcf Opened by 14427 at 2012-10-22 19:47:06 - 2 comments
  2931. Borrowck doesn't propagate mutability to supercomponents correctly

    4fb0e36 Opened by Niko Matsakis at 2012-10-22 06:53:21
  2932. Infinite loop in macro expansion

    d193eb4 Opened by Niko Matsakis at 2012-12-12 05:17:37 - 2 comments
  2933. Possible short-circuit miscompile for while loop guard

    b1e0808 Opened by Blaze Jayne at 2013-10-08 14:49:15 - 4 comments
  2934. Warn on useless comparisons (like GCC's -Wtype-limits)

    9ab3cdd Opened by Viktor Dahl at 2012-10-24 21:41:23 - 1 comment
  2935. RFC: moving managed pointers across tasks

    023eb80 Opened by Erick Tryzelaar at 2013-01-10 21:45:26 - 2 comments
  2936. core::unit should be called core::nil

    5f1c944 Opened by Brian Anderson at 2012-12-04 17:39:00
  2937. core::uniq should probably be core::owned

    43c9760 Opened by Brian Anderson at 2012-10-25 21:48:47
  2938. str::buf_as_slice includes (and reads) uninitialized memory in the slice

    6b2a014 Opened by Brian Anderson at 2013-06-11 21:20:30 - 6 comments
  2939. Resolve error in pattern match of struct in a different module

    39f017a Opened by Blaze Jayne at 2012-10-24 00:15:36 - 2 comments
  2940. Resolve error when initializing a struct with explicit module

    9a0d3a5 Opened by Blaze Jayne at 2012-10-23 23:47:43 - 1 comment
  2941. Parse error when pattern matching a struct from different module

    d6d2887 Opened by Blaze Jayne at 2013-01-10 21:44:50 - 2 comments
  2942. Allow borrowing a whole vec of pointers

    f666ce4 Opened by Jesse Ruderman at 2013-01-16 05:56:45 - 8 comments
  2943. Refactor region granularity

    6ae9a8c Opened by Niko Matsakis at 2013-05-07 19:16:27 - 1 comment
  2944. Documentation: How does match decide which identifiers bind and which match

    e1f8b3a Opened by Dobes Vandermeer at 2012-10-25 22:04:02
  2945. Convert constructors to new conventions

    a074a4b Opened by Brian Anderson at 2013-09-26 17:48:02 - 9 comments
  2946. 'Callee takes its argument by copy' shouldn't be capitalized

    1d9ed07 Opened by Brian Anderson at 2012-10-25 19:20:49
  2947. internal compiler error: no enclosing scope with id XY

    be75181 Opened by Wolfgang Bumiller at 2013-01-23 00:00:48 - 6 comments
  2948. Example from #1458 no longer parses

    7b39d57 Opened by Tim Chevalier at 2012-10-30 22:09:13 - 1 comment
  2949. Document where use directives are allowed

    1380bbc Opened by Brian Anderson at 2014-01-17 04:51:47 - 3 comments
  2950. Containers - meta-issue to talk about quality of containers, what should be replaced, etc

    2bb050b Opened by Daniel Patterson at 2013-02-17 01:39:55 - 6 comments
  2951. Add section on ~[], DVec, etc to the tutorial

    41f21b6 Opened by Niko Matsakis at 2013-05-06 15:30:37 - 4 comments
  2952. explicit self and object types (trait types) are incompatible

    918e4d4 Opened by Niko Matsakis at 2012-12-04 17:37:57 - 1 comment
  2953. struct matching problem with rparse

    c08ac64 Opened by Dan Connolly at 2012-11-01 19:27:15 - 2 comments
  2954. operator overloading seg fault

    27af7bc Opened by Jesse Vorisek at 2013-03-25 16:19:07 - 3 comments
  2955. Syntax extension for converting enums to/from integers

    d20328d Opened by Erick Tryzelaar at 2013-10-05 22:36:37 - 9 comments
  2956. Convert all uses of vec::slice to vec::view

    38c5b7b Opened by bstrie at 2013-02-16 01:50:26 - 16 comments
  2957. ref pattern nested inside let LHS causes LLVM assertion failure

    0731e23 Opened by neju como at 2013-07-09 04:30:20 - 7 comments
  2958. Can force segfault with basic features

    89bd3d2 Opened by Paul Nathan at 2012-10-29 20:49:18 - 5 comments
  2959. Potential name typo in borrowed pointer tutorial.

    63ecc4a Opened by neju como at 2012-10-29 20:52:15 - 1 comment
  2960. Unused move causes a crash

    68e928d Opened by Jesse Ruderman at 2012-11-01 22:20:40 - 4 comments
  2961. Feature Request: Allow default implementations of static methods in derived traits.

    6aefe26 Opened by Gareth Smith at 2012-10-28 19:50:10 - 2 comments
  2962. LLVM assertion failure when passing a pointer to a struct to a C function

    e643108 Opened by Luci Brănescu-Mihăilă at 2013-01-10 22:16:39 - 4 comments
  2963. "make check" fails on Arch Linux

    7af1a0a Opened by NAKASHIMA, Makoto at 2012-10-30 20:25:51 - 2 comments
  2964. Typedefs and static methods do not work together

    74c12d3 Opened by Blaze Jayne at 2012-12-04 17:36:20 - 1 comment
  2965. document "/&" syntax

    fca697e Opened by Erick Tryzelaar at 2012-12-14 23:32:33 - 2 comments
  2966. region error "Cannot encode region variables"

    59adbbc Opened by neju como at 2013-03-25 16:55:04 - 5 comments
  2967. Explict kind declarations on types

    e02b95d Opened by Brian Anderson at 2013-04-29 13:37:11 - 3 comments
  2968. io::Reader for TcpSocketBuf is inconsistent in its implementation of read_byte() and eof()

    ebc3e07 Opened by Damien Schoof at 2012-11-08 05:14:05 - 1 comment
  2969. Struct initializers allow missing fields

    5e707b0 Opened by Brian Anderson at 2012-10-31 20:56:51 - 2 comments
  2970. rustc guards ICE: Assertion m.len() > 0u || chk.is_some() failed

    440f6e2 Opened by Dan Connolly at 2012-12-08 06:52:51 - 5 comments
  2971. regression in namespace lookups

    4ab6a28 Opened by Wolfgang Bumiller at 2012-11-01 20:46:47 - 1 comment
  2972. Something funny going on with extern double pointers

    0e3790e Opened by Eevee at 2012-11-02 06:49:27 - 2 comments
  2973. Linking to static native libraries loses the native library debug info

    c193fad Opened by Brian Anderson at 2014-12-05 00:41:32 - 7 comments
  2974. Mention in the reference manual that types and modules share the same namespace

    c4b5401 Opened by Tim Chevalier at 2012-12-04 17:35:14 - 1 comment
  2975. Mention in the reference manual that types and modules share the same namespace

    8cb2639 Opened by Tim Chevalier at 2012-12-14 23:42:53 - 1 comment
  2976. Unable to infer trait's type parameter when using static method of trait

    19c1e15 Opened by Blaze Jayne at 2014-12-30 16:02:02 - 11 comments
  2977. Error choosing among several implementations of a trait's static method

    c319d02 Opened by Blaze Jayne at 2012-11-01 22:10:50
  2978. &fn is non-copyable

    20b5ab4 Opened by Niko Matsakis at 2013-03-20 17:44:36 - 3 comments
  2979. pipes::peek returns true unexpectedly

    ab022c2 Opened by Brian Anderson at 2012-11-23 23:54:13 - 1 comment
  2980. XCrate typedef of trait makes ICE

    2b83ff0 Opened by Brian Anderson at 2013-08-16 00:41:10 - 5 comments
  2981. XCrate pub use does not resolve

    48b0d12 Opened by Brian Anderson at 2012-11-09 01:15:21
  2982. LLVM assert instantiating mutually recursive struct

    afd515c Opened by Brian Anderson at 2012-11-02 23:42:16 - 3 comments
  2983. Macros inside default methods throw internal compiler error

    531d004 Opened by Dustin Lacewell at 2012-11-03 06:41:52
  2984. Run valgrind with fair scheduling when available

    ec14df3 Opened by Brian Anderson at 2015-04-18 16:43:46 - 7 comments
  2985. Add global data API, rewrite chan_from_global_ptr

    9bb7fd9 Opened by Brian Anderson at 2013-05-29 21:03:38 - 7 comments
  2986. move_val_init causes wierd breakage

    520ad74 Opened by Brian Anderson at 2012-12-06 04:23:24 - 5 comments
  2987. uninstall tries to rm -f $prefix/lib

    006d815 Opened by Benjamin Herr at 2012-11-05 04:38:25 - 2 comments
  2988. init() intrinsic is unsafe

    df84763 Opened by Niko Matsakis at 2013-05-10 19:12:11 - 4 comments
  2989. std::rl is unsafe

    2a3b7c2 Opened by Brian Anderson at 2013-09-12 12:46:06 - 4 comments
  2990. Rename old upcalls and move them to rust_builtin

    01e2cdf Opened by Brian Anderson at 2013-12-06 07:50:27 - 5 comments
  2991. RFC: rename self type to Self, to disambiguate from self region

    cf78c38 Opened by Blaze Jayne at 2013-01-10 21:46:55 - 3 comments
  2992. Add methods for mutable unsafe pointers

    f42e540 Opened by Brian Anderson at 2012-11-07 06:56:15
  2993. Sharing Channels in Rust

    099392a Opened by Paul Harvey at 2012-11-08 18:36:57 - 5 comments
  2994. make-check-very-fast

    3930471 Opened by Tim Chevalier at 2013-04-29 19:46:48 - 3 comments
  2995. Compiler bug when attempting to build with lmath

    69a4cda Opened by Brendan Zabarauskas at 2012-11-07 22:34:49 - 2 comments
  2996. Can't use symbolic enum in struct constant

    5a6f09a Opened by Blaze Jayne at 2012-12-04 17:31:27 - 2 comments
  2997. ICE when deriving cmp::Eq of struct with ~str

    6bde6f5 Opened by Blaze Jayne at 2013-01-10 22:39:54 - 3 comments
  2998. Condition module shouldn't require copyable types

    48edb40 Opened by Deleted user at 2013-01-04 02:25:26 - 2 comments
  2999. rustc's test pass shouldn't generate calls to os::args

    666b76f Opened by Brian Anderson at 2013-07-17 18:39:50 - 3 comments
  3000. Rename core::info, etc. and modernize

    c8e3669 Opened by Brian Anderson at 2013-03-26 04:03:14 - 2 comments
  3001. Convert compiler to use Drop trait

    c32e6d3 Opened by bstrie at 2013-05-06 13:11:41 - 5 comments
  3002. Bad documentation for --emit-llvm and --save-temps compiler flags

    7917a46 Opened by Tim Chevalier at 2014-02-20 17:15:37 - 7 comments
  3003. Fix testing prerequisites

    750ce1a Opened by Brian Anderson at 2012-11-14 02:35:23
  3004. Open file_reader on Windows in binary mode

    d4b1d34 Opened by Chad Retz at 2013-08-05 22:25:55 - 2 comments
  3005. Rename "Const" trait to "Freeze"

    7fc1994 Opened by ben blum at 2013-07-03 21:27:11 - 8 comments
  3006. Determine trait inheritance hierarchies for core and std traits

    4e0d4f8 Opened by bstrie at 2013-07-26 12:12:04 - 6 comments
  3007. Struct names can't be pattern matched with module prefixes

    36d12c7 Opened by Brian Anderson at 2012-11-13 02:04:48 - 2 comments
  3008. Traits can be inherited multiple times without rustc throwing an error

    56e452b Opened by Brendan Zabarauskas at 2012-11-16 23:12:56 - 3 comments
  3009. ICE on recursive enums

    e4679f4 Opened by Geoffry Song at 2012-11-13 17:19:42 - 1 comment
  3010. Make sure that derivable methods actually have derivable signatures

    f77a389 Opened by Patrick Walton at 2012-12-04 17:30:45
  3011. Building the manual fails incorrectly when node isn't installed

    4942a5c Opened by Brian Anderson at 2013-07-20 00:47:08 - 3 comments
  3012. Incorrect mixing of character and byte positions in parser

    e33cf80 Opened by Brian Anderson at 2013-06-16 04:31:56 - 4 comments
  3013. Internal compiler error

    b1082d8 Opened by Damien Schoof at 2012-11-15 19:59:41 - 2 comments
  3014. Hundreds of ignore'd tests are bitrotting in the test suite

    c2d5337 Opened by bstrie at 2015-10-04 06:27:32 - 18 comments
  3015. FuzzyEq should include a method that accepts an epsilon value

    b5238ff Opened by Brendan Zabarauskas at 2013-02-16 22:12:05 - 1 comment
  3016. Race condition running test suite with -jX

    255f96d Opened by Brian Anderson at 2013-03-20 22:10:42 - 1 comment
  3017. Mismatch of static/instance fn between impl and trait causes ICE

    b9245cd Opened by Blaze Jayne at 2012-11-16 02:14:39 - 3 comments
  3018. Incorrect whitespace check in comment parser

    0e6fd12 Opened by Brian Anderson at 2013-07-20 00:48:10 - 3 comments
  3019. Rename std::thread_pool to task_pool

    a7410d6 Opened by Brian Anderson at 2012-11-15 20:35:37
  3020. Impls should not allow methods not defined in the trait to be implemented

    dd70e7b Opened by Armin Ronacher at 2014-06-23 23:26:51 - 6 comments
  3021. 'make' no longer builds through stage2

    f973500 Opened by Brian Anderson at 2012-11-16 03:12:03
  3022. Inheritance on self doesn't work right in default methods

    10db04a Opened by Tim Chevalier at 2013-04-18 22:33:45 - 6 comments
  3023. Numeric types should satisfy the Add trait

    920e8bc Opened by bstrie at 2013-06-06 06:33:20 - 1 comment
  3024. overlapping instances should be detected for inherited traits

    3047945 Opened by Brian Anderson at 2012-11-29 06:35:29 - 1 comment
  3025. overlapping instances should be allowed for traits with no methods

    013b534 Opened by Brian Anderson at 2012-12-04 17:29:25 - 1 comment
  3026. Built-in trait inheritance

    3092233 Opened by Brian Anderson at 2013-09-21 04:42:45 - 5 comments
  3027. pub/priv qualifiers should be forbidden on impls

    c5fa61e Opened by Tim Chevalier at 2013-03-20 17:23:57 - 5 comments
  3028. Cross-crate private methods can be called

    33e3e68 Opened by Tim Chevalier at 2013-07-07 10:43:37 - 5 comments
  3029. "rustc has stopped working" on windows

    3128ee9 Opened by Sandro Mosca at 2013-06-08 17:49:50 - 3 comments
  3030. lmodern.sty missing on Ubuntu 12.10

    e48f546 Opened by Brian Anderson at 2014-06-24 01:13:48 - 11 comments
  3031. Internal compiler error on invalid field name in struct literal

    4c71a9f Opened by Benjamin Herr at 2013-05-16 16:10:44 - 3 comments
  3032. Possibly bogus illegal borrow unless pure error

    48be8f9 Opened by Gareth Smith at 2013-05-09 16:12:28 - 6 comments
  3033. pub/priv qualifiers on individual variants

    7b8062a Opened by Tim Chevalier at 2012-11-29 22:13:42 - 2 comments
  3034. Emacs whitespace-mode breaks rust-mode highlighting

    c9a6737 Opened by Anders Kaseorg at 2017-03-24 19:22:42 - 4 comments
  3035. confusing closure example in tutorial

    d1d2090 Opened by Brian Anderson at 2012-11-24 17:29:07
  3036. EBNF formatting

    4d80c23 Opened by Jesse Vorisek at 2013-05-15 18:26:16 - 1 comment
  3037. document std::path

    89dd9c5 Opened by Brian Anderson at 2014-01-22 18:56:14 - 5 comments
  3038. comm::recv() problem

    a860b18 Opened by Aiden at 2012-11-24 17:17:08 - 3 comments
  3039. 'privileged scope' coherence checks must extend to trait supertypes

    dc80af8 Opened by Brian Anderson at 2012-11-29 06:32:51 - 1 comment
  3040. Add a make check-stageN-doc target

    b722c45 Opened by Brian Anderson at 2012-12-15 01:13:41 - 1 comment
  3041. A core trait for shallow/pointer equality

    4635c13 Opened by bstrie at 2014-09-06 18:36:16 - 7 comments
  3042. ICE with using a trait as a type alias

    6ea61e9 Opened by Erick Tryzelaar at 2013-06-18 16:14:47 - 4 comments
  3043. getopts copy parameters

    a152768 Opened by James Miller at 2012-11-29 22:32:56 - 4 comments
  3044. Add a tidy check for the license

    a120b7c Opened by Brian Anderson at 2013-01-18 19:29:01
  3045. Rewrite tests.mk in Rust

    8a047e5 Opened by Brian Anderson at 2015-01-13 08:54:08 - 9 comments
  3046. spawn_loop in std::uv::global_loop not public

    d43e894 Opened by James Miller at 2013-07-20 00:51:10 - 2 comments
  3047. if b { x } else { y } requires identical types for x and y

    02c387f Opened by Benjamin Herr at 2013-09-03 13:51:04 - 10 comments
  3048. pipes::oneshot functions can't take channels/ports

    4fe6ef4 Opened by James Miller at 2012-11-24 07:38:42 - 2 comments
  3049. Add insert and remove methods to vec::MutableVector<T> ?

    845d0c3 Opened by Gareth Smith at 2012-11-29 22:09:27 - 1 comment
  3050. File reading test fails on Windows

    85a2ad7 Opened by Tim Chevalier at 2012-11-29 22:08:27 - 1 comment
  3051. Add a io::Writer wrapper that supports pushback

    f2701a3 Opened by Erick Tryzelaar at 2015-02-15 18:18:48 - 7 comments
  3052. Resolve doesn't report name conflicts between a module renaming and another module

    9a9559b Opened by Tim Chevalier at 2013-03-25 19:22:06 - 1 comment
  3053. tidy errors don't abort make -jn

    20ce4bf Opened by Tim Chevalier at 2012-12-04 01:25:47 - 1 comment
  3054. Two test cases for incorrect region inference

    37e8dee Opened by Brian Anderson at 2013-03-27 05:45:17 - 3 comments
  3055. Segfault in reflection on enum variants

    7f88955 Opened by Chris Leary at 2013-03-20 23:12:59 - 1 comment
  3056. macro referencing unbound syntax variable causes ICE

    9699a74 Opened by Michael Arntzenius at 2013-05-23 02:02:35 - 1 comment
  3057. Make Rust functions callable just like C functions from C code

    d948037 Opened by bstrie at 2013-06-12 16:37:36 - 2 comments
  3058. Bad auto_serialize code

    199d5d7 Opened by Jesse Vorisek at 2012-11-28 23:03:13
  3059. A "Design FAQ" document

    81a3454 Opened by bstrie at 2015-03-20 10:54:03 - 52 comments
  3060. 32-bit rustc data corruption

    00705d0 Opened by Brian Anderson at 2012-12-06 23:36:12 - 1 comment
  3061. rustc should check that for each impl of a trait, impls of the supertraits exist

    7dca8ac Opened by Brian Anderson at 2013-07-25 12:19:46 - 9 comments
  3062. trait inheritance and kinds

    4c37475 Opened by Brian Anderson at 2012-11-29 06:33:15 - 1 comment
  3063. Remove curl dependency by using python's urllib2

    0a20c96 Opened by lilac at 2012-11-29 12:43:03 - 2 comments
  3064. [Help] cargo init error

    c26cc01 Opened by jartai at 2013-03-08 23:27:54 - 16 comments
  3065. Remove commas from trait inheritance list

    4f5940b Opened by Brian Anderson at 2012-12-07 23:55:29 - 2 comments
  3066. Non-constant repeat count expr causes ICE

    d672314 Opened by Jimmy at 2014-02-01 07:28:23 - 19 comments
  3067. play.rust-lang.org

    d50be83 Opened by Deleted user at 2013-06-22 05:37:19 - 6 comments
  3068. Configure script accepts undefined options

    012ba47 Opened by Deleted user at 2012-12-10 08:13:02 - 4 comments
  3069. A better way to denote noncopyable types

    3c1ff1a Opened by bstrie at 2013-07-05 06:55:09 - 10 comments
  3070. flatpipes is (partly) unsafe without Pod kind

    9770037 Opened by Brian Anderson at 2014-01-03 19:18:00 - 9 comments
  3071. Anonymous impls on traits do not work

    d60f76a Opened by Brian Anderson at 2013-05-24 01:11:17 - 5 comments
  3072. std::ebml mods don't follow naming conventions

    84e1e30 Opened by Brian Anderson at 2012-12-07 00:15:10
  3073. Add Ability for Closure to Allow Argument But Never Use It

    147b739 Opened by Jimmy at 2012-11-30 02:30:44 - 3 comments
  3074. Move the kind traits to core::kinds

    b54820d Opened by Brian Anderson at 2012-11-30 09:32:38 - 1 comment
  3075. Rename core::box to core::managed

    e8cfa7c Opened by Brian Anderson at 2012-12-04 02:08:06
  3076. Rename core::unit to core::nil

    3474934 Opened by Brian Anderson at 2012-12-04 02:08:06
  3077. pub/priv qualifiers on variants don't seem to get serialized

    074a8ac Opened by Tim Chevalier at 2013-12-01 00:13:33 - 9 comments
  3078. @@Trait will not be adjusted properly if the method receiver has explicit self

    fccf36b Opened by Patrick Walton at 2013-05-02 18:30:24 - 3 comments
  3079. Update docs for crate file changes

    212ba14 Opened by Brian Anderson at 2012-12-17 19:00:34 - 1 comment
  3080. LLVM assertion failure when calling insert on a std::map::Hashmap<(@str, T), T>

    34d3fb2 Opened by Gareth Smith at 2012-12-07 03:16:26 - 1 comment
  3081. Allow closures to mutate their upvars

    442c21e Opened by Michael Arntzenius at 2014-06-05 17:31:41 - 11 comments
  3082. Use statements do not shadow previous items

    9adf21c Opened by Brian Anderson at 2013-03-30 19:35:27 - 4 comments
  3083. Type parameters on static methods don't work right

    b171d13 Opened by Brian Anderson at 2013-08-14 08:56:18 - 2 comments
  3084. Static methods are not resolved under the trait name cross-crate

    b00275a Opened by Brian Anderson at 2012-12-13 23:02:59 - 1 comment
  3085. Incorrect inference for default methods on generic traits

    f86aceb Opened by Brian Anderson at 2013-06-15 00:20:22 - 6 comments
  3086. supertrait methods should be callable on object types

    6c645ab Opened by Brian Anderson at 2015-04-13 18:29:02 - 13 comments
  3087. Calling default methods on type parameters that are type parameterized traits does not work

    e7fb635 Opened by Brian Anderson at 2013-06-21 07:34:53 - 8 comments
  3088. Cross-crate default methods don't work

    4a797f3 Opened by Brian Anderson at 2013-06-21 07:34:53 - 4 comments
  3089. Master branch failed at building on macos (assertion failure)

    1a25542 Opened by Theo M. Bulut at 2013-06-13 07:32:07 - 9 comments
  3090. logical negation operator isn't included in core::ops

    a00e05c Opened by Daniel Micay at 2013-02-07 20:52:32 - 4 comments
  3091. Trailing doc comments in trait definition causes an error

    baeaeab Opened by Brendan Zabarauskas at 2013-08-19 11:25:34 - 22 comments
  3092. Questionable type inference fail using complex generics and static methods

    2bf7443 Opened by Brian Anderson at 2013-05-22 22:38:15 - 5 comments
  3093. XC inlining of static methods

    5e2438a Opened by Brian Anderson at 2012-12-06 03:05:08 - 1 comment
  3094. Privacy doesn't consider type/value namespaces.

    d039f42 Opened by Brian Anderson at 2014-02-19 03:21:49 - 12 comments
  3095. Supervised and unlinked task failure modes do not work on Windows

    3c22851 Opened by Felix Martini at 2012-12-04 21:56:13 - 1 comment
  3096. Attribute(?) to selectively disable "unreachable pattern" errors

    a8a2a75 Opened by Michael Arntzenius at 2016-02-11 19:57:55 - 11 comments
  3097. ICE on record update with "fail" as base record

    65e9cc5 Opened by Michael Arntzenius at 2013-05-22 20:53:25 - 3 comments
  3098. Can duplicate unique pointers using auto-move-by-type

    b54f994 Opened by Michael Arntzenius at 2012-12-06 06:59:41 - 1 comment
  3099. Serializing map types

    05b94f5 Opened by Erick Tryzelaar at 2013-07-30 02:07:05 - 11 comments
  3100. Reintroduce directory modules

    a43229c Opened by Brian Anderson at 2013-07-24 06:29:05 - 5 comments
  3101. Teach the parser to associate the mod hierarchy in a file with directories

    bfd8f45 Opened by Brian Anderson at 2012-12-19 22:21:14 - 3 comments
  3102. Remove non-explicit-self methods

    54489f8 Opened by Brian Anderson at 2013-03-20 17:42:20 - 3 comments
  3103. os::dll_filename() picks prefix of shared library based on host arch

    876f722 Opened by ILYONG CHO at 2013-01-16 23:46:23 - 5 comments
  3104. early exit ICE

    24f442a Opened by Jesse Vorisek at 2013-03-20 20:42:10 - 4 comments
  3105. Macro for commenting out code

    71182f8 Opened by Tim Chevalier at 2012-12-11 00:23:53 - 2 comments
  3106. Problem with type inference

    6d66ff2 Opened by Steve Jenson at 2012-12-06 05:13:21 - 3 comments
  3107. Improve to_str & from_str with better radix handling of integer types

    342d05b Opened by Dzmitry Malyshau at 2013-02-27 15:54:03 - 3 comments
  3108. Fix type_use on 32-bit platforms

    a72d352 Opened by Brian Anderson at 2012-12-07 03:46:29 - 2 comments
  3109. Can't break to a labeled loop from inside a for loop

    cbf3aea Opened by Tim Chevalier at 2013-08-02 07:19:02 - 7 comments
  3110. Vector impls don't work well with explicit self

    fbb3000 Opened by Brian Anderson at 2012-12-10 23:36:44 - 1 comment
  3111. Type use probably doesn't work right with overloaded operators

    d9cb7c3 Opened by Patrick Walton at 2013-10-02 13:44:33 - 6 comments
  3112. run-pass/trait-inheritance-overloading-xc-exe fails

    8fe70a0 Opened by Tim Chevalier at 2012-12-14 23:26:12 - 1 comment
  3113. src/test/run-pass/stat.rs fails pretty-printing

    422fa0e Opened by Tim Chevalier at 2012-12-14 23:07:15 - 1 comment
  3114. Replace ty_param_bound with trait_ref in AST

    de4c4a7 Opened by Brian Anderson at 2013-05-08 19:48:48 - 2 comments
  3115. xfailed three tests

    d31adb5 Opened by Tim Chevalier at 2012-12-14 23:06:34 - 3 comments
  3116. Strange error for use of self when a impl declares a method as static but the trait doesn't

    2f9954b Opened by Huon Wilson at 2013-05-02 18:26:59 - 3 comments
  3117. decide if we should do backtracking in impl resolution

    f7e3571 Opened by Brian Anderson at 2015-01-02 21:36:49 - 9 comments
  3118. LLVM assert with explicit self and objects

    b40aa70 Opened by Brian Anderson at 2012-12-18 17:50:48 - 2 comments
  3119. Add sugar v[a .. b] be sugar for vec.slice and str.slice

    569d3e9 Opened by Erick Tryzelaar at 2014-03-17 19:52:21 - 38 comments
  3120. pretty printer adds an extra space in borrowed pointer return type

    b3c1435 Opened by Daniel Micay at 2013-03-21 02:19:07 - 1 comment
  3121. ICE with static methods

    1b2cb76 Opened by Brendan Zabarauskas at 2012-12-13 01:15:35 - 3 comments
  3122. integer literals could be more generic

    87712c0 Opened by Daniel Micay at 2014-10-14 00:20:50 - 6 comments
  3123. Drop can run impure code in pure functions

    8df49ee Opened by 14427 at 2012-12-28 00:10:16 - 3 comments
  3124. Paths in error messages for file modules contain dots now

    71eef34 Opened by Brian Anderson at 2012-12-13 20:06:08
  3125. super should be a keyword

    5dd0a9d Opened by Patrick Walton at 2013-01-24 19:18:23 - 1 comment
  3126. self should be a keyword

    081d3e3 Opened by Patrick Walton at 2013-05-16 23:05:43 - 10 comments
  3127. Reimplement test/bench/shootout-threadring.rs

    a031e41 Opened by Brian Anderson at 2013-03-15 22:52:16 - 1 comment
  3128. Remove old static method resolution

    f032b68 Opened by Brian Anderson at 2012-12-19 02:36:04 - 1 comment
  3129. Import WriterUtil by default

    8028eac Opened by Patrick Walton at 2013-03-21 15:57:37 - 2 comments
  3130. Problem with self when inheriting generic traits.

    78a869a Opened by Brendan Zabarauskas at 2013-04-22 04:57:08 - 14 comments
  3131. ICE with trait inheritance and generic constraints

    fe82169 Opened by Erick Tryzelaar at 2013-07-03 21:29:01 - 3 comments
  3132. rustc runs out of stack then asserts a leak and crashes

    a9c586d Opened by Henri Sivonen at 2013-03-29 02:47:28 - 2 comments
  3133. timer::delayed_send() blocks, doesn't return immediately

    bf510d2 Opened by Tim Taubert at 2013-05-02 02:33:36 - 5 comments
  3134. ICE with generic new-type structs

    5f76b3a Opened by Brendan Zabarauskas at 2012-12-15 03:50:38 - 1 comment
  3135. vec::raw::memcpy/memmove do not do bounds checks

    c2a58ca Opened by Brian Anderson at 2013-06-12 23:11:38 - 7 comments
  3136. libuv/timer - 'Assertion loop_refs == 1i32 failed' when uv_loop exits

    638df62 Opened by Tim Taubert at 2013-08-17 04:06:01 - 7 comments
  3137. remove check-fast driver

    7bf30cb Opened by Brian Anderson at 2014-04-07 20:16:52 - 4 comments
  3138. Display the full index on the manual

    f9bcfc8 Opened by Brian Anderson at 2012-12-15 02:07:01 - 1 comment
  3139. ftruncate is missing from core::libc

    337e70e Opened by Gareth Smith at 2014-01-01 15:06:57 - 9 comments
  3140. Confusing error message when missing an else in an if expression

    a01d2f3 Opened by Deleted user at 2014-10-16 03:12:27 - 9 comments
  3141. Error when using cross-crate static methods exported from a private module via pub use

    f87ec91 Opened by Brendan Zabarauskas at 2013-05-23 13:40:37 - 10 comments
  3142. rename ptr::memcpy, memmove, memset

    f15490e Opened by Brian Anderson at 2013-01-13 22:58:58 - 5 comments
  3143. Add uninit intrinsic. Use in core::vec

    4e14658 Opened by Brian Anderson at 2013-05-10 05:44:33 - 3 comments
  3144. Remove old operator overloading

    d09d855 Opened by Brian Anderson at 2013-03-20 17:41:40 - 5 comments
  3145. Attribute to allow naming the entry point something other than main

    75c1b89 Opened by ILYONG CHO at 2013-01-16 20:20:03 - 9 comments
  3146. ICE with trait inheritance/generics

    ad246e9 Opened by Brendan Zabarauskas at 2013-09-17 05:25:50 - 9 comments
  3147. repr and/or reflection gets confused about box mutability

    1b25915 Opened by Graydon Hoare at 2013-08-23 22:29:53 - 3 comments
  3148. Incorrect type checking for trait inheritance

    bc0b6dc Opened by Brian Anderson at 2013-05-08 19:37:14 - 4 comments
  3149. segfault with repr and regions in closure argument types

    6ba8ee7 Opened by Erick Tryzelaar at 2012-12-20 02:34:40 - 3 comments
  3150. Paths should terminate at module scope

    ad9fb47 Opened by Patrick Walton at 2013-03-20 17:23:27 - 2 comments
  3151. 0.5 doc pass

    48cb0e7 Opened by Graydon Hoare at 2012-12-21 02:30:39 - 1 comment
  3152. internal compiler error with self-referential struct definition

    dedda44 Opened by Tim Taubert at 2013-02-04 20:30:28 - 4 comments
  3153. Rewrite core::int, etc. to use item macros. Remove #[merge] hack

    ce9d2fb Opened by Brian Anderson at 2013-05-25 23:29:03 - 17 comments
  3154. inferred literals and integer-const expressions aren't overflow checked

    2c64325 Opened by Graydon Hoare at 2013-11-14 22:06:34 - 11 comments
  3155. Syntax to create dynamic-length homogenous vectors

    4102cfd Opened by Geoff Hill at 2012-12-29 00:17:43 - 1 comment
  3156. Remove redundant vec implementations traits

    492c921 Opened by Erick Tryzelaar at 2014-04-21 22:06:09 - 6 comments
  3157. Can't call a static method on an anonymous trait

    0dc14e2 Opened by Luci Brănescu-Mihăilă at 2013-03-23 00:02:50 - 3 comments
  3158. Can't declare static fns in multiple anonymous implementations

    4219253 Opened by Erick Tryzelaar at 2013-06-09 22:42:59 - 7 comments
  3159. ICE with struct-like enum variants

    bdcb25f Opened by Tim Chevalier at 2012-12-27 23:47:23 - 2 comments
  3160. REPL fails to execute any piece of code: "no mode for lval"

    81ee117 Opened by Zack Corr at 2012-12-22 23:14:18 - 5 comments
  3161. Implement a proper 'numerical tower' in core or std

    192d91b Opened by Brendan Zabarauskas at 2015-12-16 20:19:32 - 10 comments
  3162. Make Rust work on OS X 10.5

    5a8730f Opened by Brian Anderson at 2013-04-27 20:42:11 - 8 comments
  3163. Tutorial needs better discussion of mutability and linearity

    fcae558 Opened by Brian Anderson at 2013-03-27 16:31:24 - 2 comments
  3164. internal compiler error: unexpected failure

    e1a1ff3 Opened by Michael Neumann at 2013-03-20 23:56:46 - 1 comment
  3165. ./configure fails when spaces are in the directory tree.

    1eebbbc Opened by Paul Nathan at 2013-05-02 18:20:50 - 4 comments
  3166. json decoding should fail with a more descriptive error

    90998b2 Opened by Erick Tryzelaar at 2013-11-24 10:51:37 - 5 comments
  3167. Random extra::time test failures

    486ca52 Opened by Brian Anderson at 2013-07-16 11:04:11 - 2 comments
  3168. fatal error: 'new' file not found

    ed9fe26 Opened by Lance Bachmeier at 2013-05-16 16:12:04 - 2 comments
  3169. Redesign the I/O library and traits

    568e039 Opened by Brian Anderson at 2014-02-06 21:21:26 - 4 comments
  3170. ICE if generic destructor invokes a method on self ("vtables missing where they are needed")

    8d0555d Opened by Tycho Sci at 2014-02-20 16:16:45 - 10 comments
  3171. Not building immediately as Ubuntu PPA on Launchpad

    b2b44f2 Opened by Kevin Cantú at 2013-03-25 18:10:34 - 4 comments
  3172. Change visitor code to generate code with explicit self

    5336ad3 Opened by Jesse Vorisek at 2013-03-20 17:23:10 - 2 comments
  3173. structural_records warning

    3c046f4 Opened by Jesse Vorisek at 2013-03-21 19:36:19 - 2 comments
  3174. "cargo install": infinite recursion

    cc0238e Opened by kud1ing at 2013-03-08 23:27:19 - 2 comments
  3175. Upstream the llvm patches

    6a25447 Opened by Erick Tryzelaar at 2014-04-11 07:05:22 - 54 comments
  3176. ICE with library crate

    745f05d Opened by Jesse Vorisek at 2013-03-21 19:44:40 - 4 comments
  3177. 'rustc --pretty typed' fails for hello world

    27d46dd Opened by Richard Dodd at 2014-09-10 13:25:18 - 13 comments
  3178. cannot have static and instance methods with the same name

    813aa55 Opened by Tim Taubert at 2013-03-21 19:47:24 - 4 comments
  3179. rusti: disable unused variable warnings

    3974b23 Opened by kud1ing at 2012-12-23 19:24:16 - 2 comments
  3180. ICE on destructuring

    562c007 Opened by Luci Brănescu-Mihăilă at 2013-03-21 19:04:03 - 3 comments
  3181. Deriving cmp::Ord

    631d2c1 Opened by Gareth Smith at 2013-04-13 07:30:15 - 4 comments
  3182. Type-directed method resolution does not work through pointers

    0d06a6d Opened by Gareth Smith at 2015-02-11 00:28:57 - 9 comments
  3183. Add a CONTRIBUTING.md file to the root directory in rust

    1fe3499 Opened by Tim Chevalier at 2013-03-06 00:59:39 - 4 comments
  3184. LinearMap does not implement the SendMap trait

    ff2b2d4 Opened by Jesse Vorisek at 2013-02-16 22:12:14 - 1 comment
  3185. HashMap should implement to_str

    287fd4b Opened by Jesse Vorisek at 2013-05-31 01:54:12 - 1 comment
  3186. LinearMap.len is wrong

    4b003b2 Opened by Jesse Vorisek at 2013-01-01 06:03:40 - 4 comments
  3187. INHTWAMA

    29c3683 Opened by Jesse Vorisek at 2013-04-01 10:33:38 - 3 comments
  3188. Build is broken, coretest fails

    af88328 Opened by Tim Chevalier at 2012-12-24 20:38:15 - 3 comments
  3189. Update shootout-mandelbrot for core::io changes

    2eb5006 Opened by Tim Chevalier at 2012-12-24 21:30:02 - 1 comment
  3190. you dun goofed

    78d43a6 Opened by Jesse Vorisek at 2013-07-18 21:48:02 - 6 comments
  3191. Rereborrowing loses lifetime information.

    83abe1f Opened by Steven Blenkinsop at 2012-12-27 23:25:09 - 2 comments
  3192. Better error message for polymorphic recursion

    19fa31a Opened by migmit at 2021-07-09 18:15:42 - 28 comments
  3193. libcore: char::to_digit inconsistent with char::is_digit

    ccbd469 Opened by Marvin Löbel at 2013-02-27 16:39:23
  3194. crash copying pipes::SharedChan

    c6e4288 Opened by Jesse Vorisek at 2013-02-28 05:27:49 - 2 comments
  3195. Can't put lifetime annotation on parameterized type

    8fa77fa Opened by Steven Blenkinsop at 2013-01-02 09:23:56 - 1 comment
  3196. ARC API cleanup

    d57f2a0 Opened by Jesse Vorisek at 2013-08-19 19:55:43 - 8 comments
  3197. document crate-relative paths, absolute paths, path contexts, etc.

    accc29c Opened by Jesse Vorisek at 2014-04-08 16:55:17 - 6 comments
  3198. can't find crate for core

    a0375b9 Opened by Jesse Vorisek at 2015-04-28 20:08:37 - 10 comments
  3199. Error calling supertrait method via trait reference

    17a2f61 Opened by Josh Matthews at 2013-03-21 19:17:22 - 3 comments
  3200. TCP server is not working

    e2e5761 Opened by Michael Neumann at 2012-12-27 22:00:41 - 3 comments
  3201. RFC: Limit what types can have destructors

    2e6dcfb Opened by Niko Matsakis at 2013-03-29 20:08:10 - 5 comments
  3202. buildbot not working

    f492dd1 Opened by Tim Chevalier at 2013-01-03 20:26:53 - 1 comment
  3203. rustc is slow on Windows XP

    2b443da Opened by Deleted user at 2013-04-25 20:51:30 - 5 comments
  3204. Add support for hyphens in identifiers

    6b6bda5 Opened by Paul Miller at 2022-07-25 07:00:46 - 11 comments
  3205. "unable to find implementation of trait" with a combination of a generic trait & a static method

    5f7be9a Opened by Brendan Zabarauskas at 2013-07-23 21:59:09 - 9 comments
  3206. float::to_str() and int::to_str() broken on not even that large values.

    0229961 Opened by Marvin Löbel at 2013-02-27 13:56:30 - 1 comment
  3207. Segfault with explicit, by-value self and vectors

    bac4c5b Opened by Gareth Smith at 2013-05-26 14:57:30 - 4 comments
  3208. closure type fails to be inferred properly for vec foldl method

    d69f41e Opened by Daniel Micay at 2013-05-21 20:03:25 - 4 comments
  3209. result::get() causes "Entry Point Not Found" on Windows

    9c85ef5 Opened by mrhandle at 2013-03-25 18:41:15 - 3 comments
  3210. Error message for non-exhaustive pattern only shows part of missing case

    98c34eb Opened by Lindsey Kuper at 2014-06-21 03:56:26 - 6 comments
  3211. "Cannot root managed value long enough" with recursion and returning borrowed pointers

    0a36391 Opened by Tim Taubert at 2013-05-15 17:35:06 - 4 comments
  3212. Unable to implement a trait in terms of more than one other trait

    122120d Opened by Peter Williams at 2013-01-02 04:00:48 - 1 comment
  3213. proposal: Assign trait

    3be81ae Opened by Daniel Micay at 2013-11-02 23:47:30 - 5 comments
  3214. drop could take self by-value, and allow early destruction

    9ce5df2 Opened by Daniel Micay at 2024-02-21 00:39:18 - 19 comments
  3215. Borrow checker is too strict for ~mut vecs

    29f2a08 Opened by Sophie Alpert at 2013-01-03 01:17:16 - 2 comments
  3216. Consider renaming Drop::finalize to Drop::drop

    61cafc8 Opened by Erick Tryzelaar at 2013-06-26 05:23:06 - 11 comments
  3217. Segfault from using casted trait

    1abd77a Opened by 14427 at 2013-04-01 18:43:18 - 5 comments
  3218. consider including byte literals (alternative to integer literals for [u8] and u8)

    5b0cf1e Opened by Daniel Micay at 2014-05-06 00:50:23 - 29 comments
  3219. lifetime cannot outlive unknown scope. Please report a bug...

    6b2f3ca Opened by Steven Blenkinsop at 2013-03-29 08:22:30 - 4 comments
  3220. rustdoc: Change the output of "Interface" to "Trait"

    2212f15 Opened by kud1ing at 2013-01-03 19:48:58 - 2 comments
  3221. Using mod <name> in <name>.rs leads to "internal compiler error: unexpected failure"

    3ef9264 Opened by Mike Brown at 2013-07-09 14:17:56 - 5 comments
  3222. Remove move and copy keywords

    1716e67 Opened by Tim Chevalier at 2013-03-24 04:41:01 - 1 comment
  3223. Get syntax highlighting working on GitHub

    e55273e Opened by Brian Anderson at 2013-03-06 23:59:18 - 15 comments
  3224. condition! macro should support multiple declarations

    c003768 Opened by Deleted user at 2013-03-16 20:54:47 - 2 comments
  3225. etc/unicode.py emits ancient Rust code

    2572f7d Opened by Lindsey Kuper at 2013-05-29 01:09:13 - 5 comments
  3226. test/run-pass/traits-default-method-self.rs fails with ICE in trans

    e136eac Opened by Lindsey Kuper at 2013-06-15 00:22:37 - 4 comments
  3227. Fast isel dislikes 64-bit integer division

    6402c2a Opened by Patrick Walton at 2013-05-25 12:06:32 - 2 comments
  3228. Visitor glue uses first class aggregates, causes fast isel bailouts

    22e65c2 Opened by Patrick Walton at 2013-01-24 15:52:28
  3229. Fast isel dislikes switch, which pattern matching can generate

    4fd8be5 Opened by Patrick Walton at 2022-07-06 02:16:21 - 12 comments
  3230. Fast isel dislikes 1-bit function arguments

    afe077a Opened by Patrick Walton at 2013-04-05 09:52:54 - 3 comments
  3231. Passing an rvalue as ~self causes double-free

    90d77c1 Opened by Daniel Micay at 2013-06-30 01:34:32 - 6 comments
  3232. LLVM assertion with extern fn in struct

    9138e43 Opened by Viktor Dahl at 2013-02-08 00:32:29 - 2 comments
  3233. Develop doc-comment style guide

    532d44a Opened by Deleted user at 2015-03-07 12:23:46 - 17 comments
  3234. ICE on recursive type

    1d5b022 Opened by davidhalperin at 2018-07-30 10:39:24 - 19 comments
  3235. De-mode libsyntax and librustc

    049de5e Opened by Patrick Walton at 2013-04-20 21:15:56 - 2 comments
  3236. Macros don't get expanded when used in item name token position

    89a93f5 Opened by vadimcn at 2013-01-10 21:25:04 - 2 comments
  3237. use <module>::* imports non-public module members

    d6ddc29 Opened by vadimcn at 2013-03-01 01:02:52 - 1 comment
  3238. add an endianness meta attribute

    4ed5b98 Opened by Daniel Micay at 2013-02-25 21:32:08
  3239. ICE in match statement at conditional catch-all

    7ad8b7b Opened by Marvin Löbel at 2013-01-07 20:35:38 - 1 comment
  3240. Type error messages have typedefs expanded away

    db7bb35 Opened by Tim Chevalier at 2013-11-04 22:23:16 - 5 comments
  3241. Allow macros to expand to multiple items

    7aced0f Opened by bstrie at 2014-09-01 11:24:53 - 13 comments
  3242. Cross-crate calls to inherited methods don't work

    ff16601 Opened by Tim Chevalier at 2013-07-23 20:52:58 - 5 comments
  3243. Spurious "value assigned is never read" warnings during macro expansion

    4132cdc Opened by bstrie at 2013-07-23 18:28:07 - 4 comments
  3244. Generalize moves to allow moves out of any owned content

    b4ef0f1 Opened by Niko Matsakis at 2013-06-06 20:43:32 - 9 comments
  3245. Change std::timer functions to not require a passed-in uv::global_loop

    aa87062 Opened by bstrie at 2013-08-23 00:24:38 - 3 comments
  3246. Privatize appropriate struct fields in core and std

    1d09414 Opened by bstrie at 2013-10-30 01:11:06 - 4 comments
  3247. ICE when attempting to use arithmetic expression as fixed vector length

    0efb1e4 Opened by bstrie at 2013-03-21 22:11:10 - 5 comments
  3248. Compile-time static stack size

    ea034d2 Opened by Nathan at 2014-04-01 11:53:32 - 7 comments
  3249. Compile-time static stack size

    7565fac Opened by Nathan at 2013-01-09 00:35:32
  3250. unit testing improperly ignores test funs that take args

    ceacb39 Opened by John Clements at 2013-05-02 13:22:32 - 3 comments
  3251. Remove lazy initialization of scheduler threads

    6e26e01 Opened by Brian Anderson at 2013-02-15 05:07:54 - 3 comments
  3252. BigInt tests fail on 32-bit platforms

    c5e0f3c Opened by Brian Anderson at 2013-08-26 15:21:14 - 3 comments
  3253. DNS: rustlang.org and rust-lang.com

    1cf3c12 Opened by Deleted user at 2014-05-14 23:53:32 - 7 comments
  3254. RFC: #[no_mangle]

    bc8c3b3 Opened by Patrick Walton at 2013-04-23 17:17:27 - 8 comments
  3255. Calls to generic inherited methods don't work, at least in default methods

    535cd16 Opened by Tim Chevalier at 2013-07-25 23:31:03 - 5 comments
  3256. RFC: Add a mode to not generate debug! statements, use by default for core/std

    0a7235a Opened by Patrick Walton at 2013-07-26 04:17:58 - 6 comments
  3257. Zero out only the first pointer when canceling cleanups, and don't zero out PODs

    e919925 Opened by Patrick Walton at 2014-02-06 18:54:11 - 5 comments
  3258. Integer constant treated as 16 bit

    a30f5f5 Opened by David Brown at 2013-01-09 17:46:15 - 1 comment
  3259. Extra level of indirection with explicit self

    885cc03 Opened by bstrie at 2013-07-10 05:59:21 - 6 comments
  3260. Literal vec notation is less efficient than vec::from_elem

    161714c Opened by bstrie at 2013-05-19 20:15:26 - 2 comments
  3261. Figure out a proper solution for calling Rust via JNI

    342a5a4 Opened by Brian Anderson at 2013-12-19 12:59:27 - 6 comments
  3262. Fill out missing Android runtime functions

    df1a33e Opened by Brian Anderson at 2016-01-05 05:02:03 - 10 comments
  3263. trait that omits & on self type signals LLVM assertion failure

    4c67ff2 Opened by John Clements at 2013-07-10 06:00:27 - 6 comments
  3264. rusti segfaults for trivial programs

    1e700d6 Opened by William Ting at 2013-03-22 00:06:47 - 4 comments
  3265. Remove the unweaken_task runtime call

    8461a9a Opened by Brian Anderson at 2013-01-10 07:59:37 - 1 comment
  3266. Use an LLVM intrinsic instead of libc_::memmove.

    0dd4376 Opened by William Ting at 2013-04-29 23:18:59 - 2 comments
  3267. Rust should not use address spaces for garbage collection

    0fd28c8 Opened by Eric Holk at 2013-04-24 20:10:05 - 1 comment
  3268. tutorial: Compare closure argument patterns to match statements

    059f234 Opened by Brian Anderson at 2014-08-20 18:05:55 - 7 comments
  3269. Scheduler rewrite with I/O event loop

    8911cb9 Opened by Brian Anderson at 2014-12-08 22:12:43 - 5 comments
  3270. Destroy a box in core::gc::cleanup_stack_for_failure

    df3512d Opened by Tim Chevalier at 2013-05-01 00:33:37 - 2 comments
  3271. Removing trailing underscore in pipes::HasBuffer::set_buffer_

    adeaea3 Opened by Tim Chevalier at 2013-02-07 23:30:03 - 2 comments
  3272. Type inference hint in private::chan_from_global_ptr shouldn't be necessary

    7513492 Opened by Tim Chevalier at 2013-03-06 00:48:53 - 1 comment
  3273. Make a version of char::escape_unicode that doesn't allocate

    56346b7 Opened by Tim Chevalier at 2013-06-30 18:35:52 - 3 comments
  3274. i64 and u64 impls in core::repr can lose precision

    1902514 Opened by Tim Chevalier at 2013-06-30 18:22:59 - 2 comments
  3275. De-mode core::stackwalk::frame_address

    b1f9e7a Opened by Tim Chevalier at 2013-03-29 01:42:26 - 4 comments
  3276. Allow ARCs to contain other ARCs

    4b3a64c Opened by Brian Anderson at 2013-07-05 19:14:24 - 6 comments
  3277. Remove sys::begin_unwind_?

    2a871ca Opened by Tim Chevalier at 2013-10-11 17:01:28 - 5 comments
  3278. spawn::spawn_raw::make_child_wrapper doesn't run box annihilator

    c6bbed2 Opened by Tim Chevalier at 2013-10-11 00:59:31 - 3 comments
  3279. flatpipes::util::BufReader::as_bytes_reader doesn't handle failure

    b26c440 Opened by Tim Chevalier at 2014-02-06 18:54:43 - 3 comments
  3280. In Ord instance in json, compare Objects more efficiently

    25d24e8 Opened by Tim Chevalier at 2013-08-06 15:41:06 - 3 comments
  3281. Remove transitional impl of Map for LinearMap

    4cf15fa Opened by Tim Chevalier at 2013-01-30 04:10:24 - 1 comment
  3282. Finish workcache

    65ebee0 Opened by Tim Chevalier at 2013-09-26 17:51:35 - 3 comments
  3283. main can be a inner function?

    9f66954 Opened by ILYONG CHO at 2013-05-09 06:32:53 - 7 comments
  3284. Remove unwrap_shared_mutable_state

    7631bae Opened by Brian Anderson at 2013-03-01 03:02:41 - 7 comments
  3285. Incoming is broken

    3b64b1f Opened by Tim Chevalier at 2013-01-11 05:28:23 - 1 comment
  3286. Call to vec::filter causes segfault in rustdoc tests

    12cbaed Opened by Tim Chevalier at 2013-06-28 05:37:04 - 9 comments
  3287. --enable-clang fails with against 3.0-6ubuntu3

    21d396f Opened by William Ting at 2013-01-29 17:42:48 - 2 comments
  3288. Error message ""instantiating a type parameter with an incompatible type" should tell you the type

    0b4f020 Opened by bstrie at 2013-06-29 15:10:53 - 5 comments
  3289. "Owned" should imply "Durable"

    923f663 Opened by bstrie at 2013-08-22 04:41:30 - 5 comments
  3290. &static/str should be sendable

    246d6b3 Opened by bstrie at 2013-02-28 13:07:58 - 3 comments
  3291. net_url::tests::test_decode_form_urlencoded causes ICE on FreeBSD

    7d76310 Opened by Tim Chevalier at 2013-09-21 11:15:58 - 2 comments
  3292. Add at_exit runtime function

    c483310 Opened by Brian Anderson at 2013-02-05 18:28:41 - 1 comment
  3293. Make foreign calls work outside of task context

    34fa191 Opened by Brian Anderson at 2013-03-09 21:01:54 - 1 comment
  3294. Destructor call order

    5d0d88a Opened by Tony Aldridge at 2013-01-18 07:41:16 - 4 comments
  3295. Running rust code outside of the runtime

    4d6f552 Opened by Aurora Nockert at 2013-06-25 21:54:22 - 3 comments
  3296. sha1::Sha1.result_str() can yield incorrect results

    eb72bd4 Opened by Peter Williams at 2013-04-30 23:45:01 - 1 comment
  3297. Path-qualified constants can't be used in patterns

    cdc41bf Opened by Patrick Walton at 2013-05-16 23:03:41 - 2 comments
  3298. Borrow check error with "unknown scope" region for callee's self parameter

    29fec8e Opened by Jed Davis at 2013-08-16 00:41:10 - 8 comments
  3299. Avoid creating empty .so/.dylib/.dll files

    ed9b976 Opened by MrElendig at 2013-03-24 04:44:18 - 4 comments
  3300. Cannot use &Trait as argument for generic functions

    01163fd Opened by 14427 at 2013-03-20 17:39:28 - 2 comments
  3301. Allow item macros to expand into items with attributes.

    5f102a9 Opened by Eric Holk at 2013-10-10 06:01:25 - 2 comments
  3302. Inlining small non-recursive functions

    8a3a586 Opened by Tim Chevalier at 2013-06-07 08:11:15 - 3 comments
  3303. fmt!("%?", x) is broken with x of type &[char]

    8faaede Opened by Simon Sapin at 2013-01-14 21:39:43 - 2 comments
  3304. Too many tests trigger a valgrind internal assertion about function size

    6f54372 Opened by Brian Anderson at 2013-09-09 16:46:03 - 5 comments
  3305. Run Rust code on native stack segments

    7394e4d Opened by Brian Anderson at 2013-09-12 17:06:35 - 7 comments
  3306. Don't switch to the C stack when there is room on the Rust stack

    cf5d3d7 Opened by Brian Anderson at 2013-08-01 17:39:56 - 6 comments
  3307. Allow foreign functions to declare how much stack they need

    ce9b878 Opened by Brian Anderson at 2013-03-08 11:32:22 - 1 comment
  3308. When building a test runner, don't remove the main function

    b6005e8 Opened by Brian Anderson at 2013-01-16 01:28:01 - 2 comments
  3309. Implement __morestack for ARM

    6cbc37a Opened by Brian Anderson at 2013-04-11 04:57:14 - 9 comments
  3310. foldl and foldr should pass the accumulator by value

    6015ece Opened by Brian Anderson at 2013-05-07 18:21:22 - 1 comment
  3311. ICE from regions (Cannot encode region variables)

    c3b30e2 Opened by Daniel Micay at 2013-03-26 22:39:01 - 1 comment
  3312. Segmentation fault (core dump) in Rust 0.6

    02711b9 Opened by Deleted user at 2013-03-20 23:19:01 - 4 comments
  3313. Remove weak tasks from the runtime

    79cfee6 Opened by Brian Anderson at 2013-08-06 16:18:26 - 3 comments
  3314. Swap return value order in pipes::oneshot

    2e8ae1c Opened by Brian Anderson at 2013-01-16 01:24:42 - 8 comments
  3315. What are semantics of empty enums that have been artificially fabricated?

    7e506b2 Opened by Brian Anderson at 2014-04-01 11:46:09 - 25 comments
  3316. "unknown scope" error on mutable borrowed pointer

    e5a85fb Opened by John Clements at 2013-01-20 01:28:04 - 3 comments
  3317. Swap return values of pipes::init()

    44cc350 Opened by Nick Desaulniers at 2013-06-13 21:16:16 - 3 comments
  3318. add a lint check for unused pure function return values

    1f2cc9a Opened by Daniel Micay at 2013-03-13 00:04:25 - 3 comments
  3319. Structure instantiation doesn't handle structure typedefs

    ed14a02 Opened by Josh Matthews at 2014-07-07 22:41:45 - 23 comments
  3320. FFI tutorial isn't being tested

    2272dfb Opened by bstrie at 2013-07-03 19:38:11 - 3 comments
  3321. NaN when hashed should have a random hash value

    c17ff07 Opened by Damian Gryski at 2013-03-12 01:10:08 - 12 comments
  3322. Segfault without using unsafe in this program extracted from the test suite

    82c1f08 Opened by bstrie at 2013-03-20 22:02:33 - 2 comments
  3323. Implement cross-compilation to Android

    b21e33b Opened by Brian Anderson at 2013-03-07 20:11:38 - 44 comments
  3324. Should the drop method take mutable self?

    e234736 Opened by Brian Anderson at 2013-05-29 19:19:19 - 6 comments
  3325. ICE in closure capture computation

    c4bd824 Opened by Niko Matsakis at 2013-01-24 15:52:30
  3326. Type errors still use old fixed-length vector syntax

    f2f9b77 Opened by Eevee at 2013-03-20 20:16:11 - 1 comment
  3327. Stack closures as arguments still use modes

    2db64b8 Opened by Brian Anderson at 2013-03-01 19:47:37 - 1 comment
  3328. LLVM assertion when initializing a constant function pointer

    ef441b4 Opened by Josh Matthews at 2013-01-24 15:52:31
  3329. ICE when calling constant function reference

    7fa67ac Opened by Josh Matthews at 2013-02-06 01:19:11 - 1 comment
  3330. Replace all uses of fail with die!, then remove fail and rename die! to fail!

    6b88175 Opened by bstrie at 2013-02-15 21:52:51 - 14 comments
  3331. Don't create an extra scheduler in core::private::run_in_bare_thread

    be10400 Opened by Tim Chevalier at 2013-06-07 00:55:38 - 1 comment
  3332. Add a String trait to avoid duplicating ~str, @str, &static/str operations

    92e2013 Opened by Tim Chevalier at 2013-07-28 22:34:41 - 3 comments
  3333. Convert super to a keyword

    e324bc7 Opened by Brian Anderson at 2013-01-24 19:17:15 - 3 comments
  3334. Can't perform pointer casts in constant expressions

    b4467c1 Opened by Josh Matthews at 2013-04-29 23:35:24 - 2 comments
  3335. log should not consume its arguments

    a63b985 Opened by bstrie at 2013-04-26 00:31:37 - 3 comments
  3336. Fix xfail-license files

    15462dc Opened by Brian Anderson at 2014-02-06 03:45:16 - 4 comments
  3337. Extend tidy license check to remaining source code

    2e31df4 Opened by Brian Anderson at 2014-02-18 03:56:47 - 8 comments
  3338. Mobile app support?

    94d9139 Opened by Andrew at 2013-05-01 20:19:49 - 2 comments
  3339. Submodules cannot access private members of parents

    29b91e3 Opened by Brian Anderson at 2013-07-16 00:32:58 - 6 comments
  3340. Remove last-use analysis

    5e8942f Opened by Tim Chevalier at 2013-02-05 19:37:31 - 2 comments
  3341. Calling std::arc::MutexARC() causes an ICE

    e71a2f0 Opened by Michael Arntzenius at 2013-01-19 18:54:19 - 3 comments
  3342. Segfault when matching a copy of a owned box

    c9ed785 Opened by lbonn at 2013-06-22 18:06:29 - 7 comments
  3343. Segfault matching copy of dereferenced owned string

    dcbab51 Opened by Josh Matthews at 2013-06-13 21:16:15 - 8 comments
  3344. Document precedence of unary operators

    b98cb2c Opened by Simon Sapin at 2013-06-25 15:52:04 - 2 comments
  3345. fn's can no longer be implicitly converted to closures

    c1a5e64 Opened by Gareth Smith at 2013-01-21 22:16:06 - 5 comments
  3346. ICE with crate & polymorphic constructor function

    178bc52 Opened by Michael Arntzenius at 2013-10-11 06:56:18 - 6 comments
  3347. Assertion failure causes wrong exit status

    5e7860d Opened by Alex Crichton at 2013-07-22 00:11:52 - 6 comments
  3348. Creating a struct that includes a self-referential type causes an internal compiler error

    a6a4921 Opened by Tyler Bindon at 2013-01-20 11:40:40 - 2 comments
  3349. Recursive type not caught

    5d37d4c Opened by Jonathan A. Sternberg at 2013-01-20 11:41:57 - 1 comment
  3350. Wrong log levels in the manual

    6f291fc Opened by lbonn at 2013-01-22 03:55:35 - 1 comment
  3351. core::at_vec should have from_owned and from_slice functions

    e5e2236 Opened by Gareth Smith at 2013-01-22 23:24:40 - 1 comment
  3352. Core documentation about how the prelude is injected is wrong

    fe4637c Opened by Brian Anderson at 2013-03-27 02:17:23 - 2 comments
  3353. Documentation website doesn't automatically redirect to the index page.

    887ab5e Opened by William Ting at 2014-05-22 02:43:56 - 5 comments
  3354. Segfault with impl &mut ~str: Pushable

    5fd95b2 Opened by Simon Sapin at 2013-04-29 23:32:44 - 1 comment
  3355. Will you guys be using the "rustlang" namespace for internet?

    0450993 Opened by William Ting at 2013-01-22 22:38:41 - 2 comments
  3356. Using %? in fmt! broken on Windows 7

    0832c3a Opened by Arets Paeglis at 2013-06-21 15:46:49 - 7 comments
  3357. Remainder is not modulus, but int::rem() uses the mod operator.

    d9c4ffd Opened by William Ting at 2013-04-22 22:50:49 - 3 comments
  3358. add 'make bench' target for pastebin/parseable formatted results

    aa473fd Opened by William King at 2017-02-11 00:11:22 - 8 comments
  3359. Remove 'unsafe' workarounds once pure goes away

    2a8aaa8 Opened by Marvin Löbel at 2013-04-16 00:36:35
  3360. Errors with the same span should only print the erroneous span once

    c61bc69 Opened by bstrie at 2013-04-27 05:44:29 - 2 comments
  3361. Remove metadata::decoder::each_path and adjust users to do something else

    a377fca Opened by Tim Chevalier at 2014-02-06 18:56:52 - 6 comments
  3362. Finish metadata::encoder::encode_info_for_mod

    761404a Opened by Tim Chevalier at 2014-02-06 18:58:32 - 4 comments
  3363. The tutorial should use structs instead of enums for defining strong typedefs

    4d08f23 Opened by Deleted user at 2013-04-29 09:44:27 - 1 comment
  3364. "newtype" structs fail to work across crates

    9b821dd Opened by Deleted user at 2013-08-10 01:14:11 - 7 comments
  3365. Explicit alignment in the type system

    1574514 Opened by Deleted user at 2014-09-24 04:59:02 - 10 comments
  3366. | with the pat macro fragment specifier

    ad697fc Opened by Simon Sapin at 2013-05-06 13:29:41 - 4 comments
  3367. Rustc hangs and consumes all cpu and memory after finding illegal borrow.

    b22e2eb Opened by Jake Kerr at 2013-02-09 00:15:36 - 2 comments
  3368. Mention in the tutorial that stack-allocated values are moved-by-default

    237adb0 Opened by bstrie at 2013-03-20 23:12:54 - 1 comment
  3369. Minor error in tutorial regarding shadow declarations

    06829b8 Opened by Cole Mickens at 2013-01-24 19:37:17 - 2 comments
  3370. Precedence of as

    7c21988 Opened by Seo Sanghyeon at 2013-09-26 17:54:00 - 10 comments
  3371. Merge in ABI changes while not breaking the Windows build

    a10669c Opened by Tim Chevalier at 2013-01-29 19:36:51 - 3 comments
  3372. Factor out code duplication in src/test/bench/core-map.rs

    32c0697 Opened by Daniel Micay at 2013-03-22 03:46:07
  3373. Add range searches to TreeMap/TreeSet

    e23984c Opened by Daniel Micay at 2013-08-17 22:02:10 - 6 comments
  3374. Implement Ord for TreeMap/TreeSet

    921e1b6 Opened by Daniel Micay at 2013-01-28 22:22:27 - 1 comment
  3375. LLVM linking problem with incoming

    ed8ff2b Opened by Martin DeMello at 2013-04-03 17:46:27 - 6 comments
  3376. Improve pattern-checking error message with variable that resembles an enum variant

    4aa7ef3 Opened by Marvin Löbel at 2013-05-23 00:04:12 - 9 comments
  3377. Doc links on home page aren't up to date

    07fc05e Opened by Tim Chevalier at 2013-06-24 21:00:57 - 1 comment
  3378. Please make libsyntax unit tests run?

    9d957ea Opened by John Clements at 2013-01-25 22:49:56 - 1 comment
  3379. Macros should be able to expand to methods

    5063818 Opened by Tim Chevalier at 2015-02-11 00:18:00 - 15 comments
  3380. ctypes lint pass should support foreign consts

    3d013bd Opened by Tim Chevalier at 2013-06-25 17:16:02 - 3 comments
  3381. ICE when using deriving_eq with newtype and tuple structs

    cf26886 Opened by Brendan Zabarauskas at 2013-04-29 16:10:10 - 2 comments
  3382. Disable structural records by default, allow them selectively in rustc while moving to structs

    5be3461 Opened by Tim Chevalier at 2013-01-29 05:56:23 - 1 comment
  3383. add a lint check for mut variables that aren't mutated

    d828d8e Opened by Daniel Micay at 2013-01-25 14:08:40 - 1 comment
  3384. impl priv methods are not private

    79eaf9e Opened by Chris Peterson at 2013-03-21 22:24:31 - 2 comments
  3385. String formatting and internationalization

    c84349c Opened by Seo Sanghyeon at 2014-06-10 16:49:15 - 6 comments
  3386. A "Removed Features FAQ" for historical reference

    7162840 Opened by bstrie at 2013-05-02 18:01:41 - 4 comments
  3387. Vector destructuring from tail

    7441f54 Opened by Seo Sanghyeon at 2013-03-11 13:18:18
  3388. Un-ignore range tests on Windows

    e38ffff Opened by Tim Chevalier at 2013-09-16 06:42:58 - 7 comments
  3389. Fix links in CONTRIBUTING.md

    c351887 Opened by Brian Anderson at 2013-02-01 01:57:00 - 2 comments
  3390. Restructure the staged build to be simpler

    021c20d Opened by Brian Anderson at 2013-01-28 23:39:31 - 4 comments
  3391. Lint warning for pattern bindings with the same name as a variant

    eab3491 Opened by Niko Matsakis at 2014-12-03 18:35:03 - 5 comments
  3392. Trouble with using item macros to create methods inside impls

    c214c48 Opened by Brendan Zabarauskas at 2013-01-26 01:49:00 - 2 comments
  3393. Using error as variable name in a pattern

    91c1693 Opened by Simon Sapin at 2013-05-06 12:52:00 - 5 comments
  3394. Code using selecti fails assertion

    0b9efad Opened by 14427 at 2013-01-27 05:03:52 - 1 comment
  3395. Improving an error message: "cannot bind by-move into a pattern guard"

    6c5fb86 Opened by Tim Chevalier at 2015-01-21 20:11:00 - 5 comments
  3396. ICE with nested macros

    b329501 Opened by Alex Crichton at 2013-09-26 22:44:57 - 7 comments
  3397. Impls inside of macros doesn't work

    e4531ec Opened by Aurora Nockert at 2013-05-02 18:00:11 - 2 comments
  3398. LLVM assertion failure with pattern matching and references

    b264162 Opened by Alex Crichton at 2013-07-09 04:31:33 - 3 comments
  3399. Move+return in a for loop "moving out of captured outer immutable variable in a stack closure"

    c667237 Opened by Simon Sapin at 2013-08-02 07:18:41 - 23 comments
  3400. rustc -g --test generates warnings: invalid DWARF generated by the compiler: DIE 0x00000026

    08435ce Opened by Chris Peterson at 2013-09-25 13:47:52 - 10 comments
  3401. Remove CFG_LLVM_CONFIG probe from configure script

    7f4546c Opened by Brian Anderson at 2013-01-30 19:48:00 - 1 comment
  3402. Docopt library

    b0dc809 Opened by Brendan Zabarauskas at 2014-08-01 23:20:33 - 19 comments
  3403. Item macros inside of impls don't work

    6b39ea4 Opened by Brendan Zabarauskas at 2013-01-29 17:40:38 - 1 comment
  3404. Remove structural records from libcore, libstd, macros

    ed921eb Opened by Tim Chevalier at 2013-03-25 14:10:33 - 9 comments
  3405. Odd loaning errors when similar code works

    d9c8353 Opened by Alex Crichton at 2013-05-11 01:22:15 - 7 comments
  3406. Do we commit to supporting "0 as T*" to express null const expression?

    0c40648 Opened by Josh Matthews at 2013-06-03 18:44:06 - 6 comments
  3407. extern mod inside of module doesn't work as expected

    7af0b71 Opened by John Clements at 2013-01-30 21:57:47 - 2 comments
  3408. Refactor typeck code handling self and type parameters

    9fc2554 Opened by Tim Chevalier at 2014-11-04 16:21:40 - 11 comments
  3409. Segfault from incorrect capture

    2360dd9 Opened by Brian Anderson at 2013-03-08 11:29:41 - 2 comments
  3410. buildbot console errors out if left in an open tab for too long

    41a1a98 Opened by Tim Chevalier at 2013-07-12 20:22:57 - 2 comments
  3411. Possibly sort results in a getopts test

    a85af77 Opened by Tim Chevalier at 2014-01-06 17:51:38 - 2 comments
  3412. use super::* doesn't seem to pull in exports

    4232b1e Opened by Tim Chevalier at 2013-08-20 21:38:19 - 3 comments
  3413. Failing future_result nondeterminism violates exclusive_unwrap_conflict's assumptions

    8e4245b Opened by Brian Anderson at 2013-02-25 21:32:11 - 6 comments
  3414. Uniformly prevent values with destructors from being disassembled/moved out of

    8675155 Opened by Niko Matsakis at 2013-09-21 04:45:58 - 9 comments
  3415. SmallIntMap should implement core::container::Map

    9719a0d Opened by Daniel Micay at 2013-02-01 04:44:02 - 1 comment
  3416. Statically sized vectors on the stack result in atrocious code gen at --opt-level=0

    a9f5f7f Opened by Alex Rønne Petersen at 2013-04-25 18:40:04 - 2 comments
  3417. Build sometimes breaks and requires deleting the build directory to work.

    d31e4e6 Opened by William Ting at 2013-07-24 16:43:37 - 3 comments
  3418. Build failure should print the command line that failed

    cad2063 Opened by Tim Chevalier at 2017-02-11 00:11:33 - 10 comments
  3419. Remove custom error handling from rustdoc

    cd3b7ef Opened by Brian Anderson at 2013-01-31 03:05:01
  3420. Possibly change the ordering of integer-literal inference and method selection.

    ef9ea71 Opened by Seo Sanghyeon at 2015-01-02 21:38:19 - 6 comments
  3421. std::getopts::opts_present() is broken

    9cb1bc9 Opened by Illo at 2013-11-03 01:27:51 - 4 comments
  3422. Master checklist for deprecated language features to remove from the compiler

    8c84f76 Opened by bstrie at 2013-09-01 06:33:58 - 4 comments
  3423. TLS ISAAC never reseeds

    b01551a Opened by Graydon Hoare at 2013-02-20 20:17:41 - 1 comment
  3424. Remove #[legacy_modes]

    6a98784 Opened by Brian Anderson at 2013-06-12 16:40:17 - 1 comment
  3425. at_exit test function fails

    39c9f4a Opened by Brian Anderson at 2013-08-13 04:06:08 - 2 comments
  3426. FIXME---support overloaded operators in expr_assign_op in the moves computation

    04e9d25 Opened by Niko Matsakis at 2014-02-13 18:30:55 - 7 comments
  3427. Remove USE_SNAPSHOT_RT etc. from makefiles

    e277c2c Opened by Brian Anderson at 2013-02-01 06:38:44 - 1 comment
  3428. Better message when illegal moves result from a binding

    b5cd0e8 Opened by Niko Matsakis at 2013-06-13 21:16:13 - 2 comments
  3429. Disallow "partial" borrows of @mut

    e0b443c Opened by Niko Matsakis at 2013-05-07 15:47:29 - 4 comments
  3430. Padding of enums required to avoid LLVM assert

    321bc51 Opened by Niko Matsakis at 2013-04-30 09:29:45 - 2 comments
  3431. Strange behaviour with multiple channels caused by illegal pattern-bindings

    085f123 Opened by 14427 at 2013-07-03 19:24:22 - 5 comments
  3432. Confusing and/or incorrect error with non-copyable types and FRU

    5ea1da6 Opened by Brian Anderson at 2013-03-08 11:32:03 - 3 comments
  3433. Region parameterization inference does not consider inheritance

    2de0719 Opened by Erick Tryzelaar at 2013-03-08 11:32:50 - 6 comments
  3434. Add Void typedef

    a71fc97 Opened by Brian Anderson at 2013-06-06 18:05:26 - 1 comment
  3435. Add *c_void (*Void) conversion functions

    7be142e Opened by Brian Anderson at 2014-02-13 18:32:45 - 6 comments
  3436. core: os::with_env_lock: Use a global instead of a per-runtime lock

    621e127 Opened by Tim Chevalier at 2013-07-01 21:35:56 - 1 comment
  3437. core: finally::test_compact: You should be able to write trait impls on function items

    b319c84 Opened by Tim Chevalier at 2013-06-12 02:53:16 - 1 comment
  3438. core: unstable::global::get_global_state: Rewrite more of the runtime in Rust

    23dc7b8 Opened by Tim Chevalier at 2013-08-01 17:45:07 - 2 comments
  3439. core: private::weak_task::weaken_task: Take a closure that takes a PortOne instead of a Port

    d2b0931 Opened by Tim Chevalier at 2013-08-01 00:11:54 - 3 comments
  3440. rustc: Document borrowck::loan

    50e3100 Opened by Tim Chevalier at 2014-02-13 18:33:26 - 3 comments
  3441. rustc: check_match::specialize: Make sure the pat_enum/def_struct and pat_struct/def_variant cases are right

    541ff56 Opened by Tim Chevalier at 2014-01-06 17:51:38 - 2 comments
  3442. rustc: Privacy-check cross-crate calls to static methods

    972c1c8 Opened by Tim Chevalier at 2013-05-13 10:06:15 - 1 comment
  3443. Finalizer not run if struct with dtor is not assigned to a variable.

    7eed49f Opened by Brian Anderson at 2014-04-16 05:27:00 - 4 comments
  3444. Finalizer not run on tuple-like structs

    d82fb31 Opened by Brian Anderson at 2013-05-28 22:39:24 - 4 comments
  3445. ICE initializing tuple-struct with field initializers

    da91b91 Opened by Brian Anderson at 2013-03-21 20:51:08 - 4 comments
  3446. remove #[cfg(stage2)] from smallintmap implementation (after another snapshot)

    01a0a2c Opened by Daniel Micay at 2013-02-07 17:54:17
  3447. get rid of oldsmallintmap.rs

    1942932 Opened by Daniel Micay at 2013-03-02 08:29:53 - 1 comment
  3448. Give glues better names by default

    4c81934 Opened by Brian Anderson at 2014-02-13 18:34:26 - 5 comments
  3449. Put experimental features behind Z-flags

    2bf9dc8 Opened by Brian Anderson at 2013-03-25 23:19:54 - 2 comments
  3450. Integrate front::test and rustpkg into the syntax extension framework

    a76e1a3 Opened by Brian Anderson at 2015-02-14 18:40:19 - 4 comments
  3451. Split core::pipes into core::comm and core::rt::pipes

    7bd580e Opened by Brian Anderson at 2013-06-27 19:09:02 - 3 comments
  3452. Rename core::private

    a8262ac Opened by Brian Anderson at 2013-03-06 00:34:35 - 4 comments
  3453. Move core::extfmt to core::private

    a12121e Opened by Brian Anderson at 2013-02-25 21:32:11
  3454. Documentation error for std::timer::sleep

    49b6f77 Opened by Carl Lerche at 2013-07-29 18:01:01 - 3 comments
  3455. Add mutexes to all calls in std::rl

    82aeb43 Opened by Brian Anderson at 2013-10-10 22:52:07 - 5 comments
  3456. Segfault moving out of a struct and then calling a move-out-of-self method

    90440ac Opened by Erick Tryzelaar at 2013-08-15 17:08:37 - 6 comments
  3457. LLVM assertion getting a reference out of tuple

    4e925e4 Opened by Erick Tryzelaar at 2013-05-17 05:27:41 - 5 comments
  3458. Stop memsetting exchange allocations

    f0c1650 Opened by Brian Anderson at 2013-02-16 22:12:47 - 2 comments
  3459. prelude should not export GenericChan, GenericPort

    522aa9f Opened by Brian Anderson at 2013-02-15 05:22:02
  3460. treemap's lazy iterator needs to be optimized

    3b9f644 Opened by Daniel Micay at 2013-02-07 17:54:16 - 1 comment
  3461. LinearMap fields should be private

    aea1d62 Opened by Daniel Micay at 2013-03-04 07:38:17
  3462. str::from_bytes should return a Result instead of fail on invalid input.

    4cc8c78 Opened by Carl Lerche at 2013-06-08 05:06:12 - 4 comments
  3463. Rename core::private::global_data

    087b44a Opened by Brian Anderson at 2013-03-25 23:18:16 - 1 comment
  3464. Remove dec_weak_task_count and inc_weak_task_count from rust_kernel

    5a7f742 Opened by Brian Anderson at 2013-02-15 05:22:02 - 2 comments
  3465. Remove at_exit from kernel

    752b52e Opened by Brian Anderson at 2013-10-10 17:05:32 - 5 comments
  3466. Port pipes to pthreads

    014dbe9 Opened by Brian Anderson at 2013-11-10 03:07:57 - 13 comments
  3467. ICE when macro expansion has free syntactic variable reference

    18851cf Opened by Felix S Klock II at 2013-03-22 23:16:59 - 2 comments
  3468. Parser does not support borrowed explicitly-instanitated polymorphic traits

    cea18b7 Opened by Felix S Klock II at 2013-02-05 03:23:26 - 4 comments
  3469. Segfault on Mac when function cast to borrowed trait invokes self in its impl

    eeb179f Opened by Felix S Klock II at 2013-05-01 20:04:55 - 2 comments
  3470. ICE on by-value self method should be converted into proper error at type-check time

    2dfcb93 Opened by Felix S Klock II at 2013-04-29 07:27:31 - 1 comment
  3471. internal compiler error: ran out of stack

    a9d3507 Opened by Youngmin Yoo at 2013-02-04 20:30:34 - 3 comments
  3472. Multibyte characters cause ICE

    4a6c966 Opened by Youngmin Yoo at 2013-05-21 22:06:52 - 7 comments
  3473. Generated tests for trait impls

    bda1eb0 Opened by Marvin Löbel at 2015-01-21 01:31:05 - 8 comments
  3474. Failed to compile in OS X with a manually compiled GCC

    8e69717 Opened by Kang Seonghoon at 2013-04-03 09:10:38 - 5 comments
  3475. Pretty-print mode to replace glob imports with a precise list of names

    fbc9312 Opened by bstrie at 2015-01-21 01:31:06 - 7 comments
  3476. infinity-related functions shouldn't be generic over Num

    1864b70 Opened by Brian Anderson at 2013-02-19 17:15:42 - 9 comments
  3477. integers shouldn't implement num::Round

    f0bffe8 Opened by Brian Anderson at 2013-02-19 17:16:34 - 21 comments
  3478. Implement rustc::middle::trans::cabi_arm

    4107b1e Opened by ILYONG CHO at 2013-03-04 01:59:13 - 2 comments
  3479. Make core::ops appear in the docs

    6c565d8 Opened by Brian Anderson at 2013-03-26 18:47:18 - 3 comments
  3480. Assertion failed: (runner == at_exit_runner && "there can be only one at_exit_runner")

    6c52879 Opened by Chris Peterson at 2013-02-05 18:27:57 - 1 comment
  3481. No error handling of binary/hexadecimal floating literals

    2136766 Opened by Kang Seonghoon at 2013-02-07 19:56:03 - 1 comment
  3482. Make Rust work correctly with callgrind / kcachegrind

    b124089 Opened by Brian Anderson at 2017-03-24 19:22:42 - 7 comments
  3483. Extern functions should be represented by a single word

    93925dc Opened by Niko Matsakis at 2013-03-04 07:38:17 - 1 comment
  3484. Finalize and update visitor interface

    33cec47 Opened by Niko Matsakis at 2014-10-30 14:41:25 - 10 comments
  3485. Rewrite rust_builtin helpers in Rust

    7984c60 Opened by Brian Anderson at 2014-02-13 18:35:11 - 7 comments
  3486. Rewrite exchange heap in Rust

    6c87f68 Opened by Brian Anderson at 2013-08-02 07:41:54 - 4 comments
  3487. rust_sched_driver race may cause spurious wakeups on Windows

    066b9e0 Opened by Chris Peterson at 2013-08-12 20:01:58 - 4 comments
  3488. Redesign and document the traits/functions related to numbers

    a4b8ea7 Opened by Aurora Nockert at 2014-04-05 21:00:09 - 118 comments
  3489. "error: multiple applicable methods in scope" for unadorned numeric literals

    ac96a62 Opened by Brendan Zabarauskas at 2013-02-07 19:55:20 - 4 comments
  3490. Use of Option<~T> (at least sometimes...) considered a copy

    3811a5a Opened by Niko Matsakis at 2013-02-09 23:33:28
  3491. Make "use" statements shadow "extern mod" and require "extern mod" to come first

    b8cb7d5 Opened by dpc at 2013-05-24 01:44:08 - 5 comments
  3492. Write barriers don't work for @mut

    62cccb3 Opened by Patrick Walton at 2013-04-29 09:39:38
  3493. internal compiler error: unexpected failure

    4071442 Opened by Youngmin Yoo at 2013-02-07 12:30:10 - 2 comments
  3494. internal compiler error: unexpected failure

    8573907 Opened by Youngmin Yoo at 2013-02-07 12:30:30 - 3 comments
  3495. Incorrect parse of obsolete class method syntax

    0ac34d3 Opened by Brian Anderson at 2013-02-17 06:52:37 - 2 comments
  3496. Remove rust_compare_and_swap_ptr

    6762635 Opened by Brian Anderson at 2013-02-09 23:33:28
  3497. Condition for handling malformed UTF-8; also an interface to iconv

    47b5add Opened by Kang Seonghoon at 2013-09-10 14:10:04 - 3 comments
  3498. Investigate libunistring

    b04e694 Opened by Seo Sanghyeon at 2013-06-06 18:03:47 - 1 comment
  3499. confusing error message from (object).method() with &mut self

    9b1cff7 Opened by Daniel Micay at 2013-07-08 03:45:07 - 3 comments
  3500. New syntax for lifetimes

    448d416 Opened by Niko Matsakis at 2013-11-09 18:26:16 - 9 comments
  3501. ICE matching struct

    fa3f80f Opened by Josh Matthews at 2013-02-25 21:32:11
  3502. Adding self parameter to trait causes code to segfault

    2ef6696 Opened by Matthew McPherrin at 2013-06-28 05:36:55 - 4 comments
  3503. Overriding default ToStr impl for @A where A: ToStr

    b930201 Opened by Peter Williams at 2013-02-09 23:32:32 - 5 comments
  3504. ICE trying to borrow invalid borrowed-pointer subscript

    e849e5a Opened by Benjamin Herr at 2013-03-22 21:43:29 - 2 comments
  3505. Possibly invalid borrowing actually allowed

    097cbc8 Opened by Alex Crichton at 2013-02-13 18:33:28 - 2 comments
  3506. major treemap performance regression (and maybe regressions elsewhere?)

    4af5f21 Opened by Daniel Micay at 2013-02-09 21:36:08 - 1 comment
  3507. Cargo used $PWD instead of $HOME.

    0f0df1d Opened by dpc at 2013-02-09 23:08:49 - 1 comment
  3508. Borrowing from a vec after mutation requires a helper function to compile

    f54e2c2 Opened by Erick Tryzelaar at 2013-02-13 20:20:19 - 1 comment
  3509. compile-time lookup tables via syntax extensions

    4dafc80 Opened by Daniel Micay at 2014-04-14 00:19:11 - 4 comments
  3510. Re-exporting items using a glob breaks if the module imports another module

    8034a94 Opened by Zack Corr at 2015-08-10 16:18:34 - 17 comments
  3511. Not being able to borrow ~pointer for some reason.

    9e7675b Opened by dpc at 2013-02-11 22:51:45 - 2 comments
  3512. RFC: Remove default ToStr implementations for @ and ~ pointers

    8f4529f Opened by Peter Williams at 2013-03-04 07:38:16 - 5 comments
  3513. The clear method in std::oldmap::HashMap now takes &mut self - and this leads to illegal borrow unless pure errors

    ce1fdae Opened by Gareth Smith at 2013-02-14 23:21:54 - 5 comments
  3514. rustc sees multiple matching crates when ~ is symlinked

    2e91387 Opened by Cole Mickens at 2017-03-24 19:22:43 - 4 comments
  3515. auto_encode should probably pass fully-qualified type- and enum-names

    85f44aa Opened by John Clements at 2013-09-03 03:08:55 - 3 comments
  3516. ICE: node_id_to_type: no type for node unknown node (id=N)

    0905e5e Opened by Alex Crichton at 2013-02-20 15:35:28 - 4 comments
  3517. Write a parallel deque for work stealing

    46e526d Opened by Brian Anderson at 2013-11-29 21:41:37 - 14 comments
  3518. Segfault on trivial consumption of vector

    949609c Opened by Alex Crichton at 2013-06-13 04:44:41 - 2 comments
  3519. Expanding implicit casting

    4b22b4f Opened by Alex Crichton at 2013-05-23 00:06:37 - 1 comment
  3520. Incorrect "moving prohibited due to outstanding loan" error when destructuring vector with owned contents

    f3c063d Opened by bstrie at 2013-02-11 16:02:27 - 3 comments
  3521. Do not parse a line with only /s as a doc comment

    ffe7aca Opened by Kang Seonghoon at 2013-02-20 02:04:53
  3522. rustc should offer a hint when trying to coerce a fat pointer into a thin pointer

    78afca7 Opened by Brian Anderson at 2013-05-16 17:14:26 - 3 comments
  3523. ICE during coherence check when impl'ing on the same type twice: "Asked to compute kind of a type variable"

    fe44d74 Opened by bstrie at 2013-07-02 19:14:26 - 3 comments
  3524. Inconsistency with 1-tuples

    8718039 Opened by Tim Chevalier at 2013-03-29 01:28:36 - 9 comments
  3525. Bus error 10 on x86_64 platform

    b9636eb Opened by John Murray at 2013-03-25 15:18:42 - 3 comments
  3526. Build: configure --disable-optimize-llvm

    a916db5 Opened by Felix S Klock II at 2013-07-18 00:11:00 - 5 comments
  3527. Flag attribute for enum

    9e391c3 Opened by Seo Sanghyeon at 2013-07-06 00:57:30 - 3 comments
  3528. Borrow checker is not flow sensitive

    27a9c11 Opened by Niko Matsakis at 2013-05-07 03:53:33 - 4 comments
  3529. Segfault with hashmap, boxes and pattern matching

    a86d600 Opened by Brian Anderson at 2013-03-27 05:45:17 - 4 comments
  3530. macro definitions escape from local scopes

    36208ff Opened by John Clements at 2013-03-20 17:22:51 - 2 comments
  3531. Constant vector length should accept non-literal constants

    2107c78 Opened by Josh Matthews at 2013-02-13 14:25:57 - 1 comment
  3532. Better error message when struct construction field name is left "implicit"

    b50f689 Opened by Josh Matthews at 2016-09-25 19:23:49 - 10 comments
  3533. Finish removing inner-vector-mutability

    25ea160 Opened by bstrie at 2013-03-25 18:48:07 - 1 comment
  3534. deriving doesn't work inside function

    2e88429 Opened by Kang Seonghoon at 2014-02-14 21:31:52 - 10 comments
  3535. Document "deriving"

    2a0241c Opened by kud1ing at 2013-05-13 10:08:54
  3536. Officially rename '%' from mod() into rem() in traits and docs

    afb70bb Opened by Marvin Löbel at 2013-04-22 22:51:58 - 2 comments
  3537. RFC: Change operator method lookup to be less magical

    7890d49 Opened by Niko Matsakis at 2014-11-06 00:56:57 - 15 comments
  3538. Remove #[rust_stack]

    9bbc61c Opened by Brian Anderson at 2013-11-15 18:31:13 - 4 comments
  3539. mark default label in switch generated from match as unreachable

    0f46755 Opened by Daniel Micay at 2013-02-14 06:21:18 - 1 comment
  3540. Take advantage of LLVM range metadata for enum discriminants

    fe93600 Opened by Seo Sanghyeon at 2013-02-25 21:32:10
  3541. ICE using enum discriminator in constant expression

    19e0df2 Opened by Josh Matthews at 2013-11-11 10:40:39 - 4 comments
  3542. XID_Start / XID_Continue might not be quite right

    a03381d Opened by Graydon Hoare at 2018-10-29 17:06:35 - 11 comments
  3543. Wrong type inferred for closure when returned from function

    f173857 Opened by Viktor Dahl at 2013-08-20 03:11:58 - 3 comments
  3544. Get make check to work with -j again

    68b0727 Opened by Brian Anderson at 2013-09-26 22:30:09 - 8 comments
  3545. ICE when passing too many arguments to a function

    cca316b Opened by Josh Matthews at 2013-02-20 01:22:48 - 1 comment
  3546. Make core::rt::rt_exchange_malloc's signature consistent with private::exchange_alloc::malloc's signature

    6bf7908 Opened by Tim Chevalier at 2013-07-08 17:52:17 - 2 comments
  3547. Don't do bad thing in ProgRes destructor in core::run

    c56e5c1 Opened by Tim Chevalier at 2013-06-11 21:19:57 - 2 comments
  3548. Remove workaround for borrowck bug in borrowck::loan::loan

    7797472 Opened by Tim Chevalier at 2013-05-12 21:11:17 - 1 comment
  3549. Coalesce resolve::MethodInfo with ty::method

    d3d8373 Opened by Tim Chevalier at 2013-07-20 16:07:35
  3550. Possibly remove x-ray flag in resolve

    2b3a5f7 Opened by Tim Chevalier at 2013-11-12 21:21:24 - 2 comments
  3551. In resolve, re-use ribs to avoid allocation

    9282752 Opened by Tim Chevalier at 2015-05-31 17:52:49 - 3 comments
  3552. Handle namespaces in a more generic way in resolve::resolve_single_import

    c012918 Opened by Tim Chevalier at 2013-08-22 05:08:24 - 3 comments
  3553. Improve search_ribs in resolve

    968ebff Opened by Tim Chevalier at 2016-02-25 17:09:42 - 8 comments
  3554. Determine whether we need a node ID when resolving methods

    58ce62b Opened by Tim Chevalier at 2015-07-08 21:13:02 - 4 comments
  3555. Possibly merge resolve_definition_of_name_in_module with resolve_name_in_module

    20475dd Opened by Tim Chevalier at 2015-11-24 03:59:21 - 6 comments
  3556. Remove record_exports pass from resolve

    ea97a5a Opened by Tim Chevalier at 2016-01-15 14:32:52 - 5 comments
  3557. Finish resolve::dump_value

    c9be413 Opened by Tim Chevalier at 2013-06-24 16:02:11 - 1 comment
  3558. Replace macro impls in libstd/num/strconv.rs with generic impls

    910f7a5 Opened by Marvin Löbel at 2015-04-24 22:49:08 - 8 comments
  3559. Rewrite net::ip without using libuv

    68fb6ca Opened by Brian Anderson at 2013-10-10 17:10:44 - 7 comments
  3560. add shrink_to_fit method to vectors

    4cb3c53 Opened by Daniel Micay at 2013-08-21 09:12:34 - 2 comments
  3561. benchmark whether 1.5x is a better growth factor for vectors

    7c9c6fb Opened by Daniel Micay at 2014-01-30 01:58:08 - 6 comments
  3562. rustpkg: Build files into .rustpkg without unique names and then install them into ~/.rustpkg with unique names

    e3e189f Opened by Zack Corr at 2017-03-24 19:22:43 - 1 comment
  3563. rustpkg: Add support for custom configuration for dependencies

    1f8ec9b Opened by Zack Corr at 2017-03-24 19:22:43 - 2 comments
  3564. Stop parsing capture clauses

    eac1ed8 Opened by bstrie at 2013-02-26 17:05:45 - 1 comment
  3565. Remove newtype enums from the compiler

    f34a78d Opened by bstrie at 2013-03-21 15:11:05
  3566. Remove space-separated trait bounds

    9eee3be Opened by bstrie at 2013-02-21 19:08:10 - 1 comment
  3567. Type check failure in match for tuple.

    650b2d3 Opened by Jeong, YunWon at 2013-02-20 06:34:11 - 3 comments
  3568. RFC: Implement a #[derive] or #[auto] meta-syntax-extension

    ba3371d Opened by Niko Matsakis at 2013-04-24 20:01:28 - 4 comments
  3569. Borrowed ptr to boxed trait exposes "uniq" type

    efeb42b Opened by John Clements at 2014-06-21 07:11:00 - 5 comments
  3570. internal compiler error in check_match.rs

    c20f1ab Opened by Shannon Jones at 2013-02-16 05:43:05 - 1 comment
  3571. Allow inner attributes on external module declarations.

    c3251cd Opened by Brian Anderson at 2013-05-23 17:53:38 - 3 comments
  3572. fmt! does not depend on commas between arguments

    f10eeb2 Opened by Marvin Löbel at 2013-07-24 18:04:40 - 2 comments
  3573. wrong doc on core::run::run_program

    6e09b2d Opened by Marvin Löbel at 2013-03-26 16:12:31 - 2 comments
  3574. smallintmap should implement a set type

    60ff361 Opened by Daniel Micay at 2013-05-23 04:48:16
  3575. get rid of dvec

    cc71c95 Opened by Daniel Micay at 2013-03-08 19:28:18
  3576. get rid of std::oldmap (migrate to core::hashmap)

    aaba305 Opened by Daniel Micay at 2013-03-27 08:00:41 - 2 comments
  3577. implement a persistent self-balancing binary search tree

    661e1de Opened by Daniel Micay at 2015-01-21 19:29:23 - 8 comments
  3578. add an LRU cache container to the standard library

    2f678fb Opened by Daniel Micay at 2013-12-06 01:48:40 - 5 comments
  3579. split the Map and Set traits into Map, MutableMap, PersistentMap and Set, MutableSet, PersistentSet

    e839ca9 Opened by Daniel Micay at 2013-07-31 19:31:18 - 5 comments
  3580. add a small vector to the standard library

    2dc97f4 Opened by Daniel Micay at 2015-01-28 03:32:15 - 13 comments
  3581. implement a B-tree

    1ded235 Opened by Daniel Micay at 2014-09-27 19:21:06 - 30 comments
  3582. add reserve/reserve_at_least to std::deque

    19e183a Opened by Daniel Micay at 2013-05-28 15:52:32 - 2 comments
  3583. shouldn't use uwtable on functions that aren't exported

    2cbbe42 Opened by Daniel Micay at 2013-05-01 01:07:58 - 3 comments
  3584. Make os::make_absolute logic available for arbitrary Paths

    84fd28a Opened by Armin Ronacher at 2015-08-13 20:33:56 - 13 comments
  3585. Exchange heap not empty on exit

    d6267c1 Opened by Seo Sanghyeon at 2013-06-20 14:29:08 - 4 comments
  3586. cast to &Trait causes code to segfault on method call

    d439d95 Opened by Armin Ronacher at 2013-09-17 10:25:47 - 9 comments
  3587. ICE when nesting managed pointers to a depth of 500

    e0435d3 Opened by bstrie at 2014-04-01 12:02:04 - 12 comments
  3588. the kinds, ops and cmp modules are left out of the libcore docs

    5af7992 Opened by Daniel Micay at 2013-03-27 05:45:17
  3589. rustpkg's -c does not work.

    2829ab3 Opened by dpc at 2017-03-24 19:22:43 - 3 comments
  3590. implement "dynamic drop" semantics using flags on the stack rather than zeroing

    d726ace Opened by Daniel Micay at 2016-06-18 05:39:52 - 41 comments
  3591. Port pipes to new scheduler

    0b48976 Opened by Brian Anderson at 2013-07-09 18:56:46 - 2 comments
  3592. Put uv in its own crate

    dcb18a0 Opened by Brian Anderson at 2013-10-29 17:47:23 - 1 comment
  3593. Port context switching to Rust for platforms other than x86_64

    fd552af Opened by Brian Anderson at 2013-04-28 00:13:51 - 2 comments
  3594. Make logging work with new runtime code

    c37f2cc Opened by Brian Anderson at 2013-10-09 15:36:44 - 2 comments
  3595. enum discriminant should only be as big as needed

    df298ba Opened by Daniel Micay at 2013-03-14 21:28:11 - 2 comments
  3596. enums should be optimized to nullable or tagged pointers when possible

    618cdef Opened by Daniel Micay at 2013-02-19 03:03:07 - 1 comment
  3597. ~, ~[] and ~str not containing @ shouldn't have gc headers

    55bedf5 Opened by Daniel Micay at 2013-07-08 17:00:43 - 6 comments
  3598. Write docs for the new rust tool

    a20d2ba Opened by Marvin Löbel at 2013-10-10 22:38:11 - 5 comments
  3599. RFC: trait-declared associated type synonyms

    4d031ab Opened by Felix S Klock II at 2014-09-24 05:03:30 - 14 comments
  3600. assert fail id.crate != ast::local_crate with trait inhertance and type synonyms

    2b8e655 Opened by Felix S Klock II at 2013-05-23 01:52:22 - 2 comments
  3601. Rename all .rc extensions to .rs

    4715254 Opened by Brian Anderson at 2013-06-25 20:27:28 - 4 comments
  3602. Automatically generate AUTHORS.txt file from git history

    8a982d2 Opened by Tim Chevalier at 2014-10-28 01:16:02 - 8 comments
  3603. Don't export linenoise symbols from librustrt

    5fb824b Opened by Brian Anderson at 2013-10-17 09:41:22 - 4 comments
  3604. rustc generates overlapping memcpy for swap

    d413944 Opened by Brian Anderson at 2013-02-21 20:46:55 - 1 comment
  3605. Add atomic types to libraries

    2edcc61 Opened by Brian Anderson at 2014-07-17 11:22:42 - 15 comments
  3606. Export pipe traits (GenericChan, etc.) from prelude by default

    98868f9 Opened by Brian Anderson at 2013-03-22 23:57:07 - 2 comments
  3607. Start using @str instead of @~str in the compiler

    06984a5 Opened by Tim Chevalier at 2013-06-13 02:13:39 - 2 comments
  3608. Can't find impl for type involving &

    6a81514 Opened by Josh Matthews at 2013-05-22 07:19:39 - 3 comments
  3609. ICE when calling function as part of vector initializer

    f455849 Opened by Josh Matthews at 2013-05-22 07:17:48 - 1 comment
  3610. Failed to compile some part of example from the website " rand::Rng().shuffle([1, 2, 3]) "

    95a567c Opened by cnd at 2013-02-22 04:18:17 - 3 comments
  3611. ReaderUtil::each_byte includes trailing EOF

    ced9e94 Opened by Evan Martin at 2013-09-30 07:03:56 - 9 comments
  3612. Usage of semicolon in traits definitions is inconsistent

    792c86f Opened by Thomas Weidner at 2013-05-16 23:14:16 - 4 comments
  3613. ICE: with macros

    053fd50 Opened by Brendan Zabarauskas at 2013-06-29 15:10:53 - 5 comments
  3614. Returning a large value out of multiple loops can segfault

    5a8b58e Opened by Patrick Walton at 2013-02-21 05:17:18 - 2 comments
  3615. ICE: Autoderef but type not derefable on fmt!("%?", None)

    82ed02d Opened by Benjamin Herr at 2013-06-13 21:16:19 - 3 comments
  3616. Stop using @boxes in task-local data code

    2644cbe Opened by Brian Anderson at 2013-05-06 01:04:41 - 1 comment
  3617. Compiling ambiguous macro invocation hangs forever

    f63ba55 Opened by Steven Blenkinsop at 2016-09-27 11:05:31 - 11 comments
  3618. Begin testing emitted LLVM IR

    e64733a Opened by bstrie at 2015-10-05 11:00:10 - 5 comments
  3619. Meta: Borrow checker rules rewrite

    1b8de52 Opened by Niko Matsakis at 2017-09-03 20:47:47 - 10 comments
  3620. Update rust.md et al with proper use of newly required explicit self parameter

    1a55ddf Opened by Felix S Klock II at 2013-04-29 23:35:08 - 3 comments
  3621. RFC: Simplify rules on when traits can be used as objects

    77d177b Opened by Niko Matsakis at 2013-02-22 12:55:54 - 1 comment
  3622. Make object types not implement their associated trait

    0ff2177 Opened by Niko Matsakis at 2013-03-08 19:28:17 - 1 comment
  3623. If traits-as-types no longer implicitly passed-by-reference, then rustc should reject passing them by value

    51475d2 Opened by Felix S Klock II at 2013-05-02 17:06:11 - 6 comments
  3624. Refactor deriving code between auto_encode.rs and deriving.rs

    b7626f9 Opened by Niko Matsakis at 2013-06-01 07:23:35 - 4 comments
  3625. vec.rs has too many positions

    ed139e5 Opened by Jed Davis at 2013-06-22 04:58:17 - 4 comments
  3626. Internal compiler error: trait B < A > { fn a() -> A { self.a} }

    278efd9 Opened by nielsle at 2013-03-20 21:06:05 - 2 comments
  3627. "Expected [type error]" when matching against a typo'd vector

    d17fbf5 Opened by Huon Wilson at 2013-05-01 05:15:45 - 4 comments
  3628. Factor out type size and alignment code from C ABI implementations

    a5e01f4 Opened by Seo Sanghyeon at 2016-09-29 10:48:10 - 6 comments
  3629. Test C ABI implementations

    c5d4356 Opened by Seo Sanghyeon at 2017-08-25 17:29:33 - 11 comments
  3630. Only 'static is permitted within type bounds (causes ICE: Cannot relate bound region)

    5b006d0 Opened by Niko Matsakis at 2014-03-31 12:40:49 - 25 comments
  3631. Inferred types cause awful error messages

    5498395 Opened by Josh Matthews at 2013-07-03 21:32:58 - 4 comments
  3632. can reach pub items within priv mods

    7053994 Opened by Benjamin Herr at 2013-09-19 18:16:18 - 8 comments
  3633. Can't bring nested mod into scope with use foo::foo

    c1a019b Opened by Benjamin Herr at 2013-05-02 17:03:17 - 2 comments
  3634. tutorial section 4.2 mentions "tuple" for the first time

    e384bcb Opened by Nathan Fiedler at 2013-04-25 20:12:05 - 1 comment
  3635. Option '--build=i686-pc-linux-gnu' is not recognized

    394a432 Opened by cnd at 2013-03-01 04:16:54 - 4 comments
  3636. ICE with Default Methods on Traits

    77da7ac Opened by Armin Ronacher at 2013-04-29 19:52:50 - 2 comments
  3637. as sometimes requires :: before type params and sometimes not

    5540310 Opened by Niko Matsakis at 2013-05-16 22:47:43 - 2 comments
  3638. Consider making pointer boxing a higher priority

    a5a19b2 Opened by Marvin Löbel at 2013-05-02 17:01:55 - 3 comments
  3639. infinite size recursive struct using a fixed-size array ICEs instead of an error

    e875a32 Opened by Daniel Micay at 2013-07-13 01:07:21 - 5 comments
  3640. RFC: Slab allocator library for sendable data structures with circular links

    81ffbae Opened by ben blum at 2013-04-10 17:24:52 - 2 comments
  3641. ICE when calling method on trait object with incorrect self type

    17ef3d3 Opened by Josh Matthews at 2013-09-26 20:16:12 - 6 comments
  3642. RFC: Split core into core + rt

    ed5d84e Opened by Brian Anderson at 2013-06-13 18:39:15 - 7 comments
  3643. Add a #[start] attribute

    bfd113f Opened by Brian Anderson at 2013-04-19 22:26:04
  3644. Fix the organization of the Selectable trait, etc.

    85971f5 Opened by Brian Anderson at 2013-08-13 14:17:23 - 5 comments
  3645. Figure out how to handle failure outside of task context

    6574533 Opened by Brian Anderson at 2014-06-10 17:13:37 - 6 comments
  3646. Replace uses of reinterpret_cast with transmute, remove reinterpret_cast

    b7c9b1b Opened by Brian Anderson at 2013-05-12 21:06:06 - 2 comments
  3647. Fix license attribute on crates

    051b627 Opened by Brian Anderson at 2013-03-24 00:25:17 - 1 comment
  3648. Require structs to use newtype form or have at least one field

    9f3096c Opened by Niko Matsakis at 2013-04-13 07:43:21 - 3 comments
  3649. vec::from_fn documentation says it returns an immutable vector

    cdf03d4 Opened by sammykim at 2013-05-02 05:14:39 - 2 comments
  3650. Internal compiler error: trait A: { fn f(&r/self) { }}

    b135da4 Opened by nielsle at 2013-02-28 22:09:19 - 1 comment
  3651. RFC: remove the ability to use E rather than e in float literals

    ac9f6cc Opened by bstrie at 2013-02-28 21:06:51 - 3 comments
  3652. We shouldn't use the host's uint for target sizes.

    5ae2673 Opened by Jed Davis at 2015-04-28 22:32:05 - 14 comments
  3653. When linking against DLLs on Windows with MinGW, 'entry point not found'

    ab29e06 Opened by Tony Aldridge at 2013-03-14 19:32:00 - 2 comments
  3654. pretty/record-trailing-comma is xfailed

    cd13f62 Opened by Tim Chevalier at 2015-08-29 17:59:38 - 7 comments
  3655. What should be allowed in the pattern grammar?

    0b08d9f Opened by Deleted user at 2013-05-16 22:46:38 - 6 comments
  3656. Segfault with simple twiddle objects

    06b56fe Opened by Brian Anderson at 2013-06-29 15:10:53 - 3 comments
  3657. the TreeMap Ord implementation is not 100% correct

    d83af13 Opened by Daniel Micay at 2013-07-05 09:49:56
  3658. implement Hash on tuples and owned containers

    b69aea5 Opened by Daniel Micay at 2014-11-10 23:06:36 - 6 comments
  3659. memory leak in stage1's libsyntax after disabling vecs_implicitly_copyable

    e922950 Opened by Erick Tryzelaar at 2013-05-14 18:10:04 - 1 comment
  3660. It's weird that cmp::Ord methods can't take &const T without purity.

    1fffc31 Opened by ben blum at 2013-03-14 19:13:26 - 19 comments
  3661. ty_bare_fn consts have an environment pointer, but their type doesn't.

    6345bc0 Opened by Jed Davis at 2013-03-05 20:01:07 - 3 comments
  3662. Add Ptr.mut_offset method

    a0a05d3 Opened by Brian Anderson at 2013-03-06 00:25:49 - 1 comment
  3663. Coercing bare fn to &fn is inconsistent in statics.

    2c6f9c1 Opened by Jed Davis at 2013-10-23 10:14:25 - 8 comments
  3664. /etc/ld.so.cache regeneration

    fcca775 Opened by cnd at 2013-03-12 04:01:40 - 9 comments
  3665. ICE with namespace qualified macro

    39dc97f Opened by Huon Wilson at 2013-03-05 20:08:06 - 4 comments
  3666. Make rpath usage optional

    a7d68e2 Opened by Fabian Deutsch at 2014-01-29 07:02:11 - 32 comments
  3667. stage0 segfaults on Win7 64bit

    06a731f Opened by mrhandle at 2013-07-02 20:26:11 - 2 comments
  3668. type parameters of trait functions and impl selection combine in confusing ways

    1661184 Opened by Marvin Löbel at 2013-10-10 17:16:08 - 11 comments
  3669. Rewrite the tutorial section about traits for uppercase Self as type

    64559ac Opened by Marvin Löbel at 2013-04-29 22:11:05 - 1 comment
  3670. Make CFG_LIBDIR configurable

    4890c88 Opened by Fabian Deutsch at 2014-01-07 21:36:42 - 5 comments
  3671. Region parameterization inference does not play well with explicit self

    ebeb645 Opened by Niko Matsakis at 2013-03-05 14:49:33
  3672. make check broken on windows

    8237577 Opened by Brian Anderson at 2013-03-20 21:44:55 - 2 comments
  3673. Allow refinement of existing method types in subtraits

    3ed483c Opened by Daniel Micay at 2015-11-12 19:36:08 - 8 comments
  3674. submodules can't access non-pub type names in parent modules

    db7ace9 Opened by John Clements at 2013-09-19 18:16:56 - 3 comments
  3675. ICE on completely bogus use of ref in closure parameter list

    e8951cf Opened by Benjamin Herr at 2013-08-29 04:40:37 - 5 comments
  3676. Section 5.1 mentions ~[int] out of the blue without explanation

    a65fc71 Opened by John Gabriele at 2013-03-22 03:46:07
  3677. linkage errors with explicit named lifetimes parameters to a function

    5963ca9 Opened by Benjamin Herr at 2013-03-08 19:28:17 - 2 comments
  3678. should be possible to do [CopyableVariant, ..n] for a non-copyable type

    8ea4acf Opened by Daniel Micay at 2015-11-12 19:33:06 - 11 comments
  3679. Move libfuzzer to a separate package

    8fb9655 Opened by Brian Anderson at 2013-08-07 05:49:13 - 8 comments
  3680. use can't resolve non-pub parent module through super

    b4a9aa0 Opened by Brian Anderson at 2013-09-19 18:19:49 - 9 comments
  3681. librustrt fails to link

    62bb6a9 Opened by kud1ing at 2013-03-08 22:04:26 - 11 comments
  3682. rustdoc doesn't use explicit self

    c4525ae Opened by Daniel Micay at 2013-03-19 20:44:32 - 1 comment
  3683. hash collisions with tuples

    f1360fd Opened by Daniel Micay at 2013-10-10 17:20:08 - 22 comments
  3684. build should not bootstrap compilers for non-build-triple host compilers

    ef6326c Opened by Brian Anderson at 2016-03-16 20:48:17 - 7 comments
  3685. Update pandoc on bots to get syntax highlighting in docs

    196cdc8 Opened by Brian Anderson at 2013-10-14 23:40:45 - 3 comments
  3686. bots are no longer testing core/std on windows

    6959a9a Opened by Brian Anderson at 2013-08-30 04:40:48 - 5 comments
  3687. Implement unwinding for ARM

    aca3419 Opened by Seo Sanghyeon at 2013-04-16 03:04:31 - 7 comments
  3688. RFC: turn true and false into enums

    6352509 Opened by bstrie at 2013-03-12 17:03:27 - 13 comments
  3689. Remove impl &Type

    63cd4e7 Opened by bstrie at 2013-03-14 19:01:34 - 1 comment
  3690. Implement minmax

    404a91a Opened by Seo Sanghyeon at 2014-02-04 06:34:18 - 15 comments
  3691. Absolute paths in enum variant names cause "a variety of fun errors"

    fa64bc2 Opened by Brendan Zabarauskas at 2013-07-02 12:17:07 - 7 comments
  3692. Change range_rev to be inclusive on the low end

    6d80263 Opened by Seo Sanghyeon at 2013-07-16 23:13:39 - 4 comments
  3693. Write new documentation about android cross compilation

    4ba9d1a Opened by Brian Anderson at 2013-03-08 20:25:02 - 3 comments
  3694. Certain unicode character combinations make the compiler angry

    b99dddc Opened by Tony Aldridge at 2013-03-14 18:53:54 - 10 comments
  3695. Raise the 78-column tidy limit

    35330d2 Opened by Brian Anderson at 2013-03-14 18:53:10 - 8 comments
  3696. ICE with an @mut ~[T] vec

    0991e89 Opened by Alex Crichton at 2013-07-21 21:55:51 - 5 comments
  3697. LLVM assertion when creating region pointer for bare self value

    e883d48 Opened by Josh Matthews at 2013-06-28 19:50:37 - 3 comments
  3698. Make oneshot pipes work again

    a094909 Opened by Brian Anderson at 2013-08-01 00:11:18 - 2 comments
  3699. std::hashmap should use TotalEq

    d07d3d3 Opened by Daniel Micay at 2014-03-23 08:46:55 - 3 comments
  3700. Cross crate tests on windows are broken

    44ffe1f Opened by Brian Anderson at 2015-01-13 09:15:23 - 6 comments
  3701. Test on Android Target

    31ae010 Opened by yichoi at 2013-05-07 08:03:17
  3702. Add spawn and stream to prelude.

    9c45208 Opened by Brian Anderson at 2013-04-08 16:28:03 - 4 comments
  3703. Reconsider names of the std::comm types

    3542964 Opened by Brian Anderson at 2013-12-17 17:29:06 - 5 comments
  3704. Rename core::comm::oneshot

    c80efe8 Opened by Brian Anderson at 2013-12-17 17:28:44 - 3 comments
  3705. "rustpkg build" should use installed dependencies

    688acec Opened by kud1ing at 2013-06-18 16:12:35 - 3 comments
  3706. foldl and foldr need lifetime specifiers

    d0bb1f5 Opened by Jesse Luehrs at 2013-05-07 18:21:26
  3707. Type parameters should be distinguished from lifetime variables in pretty printer

    b966c4c Opened by Kang Seonghoon at 2013-10-10 17:22:43 - 5 comments
  3708. Calling tuple struct constructor as a function causes segfault

    21e5a2f Opened by Kang Seonghoon at 2013-08-21 07:31:49 - 5 comments
  3709. Unexpected result of fuzzy_eq() on large number

    281fcf0 Opened by ILYONG CHO at 2014-01-09 14:21:26 - 3 comments
  3710. LLVM assertion using bare self value

    f285f8b Opened by Josh Matthews at 2013-06-28 05:34:32 - 5 comments
  3711. Remove rust_exchange_alloc

    1292709 Opened by Brian Anderson at 2013-09-05 05:32:45 - 4 comments
  3712. stdtest deadlocks on windows

    8f9d41b Opened by Brian Anderson at 2013-09-23 07:03:03 - 5 comments
  3713. Rename Android target triple

    b423e28 Opened by Brian Anderson at 2013-03-20 09:13:31 - 5 comments
  3714. Stop producing 0-byte library files

    f65b838 Opened by Brian Anderson at 2013-03-12 18:22:36 - 2 comments
  3715. info!/error! cut off strings that are too long

    fccdb19 Opened by Josh Matthews at 2013-05-02 16:54:02 - 2 comments
  3716. coretest segfaults periodically checking RUST_DEBUG_MEM env var

    74e420d Opened by Brian Anderson at 2013-03-19 20:44:32 - 3 comments
  3717. rustc: Unexpected Failure (task ran out of stack)

    6f65901 Opened by Leah Hanson at 2013-03-14 18:39:35 - 2 comments
  3718. 0.6 documentation

    3d5d238 Opened by Brian Anderson at 2013-04-02 18:27:52 - 11 comments
  3719. Erlang bit syntax

    317b590 Opened by Deleted user at 2023-01-29 23:42:36 - 8 comments
  3720. segfault on i686-unknown-linux-gnu returning a struct from C

    e7a2c0d Opened by Brian Anderson at 2013-05-02 00:37:50 - 5 comments
  3721. Typechecker ICE with constant names in patterns and match on literal

    705292c Opened by Jeaye Wilkerson at 2013-05-11 07:04:11 - 6 comments
  3722. ICE when matching a dereferenced complex newtype against the newtype

    a1eeb6e Opened by Josh Matthews at 2013-05-04 00:40:02 - 2 comments
  3723. Add generic range function to the prelude

    47f9c9d Opened by Brian Anderson at 2013-08-02 07:00:08 - 4 comments
  3724. borrow check doesn't distinguish different tuple elements in match expression

    d21e3d9 Opened by Daniel Micay at 2013-05-22 11:15:43 - 4 comments
  3725. Build all rust libraries and binaries with "our packaging solution"

    c1db219 Opened by Brian Anderson at 2014-10-14 00:45:57 - 8 comments
  3726. LLVM upgrade

    b1df73c Opened by Seo Sanghyeon at 2013-04-11 03:12:24 - 13 comments
  3727. Condition types do not support non-static-lifetime borrowed pointers

    f2b3b22 Opened by Brian Anderson at 2014-04-14 12:54:06 - 6 comments
  3728. Port and Chan methods should take &mut self

    58aeda5 Opened by Brian Anderson at 2014-01-04 07:19:51 - 9 comments
  3729. Combine GenericChan and GenericSmartChan traits

    c49eca0 Opened by Brian Anderson at 2013-03-14 02:52:47 - 1 comment
  3730. Failure in the test suite when removing a drop block from core::pipes

    3eee1aa Opened by bstrie at 2013-05-02 05:58:01 - 2 comments
  3731. Failure during stage1 libcore when removing a drop block from core::unstable

    60d5fbb Opened by bstrie at 2013-05-04 15:58:58 - 2 comments
  3732. Endless hang during stage1 when removing drop block from core::task::mod

    54f589d Opened by bstrie at 2013-05-04 15:57:50 - 4 comments
  3733. Failure in the test suite when removing drop block from core::task::mod

    e924a30 Opened by bstrie at 2013-05-04 15:58:09 - 2 comments
  3734. Failure during stage1 libsyntax when removing drop block from core::task::mod

    489ebf1 Opened by bstrie at 2013-05-02 06:12:32 - 2 comments
  3735. call to os::args() suppresses nonzero exit code & "root task failed" line

    5d57a8e Opened by John Clements at 2013-03-14 19:37:07 - 4 comments
  3736. Remove pure

    632dc2b Opened by bstrie at 2013-03-29 22:07:37 - 2 comments
  3737. rust should not be creating subprocesses for its commands

    e2223fb Opened by Brian Anderson at 2013-05-13 05:50:52
  3738. rust should work without installing

    7aee241 Opened by Brian Anderson at 2017-03-24 19:22:43 - 1 comment
  3739. Update Path constructor to new conventions

    542e91c Opened by Brian Anderson at 2013-10-16 19:31:45 - 4 comments
  3740. Update SharedChan constructor to new conventions

    0a4c9ba Opened by Brian Anderson at 2013-05-05 19:06:49 - 1 comment
  3741. add swap method to the Map trait

    2628601 Opened by Daniel Micay at 2013-05-07 15:07:59 - 3 comments
  3742. add pop method to the Map trait

    3a0cf17 Opened by Daniel Micay at 2013-05-07 15:08:03 - 1 comment
  3743. Borrow checker is unsound in the presence of mutable fields

    f2ff4e8 Opened by Niko Matsakis at 2013-05-17 19:59:20 - 1 comment
  3744. Remove LLVM GC patches, add ARM patches, remove clang, rebase onto trunk

    8fa4913 Opened by Brian Anderson at 2013-03-15 22:30:06 - 3 comments
  3745. Reuse snapshot LLVM by default instead of rebuilding

    f5c5049 Opened by Brian Anderson at 2014-02-13 18:48:13 - 8 comments
  3746. Stop building clang

    de13021 Opened by Brian Anderson at 2013-03-30 02:29:58 - 3 comments
  3747. argv argument on rust_start lang item etc. has incorrect type

    ec9bf14 Opened by Brian Anderson at 2013-04-20 04:49:10 - 1 comment
  3748. rustdoc no longer shows trait implementations in the documentation

    e2b16d6 Opened by Daniel Micay at 2013-03-17 02:05:34 - 1 comment
  3749. Replace instances of old deriving attribute with new meta-deriving one

    fe366a4 Opened by Deleted user at 2013-03-22 13:21:19
  3750. Redesign / rewrite rustdoc

    50c544d Opened by Brian Anderson at 2017-03-24 19:22:43 - 6 comments
  3751. impls of priv traits should be hidden in the docs

    a07a95f Opened by Daniel Micay at 2013-09-27 13:06:12 - 7 comments
  3752. RFC: Enum trait

    bbf0466 Opened by Deleted user at 2014-09-24 04:59:09 - 11 comments
  3753. segfault on trivial usage of MutexARC<int>

    4029f06 Opened by danglick at 2013-03-17 22:33:56 - 2 comments
  3754. str api should offer a method to convert a &u8 slice into an &str with same lifetime

    972d169 Opened by Niko Matsakis at 2013-05-24 17:53:43 - 4 comments
  3755. After snapshot, update the abi constants in syntax/abi.rs

    6b26f3c Opened by Niko Matsakis at 2013-04-02 22:27:36 - 3 comments
  3756. ICE: when no library name is given

    bf06d2a Opened by klutzy/defunct at 2013-09-04 11:31:03 - 6 comments
  3757. str module allocates too much; proposal for improvement

    c54579d Opened by Marvin Löbel at 2013-03-26 23:24:10 - 6 comments
  3758. Export uv functions from rustrt, remove wrappers

    e09edc4 Opened by Brian Anderson at 2013-12-17 01:27:30 - 8 comments
  3759. failed use statements?

    eb264c2 Opened by Nick Desaulniers at 2013-03-19 06:13:54 - 1 comment
  3760. ICE when passing self as the value to a nonexistent struct field

    96af0c2 Opened by Jesse Luehrs at 2013-08-28 08:26:09 - 5 comments
  3761. segfault on vector.filter

    1d8f0b3 Opened by Ross at 2013-04-29 22:08:36 - 2 comments
  3762. ICE with using a condition from another crate

    9c99b4a Opened by Youngsoo Son at 2013-08-20 03:11:58 - 7 comments
  3763. Internal compiler error: task failed at 'Unsupported constant expr'

    73b9be1 Opened by Leah Hanson at 2013-03-21 02:18:30 - 4 comments
  3764. struct Foo {} should be rejected

    f0e814f Opened by Tim Chevalier at 2013-03-29 20:19:09
  3765. ICE trying to deref a newtype struct implementing Drop

    34e8f37 Opened by Benjamin Herr at 2013-04-29 22:20:21 - 1 comment
  3766. Trait inheritance doesn't work with the Copy trait

    438d14b Opened by Erick Tryzelaar at 2013-03-20 19:40:36 - 2 comments
  3767. the trie should allow other fixed-size integer types as keys

    da5e001 Opened by Daniel Micay at 2015-01-29 22:08:39 - 6 comments
  3768. Integer type inference confusion

    66e25e9 Opened by Alex Crichton at 2013-05-23 17:38:35 - 2 comments
  3769. Regression tests for the REPL

    ebb5598 Opened by bstrie at 2017-03-24 19:22:43 - 7 comments
  3770. type param parser allows separators in strange locations

    f9a186b Opened by John Clements at 2013-03-21 18:49:58 - 1 comment
  3771. global path not currently allowed in type bound for generic

    95d6aff Opened by John Clements at 2013-05-17 05:43:58 - 1 comment
  3772. LLVM assertion when implementing methods that take self by-value on numeric types

    abc3c99 Opened by bstrie at 2013-03-21 19:14:20 - 1 comment
  3773. 'error: illegal borrow: borrowed value does not live long enough' on chained methods that return &'self pointers

    9945db5 Opened by Marvin Löbel at 2013-05-16 05:14:53 - 2 comments
  3774. Negative numbers in types like-uint

    6690221 Opened by Jonas mg at 2015-10-27 14:40:13 - 20 comments
  3775. rustdoc should show pub use statements

    2362f8a Opened by Daniel Micay at 2013-09-18 01:47:31 - 6 comments
  3776. Remove purity-related unsafe blocks

    f7473fe Opened by Deleted user at 2013-04-16 00:36:42
  3777. newtype structs and tuple structs should have (or just allow) priv fields

    193ce40 Opened by Daniel Micay at 2013-05-23 17:36:43 - 2 comments
  3778. rust could use linkonce_odr instead of internal on instantiations of generic functions

    e3d2c7d Opened by Daniel Micay at 2013-03-29 01:20:01 - 1 comment
  3779. rustc should output a loop in the IR for initializing arrays

    392271e Opened by Daniel Micay at 2013-03-24 04:08:31 - 1 comment
  3780. FFI and union

    946cb0b Opened by Seo Sanghyeon at 2016-01-05 05:13:10 - 28 comments
  3781. Lint mode for unused private functions

    05b069e Opened by bstrie at 2013-06-26 21:13:37 - 2 comments
  3782. RFC: Forbid pub and priv in positions where they do not change the default behavior

    1b3fb50 Opened by bstrie at 2013-08-13 17:04:05 - 11 comments
  3783. ICE with invalid syntax

    2395694 Opened by Daniel Micay at 2013-10-25 21:01:25 - 5 comments
  3784. core::trie needs an external iterator

    b43ce46 Opened by Daniel Micay at 2013-08-05 20:07:57 - 1 comment
  3785. run-fail/unwind-misc-1 fails but exits with 0 when core::hashmap is used

    254970e Opened by Daniel Micay at 2013-05-14 18:55:39 - 2 comments
  3786. Coherence rules are stricter than they need to be

    4a49a60 Opened by Niko Matsakis at 2013-03-23 21:37:44 - 2 comments
  3787. getopts should use grapheme clusters for text alignment

    47f5dd0 Opened by Marvin Löbel at 2015-01-21 21:33:28 - 8 comments
  3788. Segfault in unstable::lang::return_to_mut

    1576cc8 Opened by ben blum at 2013-05-07 17:11:20
  3789. Region#subst ICE: trait A<'self, T> { fn f() -> &'self T;}

    dbf461f Opened by nielsle at 2014-04-28 07:26:43 - 5 comments
  3790. ICE: pub extern { macro_rules! foo(() => ()); }

    7a93d98 Opened by Kang Seonghoon at 2013-07-12 20:16:50 - 3 comments
  3791. Allow destructuring assignment on fixed-length vectors

    6d6bced Opened by Jonas mg at 2013-07-15 16:03:06 - 4 comments
  3792. ICE "no enclosing scope" with cross-crate map

    9197614 Opened by Alex Crichton at 2014-02-05 06:56:36 - 15 comments
  3793. remove the copy keyword, make Copy represent implicitly copyable types

    5fe707e Opened by Daniel Micay at 2013-08-03 06:21:35 - 2 comments
  3794. Support Windows build with Cygwin installation

    bc74a29 Opened by Thad Guidry at 2014-11-12 13:56:56 - 8 comments
  3795. Trait reform

    355f8ab Opened by Niko Matsakis at 2015-01-08 21:20:04 - 17 comments
  3796. Clean up default and core linker arguments

    0e8693b Opened by Brian Anderson at 2013-12-17 02:02:05 - 7 comments
  3797. Matching struct-like enum with wildcard is broken

    33949eb Opened by NAKASHIMA, Makoto at 2013-08-09 07:11:06 - 5 comments
  3798. Remove reexports from core top level

    3ce4f91 Opened by Brian Anderson at 2013-05-14 14:12:02 - 2 comments
  3799. rustdoc hides priv impls, but ignores overrides on methods themselves

    bb10bc0 Opened by Daniel Micay at 2013-03-31 06:37:39 - 1 comment
  3800. v.view(..) method has different borrow-check constraints than vec::slice(v, ..)

    9aca6ff Opened by Felix S Klock II at 2013-04-27 05:44:28 - 1 comment
  3801. error message for @S as @T cast is unclear

    cf0423f Opened by Felix S Klock II at 2014-12-30 10:42:45 - 8 comments
  3802. Integer literals >= 2^64 cause an ICE

    e8251a0 Opened by Björn Steinbrink at 2013-04-08 21:57:26 - 3 comments
  3803. Incorrect loan error when local borrowed variable is updated to new loan

    c87521d Opened by Kang Seonghoon at 2013-05-28 22:39:42 - 2 comments
  3804. document constant expressions in rust.md reference manual

    73f6337 Opened by Felix S Klock II at 2017-03-23 15:27:54 - 12 comments
  3805. ICE with repeated bound in impl and macro variable declaration

    7573d6e Opened by Huon Wilson at 2013-05-28 22:40:03 - 2 comments
  3806. Visibility of struct-like enums across crates seems to fail

    b6a4825 Opened by mantielero at 2013-10-06 18:41:46 - 4 comments
  3807. Removing copies causing segfaults

    c2c718c Opened by Alex Crichton at 2013-05-05 02:11:31 - 1 comment
  3808. Allow usage of upstream libuv

    814d6d8 Opened by Fabian Deutsch at 2014-06-12 10:42:06 - 7 comments
  3809. name resolution and warnings inconsistent

    499b341 Opened by Jack Moffitt at 2013-03-26 22:27:14 - 2 comments
  3810. add find_or_insert method to the Map trait

    32c500f Opened by Daniel Micay at 2014-09-28 16:03:59 - 24 comments
  3811. Cannot parse global type constraints

    38495d5 Opened by Erick Tryzelaar at 2013-03-30 02:29:58
  3812. Document casting to trait

    e6eaeff Opened by Seo Sanghyeon at 2013-03-27 13:09:06 - 1 comment
  3813. Add tests to make sure the output of "rustc --expand pretty" can compile

    54dd250 Opened by Erick Tryzelaar at 2014-05-26 09:21:46 - 5 comments
  3814. reseed the hash table keys on clone

    72f6244 Opened by Daniel Micay at 2013-08-14 11:35:18 - 2 comments
  3815. chained import error message unhelpful

    272a67b Opened by Jack Moffitt at 2014-04-07 17:48:12 - 6 comments
  3816. impl TotalEq/TotalOrd for floats with the standard (IEEE754) total ordering

    f011323 Opened by Daniel Micay at 2015-11-12 19:33:56 - 3 comments
  3817. implement deriving for TotalEq

    5ce112e Opened by Daniel Micay at 2013-04-13 07:30:41 - 4 comments
  3818. implement deriving for TotalOrd

    54da7f3 Opened by Daniel Micay at 2013-04-13 07:30:48 - 2 comments
  3819. default methods for the cmp traits

    86bce83 Opened by Daniel Micay at 2013-10-10 17:28:47 - 10 comments
  3820. find a better way to deal with the Equiv trait

    37de9ee Opened by Daniel Micay at 2013-06-23 20:43:53 - 1 comment
  3821. &mut self and structs containing pointers don't mix because 'self is ambiguous

    aff6669 Opened by Daniel Micay at 2013-04-01 10:34:29 - 1 comment
  3822. add a trait for external iterator objects

    953f1ff Opened by Daniel Micay at 2013-04-13 23:27:38 - 1 comment
  3823. rustc crashes when called without arguments

    2ae10dc Opened by Björn Steinbrink at 2013-03-29 10:12:52 - 2 comments
  3824. add #[non_owned] and #[non_const] attributes

    3bd2191 Opened by Daniel Micay at 2013-05-07 16:42:25
  3825. Document built-in syntax extensions

    c97d73e Opened by Brian Anderson at 2014-04-04 09:11:48 - 4 comments
  3826. constants should be tagged with unnamed_addr to merge them

    299f44c Opened by Daniel Micay at 2013-08-09 20:56:24 - 4 comments
  3827. Rustdoc doesn't show the struct field docs

    a12f569 Opened by Kang Seonghoon at 2013-09-18 01:47:41 - 5 comments
  3828. Segfault with enum struct and method

    d393763 Opened by Deleted user at 2013-08-09 07:11:06 - 5 comments
  3829. Remove std::par

    f618e01 Opened by Brian Anderson at 2013-09-21 18:25:54 - 4 comments
  3830. Macro expansion is top down instead of bottom up

    deebeb7 Opened by Valentin Gosu at 2013-03-30 17:54:22 - 2 comments
  3831. Add a terminate/kill method to core::run::Program (or make destroy kill the process)

    c33db4d Opened by Gareth Smith at 2013-04-13 15:28:47 - 1 comment
  3832. add a way to compile an internal iterator to an external one (state machine) like C#

    41a23f8 Opened by Daniel Micay at 2013-07-12 20:10:07 - 2 comments
  3833. Generic type alias: unable to access static fn

    80c33ab Opened by Jeaye Wilkerson at 2013-08-14 04:39:08 - 5 comments
  3834. Release tarball does not extract correctly with mingw tar

    a195e2a Opened by Brian Anderson at 2013-10-07 11:51:01 - 9 comments
  3835. Build fails on linux if libunwind is installed

    4a7b762 Opened by James Miller at 2013-04-29 01:01:42 - 7 comments
  3836. Make the version number appear only once in the codebase

    93ebc71 Opened by Brian Anderson at 2015-02-14 11:52:36 - 11 comments
  3837. rust binaries should not have an executable stack

    32f814c Opened by Daniel Micay at 2013-04-01 03:16:37 - 2 comments
  3838. provide a way to disable rust's usage of RPATH

    cec6b45 Opened by Daniel Micay at 2013-03-31 21:47:25 - 1 comment
  3839. Should we reconsider statement-on-lhs-of-expr rules?

    654d640 Opened by Marvin Löbel at 2013-09-16 07:10:03 - 5 comments
  3840. Failure linking libuv on OS X 10.7.5

    d5e8f44 Opened by Brian Anderson at 2013-10-10 02:25:36 - 8 comments
  3841. core::repr assumes it knows how enums are represented

    c6a0ca0 Opened by Jed Davis at 2013-04-19 18:37:21 - 1 comment
  3842. Change lifetime of the self pointer in an &self method

    2e5aa39 Opened by Niko Matsakis at 2013-04-25 00:10:17 - 1 comment
  3843. Warn about overlapping patterns

    ad84208 Opened by Lindsey Kuper at 2016-02-11 19:58:15 - 12 comments
  3844. typeck::check::_match emits derived errors

    259119f Opened by Tim Chevalier at 2013-09-27 23:08:05 - 3 comments
  3845. make check-stage1-doc-ref is broken

    df3e7d7 Opened by Tim Chevalier at 2013-06-13 21:16:15 - 4 comments
  3846. each_char conflict in str::StrSlice and io::ReaderUtil

    abbd0a0 Opened by Sean Billig at 2013-07-12 19:07:50 - 2 comments
  3847. Segmentation Fault while iterating over a vector of "~[~T as Trait]"

    0003693 Opened by Robbie Straw at 2013-08-16 00:41:10 - 4 comments
  3848. error: macros cannot expand to foreign items

    f4db7a7 Opened by John Clements at 2018-09-24 16:29:10 - 10 comments
  3849. using 'self in return values doesn't appear to require a 'self parameter

    4731b45 Opened by Daniel Micay at 2013-06-06 07:15:09 - 2 comments
  3850. rusti: duplicate definitions are accepted but break all further interaction

    dd3eb73 Opened by Benjamin Herr at 2013-06-13 05:17:42 - 4 comments
  3851. Rustpkg "ready for use" metabug

    3aea941 Opened by Graydon Hoare at 2017-03-24 19:22:43 - 4 comments
  3852. Rustpkg should operate on a URL-like pkgid

    e5dfde2 Opened by Graydon Hoare at 2013-05-15 21:34:55 - 2 comments
  3853. Rustpkg should infer crates to build

    b24dfd3 Opened by Graydon Hoare at 2013-06-12 00:10:08 - 3 comments
  3854. Rustpkg should extract dependencies from extern mod statements.

    45ce78b Opened by Graydon Hoare at 2013-06-26 19:11:12 - 4 comments
  3855. Rustpkg and rustc should use RUST_PATH env var to locate packages

    5755bbe Opened by Graydon Hoare at 2013-06-28 12:04:33 - 1 comment
  3856. Rustpkg needs to be testable

    92f44be Opened by Graydon Hoare at 2017-03-24 19:22:43 - 5 comments
  3857. Rustpkg should support versions integrated with a VCS

    2d01635 Opened by Graydon Hoare at 2013-06-10 17:27:30 - 2 comments
  3858. Use sqrt intrinsic for floating point sqrt

    7118ea5 Opened by Brian Anderson at 2013-04-21 06:43:40 - 12 comments
  3859. "the type of this value must be known in this context" reoccurring

    576ead5 Opened by Kang Seonghoon at 2013-04-03 07:39:18 - 1 comment
  3860. Corrupted initialization in the static struct

    413c849 Opened by Kang Seonghoon at 2013-09-03 13:51:04 - 5 comments
  3861. Inconsistency between destructuring assignment and pattern matching with tuples

    325de90 Opened by bstrie at 2013-04-03 11:05:06 - 1 comment
  3862. rustc llvm assertion

    0bd2048 Opened by Jesse Luehrs at 2013-05-24 03:23:46 - 1 comment
  3863. resolve issue with reexports

    bafca00 Opened by Jesse Luehrs at 2013-06-13 20:25:56 - 4 comments
  3864. fileinput failure on OS X bot

    37623f0 Opened by Daniel Micay at 2013-04-04 05:58:02 - 1 comment
  3865. [Docs] Logging section is incomplete

    4e8cc2d Opened by Valentin Gosu at 2013-04-27 05:44:27
  3866. 7.2.24 refers to move operator in pattern matches

    d0065bf Opened by Josh Matthews at 2013-05-24 09:15:35 - 3 comments
  3867. Floating point modulus (and probably other llvm instrs) calls libc without stack switch

    a053ca0 Opened by Brian Anderson at 2013-12-02 20:43:12 - 7 comments
  3868. make performs a download

    917d5fb Opened by Paul Nathan at 2013-07-12 21:11:52 - 3 comments
  3869. ICE when returning struct with borrowed pointer to trait

    16219c5 Opened by Deleted user at 2013-09-03 13:51:04 - 8 comments
  3870. Stack exhaustion with bodyless mod statement that matches filename

    ac64450 Opened by 김현강 at 2013-05-24 03:34:56 - 5 comments
  3871. Windows segfaults in libstdc++ when MinGW version is too new

    894262d Opened by darkf at 2013-10-04 15:21:38 - 8 comments
  3872. i386 code ends up with TEXTREL sections

    821f64b Opened by Daniel Micay at 2023-10-25 21:39:49 - 10 comments
  3873. type parameter bounds can't use already defined lifetimes

    1ac625e Opened by Jesse Luehrs at 2013-04-05 00:59:58 - 1 comment
  3874. Wrong error message with managed boxes

    edf1001 Opened by Diggory Hardy at 2013-12-18 22:51:02 - 6 comments
  3875. variable in macro output incorrectly reported as unused

    20b5544 Opened by Jack Moffitt at 2014-10-03 07:27:53 - 6 comments
  3876. Installer 0.6 for Windows contains only rustc.exe

    a3275a3 Opened by khris at 2013-07-04 02:26:44 - 4 comments
  3877. inconsistent behaviour regarding @mut and &mut in managed and borrowed reference types

    a048339 Opened by Diggory Hardy at 2013-04-05 10:55:50 - 2 comments
  3878. Lifetimes can escape in traits / objects

    6c28c21 Opened by Niko Matsakis at 2014-08-14 22:11:57 - 16 comments
  3879. Expose LLVM types

    0279beb Opened by Aurora Nockert at 2013-08-15 17:42:45 - 6 comments
  3880. Reason about nested lifetimes that appear in types

    eeff385 Opened by Niko Matsakis at 2013-04-25 00:09:18 - 1 comment
  3881. preemptive scheduling

    ddd181d Opened by Daniel Micay at 2013-04-25 14:18:10 - 3 comments
  3882. Cmplx .to/from_polar need generic sin & cos

    496f004 Opened by Huon Wilson at 2013-06-11 08:12:27 - 3 comments
  3883. Cmplx .norm needs generic sqrt

    60df7f5 Opened by Huon Wilson at 2013-06-11 08:12:36 - 1 comment
  3884. Cmplx division by 0 and NaN

    dccf7fd Opened by Huon Wilson at 2014-11-02 21:42:06 - 9 comments
  3885. Guarantee that the complex number type is compatible with the C representation

    bdd0b48 Opened by Daniel Micay at 2013-11-15 06:15:54 - 3 comments
  3886. Figure out a good convention for normalizing rational numbers

    5cb2607 Opened by Daniel Micay at 2014-09-28 22:43:02 - 5 comments
  3887. Link dependent lifetimes in reborrowed slices

    7b8710e Opened by Niko Matsakis at 2013-04-27 05:44:28
  3888. rustc crash for unreachable io loop

    208abdb Opened by Ramon Snir at 2013-05-22 00:19:47 - 2 comments
  3889. make install fails to install core libraries with correct permissions

    6fe4a79 Opened by Ms. Molly Stewart-Gallus at 2013-10-23 21:48:53 - 3 comments
  3890. 'rust test' has zero return code regardless of whether there are failing tests

    87c5cb7 Opened by Victor Deryagin at 2013-05-27 20:17:40 - 2 comments
  3891. x86 C ABI struct passing does not work for small structs

    acf96e5 Opened by Brian Anderson at 2023-10-25 21:39:49 - 7 comments
  3892. x86 C ABI struct return does not work on windows/mac for structs < 8 bytes

    525d93d Opened by Brian Anderson at 2013-08-29 17:10:48 - 4 comments
  3893. the compiler hit an unexpected failure path. this is a bug

    6d91ad2 Opened by Daniel Lemos at 2013-04-05 23:47:46 - 3 comments
  3894. Inaccurate copyright attribution in LICENSE files

    7bcdab3 Opened by Brian Anderson at 2013-08-15 18:46:38 - 8 comments
  3895. make type modifiers usable for macro substitution

    d42daba Opened by Jack Moffitt at 2014-09-24 04:59:12 - 6 comments
  3896. Assertion failed in libuv stream.c when running Rust 0.6 port of redis-rust

    a9359fa Opened by Timm Preetz at 2013-05-29 23:35:33 - 3 comments
  3897. RFC: replace the type keyword

    1242194 Opened by Daniel Micay at 2013-05-23 17:23:33 - 6 comments
  3898. Add IRC hooks for opened pull requests

    a37d6e5 Opened by Brian Anderson at 2013-05-20 13:33:08 - 4 comments
  3899. "task failed at 'index out of bounds..." when compiling

    8098237 Opened by Harry Garrood at 2013-04-14 14:44:09
  3900. Object types should use adjustments, include mutability

    9ee6063 Opened by Niko Matsakis at 2013-08-12 00:20:11 - 8 comments
  3901. Using an invalid recursive Enum crashed the compiler due to running out of stack

    163887f Opened by Eric Wiltfang at 2013-05-24 03:41:52 - 1 comment
  3902. Warn or error on multiple-mod code duplication

    7eafbc1 Opened by Marvin Löbel at 2014-12-15 17:21:43 - 5 comments
  3903. RFC: make default comparisons as deep as a clone

    0377ed4 Opened by Daniel Micay at 2013-05-17 04:13:33 - 9 comments
  3904. allow choosing the initial stack size

    d27e917 Opened by Daniel Micay at 2017-10-25 04:42:48 - 12 comments
  3905. from_str_radix incorrectly parses out-of-range repeating constants...

    aaefef6 Opened by Huon Wilson at 2013-04-08 21:55:04 - 2 comments
  3906. Can not create pointer like types in Rust (without excessive gunk)

    d26fb38 Opened by Ms. Molly Stewart-Gallus at 2013-09-07 23:58:56 - 4 comments
  3907. Linking fails attempting to run cc (fork returns -1)

    8001f8e Opened by Val Lorentz at 2013-05-24 03:46:36 - 21 comments
  3908. assert! terminates rusti REPL

    04a4a25 Opened by Dan Luu at 2013-08-20 20:11:59 - 7 comments
  3909. Spelling suggestions should consider trailing exclamation points

    1d7930c Opened by bstrie at 2017-03-24 19:22:43 - 7 comments
  3910. treatment of subtyping in trait matching is unsound

    6cd91da Opened by Niko Matsakis at 2014-06-28 20:06:38 - 6 comments
  3911. Nondeterministic behavior when referencing a closure more than once

    3f21562 Opened by bstrie at 2013-09-03 09:38:22 - 4 comments
  3912. REPL 0.6 completely broken on Ubuntu Lucid

    9e01a27 Opened by Marc at 2013-05-14 19:24:11
  3913. ice when compiling rust-css tests

    da9b01f Opened by Jack Moffitt at 2013-06-03 19:37:32 - 1 comment
  3914. ICE when linking two extern functions to the same function, but with different signatures

    99bee47 Opened by Jesse Luehrs at 2013-10-11 06:56:18 - 5 comments
  3915. enum struct variants can mask regular struct constructors

    2d60d7a Opened by Erick Tryzelaar at 2013-06-24 17:19:49 - 6 comments
  3916. rename str::slice to str::slice_bytes

    f935853 Opened by Erick Tryzelaar at 2013-08-15 18:01:58 - 5 comments
  3917. Errors inside a macro invocation don't report the full location of the error

    573fdde Opened by Erick Tryzelaar at 2013-09-14 21:00:55 - 5 comments
  3918. region/type inference bug with method

    5677555 Opened by Daniel Micay at 2014-04-02 05:26:40 - 9 comments
  3919. rusti segfaults when spawning a new task

    da6f3f2 Opened by Dan Luu at 2013-05-14 19:24:09
  3920. rustc ICE's when path is a directory

    d0ec5ea Opened by Jack Moffitt at 2013-12-18 19:58:31 - 4 comments
  3921. Rustpkg needs to support building multiple interdependent crates

    caf7b5c Opened by Mikhail Zabaluev at 2017-03-24 19:22:43 - 10 comments
  3922. rust hang out when given folder name

    8214eac Opened by sammykim at 2013-06-12 15:44:59 - 3 comments
  3923. Lib: simplify str using lifetimed sub-strings?

    96694f1 Opened by kud1ing at 2013-06-21 07:11:02
  3924. No Encodable/Decodable implementation for type "char"

    bde2411 Opened by Michael Neumann at 2013-05-31 20:05:23 - 1 comment
  3925. Add support for unicode case folding

    90be35d Opened by Marvin Löbel at 2013-05-30 16:53:55 - 1 comment
  3926. How to correct "prior loan as mutable" error with subsequent method calls?

    db5b219 Opened by Deleted user at 2013-04-10 21:21:11
  3927. How to correct "prior loan as mutable" error with subsequent method calls?

    4fd225b Opened by Chris Leary at 2013-04-13 22:17:44 - 3 comments
  3928. syntax: destructuring structs, tuple structs and tuples should be consistent

    46d241b Opened by Daniel Micay at 2014-03-12 02:56:43 - 17 comments
  3929. No indication of license for content on the Rust wiki

    c9526c1 Opened by Alex Bradbury at 2015-05-01 21:33:10 - 14 comments
  3930. Internal compiler error with lib is built by different rust version.

    fff68d6 Opened by sammykim at 2013-05-28 13:41:06 - 1 comment
  3931. Type inference stopping short of success

    24555b9 Opened by Alex Crichton at 2013-06-03 23:42:53 - 2 comments
  3932. Incoming is broken on Arch Linux after LLVM upgrade

    f172207 Opened by Brian Anderson at 2013-04-13 00:06:07 - 5 comments
  3933. debug-info tests are broken after LLVM upgrade

    15b560d Opened by Brian Anderson at 2013-06-19 15:24:14 - 7 comments
  3934. Rustdoc ignores a newline in one-line doc comments

    5579637 Opened by Kang Seonghoon at 2013-06-13 21:16:10
  3935. make docs compiles LLVM

    c18fd57 Opened by Leah Hanson at 2013-04-14 04:15:04 - 2 comments
  3936. pub extern functions aren't considered unsafe from other crates

    b6a836a Opened by Jesse Luehrs at 2013-07-24 11:19:38 - 3 comments
  3937. tt-macro doesn't work

    50fc745 Opened by John Clements at 2016-07-28 11:14:13 - 13 comments
  3938. extra-debug-info with debug! causes error: internal compiler error:

    1c38838 Opened by Dan Luu at 2013-08-23 00:37:34 - 2 comments
  3939. Path type lacks the abilitiy to check absolute-ness

    7f1131b Opened by Josh Matthews at 2013-04-27 05:44:30
  3940. Native C++ FFI in the same manner as D

    171c17f Opened by bstrie at 2015-01-21 01:17:34 - 15 comments
  3941. Crossplatform compatibility error

    eb61a22 Opened by macosinternals at 2013-07-29 18:06:35 - 4 comments
  3942. Recursive mod include causes rustc to crash.

    1b478cd Opened by acertain at 2013-04-14 16:03:02 - 1 comment
  3943. Optimized code generates valgrind errors

    7290f83 Opened by Brian Anderson at 2017-06-22 15:52:25 - 12 comments
  3944. Add support for rdrand Ivy Bridge instruction

    f17c5b6 Opened by Brian Anderson at 2013-10-18 03:56:22 - 6 comments
  3945. Change @ syntax for binding pattern substructures

    cc0e63a Opened by Brian Anderson at 2013-10-10 17:31:48 - 7 comments
  3946. 'lookup_item: id not found: 7184' while building q3

    71cb4cd Opened by seclorum at 2013-09-09 18:18:06 - 10 comments
  3947. 'rust run' and 'rust test' need to pass arguments to both rustc and the executable

    e2b6580 Opened by Marvin Löbel at 2017-03-24 19:22:43 - 4 comments
  3948. Out of stack error with struct containing an Option of itself

    4177f5f Opened by Björn Steinbrink at 2013-04-13 13:51:32 - 1 comment
  3949. rustc: "error: internal compiler error: calling transform_self_type_for_method on static method"

    160cae6 Opened by a-p- at 2013-04-14 14:46:35 - 2 comments
  3950. configured-off modules are required to exist

    a36a153 Opened by Jesse Luehrs at 2014-02-27 11:45:14 - 8 comments
  3951. docs: tutorial ffi: the example compilation fails

    48f77c7 Opened by Maurizio De Santis at 2013-04-14 12:38:14 - 2 comments
  3952. Bug: borrowed value is only valid for unknown scope: 31

    0e83844 Opened by Jan Špaček at 2013-06-07 05:24:32 - 2 comments
  3953. enum variants aren't considered to be const

    2fec4ff Opened by Jesse Luehrs at 2015-03-31 17:26:11 - 27 comments
  3954. ICE with extern C functions receiving/returning structs by value with f32/f64 members on x86_64

    f6e5552 Opened by SiegeLord at 2013-06-26 22:05:09 - 5 comments
  3955. ICE with generic extern functions

    d5dde45 Opened by SiegeLord at 2013-04-14 14:45:26 - 1 comment
  3956. Doc: http://static.rust-lang.org/doc/tutorial-ffi.html sample does not compile

    ed55448 Opened by Michael Dilger at 2013-04-14 11:02:02 - 1 comment
  3957. Bug in std::net::tcp::connect

    125f208 Opened by Freaken at 2013-05-27 18:05:37 - 1 comment
  3958. Crash on Windows, Exception code: 0xc0000005

    841bc4f Opened by Taco Steemers at 2013-10-04 15:21:38 - 17 comments
  3959. Segfault when calling a method on an owned box cast to a trait and passed to another task

    e94e59d Opened by Mikhail Zabaluev at 2013-06-22 23:58:54 - 3 comments
  3960. ICE: can't make T_opaque_trait with bare trait store

    14f36bd Opened by Dzmitry Malyshau at 2013-09-23 19:03:27 - 5 comments
  3961. LLVM assertion failure with with borrowed pointer in struct

    5354b27 Opened by Alex Crichton at 2013-08-16 00:41:10 - 2 comments
  3962. glibc double-free crash

    cbd976c Opened by Rob Norris at 2013-06-07 00:17:24 - 2 comments
  3963. nested bounds on traits aren't properly checked

    9f005e3 Opened by Daniel Micay at 2014-07-03 02:51:46 - 5 comments
  3964. TCP server fails to start listening on windows

    07c7d1f Opened by Jordi Boggiano at 2013-11-12 08:51:35 - 11 comments
  3965. RFC: Partial application sugar

    217109a Opened by Marvin Löbel at 2021-06-19 13:46:27 - 8 comments
  3966. method dispatcher doesn't handle generic implementations properly

    398f495 Opened by Daniel Micay at 2013-10-10 17:33:03 - 7 comments
  3967. ICE on enumerations referred to by submodules (submodule is declared before enum)

    929fe44 Opened by Ms. Molly Stewart-Gallus at 2014-01-31 22:21:36 - 6 comments
  3968. macro with repeating arguments fails with ambiguous parse

    58fd035 Opened by Jack Moffitt at 2014-10-08 04:37:21 - 3 comments
  3969. Add support for crossbuilding to arm-linux-gnueabihf (non-android linux)

    c34789c Opened by pancake at 2013-08-05 15:41:43 - 5 comments
  3970. forbid redundant semicolons

    80dbba8 Opened by Daniel Micay at 2013-10-10 17:34:16 - 6 comments
  3971. TCP server terminates on socket.read call on x86.

    a0fac8d Opened by Alexander Bersenev at 2013-06-18 09:37:34 - 4 comments
  3972. Too long int type compiler error

    0af9580 Opened by Deleted user at 2013-04-17 00:37:30 - 4 comments
  3973. @mut freezing bugs

    bfa4a75 Opened by Daniel Micay at 2013-05-07 19:19:51 - 2 comments
  3974. Poor error while expanding macro_rules with bad match

    89fd098 Opened by Indy Ray at 2013-06-07 00:19:41 - 1 comment
  3975. Getting rid of the usage of android ndk in rustc::driver

    f630987 Opened by ILYONG CHO at 2013-08-29 12:06:26 - 5 comments
  3976. Rust puts garbage in data structures containing static lists

    8bcd863 Opened by Ms. Molly Stewart-Gallus at 2013-07-27 21:46:30 - 3 comments
  3977. Warn when lifetime parameters are unused.

    81972e8 Opened by Daniel Micay at 2015-02-14 11:59:03 - 27 comments
  3978. Confusing error: 'method read has 1 parameters'

    3c2ca2a Opened by Brian Anderson at 2017-03-24 19:22:43 - 5 comments
  3979. Two mut Managed Boxes Vectors ++ error

    9457619 Opened by Deleted user at 2013-08-16 00:41:10 - 1 comment
  3980. source code indentation - 4 spaces

    92f3221 Opened by Pawel Barcik at 2013-04-18 17:39:36 - 1 comment
  3981. Unable to backtrace using gdb on ARM

    6cf5e61 Opened by ILYONG CHO at 2016-02-02 18:38:11 - 4 comments
  3982. ICE with self region

    af905cd Opened by Marvin Löbel at 2014-01-29 19:40:00 - 8 comments
  3983. rusti: use prevents any statements from being executed afterwards

    b632fcc Opened by Dan Luu at 2013-05-14 19:24:04
  3984. sys::size_of on packed array gives wrong size

    49f23aa Opened by Daniel Micay at 2013-04-19 08:08:33 - 2 comments
  3985. Syntax extensions (and macros) that start a line want to be a whole statement

    b5eb1f4 Opened by Paul Stansifer at 2014-10-07 20:12:28 - 14 comments
  3986. Can't cast to trait statically

    e2a8eb3 Opened by Ms. Molly Stewart-Gallus at 2013-08-05 20:23:11 - 8 comments
  3987. test case for closed bug now causes ICE

    41124cc Opened by John Clements at 2013-07-23 20:45:34 - 8 comments
  3988. the pattern 'x()' should not be a legal identifier pattern

    b70e48f Opened by John Clements at 2013-05-29 21:42:34 - 1 comment
  3989. The code runs slower when optimised

    63d4b09 Opened by Vitaly Shukela at 2013-04-21 00:56:55 - 3 comments
  3990. Can't pub use as a module defined in the current module

    e5ca15f Opened by Brian Anderson at 2013-12-18 19:58:31 - 6 comments
  3991. Loading an "extern mod" multiple times in separate files will throw error "Library 'X' already added"

    c4aa0ad Opened by Dylan Knutson at 2013-06-10 08:12:28 - 1 comment
  3992. Allow deeply nested modules to be collapsed to a single page in rustdoc

    26204e7 Opened by Patrick Walton at 2014-04-01 20:44:52 - 7 comments
  3993. rustdoc does not generate documentation for extern blocks.

    5e8d66c Opened by Patrick Walton at 2013-09-27 13:06:12 - 5 comments
  3994. warning about unneeded unsafe functions is wrong

    fdf9385 Opened by Daniel Micay at 2013-04-22 00:03:15 - 3 comments
  3995. str::char_at_reverse is broken

    99d8517 Opened by Aleksi Käpyvaara at 2013-06-06 05:18:54 - 2 comments
  3996. rustc out of stack when RUST_LOG=rustc

    ba9df2e Opened by klutzy/defunct at 2013-09-03 05:22:42 - 3 comments
  3997. ICE with compound assignment and Drop::finalize

    a0fd210 Opened by Jae-Myoung Yu at 2013-06-20 09:39:19 - 1 comment
  3998. allow rvalue temporaries to be borrowed as &mut

    4dd0379 Opened by Daniel Micay at 2013-05-17 04:30:41 - 1 comment
  3999. The #[no_mangle] attribute does not work on static data.

    6f4ac08 Opened by Ms. Molly Stewart-Gallus at 2013-07-27 17:43:32 - 1 comment
  4000. core::run and rust_run_program.cpp do unsafe and leaky things on windows

    b3c0de1 Opened by Gareth Smith at 2013-04-28 05:10:41 - 2 comments
  4001. Option<char> should be represented as just one 32 bit value

    e9da04d Opened by Marvin Löbel at 2017-11-20 00:33:45 - 16 comments
  4002. "internal compiler error" while trying to implement the Fibbonaci function with memoziation.

    88ff3ca Opened by Nils at 2013-06-07 07:40:45 - 3 comments
  4003. Unexpected error: loan of mutable local variable as mutable conflicts with prior loan

    22228d9 Opened by Lily Ballard at 2013-04-21 00:10:25 - 2 comments
  4004. closure type isn't inferred properly when a function returns a named closure

    0bd13c6 Opened by Tim Chevalier at 2014-09-18 21:07:28 - 11 comments
  4005. core::vec is missing methods for mutable slices

    ad7a236 Opened by Brian Anderson at 2013-06-13 21:16:13 - 4 comments
  4006. fasta-redux and threadring failing on bots

    6df708a Opened by Brian Anderson at 2013-06-29 07:45:37 - 3 comments
  4007. Compiler out of stack on generic base trait impl restricted to a derived trait

    04b0c5a Opened by Mikhail Zabaluev at 2014-12-18 14:32:15 - 7 comments
  4008. Rustc fails to resolve imports use'd in a module if that module is loaded in another file

    f0d2a58 Opened by Dylan Knutson at 2013-06-07 06:46:24 - 1 comment
  4009. Proposal: Implement assignment operator overloads

    9f73bd0 Opened by Brendan Zabarauskas at 2015-03-08 08:02:03 - 15 comments
  4010. mirror-all-snapshots.py cannot download 2012-10-09-cd6f24f-macos snapshot

    262f747 Opened by Ivan Kozik at 2015-01-24 13:13:29 - 9 comments
  4011. Using enclosing function's type parameter in enum definition yields ICE instead of error

    e9dc951 Opened by Jed Davis at 2014-04-18 05:36:24 - 5 comments
  4012. JSON deserialization of empty HashMap results corrupted object

    e8e94b9 Opened by Alexander Bersenev at 2013-06-01 07:23:43 - 1 comment
  4013. Segmentation fault in match.

    e0be062 Opened by Alexander Bersenev at 2013-06-07 06:39:57 - 1 comment
  4014. unique pointers + macros → rust: task failed at 'assertion failed: !bcx.ccx().maps.moves_map.contains(&arg_expr.id)'

    47738c4 Opened by Jed Davis at 2014-03-19 07:03:49 - 4 comments
  4015. Overloaded Add on Option has arguably the wrong behavior

    b9f3f28 Opened by bstrie at 2013-08-27 18:30:52 - 24 comments
  4016. Task-local data should not require managed boxes

    4b96af3 Opened by Brian Anderson at 2013-07-12 04:46:44 - 3 comments
  4017. Rustpkg should know about docs

    316aa98 Opened by Tim Chevalier at 2017-03-24 19:22:43 - 3 comments
  4018. Pointer sigils on closures

    16a3bec Opened by Brian Anderson at 2013-10-10 17:36:29 - 4 comments
  4019. Conditions are always private

    ae1d847 Opened by Brian Anderson at 2013-09-05 00:35:46 - 13 comments
  4020. Integer overflow checking

    ed9b3be Opened by Tim Chevalier at 2013-08-20 04:54:54 - 8 comments
  4021. Implement as operator overload trait

    f537a04 Opened by Brendan Zabarauskas at 2013-07-13 13:51:42 - 2 comments
  4022. Test strconv::test::from_str_ignore_underscores fails on i686

    7edf63d Opened by Brian Anderson at 2013-06-11 01:24:02 - 1 comment
  4023. Borrow check error with hash maps

    c4e6e2c Opened by Tim Chevalier at 2013-05-07 19:18:26 - 2 comments
  4024. consider removing the fallback to int for integer inference

    72f74a4 Opened by Daniel Micay at 2014-06-25 03:42:02 - 21 comments
  4025. Get rid of the master/incoming distinction

    b1be95e Opened by bstrie at 2013-06-27 16:20:27 - 4 comments
  4026. supposedly unused unsafe blocks are really unsafe

    18350ac Opened by Jack Moffitt at 2013-07-30 02:11:58 - 12 comments
  4027. Symbolic log levels, not just numbers

    2577d70 Opened by Patrick Walton at 2013-09-07 19:36:03 - 2 comments
  4028. Remove the longest-match logic in module-name matching for logging

    3ef6db5 Opened by Patrick Walton at 2014-12-29 19:41:05 - 6 comments
  4029. RUST_LOG=error should turn on error-level logging for all modules

    8bb94a5 Opened by Patrick Walton at 2013-09-13 07:31:09 - 4 comments
  4030. fmt! could be optimized for some combinations of arguments

    045c888 Opened by Marvin Löbel at 2013-10-11 01:16:48 - 3 comments
  4031. New syntax proposal: Conditional matching

    35c3d5c Opened by Brendan Zabarauskas at 2013-06-06 06:55:22 - 14 comments
  4032. Task local storage leaks memory

    75dafb1 Opened by Brian Anderson at 2013-07-12 20:30:07 - 5 comments
  4033. Using the quote_tokens!() macro results in unresolved ext_cx errors

    8c6791e Opened by Cole Mickens at 2013-07-11 22:30:30 - 2 comments
  4034. Building without node, with pandoc results in error

    5bdc983 Opened by Brian Anderson at 2013-07-20 00:47:04 - 2 comments
  4035. Internal compiler error (occurs latest version of servo)

    e7f6e2a Opened by Aiden at 2013-04-30 07:28:55 - 1 comment
  4036. In libcore, convert functions to methods whereever it makes sense

    5bdf44b Opened by bstrie at 2013-08-06 19:46:23 - 10 comments
  4037. syntax const_eval ICE

    0970eaa Opened by John Clements at 2013-06-07 07:41:22 - 1 comment
  4038. "task ... ran out of stack" error

    4c803c4 Opened by Mitch Skinner at 2013-04-28 21:42:48 - 5 comments
  4039. overloaded operators force moves with generic types

    59d80e1 Opened by Daniel Micay at 2013-09-03 09:41:07 - 2 comments
  4040. make check doesn't find NOTEs of the form '//NOTE'

    00dce62 Opened by Marvin Löbel at 2017-03-24 19:22:43 - 1 comment
  4041. Bootstrap build is failing on Mac OS X with "rust: task ... ran out of stack"

    704cbf4 Opened by Felix S Klock II at 2013-05-02 00:33:58 - 21 comments
  4042. Implement Ord/TotalEq/TotalOrd for char

    4539c39 Opened by emberian at 2013-04-25 22:19:26
  4043. Allow trait-less impls on primitive types when in the corresponding libcore module for each type

    7a23ceb Opened by bstrie at 2014-09-24 04:59:15 - 4 comments
  4044. LLVM assertion error with self-by-value

    50b9637 Opened by emberian at 2013-05-06 06:49:50 - 5 comments
  4045. Inherited traits don't work in trait objects

    4a5ebdc Opened by Daniel Ralston at 2013-04-26 10:45:06 - 1 comment
  4046. Incorrect span with bad imports

    17a95ba Opened by emberian at 2013-05-10 17:42:40 - 3 comments
  4047. os::mkdir and friends should maybe not take u32

    05fb486 Opened by Brian Anderson at 2014-05-06 21:03:38 - 14 comments
  4048. Pattern matching on newtype structs doesn't work cross crate

    e4a1efe Opened by Patrick Walton at 2013-04-30 17:35:43 - 2 comments
  4049. Rustpkg/rusti/rust is not included in the Windows binary release

    4c579df Opened by Dylan Knutson at 2013-08-27 04:51:50 - 4 comments
  4050. std::timer::recv_timeout never receives

    6929d7c Opened by Mikhail Zabaluev at 2013-08-05 16:11:06 - 2 comments
  4051. Drop finalizer on newtype structs does not work

    3bafe27 Opened by Brian Anderson at 2013-05-02 21:44:00 - 4 comments
  4052. Raw pointer dereferencing ignores variable mutability

    e2dc751 Opened by James Miller at 2013-04-28 01:36:03 - 1 comment
  4053. String keys in HashMap are practically impossible

    3e45e78 Opened by James Miller at 2013-04-28 05:50:30 - 1 comment
  4054. Assertion in build on Linux x86

    7967a0d Opened by Mikhail Zabaluev at 2013-05-07 20:22:09 - 4 comments
  4055. replace POSIX glob implementation with an internal implementation

    6efc6ea Opened by Jesse Luehrs at 2013-11-04 19:20:16 - 4 comments
  4056. provide a non-allocating version of os::glob

    cc7fae6 Opened by Jesse Luehrs at 2013-11-24 00:23:24 - 2 comments
  4057. Assignment operator for BigInt causes ICE

    a9bc838 Opened by NAKASHIMA, Makoto at 2013-06-20 09:39:36 - 1 comment
  4058. salvage some of core::old_iter for core::iter, remove the rest

    bb5c4e1 Opened by Daniel Micay at 2013-06-24 08:51:33 - 3 comments
  4059. std::io::fs::mkdir_recursive overhaul

    a373174 Opened by kud1ing at 2014-12-30 15:10:39 - 5 comments
  4060. managed box annihilator sometimes reads freed memory

    ebafc0c Opened by Niko Matsakis at 2013-05-07 13:42:59 - 1 comment
  4061. Rename "ascii" module to "iso-8859-1"

    0852d08 Opened by Patrick Walton at 2013-04-30 00:25:25 - 2 comments
  4062. internal compiler error preventing servo from compiling on OS X 10.8

    06b2092 Opened by Josh Aas at 2013-05-01 05:22:40 - 5 comments
  4063. Add a method to convert a vector of Ascii to a string slice without copying

    3a00340 Opened by Patrick Walton at 2013-11-08 04:21:10 - 7 comments
  4064. Incoming fails on i686 linux with optimizations

    9195966 Opened by Brian Anderson at 2013-12-16 18:16:39 - 6 comments
  4065. ICE: function returning UnfoldrIterator

    2f3688c Opened by NAKASHIMA, Makoto at 2013-06-26 05:40:25 - 1 comment
  4066. compiler bug for a simple test file

    3b90682 Opened by Simon Cruanes at 2013-10-11 01:35:30 - 8 comments
  4067. The Self type is not monomorphized correctly

    e472767 Opened by Niko Matsakis at 2013-07-16 10:28:42 - 2 comments
  4068. type limit comparisons should be conservative with respect to uint

    1fef301 Opened by Niko Matsakis at 2013-05-18 01:38:00
  4069. trailing attributes should not be allowed in extern mod foo { ... }

    24ece2f Opened by John Clements at 2013-08-22 04:41:30 - 2 comments
  4070. Implement ToStr for char

    92c054a Opened by bstrie at 2013-05-06 00:28:58 - 3 comments
  4071. Upgrade LLVM

    09c2ec2 Opened by Brian Anderson at 2013-05-01 00:03:46 - 1 comment
  4072. There should be a shorthand for foo: ref foo in struct field patterns.

    8ab2c6d Opened by Jed Davis at 2013-12-11 09:01:35 - 2 comments
  4073. Borrowing ~fn to &fn leaks

    91bab99 Opened by Brian Anderson at 2013-05-09 02:36:48 - 5 comments
  4074. libuv isn't being compiled with optimizations

    f580ea7 Opened by Daniel Micay at 2013-05-02 15:20:48
  4075. surprises in resolve

    e49ec52 Opened by Graydon Hoare at 2014-01-26 23:39:30 - 5 comments
  4076. Warn about unnecessary heap allocations

    45e3978 Opened by Jesse Ruderman at 2013-05-29 01:49:44 - 6 comments
  4077. Add core::cmp::equiv to prelude

    17ddf6d Opened by James Miller at 2013-05-09 04:18:34 - 3 comments
  4078. Deriving fails with 'self lifetimes

    711a86a Opened by Huon Wilson at 2013-05-11 01:19:52
  4079. spawn on multiple computer nodes

    169f80e Opened by Michał T. Lorenc at 2014-09-16 03:00:59 - 13 comments
  4080. mut qualifier cannot be applied to closure arguments

    6396a0b Opened by Niko Matsakis at 2013-07-19 09:07:35 - 3 comments
  4081. ICE with out-of-memory

    e2e5ee0 Opened by Huon Wilson at 2013-07-11 17:08:50 - 2 comments
  4082. Tuple arity problem in function call (Rust 0.6)

    ec85b97 Opened by bitfit at 2013-06-10 14:42:25 - 2 comments
  4083. Remove sleeps from core::run tests

    913b76f Opened by Brian Anderson at 2013-06-27 19:10:02 - 2 comments
  4084. ICE with self.variance.is_some()

    f896f10 Opened by Felix S Klock II at 2014-01-30 16:21:33 - 7 comments
  4085. Remove reinterpret_cast

    c174412 Opened by bstrie at 2013-05-02 02:23:59 - 2 comments
  4086. Dereference of pointer does not end its life

    0c778c0 Opened by Chris Lu at 2013-05-02 00:57:53 - 7 comments
  4087. add option of outputting doc attributes to crates + a doc fetching tool

    b473257 Opened by Daniel Micay at 2017-03-24 19:22:44 - 5 comments
  4088. Design and implement I/O error handling strategy

    8fd6513 Opened by Brian Anderson at 2014-02-03 19:56:38 - 6 comments
  4089. String encoding/decoding and I/O

    2abddf1 Opened by Brian Anderson at 2015-01-13 08:33:53 - 9 comments
  4090. Implement non-blocking TCP

    2533684 Opened by Brian Anderson at 2013-06-20 06:33:54 - 1 comment
  4091. Benchmark single-threaded, non-blocking TCP performance

    5b41075 Opened by Brian Anderson at 2014-09-19 03:13:36 - 5 comments
  4092. Implement HTTP client and server library

    0752b76 Opened by Brian Anderson at 2014-11-10 23:12:28 - 14 comments
  4093. Implement blocking file I/O using new I/O subsystem

    8d41b72 Opened by Brian Anderson at 2013-12-31 05:39:27 - 5 comments
  4094. Replace core::io with blocking implementation of core::rt::io

    2d7121f Opened by Brian Anderson at 2013-10-24 23:17:17 - 3 comments
  4095. some sort of iOS support

    4bdc65b Opened by dobkeratops at 2014-09-16 02:27:35 - 28 comments
  4096. Why did/does disable-optimize expose a hidden infinite loop

    fe896a2 Opened by Felix S Klock II at 2013-06-26 21:26:40 - 9 comments
  4097. Infinite recursion when traversing a cyclic data structure with repr

    0a01e9c Opened by James Miller at 2013-05-02 09:31:38 - 2 comments
  4098. ICE with unicode identifiers

    8c9097c Opened by Huon Wilson at 2013-07-01 18:14:08 - 2 comments
  4099. Change for protocol so that for functions return a bool

    a260769 Opened by Niko Matsakis at 2013-05-11 02:06:40 - 1 comment
  4100. future: provide infrastructure to print shared-ownership types in a way that reflects the shared graph structure

    e121dd0 Opened by Felix S Klock II at 2015-02-02 10:43:22 - 8 comments
  4101. NeonEmitter.cpp:249: error: ‘TGError’ was not declared in this scope

    7a8b8cf Opened by Josh Aas at 2014-04-10 23:19:03 - 13 comments
  4102. rustpkg: install from remote repository not working

    ce2fce0 Opened by Pascal Jungblut at 2013-05-02 15:25:25 - 1 comment
  4103. use linker optimizations

    ed6c760 Opened by Daniel Micay at 2013-12-01 00:11:54 - 5 comments
  4104. rustc should not infinite-loop on nested data type

    60f2938 Opened by Felix S Klock II at 2013-07-17 22:39:35 - 1 comment
  4105. Can not call function pointers to C functions

    8a2d53f Opened by Ms. Molly Stewart-Gallus at 2013-09-07 17:08:50 - 2 comments
  4106. Stop exporting core::rt,unicode,cmath,stackwalk,rt

    2c6cdf5 Opened by Brian Anderson at 2013-05-07 03:45:51 - 1 comment
  4107. Compiling latest master fails on i686-unknown-linux-gnu

    83b3eda Opened by Dylan Knutson at 2015-03-16 17:09:45 - 3 comments
  4108. support alloca

    112a084 Opened by Daniel Micay at 2015-01-21 01:31:07 - 6 comments
  4109. Fails silently: match 1 {1 => 3, 2u => 4}

    cbb7407 Opened by Devin Jeanpierre at 2013-07-13 00:42:15 - 1 comment
  4110. Eliminate unsafety from scheduler operations

    5122a79 Opened by Brian Anderson at 2014-09-19 03:15:16 - 4 comments
  4111. Test flatpipes::test_serializing_pipes is failing on the linux snapshot bot

    4d21b88 Opened by Brian Anderson at 2013-07-03 15:46:05
  4112. Remove @-boxes from the visitor

    d2c06e1 Opened by Brian Anderson at 2013-10-09 16:09:47 - 4 comments
  4113. Number to/from string API

    ab2ea12 Opened by Huon Wilson at 2016-01-05 05:08:27 - 10 comments
  4114. assert_eq!() might need a better fail message

    510e1d0 Opened by Marvin Löbel at 2013-07-12 08:37:44 - 1 comment
  4115. rust-mode: default to conventional indentation variable tab-width value

    6b6d47a Opened by Andrew at 2017-04-05 20:46:22 - 11 comments
  4116. soundness holes in let

    008e79b Opened by Daniel Micay at 2013-07-09 03:25:34 - 1 comment
  4117. leaked memory in rust main loop of ARM

    d36143d Opened by yichoi at 2013-05-24 09:40:31 - 10 comments
  4118. Rust runtime fails trying to create threads with requested stack size < TLS size

    ca9408b Opened by Chris Lu at 2014-02-01 03:31:44 - 7 comments
  4119. This struct hangs rustc.

    594902a Opened by Christopher J Mills at 2013-07-03 21:32:23 - 4 comments
  4120. add an intrinsic for calling a type's destructor

    caecb05 Opened by Daniel Micay at 2013-06-11 04:08:47 - 1 comment
  4121. need inclusive range method

    a086c38 Opened by Jack Moffitt at 2013-08-21 09:12:34 - 1 comment
  4122. RFC Add is_not_empty methods to vectors (or is_not_* generally)

    30b281f Opened by Brian Anderson at 2013-08-26 18:27:59 - 3 comments
  4123. Remove newtype struct auto-dereferencing method resolution

    8d56b1b Opened by Brian Anderson at 2014-01-05 02:45:09 - 3 comments
  4124. librustllvm.so missing from prefix target lib directory

    670ded1 Opened by Tom Lee at 2013-07-15 08:19:19 - 1 comment
  4125. Fix trans cleanups to be more flexible

    41001d6 Opened by Niko Matsakis at 2014-06-16 19:27:03 - 13 comments
  4126. should be able to implement Drop on enums

    c389dbc Opened by Daniel Micay at 2014-07-24 16:35:58 - 11 comments
  4127. libuv building causes a fatal error: uv.h: No such file or directory

    48632fa Opened by Thad Guidry at 2013-05-07 23:42:04 - 2 comments
  4128. Misnamed test

    035ed11 Opened by Jesse Ruderman at 2013-05-08 02:50:30 - 1 comment
  4129. Auto-derefencing is too eager

    5895b6a Opened by Huon Wilson at 2013-05-07 09:56:56 - 4 comments
  4130. coretest aborts in uv loop

    ae74820 Opened by Brian Anderson at 2013-05-15 01:02:26 - 4 comments
  4131. rustc stack exhaustion with RUST_LOG=rustc

    9639277 Opened by Tom Lee at 2013-06-07 08:37:22 - 3 comments
  4132. cannot deriving(Eq) for fixed-lengthed 2d vectors

    75933d0 Opened by NAKASHIMA, Makoto at 2013-07-30 12:02:30 - 3 comments
  4133. RUST_LOG matches prefix

    0d46f6f Opened by Seo Sanghyeon at 2013-10-01 22:59:39 - 3 comments
  4134. Support attributes on macro invocations

    73daafa Opened by Felix S Klock II at 2013-10-09 11:56:56 - 4 comments
  4135. Nested method calls with &mut receivers result in borrowck errors

    b538230 Opened by Niko Matsakis at 2015-07-21 07:16:51 - 10 comments
  4136. Accessing &mut inside of @mut requires first borrowing the @mut

    1099ac7 Opened by Niko Matsakis at 2013-08-29 17:19:28 - 3 comments
  4137. Write guards on auto-sliced index expressions probably do not work

    b128643 Opened by Niko Matsakis at 2013-05-10 00:08:46 - 1 comment
  4138. Refactor callee data to store FnSig and associated info instead of ty::t

    bac79a1 Opened by Niko Matsakis at 2015-04-30 20:56:07 - 4 comments
  4139. Assertion failure when writing to TCP socket

    885e5a8 Opened by Jude Taylor at 2013-07-11 00:16:00 - 1 comment
  4140. lint mode for missing docs

    4f45734 Opened by Jack Moffitt at 2013-05-30 21:38:51 - 3 comments
  4141. Windows uv build is busted

    3b3dec1 Opened by Brian Anderson at 2013-05-07 23:41:47 - 1 comment
  4142. Remove dependency on rust_kernel from random number code

    a11ea55 Opened by Brian Anderson at 2013-05-11 01:19:52
  4143. The each_char method on &str doesn't work because multiple applicable methods are in scope

    2d437c0 Opened by Thiez at 2013-05-16 21:21:27 - 2 comments
  4144. pattern guard causes assertion failure

    3161f06 Opened by 김현강 at 2013-05-07 22:42:42 - 2 comments
  4145. Unadorned path should resolve same as relative path written w.r.t. self/super

    53432c9 Opened by Alex Crichton at 2013-09-19 18:21:46 - 8 comments
  4146. Convert dataflow (and liveness, and region-inference) to use a common graph abstraction

    e22c98d Opened by Niko Matsakis at 2014-06-18 18:01:54 - 3 comments
  4147. RFC: Define binary operator traits using associated fns, not methods.

    853fd42 Opened by Niko Matsakis at 2013-05-08 00:06:04 - 2 comments
  4148. Generate source code annotations for editors/IDEs

    6b8cfc5 Opened by Devin Jeanpierre at 2017-03-24 19:22:44 - 3 comments
  4149. ICE with new borrowck and macros

    0f2bbf1 Opened by Alex Crichton at 2013-09-10 11:21:00 - 5 comments
  4150. Move core::task::local_data to core::local_data

    fb85bf0 Opened by Brian Anderson at 2013-05-12 21:01:12 - 5 comments
  4151. Dynamically sized types

    c32758b Opened by Niko Matsakis at 2014-04-17 21:13:19 - 16 comments
  4152. linking fails silently if the gcc binary can't be found

    23add30 Opened by Daniel Micay at 2014-04-15 05:59:47 - 3 comments
  4153. Remove Durable

    e2795ea Opened by Brian Anderson at 2013-05-13 19:47:37
  4154. atomic intrinsics should take unsafe pointers not borrowed pointers

    1dbfced Opened by Brian Anderson at 2014-01-30 18:18:11 - 10 comments
  4155. windows libuv build not optimized

    cc6918c Opened by Daniel Micay at 2013-08-28 06:00:37 - 3 comments
  4156. rustc.exe crashing during Windows build with i686-w64-mingw32

    4631b17 Opened by Thad Guidry at 2013-08-19 16:06:31 - 2 comments
  4157. Segfault when casting owned structs to owned traits (double free?)

    590427c Opened by bstrie at 2013-08-16 00:45:45 - 6 comments
  4158. ICE: Computing fictitious types

    744891f Opened by Alex Crichton at 2013-05-12 18:34:08 - 8 comments
  4159. size_of cannot be called outside of a function

    3256187 Opened by Dylan Knutson at 2014-09-16 02:56:26 - 6 comments
  4160. Replace before-main logic with a syntax extension, use standard args for 'start' (main)

    980dfab Opened by Brian Anderson at 2014-02-16 21:55:25 - 5 comments
  4161. compiletest allows incomplete error messages

    da2a6b9 Opened by sammykim at 2013-07-05 18:57:41 - 1 comment
  4162. use std in Windows test runner

    e154b33 Opened by Huon Wilson at 2014-04-07 20:23:45 - 3 comments
  4163. Unsafe method calls permitted incorrectly

    c5699f7 Opened by Niko Matsakis at 2013-05-08 14:00:03 - 2 comments
  4164. Reordering type parameters bounds in trait vs impl causes ICE during trans

    a2acf66 Opened by Niko Matsakis at 2014-08-06 19:11:28 - 2 comments
  4165. c_vec introduction form must be unsafe

    db7cd4f Opened by Joshua Wise at 2013-05-10 07:52:27 - 1 comment
  4166. Segfault with | (or) and tuples and strs in match

    223c318 Opened by Gareth Smith at 2013-08-18 05:22:02 - 2 comments
  4167. Cannot automatically derive equality for structures implementing the drop trait.

    e06ac3d Opened by Ms. Molly Stewart-Gallus at 2013-05-12 02:43:59 - 1 comment
  4168. ICE in parser with malformed extern decl

    bc51b74 Opened by Brian Anderson at 2013-06-13 21:16:09
  4169. Destructuring struct with dtor by-ref

    266fafb Opened by Huon Wilson at 2013-06-22 23:45:04 - 4 comments
  4170. Need a strategy for interop with C unions

    1ed1b72 Opened by Brian Anderson at 2013-07-01 10:55:39 - 3 comments
  4171. mark &mut parameters as noalias

    f1015b3 Opened by Daniel Micay at 2013-05-26 14:59:22 - 1 comment
  4172. mark & pointers to Freeze objects as llvm.invariant

    ea553ff Opened by Daniel Micay at 2014-01-09 20:44:33 - 1 comment
  4173. ICE const value has different size than its type

    3675627 Opened by ILYONG CHO at 2013-06-01 08:36:32 - 5 comments
  4174. not produce proper exit code on ARM

    798f0ed Opened by yichoi at 2013-06-03 00:12:52 - 2 comments
  4175. Parser performance regression

    402c909 Opened by Björn Steinbrink at 2013-05-09 19:46:35 - 6 comments
  4176. Best-effort checks for @mut freezing are too conservative

    46087d3 Opened by Niko Matsakis at 2014-01-09 20:36:02 - 3 comments
  4177. ICE when using an enum as a member of a struct when the enum has a variant that is a struct, if the struct definition appears before the enum definition

    12ee84f Opened by bstrie at 2013-07-03 14:47:15 - 3 comments
  4178. ICE when using rust-core-foundation's CFDictionary type

    1b704eb Opened by Jack Moffitt at 2013-05-10 22:06:00 - 2 comments
  4179. rustpkg usage messages need work

    82200fd Opened by Tim Chevalier at 2014-02-04 13:56:08 - 5 comments
  4180. Merge new LLVM patches

    e4f0e09 Opened by Brian Anderson at 2013-08-05 15:36:49 - 5 comments
  4181. It would be nice to be able to redirect stdin/stdout/stderr for individual tasks.

    8c9e779 Opened by Thiez at 2014-01-07 18:56:32 - 2 comments
  4182. rust-intrinsic ABI functions should be unsafe

    0d472b4 Opened by Brian Anderson at 2013-08-30 02:16:35 - 7 comments
  4183. "Unused imports" warning has false-positives in the presence of syntax extensions

    26c36b4 Opened by Tim Chevalier at 2013-05-12 00:44:27 - 6 comments
  4184. Implement unkillable, rekillable and atomically for newsched

    bc0b63d Opened by Brian Anderson at 2013-07-20 12:37:39 - 1 comment
  4185. rusti always leaks memory and crashes

    4972f92 Opened by James Tranovich at 2013-05-13 04:54:06 - 1 comment
  4186. Offer suggestions for missing libraries

    326ca27 Opened by Brian Anderson at 2014-06-05 17:28:16 - 1 comment
  4187. Hot code replacement

    39c8357 Opened by Michał T. Lorenc at 2015-12-07 19:11:46 - 6 comments
  4188. Incoming build fails on Windows 7 with i686-pc-mingw32

    a05971c Opened by Thad Guidry at 2013-07-25 14:10:41 - 5 comments
  4189. destructuring enum-like structs that have destructors is still allowed

    570585a Opened by Benjamin Herr at 2013-07-09 03:25:34 - 1 comment
  4190. Assertion "Ptr must be a pointer to Val type!"' failed

    de674ca Opened by Guillaume Melquiond at 2013-05-17 05:27:15 - 2 comments
  4191. Assertion "cast<Ty>() argument of incompatible type!" failed

    c74d6d4 Opened by Guillaume Melquiond at 2013-05-20 06:15:50 - 1 comment
  4192. Resolve: better error message when resolve fails due to privateness

    1fab429 Opened by kud1ing at 2013-05-13 17:34:26 - 1 comment
  4193. borrow scopes should not always be lexical

    d96c6f1 Opened by Jack Moffitt at 2018-08-15 20:55:01 - 44 comments
  4194. find_or_insert_with should return a &mut pointer

    978862f Opened by Jack Moffitt at 2013-06-13 21:16:16 - 6 comments
  4195. Incorrect check for memory safety in presence of closures

    6dd1239 Opened by Guillaume Melquiond at 2013-05-10 18:52:15 - 1 comment
  4196. rp.is_none ICE when using 'self lifetime name inappropriately(?)

    6577846 Opened by Devin Jeanpierre at 2013-11-11 21:00:18 - 6 comments
  4197. Make TaskBuilder methods return Self again so we can use the builder pattern.

    0868b06 Opened by Jack Moffitt at 2014-02-18 02:41:50 - 15 comments
  4198. Rustpkg needs to support invoking the default build logic in a package script

    de67e0f Opened by Tim Chevalier at 2013-06-27 15:25:48 - 2 comments
  4199. Teaching rustpkg how to build C libraries

    e97e4e6 Opened by Tim Chevalier at 2013-10-23 05:01:15 - 5 comments
  4200. Teach rustpkg how to probe for C libraries and header files

    fa4607f Opened by Tim Chevalier at 2014-04-04 12:08:24 - 4 comments
  4201. rustpkg build without a package-ID argument should work

    7e2c926 Opened by Tim Chevalier at 2013-08-14 21:36:17 - 6 comments
  4202. Build rust with rustpkg

    cefd4a0 Opened by Tim Chevalier at 2013-05-10 21:55:06 - 1 comment
  4203. Change what's allowed in extern mod directives

    0cbdcfa Opened by Tim Chevalier at 2013-08-14 21:33:51 - 7 comments
  4204. Allow package IDs to refer to the middle of a source repository

    1bd9321 Opened by Tim Chevalier at 2013-09-12 23:00:49 - 3 comments
  4205. In rustpkg, expose the ability to clone a git repository

    629827c Opened by Tim Chevalier at 2013-10-11 01:49:41 - 3 comments
  4206. Write libgit2 bindings for Rust

    ad505fa Opened by Tim Chevalier at 2014-09-19 03:22:25 - 16 comments
  4207. Teach rustpkg about branches and tags, not just repositories

    95a3476 Opened by Tim Chevalier at 2013-07-29 20:41:20 - 7 comments
  4208. Replace uv NativeHandle implementations with a macro

    d80872f Opened by Brian Anderson at 2013-12-17 01:29:41 - 2 comments
  4209. Test in libsyntax doesn't call abort_if_errors

    e404316 Opened by Patrick Walton at 2013-07-26 14:59:02 - 1 comment
  4210. configure: Clang version check should use "based on" version for Apple Clang

    852c1bc Opened by Lily Ballard at 2013-05-28 01:01:32 - 2 comments
  4211. remove usage of vecs_implicitly_copyable

    867042b Opened by Daniel Micay at 2013-05-14 18:09:58
  4212. Atomic intrinsics should take any numeric type

    81c97de Opened by James Miller at 2014-03-10 07:04:50 - 4 comments
  4213. Calling rustc with non-existing file gives ... is not UTF-8

    36ec618 Opened by kud1ing at 2013-05-12 06:09:08 - 4 comments
  4214. rust pkg should follow freedesktop base directory specification under appropriate platforms

    59dc757 Opened by Ms. Molly Stewart-Gallus at 2013-05-12 00:37:31 - 5 comments
  4215. valgrind errors around stacks and context switches in newsched

    9e81e5a Opened by Brian Anderson at 2013-06-20 06:35:35 - 1 comment
  4216. vec::raw::{to_ptr, to_const_ptr, to_mut_ptr} should not be unsafe

    7820b8d Opened by Brian Anderson at 2013-06-08 12:19:59 - 1 comment
  4217. Add timers to core

    2e6ab46 Opened by Brian Anderson at 2013-07-23 02:10:38 - 3 comments
  4218. Add a uv backend to core::run

    1440f27 Opened by Brian Anderson at 2013-08-28 06:00:37 - 4 comments
  4219. NumCast::from() crashes compiler

    b7a1ffe Opened by Volker Mische at 2013-06-20 09:39:52 - 1 comment
  4220. Document all attributes and macros with examples

    356927e Opened by kud1ing at 2015-01-23 02:53:53 - 15 comments
  4221. Remove obsolete macros: deriving_eq, deriving_iter_bytes, deriving_clone

    494b88d Opened by kud1ing at 2013-05-16 03:57:01
  4222. Replace always_inline with inline(always)?

    d7ea89a Opened by kud1ing at 2013-05-13 10:06:20 - 5 comments
  4223. Global paths don't work in match at all

    78752c5 Opened by Huon Wilson at 2014-05-22 08:01:28 - 10 comments
  4224. Integer literals are allowed to be stored in a type which cannot represent them

    e3a5612 Opened by emberian at 2013-05-23 02:25:19 - 4 comments
  4225. rustc asserts on extern fn main() {}

    09e72ef Opened by bstrie at 2013-07-10 03:49:50 - 1 comment
  4226. std::priority_queue is no longer fail-safe

    80d0aad Opened by Daniel Micay at 2013-05-14 21:29:12 - 1 comment
  4227. Better error message when the compiler runs out of stack

    258aea1 Opened by Madhu Venugopal at 2013-05-14 04:41:23 - 4 comments
  4228. ICE in ty_fn_sig() with polymorphic values

    e18e9c4 Opened by Devin Jeanpierre at 2013-08-22 04:41:30 - 7 comments
  4229. Condition handlers can unsoundly alias mutable stack variables

    283cf3d Opened by Brian Anderson at 2014-02-25 02:06:13 - 7 comments
  4230. switching init to uninit made code unsound

    38e3c13 Opened by Daniel Micay at 2013-05-13 23:33:48 - 1 comment
  4231. ICE: cannot export private function via public static variable

    76084a9 Opened by NAKASHIMA, Makoto at 2013-07-26 21:37:26 - 3 comments
  4232. configure fails clang++ required but not found.

    05c268f Opened by Aaron Moss at 2015-02-02 14:17:26 - 9 comments
  4233. LLVM assertion "Ptr must be a pointer to Val type!" failed.

    78e0a54 Opened by ILYONG CHO at 2013-10-11 06:56:18 - 8 comments
  4234. Crash with C-style enums

    8d45d35 Opened by Eric Wiltfang at 2014-03-04 02:13:37 - 5 comments
  4235. Better error messages for unresolved imports due to privateness when using use foo::*

    d3271c2 Opened by kud1ing at 2018-09-24 16:43:31 - 15 comments
  4236. rustpkg should make locally cached files read-only

    72c7591 Opened by Tim Chevalier at 2013-10-11 01:41:23 - 4 comments
  4237. Add a lint command to rustpkg

    3ab3c6c Opened by Tim Chevalier at 2014-02-04 13:55:40 - 5 comments
  4238. Compiling code containing very long arrays takes, a strangely long amount of time.

    4612441 Opened by Ms. Molly Stewart-Gallus at 2013-09-16 06:51:09 - 6 comments
  4239. rusti tests failing on i686

    8a88c60 Opened by Brian Anderson at 2013-06-19 04:56:54 - 2 comments
  4240. std::getopt::opts_str fails for arguments other than the first one

    ca9bd6b Opened by Aaron Moss at 2013-07-31 07:19:23 - 1 comment
  4241. Box annihilator not working on Android

    fed314e Opened by Brian Anderson at 2013-05-24 09:40:00 - 1 comment
  4242. rename Owned to Send

    2fb7696 Opened by Daniel Micay at 2013-07-03 21:28:33 - 5 comments
  4243. avoid freeze in RcMut's DeepClone implementation

    4f8aa03 Opened by Daniel Micay at 2013-12-17 00:36:11 - 2 comments
  4244. LLVM assert failure with struct pointers and foreign functions

    8a80912 Opened by Brandon Sanderson at 2013-10-11 18:55:58 - 5 comments
  4245. Rust does not allow trailing commas in a fn signature

    21ede99 Opened by Marvin Löbel at 2014-01-22 18:36:25 - 5 comments
  4246. Create an apitest tool for stabilizing core interfaces.

    c52994c Opened by Brian Anderson at 2015-04-28 22:59:38 - 12 comments
  4247. Trans should use LLVM in a threadsafe fashion

    9486a0c Opened by Alex Crichton at 2013-06-11 21:42:21 - 1 comment
  4248. Tests should be able to run serially

    e5f2674 Opened by Alex Crichton at 2017-03-24 19:22:44 - 1 comment
  4249. implement deriving for DeepClone

    2e46021 Opened by Daniel Micay at 2013-05-16 23:17:43 - 2 comments
  4250. split Index into Index, IndexMut and IndexAssign

    591d72e Opened by Daniel Micay at 2014-07-08 00:26:46 - 21 comments
  4251. impl<T: Owned> conflicts with impl<T: Const>

    294d2b1 Opened by Daniel Micay at 2013-09-16 06:51:59 - 11 comments
  4252. rustpkg tests are ignored on i686

    ffa1821 Opened by Tim Chevalier at 2013-06-19 04:57:10 - 3 comments
  4253. rustc should open the output file as soon as it starts compiling

    001b139 Opened by Seth Fowler at 2015-03-03 19:52:12 - 9 comments
  4254. std::rc should allocate with a unique pointer

    37e9bf6 Opened by Daniel Micay at 2013-07-26 21:41:07 - 2 comments
  4255. Don't rebuild everything on test-or-comment-only changes

    2febd62 Opened by emberian at 2015-05-22 20:02:04 - 13 comments
  4256. also need a DeepClone impl for @T and @mut T where T is Send

    ab30810 Opened by Daniel Micay at 2013-11-28 00:00:47 - 3 comments
  4257. scheduler deadlocks on mac

    9c6bdb1 Opened by Brian Anderson at 2013-05-18 02:06:45 - 2 comments
  4258. Consider adding methods to GenericPort, GenericSmartChan to query whether the other side disconnected

    5490bfb Opened by Brian Anderson at 2013-11-13 08:10:47 - 3 comments
  4259. ICE for a use statement inside of an extern block in parse_foreign_mod_items()

    3a88af4 Opened by kud1ing at 2013-05-22 09:58:40 - 1 comment
  4260. 'Unsupported constant expr' when matching on tuple-struct constants

    258c81b Opened by Brendan Zabarauskas at 2014-07-19 23:21:48 - 4 comments
  4261. ICE: 'Non-constant path in constant expr' when matching on enum constants

    d6205a9 Opened by Brendan Zabarauskas at 2013-07-18 16:27:19 - 2 comments
  4262. ICE while using polymorphic type.

    0af1ed9 Opened by AyeGill at 2013-10-08 14:48:02 - 2 comments
  4263. Rust fails when compiling with --lib

    3d1be33 Opened by peacememories at 2013-09-02 21:15:51 - 3 comments
  4264. ICE when using UnfoldrIterator (probably other types too)

    5539850 Opened by Thiez at 2013-07-23 06:08:49 - 1 comment
  4265. Add vec::each_permutation_ref

    aedde94 Opened by emberian at 2013-10-08 13:08:49 - 1 comment
  4266. Atomic Load causes LLVM assertion

    7ca2aa0 Opened by James Miller at 2013-05-17 14:13:06 - 4 comments
  4267. ICE: trait fn returning &'self => 'region parameterization should have inferred that this type is RP'

    b7c905e Opened by Benjamin Herr at 2013-12-18 23:32:01 - 4 comments
  4268. teach bytes! to convert ~"foo" to ~[u8] and @"foo" to @[u8]

    31f5582 Opened by Daniel Micay at 2013-05-17 03:48:21 - 1 comment
  4269. only provide traits like Eq/Ord on @T and @mut T when they're known to be non-cyclic

    e9d08ab Opened by Daniel Micay at 2013-11-28 00:00:43 - 4 comments
  4270. -o option is mostly ignored for libraries

    3834ec0 Opened by Brian Anderson at 2013-08-06 17:20:04 - 5 comments
  4271. Lint for large stack allocated values

    df5de54 Opened by Huon Wilson at 2013-05-17 06:25:48 - 1 comment
  4272. bytes!() could be more versatil

    4ad0702 Opened by Marvin Löbel at 2013-05-18 22:24:29 - 2 comments
  4273. Deconstructing pointer to tuple in arguments causes ICE

    a538b3f Opened by Eric Wiltfang at 2013-08-16 00:41:10 - 1 comment
  4274. RUST_LOG setting causes huge memory leak when building rustc

    d0f3f9a Opened by Daniel Ralston at 2013-09-03 11:05:57 - 2 comments
  4275. Map methods on constant sized arrays return dynamically sized arrays.

    9d6eabf Opened by Ms. Molly Stewart-Gallus at 2013-08-19 17:43:31 - 3 comments
  4276. Octal literals

    c7fccba Opened by emberian at 2014-02-13 18:24:12 - 6 comments
  4277. ICE when returning the wrong-sized tuple from a function

    1f447c0 Opened by Alex Crichton at 2013-06-10 14:43:11 - 1 comment
  4278. Upstream libuv patches and upgrade libuv

    a5704d6 Opened by Brian Anderson at 2013-08-28 06:00:37 - 7 comments
  4279. Add static_assert attribute

    264c8af Opened by emberian at 2013-05-22 18:58:08 - 2 comments
  4280. In trans::build::GEPi, use a small-vector optimization

    edb1c3a Opened by Tim Chevalier at 2013-07-04 05:08:31 - 2 comments
  4281. trans::datum does something incorrect for structs with destructors

    34ff08e Opened by Tim Chevalier at 2014-01-28 13:54:40 - 7 comments
  4282. trans::expr::trans_adt has unresolved questions

    4418380 Opened by Tim Chevalier at 2014-08-15 17:21:24 - 3 comments
  4283. In trans::glue, declare_tydesc and declare_generic_glue have debuginfo code commented out

    dd8402d Opened by Tim Chevalier at 2013-05-24 07:50:38 - 1 comment
  4284. Functions with an immediate return value shouldn't have an extra argument

    4cf491c Opened by Tim Chevalier at 2013-07-17 08:29:59 - 9 comments
  4285. Remove AST-building redundancy in libsyntax/ext

    850b2d4 Opened by Huon Wilson at 2013-05-26 06:39:00 - 1 comment
  4286. Add SharedChan for newsched

    8a88913 Opened by Brian Anderson at 2013-07-09 18:57:29 - 1 comment
  4287. lint hints should use attribute syntax, not command line syntax

    855ae3f Opened by Brian Anderson at 2013-10-09 11:21:34 - 2 comments
  4288. Port pipes to the new scheduler

    d4b6a67 Opened by Brian Anderson at 2013-05-18 05:35:24 - 1 comment
  4289. "value may contain borrowed pointers"

    a317c9d Opened by Tim Chevalier at 2015-01-12 20:09:07 - 10 comments
  4290. Make FreeBSD test failures warnings, not errors, on bots.

    6057fc7 Opened by Brian Anderson at 2013-11-07 00:38:41 - 4 comments
  4291. Remove C++ scheduler

    9fd824d Opened by Brian Anderson at 2013-08-11 20:00:44 - 2 comments
  4292. Indexing doesn't allow non-integral indices for newtype structs

    033dfc9 Opened by Huon Wilson at 2014-04-07 18:22:15 - 6 comments
  4293. RFC: Removing `float'

    c2cd231 Opened by Aurora Nockert at 2013-10-01 21:31:28 - 16 comments
  4294. fmt! does not support %e

    b8025f9 Opened by Aurora Nockert at 2014-01-23 07:16:34 - 2 comments
  4295. Unexpected "failed to find an implementation of trait" when combining mut self and impl for T where T is a type variable

    918f398 Opened by Gareth Smith at 2013-07-10 17:23:01 - 1 comment
  4296. ICE with macro

    44c6ad8 Opened by emberian at 2013-05-23 19:33:55 - 5 comments
  4297. Add relaxed atomic inc/dec intrinsics

    5baad5f Opened by Brian Anderson at 2013-08-06 16:09:10 - 4 comments
  4298. Functions are not automatically coerced to run once functions but can be manually shimmed to them.

    af2ce15 Opened by Ms. Molly Stewart-Gallus at 2014-06-05 17:28:45 - 5 comments
  4299. Request to add a warning for large type sizes

    d9c9011 Opened by Ms. Molly Stewart-Gallus at 2014-09-19 03:16:43 - 8 comments
  4300. Fix name of method symbols (extensions)

    77b475e Opened by Brian Anderson at 2013-09-05 08:00:50 - 5 comments
  4301. rustdoc doesn't know to nest things into list items

    7936d59 Opened by Benjamin Herr at 2013-06-13 21:16:11 - 1 comment
  4302. Consider renaming trait Ptr to UnsafePtr

    43f50c5 Opened by Brian Anderson at 2013-06-04 22:47:15 - 4 comments
  4303. decide on official naming conventions for ~, @, & and *

    f609c23 Opened by Daniel Micay at 2014-01-09 20:33:55 - 11 comments
  4304. assertion failed: !bcx.ccx().maps.moves_map.contains(&arg_expr.id)

    e3c5d71 Opened by Devin Jeanpierre at 2014-01-23 17:41:34 - 4 comments
  4305. error: expected ; or } but found }

    b4271f2 Opened by Huon Wilson at 2013-08-18 09:02:01 - 2 comments
  4306. Small structs should be passed in registers

    eb81699 Opened by Huon Wilson at 2013-07-04 13:55:56 - 3 comments
  4307. Borrow checker is confused by return statements

    6c9e9dc Opened by Philipp Brüschweiler at 2013-12-17 11:05:32 - 4 comments
  4308. rustc --ls gives 'could not find metadata' error for missing file

    ce0560a Opened by Huon Wilson at 2014-03-09 06:01:46 - 2 comments
  4309. rusti: print() is not io::print()

    d30665d Opened by kud1ing at 2013-06-13 05:17:58 - 3 comments
  4310. Internal compiler error when mixing enum type with struct of the same name

    9f2e5f0 Opened by Ziad Hatahet at 2013-07-08 17:16:14 - 1 comment
  4311. Poor inlining of closures for vec::from_fn<T>()

    1caac78 Opened by Björn Steinbrink at 2013-09-29 03:03:34 - 9 comments
  4312. Removing warnings in a weird case

    6e22f3d Opened by Steve Klabnik at 2013-05-20 03:47:48 - 3 comments
  4313. Possibly bad 'unused import' warning

    f8a2d25 Opened by Steve Klabnik at 2013-05-21 19:53:53 - 7 comments
  4314. One more possibly bad import check

    ede70d2 Opened by Steve Klabnik at 2013-05-21 19:48:17 - 1 comment
  4315. LLVM assertion when using immediate values with self by-value

    5e4c4fb Opened by Luqman Aden at 2013-05-20 07:16:10 - 1 comment
  4316. major regression in rustc memory usage

    5011119 Opened by Daniel Micay at 2013-05-28 13:56:54 - 17 comments
  4317. Usage of unsafe methods in safe code doesn't cause an error.

    e71dcfe Opened by Brendan Zabarauskas at 2013-05-20 12:31:03 - 1 comment
  4318. internal compiler error: self wasn't mapped to a def?!

    b8099c1 Opened by Fedor Indutny at 2013-08-23 08:26:28 - 4 comments
  4319. Remove *Box suffix from smart pointers.

    af867b6 Opened by Brian Anderson at 2014-01-06 17:05:39 - 2 comments
  4320. Rename ARC to AtomicRc, move to core::unstable::sync

    6d37c75 Opened by Brian Anderson at 2013-07-10 21:24:20 - 2 comments
  4321. Crash on the use of moved value in the closure

    3e82372 Opened by Kang Seonghoon at 2013-05-24 10:01:33 - 2 comments
  4322. Lifetime too short with .each method, but fine with each function

    6fd9ff2 Opened by Huon Wilson at 2013-10-15 19:06:14 - 3 comments
  4323. Intermittent error page on rust-lang.org

    8260abb Opened by Luci Brănescu-Mihăilă at 2013-07-15 09:06:24 - 3 comments
  4324. Support matching interpolated types in macro invocation syntax

    eb7b090 Opened by Andreas Neuhaus at 2015-01-20 20:22:50 - 5 comments
  4325. fastffi attribute is sometimes ignored or incorrectly assigned

    5772e85 Opened by Niko Matsakis at 2013-10-08 12:59:42 - 5 comments
  4326. Disallow visibility modifiers on impls

    7753239 Opened by Brian Anderson at 2013-08-26 21:09:56 - 4 comments
  4327. return break returns pointer/uninitialised data.

    612105b Opened by Huon Wilson at 2013-08-16 00:36:22 - 2 comments
  4328. Better interface for static assert

    bc6efb0 Opened by emberian at 2017-03-06 23:06:05 - 14 comments
  4329. prettyprinter reorders comments to show before doc comments

    10be6ad Opened by Benjamin Herr at 2023-03-17 04:41:47 - 9 comments
  4330. Method cascades

    59f800d Opened by dharmatech at 2019-01-16 00:09:41 - 17 comments
  4331. rusti doesn't handle multibyte utf-8 characters properly

    18cdb05 Opened by Benjamin Herr at 2013-05-25 18:40:38
  4332. Double free(?) when returning owned self

    2f3f1d8 Opened by Björn Steinbrink at 2013-06-03 07:45:11 - 1 comment
  4333. The type option for the pretty printer is completely broken

    7efc434 Opened by Ms. Molly Stewart-Gallus at 2013-07-29 22:04:53 - 3 comments
  4334. Fix span on unknown macro variable error

    1ae4fec Opened by emberian at 2015-04-20 22:23:02 - 4 comments
  4335. RFC: Move libcore/libstd tests into src/test/run-pass

    5f58974 Opened by Erick Tryzelaar at 2013-08-05 21:15:45 - 2 comments
  4336. SmallIntSet union and symmetric_difference should be in-order traversals like TreeSet

    8606562 Opened by Daniel Micay at 2013-06-13 21:16:12
  4337. rustc -W should display the list of targets as rustc -W help does

    cc97e0d Opened by kud1ing at 2013-05-27 06:22:56
  4338. Internal compiler error attempting to call method as static function

    8838aa5 Opened by J at 2013-06-13 21:16:17 - 2 comments
  4339. Internal compiler error on bcx.cxx().maps.moves_map.contains

    9985e31 Opened by J at 2013-06-20 09:41:18 - 1 comment
  4340. Document the condition handling system

    e7e4b33 Opened by kud1ing at 2013-09-18 07:16:19 - 2 comments
  4341. Misleading error when incorrectly initializing a struct using Monster() instead of Monster{...}

    7e2e077 Opened by Fabian Deutsch at 2013-08-22 04:41:30 - 4 comments
  4342. use the type's real alignment for the memmove/memcpy intrinsics, not 1

    49cc12a Opened by Daniel Micay at 2013-05-31 22:45:40 - 1 comment
  4343. Returning a struct that holds an owned trait object results in a segfault

    704298e Opened by Andreas Neuhaus at 2013-06-23 04:05:07 - 3 comments
  4344. rust-mode syntax highlighting problem on Emacs

    bca8b91 Opened by Deleted user at 2013-08-05 19:03:33 - 1 comment
  4345. Lifetime of borrowed values should be extended

    cac9e9d Opened by Lily Ballard at 2013-05-24 23:56:27 - 1 comment
  4346. Attribute syntax extensions don't expand inside blocks

    d297b96 Opened by Huon Wilson at 2013-07-23 13:05:25 - 2 comments
  4347. use tbaa.struct to inform LLVM about struct/enum padding

    3f0bb7b Opened by Daniel Micay at 2018-04-15 13:24:35 - 12 comments
  4348. ICE when using += with a struct field with generic type

    5565ee6 Opened by Maik Klein at 2014-03-07 00:21:40 - 4 comments
  4349. Document ref in the tutorial

    5d7141c Opened by Huon Wilson at 2013-07-22 21:28:46 - 3 comments
  4350. pub use into the top-level crate module does not work

    ff5d727 Opened by Mikhail Zabaluev at 2013-06-13 21:16:16 - 2 comments
  4351. Module file names should be resolved relatively to the referring module

    73dac5b Opened by Mikhail Zabaluev at 2013-09-05 20:08:15 - 4 comments
  4352. sed warning when configured on OS X

    ea01734 Opened by Hailey Somerville at 2013-06-13 15:09:06 - 1 comment
  4353. mark ~ parameters as noalias

    adaa1e3 Opened by Daniel Micay at 2013-05-29 20:57:07 - 1 comment
  4354. add a type-based alias analysis pass

    9424f79 Opened by Daniel Micay at 2014-08-15 08:35:54 - 2 comments
  4355. mark borrowed pointer parameters without a named lifetime as nocapture

    b8d3b18 Opened by Daniel Micay at 2014-03-27 14:47:21 - 4 comments
  4356. Compiler error with float structs and foreign functions

    301582a Opened by Jeremy Letang at 2013-05-31 20:35:26 - 2 comments
  4357. use llvm.lifetime.end to mark the end of unique pointer lifetimes

    9f6fb23 Opened by Daniel Micay at 2014-01-18 00:28:31 - 5 comments
  4358. FFI docs: state how to expose non-function symbols (or state if unsupported)

    34f7995 Opened by Felix S Klock II at 2013-08-09 02:14:54 - 3 comments
  4359. Occurrences of a libstd or libextra item in the tutorial and manual should link to the docs for it

    8e2dac1 Opened by Lindsey Kuper at 2015-01-21 01:37:05 - 9 comments
  4360. Treat "Failure" and "Safety note" doc comments specially in generated docs

    989e937 Opened by Lindsey Kuper at 2019-09-19 11:50:58 - 9 comments
  4361. Generated docs should list at the top, and link to, methods inside traits and impls

    aaa050f Opened by Lindsey Kuper at 2013-09-23 03:28:09 - 5 comments
  4362. Stack Closure Owned Pointer Reference Crash

    1cbda0c Opened by simonjlewis at 2013-05-29 09:24:25 - 4 comments
  4363. make check-stage1-std is broken

    7371f1d Opened by Tim Chevalier at 2013-05-29 00:01:19 - 1 comment
  4364. Mutable vars in rusti don't change after assignment

    8c8ab0b Opened by Björn Steinbrink at 2013-06-13 05:17:36 - 2 comments
  4365. LLVM lint error with glue_drop

    1289626 Opened by James Miller at 2013-07-19 21:02:33 - 3 comments
  4366. RFC: Statically enforce that only one type of doc comment is present on any given item

    a938013 Opened by bstrie at 2014-07-29 08:52:51 - 7 comments
  4367. Six forms of doc comments are five too many

    3cb2b1c Opened by bstrie at 2014-09-24 04:59:19 - 11 comments
  4368. mark &mut parameters noalias if there are no potentially aliasing parameters

    238b98f Opened by Daniel Micay at 2014-03-22 23:21:06 - 16 comments
  4369. Different results when expanding macros manually

    c25ce6f Opened by Aurora Nockert at 2013-11-03 03:15:34 - 5 comments
  4370. Containing transmutes on slices and other representations.

    9f4337b Opened by Marvin Löbel at 2014-06-05 17:37:52 - 3 comments
  4371. Option<&[T]> and Option<&str> could be 2 words instead of 3

    e2951b1 Opened by Daniel Micay at 2014-07-11 16:08:41 - 4 comments
  4372. make x86_64-apple-darwin/stage1/bin/rustpkg is broken

    957e90e Opened by Tim Chevalier at 2013-08-21 18:29:10 - 6 comments
  4373. error w/ macros that expand into macro definitions

    2bfaa0f Opened by John Clements at 2014-07-13 12:28:47 - 7 comments
  4374. Revamp borrowck treatment of closures

    8c47fcb Opened by Niko Matsakis at 2014-02-12 00:16:44 - 5 comments
  4375. Fix configure --llvm-root

    27a4172 Opened by Felix S Klock II at 2014-03-05 21:54:48 - 10 comments
  4376. Warn for unmatchable NaN case.

    283e9f6 Opened by C. Scott Ananian at 2013-07-25 20:46:46 - 4 comments
  4377. Add ccache support to build (via --enable-ccache configure option)

    65281fd Opened by Felix S Klock II at 2013-05-30 13:48:58 - 3 comments
  4378. FAQ for borrow check error with find/insert into containers

    3fd9fef Opened by Patrick Walton at 2014-07-30 22:58:16 - 5 comments
  4379. port / wrap / package psutil for rust

    14726fc Opened by Graydon Hoare at 2015-01-13 09:30:25 - 13 comments
  4380. Purge libextra and the test suite of all calls directly into the runtime

    9fcffd8 Opened by bstrie at 2013-12-18 23:12:17 - 3 comments
  4381. Rust port of 'metrics' for libextra

    07acad0 Opened by Graydon Hoare at 2015-02-14 11:36:53 - 9 comments
  4382. investigate sandboxing for tasks on Linux (and maybe other platforms)

    4559839 Opened by Daniel Micay at 2014-01-25 14:06:47 - 5 comments
  4383. Rust port of criterion for benchmarking

    196ca77 Opened by Graydon Hoare at 2015-01-21 19:29:25 - 6 comments
  4384. rustc -Z debug-info is causing llvm assert failures

    ca94dea Opened by Felix S Klock II at 2013-08-23 00:38:45 - 3 comments
  4385. dtrace probes

    6bf75c5 Opened by Graydon Hoare at 2015-02-16 21:28:35 - 12 comments
  4386. Improve LLVM IR Code generation

    23e6d04 Opened by James Miller at 2014-04-10 22:34:22 - 4 comments
  4387. libextra takes a very long time to build

    6a1c137 Opened by James Miller at 2013-05-30 03:30:51 - 2 comments
  4388. RUST_LOG=::rt::backtrace appears to do nothing

    b496e08 Opened by Lily Ballard at 2013-07-11 16:47:45 - 3 comments
  4389. [documentation] rust.md#number-literals grammar does not match behaviour in scan_number()

    e5055ed Opened by ⭐caitp⭐ at 2013-05-30 11:43:37 - 1 comment
  4390. Cache Terminal in libsyntax

    e6ccb9e Opened by emberian at 2013-07-15 00:34:26
  4391. Match patterns can't be macros

    2a7a721 Opened by Huon Wilson at 2014-05-28 22:56:39 - 4 comments
  4392. Misleading error location with ill-formatted strings

    9ef7eb4 Opened by Alex Crichton at 2013-12-02 22:42:55 - 4 comments
  4393. Formally describe type system and inference algorithm

    c3523ba Opened by Niko Matsakis at 2016-07-14 16:24:28 - 5 comments
  4394. Implement MessageQueue without locks

    7f851cf Opened by Brian Anderson at 2013-10-29 02:25:12 - 7 comments
  4395. Implement SleeperList without locks

    7ecdff6 Opened by Brian Anderson at 2013-10-29 02:25:40 - 2 comments
  4396. Need a solution for select / async events

    c68125f Opened by Brian Anderson at 2015-04-21 14:42:09 - 32 comments
  4397. Make I/O threadsafe

    5e2a0d7 Opened by Brian Anderson at 2013-10-06 05:58:43 - 3 comments
  4398. Port stack growth to new scheduler

    86acc0c Opened by Brian Anderson at 2013-10-29 18:31:08 - 2 comments
  4399. Non-blocking stdin/stdout/stderr

    2f5feaf Opened by Brian Anderson at 2013-10-10 12:36:22 - 1 comment
  4400. Task failure aborts app on OS X 10.9

    2cc73b1 Opened by Lily Ballard at 2013-10-22 21:51:12 - 14 comments
  4401. Port standard libraries to new I/O

    b4db3c1 Opened by Brian Anderson at 2013-10-24 22:31:02 - 2 comments
  4402. ICE with task::try { fail!("failed") }

    b520184 Opened by Lily Ballard at 2013-06-27 21:56:07 - 2 comments
  4403. Store ~Task in thread local storage instead of ~Scheduler

    b5a35ba Opened by Brian Anderson at 2013-08-06 16:08:00 - 2 comments
  4404. Separate context switching from multithreaded scheduling

    96cacc6 Opened by Brian Anderson at 2014-09-26 01:35:07 - 7 comments
  4405. vec::each() and each_mut() have bad return values.

    1c17855 Opened by Lily Ballard at 2013-06-04 03:10:31 - 2 comments
  4406. Reversed expected/found type error

    4636d45 Opened by Josh Matthews at 2013-05-31 19:04:02 - 2 comments
  4407. Destructors do not run when implemented on unit-like structs

    4f9c1da Opened by bstrie at 2013-06-01 23:23:09 - 1 comment
  4408. Manually calling trait function from other crate causes ICE

    d675e08 Opened by Eric Wiltfang at 2013-06-02 04:10:08 - 2 comments
  4409. vec::any calls in ty_struct cases in ty.rs should be vec::all

    97fbac4 Opened by ben blum at 2013-06-04 19:11:28 - 1 comment
  4410. Reconsider as_c_str function for working with strings over FFI

    39f02f6 Opened by bstrie at 2013-08-19 17:28:27 - 2 comments
  4411. terminfo testing

    6661255 Opened by emberian at 2015-01-21 21:34:42 - 4 comments
  4412. typeck::_match::check_pat() should record types for fn argument patterns, not just match patterns

    4fb96c7 Opened by ben blum at 2013-08-12 15:35:52 - 2 comments
  4413. Internal compiler error - "failed to find block with tag 12"

    90c7314 Opened by André Arko at 2013-10-18 01:56:24 - 2 comments
  4414. Create a string type that represents either ~str or &'static str

    4aa6fae Opened by Brian Anderson at 2013-09-23 19:17:08 - 2 comments
  4415. Tag public std interfaces with stability index

    b0aea99 Opened by Brian Anderson at 2014-06-26 21:06:01 - 7 comments
  4416. Create a zero.rs macro. Use it in std.

    6460c82 Opened by Brian Anderson at 2013-10-24 02:54:24 - 4 comments
  4417. Bug: stream() causes random behavior / internal compiler error

    c73252d Opened by Jan Špaček at 2013-08-14 17:01:07 - 3 comments
  4418. Docs reference local and exchange heap without explanation

    20f9def Opened by Deleted user at 2013-11-08 14:51:04 - 3 comments
  4419. #[deriving(...)] doesn't work for fixed-size vectors

    89a2fa1 Opened by Peter Williams at 2013-08-19 17:44:38 - 6 comments
  4420. Add a lint pass that warns about unknown annotations.

    b131b2d Opened by Thiez at 2013-12-07 06:58:04 - 7 comments
  4421. rustc "file:line-num" output has become incompatible with emacs' default compilation-mode

    880f384 Opened by Felix S Klock II at 2021-06-30 15:07:07 - 20 comments
  4422. Logging some of the pseudo-crates causes even trivial programs to crash.

    b024bb7 Opened by Ms. Molly Stewart-Gallus at 2013-08-11 20:18:13 - 2 comments
  4423. Figure out a better way to track for reporting when a method is being used like a field

    b93345f Opened by Erick Tryzelaar at 2013-11-24 07:26:50 - 2 comments
  4424. Some struct destructors not run when Dest = Ignore.

    2067b6e Opened by Luqman Aden at 2014-04-16 05:27:00 - 5 comments
  4425. Docs for libstd's prelude.rs should mention what is reexported

    3d547e0 Opened by Deleted user at 2013-06-02 01:45:13 - 1 comment
  4426. Rework generic paths for associated functions: T::function()

    4d8f435 Opened by Brendan Zabarauskas at 2014-09-24 04:59:22 - 40 comments
  4427. Compare jemalloc performance

    c697500 Opened by Brian Anderson at 2013-06-07 02:43:21 - 10 comments
  4428. Impling a trait on T fails to make it accessable for generic types.

    eec7270 Opened by Brendan Zabarauskas at 2013-08-16 00:41:10 - 3 comments
  4429. Type error with cross-crate polymorphism

    fb6ff7a Opened by Jan Špaček at 2013-07-19 05:28:45 - 1 comment
  4430. Add vec::shrink_to_fit

    8936296 Opened by emberian at 2013-06-02 18:27:44 - 1 comment
  4431. Use LZ4 or Snappy instead of Deflate in metadata

    9c1832c Opened by emberian at 2013-06-05 23:29:01 - 4 comments
  4432. [ .. a] pattern breaks matches

    bfa1a9f Opened by Huon Wilson at 2013-08-11 02:47:21 - 5 comments
  4433. Disable the unused-mut warning when variable is prefixed by underscore

    d0c628b Opened by Felix S Klock II at 2013-11-17 15:27:04 - 2 comments
  4434. Add rust objdump or rust dis for dissecting / disassembling generated libraries

    7213580 Opened by Felix S Klock II at 2017-03-24 19:22:44 - 6 comments
  4435. Rustdoc doesn't check for pandoc

    c925d13 Opened by Maik Klein at 2013-09-09 17:05:24 - 2 comments
  4436. "no region bound is allowed" errors unless impl mismatches struct defn

    41abdf4 Opened by Felix S Klock II at 2014-08-12 23:03:18 - 8 comments
  4437. use playpen to implement a sandbox for running code on the rust website

    38f9af3 Opened by Daniel Micay at 2014-06-04 21:57:49 - 9 comments
  4438. Compilation of rust 0.6 fails with "task failed at 'explicit failure'"

    c216e7d Opened by elszben at 2013-06-08 14:33:47 - 4 comments
  4439. malloc assertion fails

    80c8529 Opened by Ethan Ransom at 2013-08-27 21:59:21 - 2 comments
  4440. lookup_item ICE when &'self fn deref'ed from separate compile unit

    1a59d5e Opened by Felix S Klock II at 2013-08-16 00:41:11 - 6 comments
  4441. Fix glue symbol mangling

    ede87b3 Opened by Brian Anderson at 2013-06-13 21:16:17 - 1 comment
  4442. IR generation quality litmus test

    db40f3d Opened by Daniel Micay at 2013-09-09 02:00:25 - 4 comments
  4443. cast::transmute shows up in profiles

    857829e Opened by Josh Matthews at 2013-07-24 21:49:17 - 3 comments
  4444. Track task ownership and visualize

    6600b8c Opened by Brian Anderson at 2014-09-26 01:45:15 - 4 comments
  4445. rust configure is misinvoking sed -i on Mac OS X

    fd251e8 Opened by Felix S Klock II at 2013-07-19 11:07:34 - 3 comments
  4446. Rust needs a high level interface to the system's process fork facilities

    1f8e52b Opened by Ms. Molly Stewart-Gallus at 2023-02-21 19:50:49 - 6 comments
  4447. Integer -> Float -> Integer conversion can succeed while changing what the value is

    ed1a9fd Opened by Aaron Todd at 2013-06-05 20:06:55 - 2 comments
  4448. Emacs mode fails to indent let followed by if expression

    71145d8 Opened by Aaron Todd at 2017-03-24 19:22:44 - 1 comment
  4449. Add task pinning

    b66310b Opened by Brian Anderson at 2013-08-06 16:06:08 - 1 comment
  4450. Add task forwarding

    0535246 Opened by Brian Anderson at 2013-08-06 16:05:45 - 1 comment
  4451. Unused imports sometimes reports used imports

    742074a Opened by Michael J. Sullivan at 2013-06-10 05:41:47 - 1 comment
  4452. Type aliases and mods of the same name in the same namespace should be forbidden

    8419876 Opened by Brendan Zabarauskas at 2015-01-19 17:43:51 - 7 comments
  4453. rustc --lib par.rs -L . -->> error: internal compiler error: can't make T_opaque_trait with bare trait store

    6135863 Opened by Jeff Murray at 2013-06-25 13:22:00 - 12 comments
  4454. str: utf8 encoder allows encoding invalid code points

    fc1bf74 Opened by Daniel Micay at 2013-07-09 20:11:06 - 3 comments
  4455. Valgrind warning with the last incoming repo

    96b3291 Opened by Jeremy Letang at 2013-06-05 19:45:59 - 1 comment
  4456. Systematic testing of our concurrency primitives

    99ba573 Opened by ben blum at 2015-01-19 20:40:47 - 3 comments
  4457. Should the literal 128i8 be valid?

    a871ee9 Opened by bstrie at 2013-08-01 17:47:01 - 1 comment
  4458. One of the tests leaves a file named "file" in the build directory

    76e7523 Opened by Michael J. Sullivan at 2013-06-06 18:12:28 - 1 comment
  4459. Turn warnings into errors in std and extra

    f00b2b1 Opened by Brian Anderson at 2013-06-26 10:05:06 - 6 comments
  4460. error: return in block function

    bf88106 Opened by Lily Ballard at 2013-07-29 18:03:24 - 3 comments
  4461. type inference bug with take/drop from std::iterator

    ff6b0b7 Opened by Daniel Micay at 2013-07-25 12:19:46 - 2 comments
  4462. #[unsafe_destructor] is excessively unsafe (monomorphizes wrong)

    410cf17 Opened by Benjamin Herr at 2013-09-27 11:46:13 - 8 comments
  4463. Default arguments and keyword arguments

    52bec02 Opened by TJ at 2014-03-23 08:18:51 - 70 comments
  4464. Unified function / method call syntax

    c31929b Opened by TJ at 2014-09-24 04:59:25 - 8 comments
  4465. Deriving can't be used within macros because it generates duplicate impls

    1c22e2c Opened by bstrie at 2013-11-18 01:26:38 - 5 comments
  4466. Initializing an array with [0, ..-1] compiles, but causes a segfault at runtime

    7bcaaaf Opened by bstrie at 2013-06-07 11:21:29 - 4 comments
  4467. replace most internal iterators with external iterators

    e922155 Opened by Daniel Micay at 2013-06-24 20:00:35 - 3 comments
  4468. Rename finalize to drop

    c1f7786 Opened by Brian Anderson at 2013-06-07 02:19:19 - 2 comments
  4469. Allow static variables in range expressions

    3017b4f Opened by Josh Matthews at 2013-08-05 19:29:17 - 2 comments
  4470. Error on constant pointer dereference

    80c66ca Opened by Huon Wilson at 2014-10-28 01:16:06 - 6 comments
  4471. After libsyntax, idents should be replaced by Names

    7e9f2fb Opened by John Clements at 2015-09-26 16:35:02 - 20 comments
  4472. macros should be parsed more lazily

    31d8ac6 Opened by John Clements at 2022-12-31 17:38:30 - 23 comments
  4473. Use of GC inside destructors aborts when destructor called from GC

    8f64183 Opened by ben blum at 2014-10-11 19:15:42 - 13 comments
  4474. Replace the current for protocol with external iterators

    24dfd4c Opened by Daniel Micay at 2013-08-03 07:22:56 - 6 comments
  4475. jemalloc breaks cross-compile, breaks incoming

    6e29ddc Opened by Brian Anderson at 2013-06-13 07:12:14 - 2 comments
  4476. Stop building jemalloc once per stage

    4bb3e0a Opened by bstrie at 2013-10-08 22:36:33 - 2 comments
  4477. rustpkg::tests::test_package_request_version fails on Linux

    d140008 Opened by Tim Chevalier at 2013-08-22 05:07:06 - 6 comments
  4478. Pattern matching on unsafe pointers doesn't work

    892f84b Opened by Brian Anderson at 2015-01-21 17:48:41 - 3 comments
  4479. Use a phantom type to indicate task/scheduler context in Scheduler

    83e5625 Opened by Brian Anderson at 2013-08-05 15:21:49 - 1 comment
  4480. Comparison of static arrays

    2d4da1b Opened by Deleted user at 2013-09-03 13:51:04 - 9 comments
  4481. Unsoundness: ~Trait is considered Const, but shouldn't be

    565581e Opened by bill-myers at 2013-08-22 04:41:30 - 1 comment
  4482. add a size hint method to the Iterator trait

    510eb41 Opened by Daniel Micay at 2013-06-23 20:47:04 - 1 comment
  4483. Metadata decoding of more than one attribute like mutable and non_owned broken

    d45e06e Opened by bill-myers at 2013-06-10 04:20:37 - 3 comments
  4484. str::byte_slice_no_callback includes the trailing NULL

    219da2d Opened by SiegeLord at 2013-06-12 12:11:58 - 2 comments
  4485. core::pipes::try_recv_ missing an acquire barrier

    3c2e455 Opened by talchas at 2013-08-02 07:12:09 - 6 comments
  4486. src/rt/rust_task.cpp has generally weird code in rust_task::new_big_stack

    995cd14 Opened by Ms. Molly Stewart-Gallus at 2013-06-13 21:16:19
  4487. 0.6 Build Error: "unexpected failure" during compilation

    d187f1c Opened by Mike Burns at 2013-06-09 08:38:34 - 1 comment
  4488. Can't override existing configurations

    9807738 Opened by Ms. Molly Stewart-Gallus at 2015-01-23 01:48:04 - 4 comments
  4489. Enums can't impl Drop (finalizer / destructor)

    47bed74 Opened by Brian Anderson at 2013-06-11 04:11:35 - 2 comments
  4490. Printing of the largest and other very large floats is wrong

    4d7b816 Opened by Aurora Nockert at 2015-05-09 16:48:12 - 10 comments
  4491. First-class function can't call itself

    0c9dc0b Opened by thinkpad20 at 2013-06-09 23:55:46 - 2 comments
  4492. Set the repository HEAD to the incoming branch

    d345a43 Opened by James Miller at 2013-06-22 04:57:26 - 8 comments
  4493. Unicode grapheme support

    ad92996 Opened by Huon Wilson at 2014-07-16 00:26:19 - 13 comments
  4494. Unit-like structs can mask constants

    65f25f7 Opened by Seo Sanghyeon at 2013-06-11 06:26:04 - 1 comment
  4495. Matching fixed-size vectors requires handling vectors of arbitrary size

    1f00b6f Opened by Deleted user at 2013-07-14 22:54:10 - 1 comment
  4496. Can't name identifier the "flip table" emoticon.

    aef503b Opened by ben blum at 2013-06-11 17:34:48 - 5 comments
  4497. Borrowed @mut boxes are not unborrowed during unwinding

    f5d4387 Opened by Brian Anderson at 2014-01-09 20:32:44 - 4 comments
  4498. incoming-mac doesn't configure on the buildbots

    1073e6f Opened by James Miller at 2013-06-22 04:57:00 - 1 comment
  4499. Disallow newlines in strings

    184748c Opened by Brian Anderson at 2014-02-27 21:19:31 - 8 comments
  4500. Function specialization

    83193eb Opened by Aurora Nockert at 2014-09-24 04:59:28 - 15 comments
  4501. Unexpected compiler error when changing pointer type of self

    2787222 Opened by cc at 2014-03-07 00:21:40 - 4 comments
  4502. Structs with duplicate methods do not cause compilation warning or error

    a35d11a Opened by Tim at 2013-06-12 09:57:48 - 2 comments
  4503. Remove addrspaces from IR

    de88659 Opened by Brian Anderson at 2013-06-25 20:13:48 - 10 comments
  4504. sync::rwlock has an obscure 3-participant race around access_lock that can result in arbitrary type coercion

    122532d Opened by ben blum at 2013-06-15 12:04:01
  4505. Change sync::rwlock to use atomics for read_count/read_mode instead of locking

    7173bfc Opened by ben blum at 2013-06-15 12:04:01
  4506. Don't generate debug symbols by default in OSX

    6c15827 Opened by Nick Desaulniers at 2013-06-11 20:22:39 - 2 comments
  4507. LLVM shouldn't be build with --disable-threads

    fdf6e4b Opened by Alex Crichton at 2013-06-26 07:35:07 - 3 comments
  4508. Add "interleave_tasks_here()" calls inside sync libs, togglable with #[cfg(test)]

    a4f3086 Opened by ben blum at 2014-09-19 04:51:33 - 3 comments
  4509. rustpkg should use workcache

    d54e295 Opened by Tim Chevalier at 2013-09-10 05:06:56 - 3 comments
  4510. RFC: Consider turning as into a user-implementable Cast trait

    6577f82 Opened by Erick Tryzelaar at 2013-09-09 07:23:52 - 16 comments
  4511. Refactor visit.rs with a Visitor trait

    3fcd0a3 Opened by Felix S Klock II at 2013-09-25 16:21:39 - 18 comments
  4512. Tying the knot with @

    d0787d8 Opened by Huon Wilson at 2013-09-12 17:08:48 - 11 comments
  4513. Traits extending kinds / built-in traits

    907b5a6 Opened by Niko Matsakis at 2013-08-22 03:11:32 - 5 comments
  4514. make tidy should run first on the buildbots

    9a948e2 Opened by Huon Wilson at 2014-02-23 12:28:04 - 4 comments
  4515. RFC: standardizing on naming functions that convert from one type to another

    bcded67 Opened by Erick Tryzelaar at 2014-08-04 16:11:39 - 15 comments
  4516. RFC: merge cmp::Eq and cmp::Equiv

    c300fbd Opened by Erick Tryzelaar at 2014-02-06 18:15:43 - 6 comments
  4517. Windows installer - libgcc_s_dw2-1.dll missing

    c4f8a13 Opened by Jack Arrington at 2013-06-12 23:13:51 - 1 comment
  4518. ICE with method call on nonsensical pattern binding ("no param def for...")

    439c073 Opened by ben blum at 2014-05-22 08:01:28 - 4 comments
  4519. ../configure --disable-optimize-cxx breaks jemalloc

    e5b3d6d Opened by Brian Anderson at 2013-08-05 16:22:00 - 2 comments
  4520. Dynamic library facilities are not supported on Windows

    0075ab6 Opened by Ms. Molly Stewart-Gallus at 2013-08-13 04:11:30 - 1 comment
  4521. Prepare 0.7 release documentation

    816f6ad Opened by Brian Anderson at 2013-07-03 02:56:04 - 5 comments
  4522. Rename libserialize

    85650b4 Opened by Brian Anderson at 2015-01-17 18:53:38 - 20 comments
  4523. document how to make non-utf8 byte vectors with bytes!(…)

    48b36be Opened by Piyush Agarwal at 2014-05-21 02:11:20 - 2 comments
  4524. extern mod doesn't work in windows test runner

    2f87345 Opened by Huon Wilson at 2014-01-31 14:06:49 - 3 comments
  4525. uuid!() and iota!() (and maybe random!()) syntax extensions

    8303571 Opened by Graydon Hoare at 2015-01-13 09:19:25 - 11 comments
  4526. Incorrect values from float::signum() when using JIT

    ab59900 Opened by cc at 2013-08-05 16:34:04 - 12 comments
  4527. Cannot build current incoming - linker errors with LLVM

    da4fc83 Opened by Lily Ballard at 2014-07-17 01:23:13 - 4 comments
  4528. RFC: "attempted dynamic environment-capture" is a bad error message

    d6bb023 Opened by ben blum at 2013-07-03 15:13:57 - 1 comment
  4529. rusti parsing of commands is off by one letter

    56519cb Opened by Ms. Molly Stewart-Gallus at 2013-06-15 09:01:08
  4530. Rustdoc doesn't expand macros

    a566a0e Opened by Huon Wilson at 2013-09-05 17:39:34 - 5 comments
  4531. vec::from_elem with primitives should be as fast as calloc

    89e46fa Opened by Erick Tryzelaar at 2013-12-14 01:06:32 - 13 comments
  4532. add an attribute for omitting the drop flag

    bd674bb Opened by Daniel Micay at 2013-06-28 06:12:42 - 1 comment
  4533. add an intrinsic for checking if a type is managed

    955383c Opened by Daniel Micay at 2013-07-08 18:22:47 - 1 comment
  4534. RFC: remove syntactic sugar for @mut borrows

    718ec6f Opened by Daniel Micay at 2014-01-09 20:36:17 - 5 comments
  4535. add a trait for smart pointer dereference

    15bf29d Opened by Daniel Micay at 2014-03-13 14:01:39 - 19 comments
  4536. RFC: Functional struct update for structs of different types but coinciding field names/types

    80c343d Opened by ben blum at 2014-07-29 01:54:44 - 3 comments
  4537. std::ascii needs some improvements

    e1a85cd Opened by Marvin Löbel at 2013-06-17 16:25:19
  4538. Decide on a naming convention for casting methods.

    6107983 Opened by Marvin Löbel at 2013-09-12 15:13:48 - 2 comments
  4539. Server segfault when passing channels from inner tasks

    d360102 Opened by Jason Fager at 2013-07-23 03:24:17 - 4 comments
  4540. LLVM assertion failed: "Invalid GetElementPtrInst indices for type!"

    83ff953 Opened by Jan Špaček at 2013-06-23 04:05:11 - 3 comments
  4541. morestack on x86 32-bit does not save edx nor floating point stack

    05bf891 Opened by Niko Matsakis at 2013-10-29 18:45:39 - 7 comments
  4542. Coloring for affected code underlining in the terminal ^~~~~~

    dbe0330 Opened by Jeaye Wilkerson at 2013-06-22 19:50:48 - 1 comment
  4543. Remove unused automatic cfg bindings

    45be774 Opened by Brian Anderson at 2013-08-15 18:29:06 - 2 comments
  4544. cross-compiling is broken without absolute rpaths

    c9158fb Opened by Daniel Micay at 2013-06-17 01:26:26 - 1 comment
  4545. Document @ binding syntax for pattern matching

    9714864 Opened by Kyle Van Berendonck at 2014-04-11 20:26:45 - 10 comments
  4546. Unsoundness: can put borrowed pointer in @Trait, and have it outlive its lifetime

    c5c6c4b Opened by bill-myers at 2013-06-17 01:14:31 - 1 comment
  4547. Static method returning 'self with generics fails cross crate

    fac1ee1 Opened by Huon Wilson at 2013-12-18 19:58:32 - 5 comments
  4548. Optimize #[deriving(ToStr)] for C-style enums

    377d150 Opened by emberian at 2013-08-08 16:12:37 - 1 comment
  4549. #[deriving(ToStr)] handles generics in a surprising manner.

    42cf19d Opened by Huon Wilson at 2013-06-23 04:01:52 - 1 comment
  4550. Textbox borders becoming red after applying pattern (whether you apply using javascript or HTML5 pattern attribute) for onChange() event

    896df9c Opened by GauravBhattacharya at 2013-06-16 12:19:39 - 1 comment
  4551. default method of T that calls generic fn<S:T>(&S) on self does not work

    712f3db Opened by Felix S Klock II at 2013-06-29 05:22:52 - 3 comments
  4552. Current ~str UTF-8 behavior allows for denial-of-service attack with args, environ

    cfae98f Opened by Lily Ballard at 2014-02-15 11:46:28 - 12 comments
  4553. Shifts not implemented on floats, f32, f64

    1345f0d Opened by Brett Jackson at 2013-06-17 06:21:24 - 2 comments
  4554. MIPS is currently Big Endian only

    e14df25 Opened by Aurora Nockert at 2015-01-21 01:37:06 - 7 comments
  4555. Removing absolute rpaths breaks multi-host builds

    bb48a35 Opened by Brian Anderson at 2013-06-17 20:28:22 - 1 comment
  4556. Add support for DllExport on Windows

    a10d2e9 Opened by Kyle Van Berendonck at 2015-08-11 03:47:19 - 11 comments
  4557. Raw buffer access for paths

    793b760 Opened by emberian at 2013-11-12 15:12:51 - 3 comments
  4558. --enable-debug should add -g to RUSTFLAGS now that it has been somewhat fixed

    4a99fc6 Opened by Ms. Molly Stewart-Gallus at 2015-04-26 17:04:31 - 6 comments
  4559. Unoptimized code too big for 32-bit linker

    e12c641 Opened by James Miller at 2013-10-29 04:29:03 - 5 comments
  4560. Segfault on calling method on owned trait object

    e45a779 Opened by Ben Williamson at 2013-06-23 04:05:15 - 1 comment
  4561. incorrect borrow conflict with temporary borrow

    a47393c Opened by Daniel Micay at 2015-02-02 17:18:15 - 6 comments
  4562. Persistent datatypes

    6e632af Opened by Aluminium95 at 2013-06-18 08:25:41 - 1 comment
  4563. can't build rust on mac with xcode 5 developer preview as the selected xcode

    0cb0b14 Opened by Carter Tazio Schonwald at 2013-08-26 21:59:02 - 6 comments
  4564. Reenable jemalloc

    9868911 Opened by Brian Anderson at 2013-08-20 05:41:57 - 3 comments
  4565. fmt! doesn't work with the empty string

    1be36aa Opened by Brian Anderson at 2013-06-22 19:59:38
  4566. rusti 32bit mac does not work

    0f852c7 Opened by Graydon Hoare at 2013-10-17 09:41:22 - 3 comments
  4567. 32bit mac non-opt build doesn't work

    35c5c64 Opened by Graydon Hoare at 2013-12-01 00:11:00 - 5 comments
  4568. Constants in pattern ranges don't parse

    a425b61 Opened by Brian Anderson at 2013-08-16 00:41:11 - 2 comments
  4569. Some std::run tests fail under valgrind

    39cad79 Opened by Brian Anderson at 2014-03-03 15:31:12 - 8 comments
  4570. Paths and filenames are not necessarily UTF-8

    91ac905 Opened by Huon Wilson at 2013-10-16 19:31:45 - 4 comments
  4571. Extend #[deriving] to allow options to be specified

    8d825c7 Opened by Huon Wilson at 2014-02-17 23:05:28 - 4 comments
  4572. QuickCheck port for Rust

    bf27d06 Opened by Aaron Todd at 2017-03-24 19:22:31 - 18 comments
  4573. Tooling for profiling of parallel code

    9614744 Opened by Aaron Todd at 2017-03-24 19:22:31 - 3 comments
  4574. The hand-written IterBytes implementations in middle::ty are a consistency hazard.

    5bf1f7f Opened by ben blum at 2013-07-14 01:41:14 - 1 comment
  4575. Remove the trailing null from strings

    bf0e84e Opened by Erick Tryzelaar at 2013-08-10 08:14:16 - 14 comments
  4576. rustpkg: Add a test case that uses custom build logic

    0e1bac9 Opened by Tim Chevalier at 2013-08-13 04:03:47 - 2 comments
  4577. rustpkg: Test multi-crate packages

    aa98748 Opened by Tim Chevalier at 2014-02-13 19:03:25 - 9 comments
  4578. rustpkg: Add a test case with multiple workspaces

    d2e9d67 Opened by Tim Chevalier at 2013-08-27 00:01:04 - 2 comments
  4579. Finish implementing all rustpkg commands

    5127d8a Opened by Tim Chevalier at 2014-02-01 00:56:41 - 5 comments
  4580. Teach rustpkg how to unpack tarball packages and fetch via curl

    cadf64f Opened by Tim Chevalier at 2014-04-04 12:05:40 - 4 comments
  4581. Unreachable *bool read causes ICE

    564128c Opened by talchas at 2013-10-06 02:51:33 - 1 comment
  4582. Can implement coerce by packing a borrowed pointer inside a @Trait

    dc005d7 Opened by ben blum at 2013-06-20 00:13:09 - 1 comment
  4583. rustpkg tests are broken on master

    9433816 Opened by James Miller at 2013-08-20 21:27:31 - 5 comments
  4584. rustpkg tests have too much output by default

    038a227 Opened by Brian Anderson at 2013-06-29 09:31:46 - 1 comment
  4585. Remove uv I/O from extra.

    100e14b Opened by Brian Anderson at 2013-07-23 00:25:40 - 2 comments
  4586. time::strptime() task failure with rustc 0.6

    f5734eb Opened by m10e at 2013-06-20 15:07:01 - 2 comments
  4587. Aliasing hints are based on AST types, but should be based on monormorphized ty::t

    8b61770 Opened by Niko Matsakis at 2013-08-24 09:16:27 - 3 comments
  4588. When output is ignored, struct update could cause incorrect moves

    0bf8226 Opened by Niko Matsakis at 2014-08-15 17:21:24 - 4 comments
  4589. RFC: Default trait kind-bounds based on sigil

    bde1307 Opened by ben blum at 2013-07-03 03:51:59 - 6 comments
  4590. Trait bounds on trait type parameters never checked

    d553014 Opened by Michael J. Sullivan at 2013-06-29 05:22:52
  4591. Can't fulfill 'static bound with &'static pointer.

    cb1fad2 Opened by ben blum at 2014-11-07 02:02:53 - 9 comments
  4592. AtomicOption is not pointer sized

    3323863 Opened by Brian Anderson at 2013-06-25 16:44:05 - 1 comment
  4593. Windows buildslave fails during compilation

    4f7f560 Opened by James Miller at 2013-06-28 05:43:07 - 2 comments
  4594. Consider renaming str, int, etc. to Str, Int, Etc.

    19fa3d6 Opened by bstrie at 2013-09-05 17:41:08 - 4 comments
  4595. Circular mod refs causes rustc to loop eternally

    687044c Opened by m10e at 2013-07-07 12:19:56
  4596. Some tests in rustpkg pollute the build directory

    bd2d6e7 Opened by Michael J. Sullivan at 2013-06-27 00:34:30
  4597. Update man page

    837876b Opened by Brian Anderson at 2013-07-10 01:39:14 - 1 comment
  4598. Add compilation profiles to std

    72b5ded Opened by Brian Anderson at 2014-06-10 17:23:22 - 4 comments
  4599. Add support for alternative C libraries

    385a4c4 Opened by Brian Anderson at 2015-01-21 01:37:07 - 10 comments
  4600. Regression in by-val self u8s

    998aaa9 Opened by Brian Anderson at 2013-07-10 06:00:54 - 1 comment
  4601. Error messages in report_use_of_moved_value() should be more intelligent.

    88db145 Opened by ben blum at 2013-07-04 00:25:55
  4602. Rename ast::purity to something else, and rename impure_fn to normal_fn or something

    b9e4e5a Opened by emberian at 2014-04-11 00:22:25 - 1 comment
  4603. Rename tuple structs to something else

    7a6c12e Opened by emberian at 2013-09-27 23:07:37 - 10 comments
  4604. Some buildslaves shouldn't take long/slow builds

    9d79cfb Opened by James Miller at 2013-06-28 05:42:08 - 3 comments
  4605. bors is/went haywire

    eb79344 Opened by Huon Wilson at 2013-06-25 00:03:22 - 10 comments
  4606. Rename Option::chain to Option::flat_map

    e3c5f77 Opened by Honza Strnad at 2013-11-07 18:22:58 - 9 comments
  4607. ICE: Error compiling with generic default methods

    ddf8d6e Opened by James Miller at 2013-06-26 21:17:06 - 1 comment
  4608. Use out pointer more eagerly (return value optimisation)

    bdf60a6 Opened by Huon Wilson at 2014-10-05 17:54:30 - 5 comments
  4609. Labelled break outside of for loop doesn't work

    9f46a24 Opened by Rob Hoelz at 2013-06-23 17:12:19 - 1 comment
  4610. Shadowing traits via use emits no warnings/errors

    264408e Opened by Rob Hoelz at 2013-07-12 20:49:03 - 1 comment
  4611. Inherited method calls still broken.

    3348184 Opened by emberian at 2013-07-25 12:19:46 - 1 comment
  4612. Figure out what note in run-pass/rcvr-borrowed-to-region.rs is about

    4518fa6 Opened by emberian at 2013-08-07 15:35:27 - 1 comment
  4613. Fix run-pass/pipe-select-macro.rs

    949fe48 Opened by emberian at 2013-08-02 07:12:30 - 1 comment
  4614. Fix run-pass/coerce-reborrow-imm-vec-arg.rs

    c0a8067 Opened by emberian at 2013-08-07 15:35:27 - 1 comment
  4615. Fix run-pass/class-implements-multiple-traits.rs

    b7dde6a Opened by emberian at 2013-08-07 15:35:27
  4616. Fix run-pass/match-borrowed_str.rs

    a685402 Opened by emberian at 2013-06-27 08:01:35 - 1 comment
  4617. Fix run-pass/class-impl-parameterized-trait.rs

    3c9d84f Opened by emberian at 2013-12-23 16:10:49 - 2 comments
  4618. Fix run-pass/foreign-mod.rc

    f65a7a1 Opened by emberian at 2014-02-27 21:41:18 - 4 comments
  4619. "as bool" does not properly convert its argument.

    23a7980 Opened by Thom Chiovoloni at 2013-09-05 05:20:44 - 3 comments
  4620. default initialization shouldn't be done with Zero

    1460f21 Opened by Daniel Micay at 2014-03-23 00:17:49 - 13 comments
  4621. Eliminate uses of C types in std

    a872bdf Opened by Brian Anderson at 2014-01-22 20:26:19 - 6 comments
  4622. Transmute size errors use incorrect/dummy span.

    16e7563 Opened by Huon Wilson at 2013-09-05 17:42:19 - 6 comments
  4623. Figure out a way to keep track of attributes

    311f29d Opened by Brian Anderson at 2015-01-21 01:37:08 - 7 comments
  4624. Can't cast self to trait object in default methods

    614b5a2 Opened by Philipp Brüschweiler at 2014-04-28 07:26:43 - 15 comments
  4625. Fix error message for duplicate mods

    af949ee Opened by emberian at 2013-06-25 22:19:58
  4626. Self fails to implement current trait in a default method

    4aca74c Opened by Huon Wilson at 2013-06-23 12:49:31 - 1 comment
  4627. Functional struct update allows copy of noncopyable values

    49ac2a2 Opened by ben blum at 2013-09-03 13:51:04 - 3 comments
  4628. Switch the order of arguments to assert_eq!

    f8e4ab3 Opened by Brian Anderson at 2013-08-05 19:06:01 - 1 comment
  4629. Region#subst ICE with certain uses of 'self

    5c39d7f Opened by emberian at 2014-03-04 15:53:38 - 6 comments
  4630. ICE in subst

    e39a320 Opened by emberian at 2013-07-14 06:02:11 - 4 comments
  4631. un-xfail-pretty the closure-bounds run-pass tests

    877e343 Opened by ben blum at 2013-06-27 03:01:35
  4632. Decouple number of concurrent tests from RUST_THREADS env var

    9845edf Opened by Brian Anderson at 2013-08-29 12:55:45 - 4 comments
  4633. unconstrained-region.rs hits a codegen bug

    9f6a739 Opened by Daniel Micay at 2013-07-11 18:28:38 - 14 comments
  4634. Importing from rustpkg in pkg.rs causes link error

    f993727 Opened by Dan at 2013-08-22 04:41:31 - 4 comments
  4635. Default method results in: error: internal compiler error: method not found in AST map?!

    b5e0f93 Opened by Palmer at 2013-07-03 18:10:27 - 2 comments
  4636. run-pass: tag-align-dyn-variants.rs, tag-align-dyn-u64.rs and tag-align-u64.rs fail on 32-bit linux

    8492a15 Opened by Daniel Micay at 2015-03-06 00:28:07 - 5 comments
  4637. ICE from self region with generic impl using default method (not cross-crate)

    c3208be Opened by Daniel Micay at 2013-06-29 05:22:51 - 2 comments
  4638. move std::iter to libextra

    5c2f8a7 Opened by Daniel Micay at 2013-07-03 09:46:54
  4639. LLVM assert with boolean negation in unreachable code

    c14af21 Opened by bytewise at 2013-07-16 19:55:33 - 1 comment
  4640. .sqrt() has a wrong behaviour for negative floats

    5ad7ad2 Opened by Maik Klein at 2013-08-05 15:38:57 - 7 comments
  4641. Rustpkg doesn't expand macros in pkg.rs

    15e974c Opened by Dan at 2013-08-22 04:41:31 - 4 comments
  4642. Function body is translated more than once

    e1b260d Opened by Björn Steinbrink at 2014-08-19 21:06:28 - 6 comments
  4643. Multiple extern functions with differing signatures cause LLVM to throw an assertion

    4907581 Opened by Philipp Brüschweiler at 2013-07-10 01:34:45 - 3 comments
  4644. Add a way to move values into closures passed to methods in extra::arc

    8c7833e Opened by Ms. Molly Stewart-Gallus at 2014-05-06 04:41:28 - 7 comments
  4645. codegen bug with a slightly modified run-pass/trait-generic.rs

    ab72482 Opened by Daniel Micay at 2014-02-01 00:48:00 - 2 comments
  4646. Terminating comma syntax isn't supported for tuples in pattern matches.

    f4bc897 Opened by Ms. Molly Stewart-Gallus at 2014-01-22 18:36:25 - 3 comments
  4647. extra::deque needs external iterators

    a514b6a Opened by Daniel Micay at 2013-06-27 15:37:23 - 1 comment
  4648. extra::priority_queue needs an external iterator

    1b109be Opened by Daniel Micay at 2013-06-27 15:36:52 - 2 comments
  4649. Clarify story on *T (unsafe pointers)

    d16a95e Opened by Jack Moffitt at 2014-07-03 21:12:13 - 12 comments
  4650. ICE with global variable promoting extern fn to @fn

    6db1cda Opened by ben blum at 2014-02-28 04:06:56 - 5 comments
  4651. extra::smallintmap needs external iterators

    4af6277 Opened by Daniel Micay at 2013-07-09 09:58:31
  4652. Require make_absolute to normalize a path.

    8f3a5dc Opened by Dan at 2013-11-24 11:25:50 - 3 comments
  4653. rustdoc should mark default methods as "Default method", not "Method"

    e61b1f2 Opened by Daniel Micay at 2013-09-18 01:48:21 - 2 comments
  4654. odd type inference bug with external iterators in libextra/arc.rs

    d0e2fbc Opened by Daniel Micay at 2013-11-03 01:25:15 - 1 comment
  4655. Struct definitions can have repeated fields

    7c17374 Opened by Huon Wilson at 2013-07-01 13:44:20
  4656. Clean up resolve error reporting

    9c1d45d Opened by emberian at 2013-09-05 17:49:49 - 2 comments
  4657. rust.rc driver wrapping rustdoc does not propogate some errors

    88a39de Opened by Felix S Klock II at 2013-09-25 23:55:52 - 1 comment
  4658. "rust doc" (rust.rc driver wrapping rustdoc) does not handle top-level items like "rustdoc"

    9e02b6f Opened by Felix S Klock II at 2013-09-24 21:37:22 - 2 comments
  4659. const-vec-of-fns.rs hits a codegen bug on OS X x86_64

    ddee094 Opened by Daniel Micay at 2014-02-01 07:28:22 - 2 comments
  4660. error!() is too easily conflatable with fail!()

    0b224fa Opened by bstrie at 2013-10-06 00:51:01 - 9 comments
  4661. rustdoc should preserve case in anchors

    317d151 Opened by Jack Moffitt at 2013-09-23 03:23:32 - 3 comments
  4662. Can reach private modules through public modules from outside the crate

    2aab4c7 Opened by SiegeLord at 2013-09-25 14:48:55 - 3 comments
  4663. Add option::get_mut_ref() and friends.

    90ecae3 Opened by ben blum at 2013-07-08 08:41:01 - 6 comments
  4664. The rustc driver should know about RUST_PATH

    933d7ad Opened by Tim Chevalier at 2013-08-27 04:44:08 - 1 comment
  4665. 'assertion failed: rp.is_none()' during compile

    22cf7a8 Opened by Dan at 2013-11-11 20:59:34 - 7 comments
  4666. Expand the set of commands that a package script can implement

    a055c13 Opened by Tim Chevalier at 2014-02-25 08:27:51 - 3 comments
  4667. Use RUST_PATH to determine where to install to

    e833adc Opened by Tim Chevalier at 2013-09-13 03:35:47
  4668. Bors should only list failures, not interrupts

    e0b5908 Opened by Huon Wilson at 2013-08-07 06:35:19 - 2 comments
  4669. Allow borrowing an Enum variant as a plain tuple (Feat. Req.)

    88d773b Opened by bluss at 2013-06-28 11:58:50 - 4 comments
  4670. A tool is needed to create a dependency graph of a crate

    40ed1f3 Opened by emberian at 2017-03-24 19:22:31 - 1 comment
  4671. Don't pass self in the environment slot.

    d6352a2 Opened by Luqman Aden at 2014-01-11 16:41:20 - 4 comments
  4672. We generate way too many syscalls for fn main() {}

    4157ebc Opened by bstrie at 2013-06-27 19:58:59 - 6 comments
  4673. Odd segfault when copying data

    844e02d Opened by Rob Hoelz at 2013-09-07 08:57:17 - 3 comments
  4674. Issues with extern C functions receiving/returning structs by value with floating point members on x86_64

    7f8adb6 Opened by SiegeLord at 2013-06-30 03:43:34 - 1 comment
  4675. Add a lint for "extern mod extra;" in run-pass tests without "xfail-fast".

    d71d246 Opened by ben blum at 2014-04-07 20:23:53 - 3 comments
  4676. Add remaining operations to atomic types.

    a867bb9 Opened by James Miller at 2014-05-06 04:40:51 - 1 comment
  4677. Add remaining ordering strengths to atomic types

    07b7b30 Opened by James Miller at 2013-10-21 21:55:09 - 2 comments
  4678. Add operator overloading to atomic types.

    d8c6b0b Opened by James Miller at 2013-12-29 20:15:41 - 4 comments
  4679. Optimize the compiler on the no-opt bots

    0d677b8 Opened by Brian Anderson at 2013-08-13 23:25:17 - 5 comments
  4680. replace empty destructors with NonCopyable

    0e2280f Opened by Daniel Micay at 2013-10-29 23:16:27 - 2 comments
  4681. rename #[no_drop_flag] to #[unsafe_no_drop_flag]

    352d5c4 Opened by Daniel Micay at 2013-06-28 23:41:38 - 1 comment
  4682. When TERM=dumb, rust build dies mysteriously

    6702797 Opened by Felix S Klock II at 2013-06-28 17:25:59 - 1 comment
  4683. tuple structs should generate the same code as structs

    2dbee40 Opened by emberian at 2014-07-29 03:12:25 - 4 comments
  4684. Allows moving in owned values into multiple closures

    8c55c2e Opened by bluss at 2013-07-27 15:45:46 - 3 comments
  4685. fix zsh completion for lint flags and -Z

    605c2ae Opened by Daniel Micay at 2013-06-29 08:28:37 - 1 comment
  4686. Possible refinements to version handling

    4a2235a Opened by Tim Chevalier at 2014-03-03 08:10:39 - 3 comments
  4687. Borrowing &mut multiple times in fn argument list fails, although the borrows do not overlap.

    9a68839 Opened by Michael Woerister at 2013-07-03 15:59:24 - 2 comments
  4688. improve extra::stats

    ab851b2 Opened by Graydon Hoare at 2013-09-16 08:49:42 - 2 comments
  4689. make check should use a performance ratchet

    9574d7a Opened by Graydon Hoare at 2017-04-15 05:53:38 - 4 comments
  4690. Using trait bounds in default methods fails

    e6843e7 Opened by Michael J. Sullivan at 2013-07-25 12:19:46 - 2 comments
  4691. LLVM codegen-equivalence tests

    0c9eaf5 Opened by Graydon Hoare at 2013-08-02 01:31:08 - 1 comment
  4692. Get to LLVM-lint-clean

    e62b22c Opened by Graydon Hoare at 2019-09-18 00:59:05 - 14 comments
  4693. Borrowck does not correctly do mutability checks on Trait objects

    2672b46 Opened by Mark at 2013-09-23 07:05:07 - 1 comment
  4694. Invoking Android assembler fails

    abcd270 Opened by Brian Anderson at 2013-06-29 07:16:46 - 4 comments
  4695. Extra impl for (not-unsafe) Freeze version of MutexARC accessor methods

    6548b71 Opened by ben blum at 2013-09-04 17:21:22 - 10 comments
  4696. remove obsolete documentation from the site

    1d0393a Opened by Daniel Micay at 2013-09-28 00:53:33 - 7 comments
  4697. Turn on frame pointer elimination

    c1e8125 Opened by Brian Anderson at 2014-01-29 22:56:33 - 4 comments
  4698. default methods are broken cross crate when defined on structs

    ec084a7 Opened by Daniel Micay at 2013-07-04 22:28:55 - 7 comments
  4699. mut in a default method parameter list doesn't parse

    4463533 Opened by Huon Wilson at 2013-07-10 12:19:23
  4700. Create man pages for all tools

    ad9053f Opened by Brian Anderson at 2013-07-11 16:31:36
  4701. Pretty-printer moves comments in do- and for-loop above (and outside) loop

    c84a164 Opened by Felix S Klock II at 2014-01-13 11:17:48 - 4 comments
  4702. run-pass utf8_idents fails on android (android as problem)

    2104063 Opened by yichoi at 2013-07-01 18:11:24
  4703. clean-llvm needs a make target for x86_64-w64-mingw32

    11a6bd4 Opened by Thad Guidry at 2013-07-01 09:24:40 - 1 comment
  4704. Can not override previous opt-levels in list of command flags

    858ae5d Opened by Ms. Molly Stewart-Gallus at 2019-05-06 00:07:51 - 19 comments
  4705. ~fn should not use the exchange allocation header

    cc337fb Opened by Daniel Micay at 2013-07-17 22:20:51 - 1 comment
  4706. rusti broken on Windows

    3f30d75 Opened by Luqman Aden at 2013-10-17 09:41:22 - 2 comments
  4707. Unable to run Rust in cmd.exe or Powershell on Windows 7 64-bit

    2148d0d Opened by Vijay Korapaty at 2014-04-16 15:35:36 - 5 comments
  4708. appropriate lifetime and match

    c0c644c Opened by remifontan at 2013-09-23 08:36:29 - 2 comments
  4709. crypto/hash/digest reorganization

    eddea54 Opened by Jordi Boggiano at 2013-12-23 15:53:00 - 10 comments
  4710. libuv assertions triggered during testing

    f69c436 Opened by Alex Crichton at 2013-07-19 05:54:26 - 1 comment
  4711. Deadlock in the test suite

    cf5cbd7 Opened by Alex Crichton at 2013-07-19 05:55:12 - 2 comments
  4712. The 'doc' builder is sporadically failing

    604ef4f Opened by Alex Crichton at 2013-07-19 05:53:33 - 3 comments
  4713. internal compiler error: trans_lvalue reached fall-through case

    8f60617 Opened by Palmer at 2013-10-30 12:41:32 - 8 comments
  4714. Seemingly incorrect error about use of uninitialized value

    6067ba6 Opened by Palmer at 2013-10-30 12:41:32 - 5 comments
  4715. Stale libraries can cause the build to fail.

    c1671fb Opened by Ms. Molly Stewart-Gallus at 2013-07-01 01:47:37 - 1 comment
  4716. Document std::num

    161605a Opened by Brian Anderson at 2014-07-30 23:00:23 - 2 comments
  4717. Unit structs aren't made public cross crate

    9d5168b Opened by Ms. Molly Stewart-Gallus at 2013-07-14 23:29:54 - 1 comment
  4718. auto-mac-64-nopt build is stuck

    c886ffe Opened by Daniel Micay at 2013-07-05 19:09:14 - 1 comment
  4719. ICE pattern matching unit in function argument

    9bbf2d1 Opened by Deleted user at 2013-09-17 10:25:47 - 1 comment
  4720. extra::sync has racy functions

    f8b71aa Opened by Ms. Molly Stewart-Gallus at 2013-07-01 21:21:43 - 2 comments
  4721. Remove float from the language

    6611fc2 Opened by emberian at 2013-07-12 20:40:45 - 3 comments
  4722. Statics shadow local variables causing "refutable pattern error", and non-obvious bugs.

    8b1900a Opened by Huon Wilson at 2015-11-11 22:24:16 - 17 comments
  4723. ICE: Compiler crashes during match on enum.

    417d14a Opened by Michael Woerister at 2013-07-11 14:35:36 - 7 comments
  4724. Compiler error with C foreign function

    2ee076d Opened by Jeremy Letang at 2014-03-21 02:55:47 - 3 comments
  4725. More and better benchmarks are needed

    de9f5a2 Opened by emberian at 2015-01-21 01:37:09 - 27 comments
  4726. rusti tests are unnecessarily slow

    d2edeae Opened by Alex Crichton at 2013-08-05 15:38:17 - 2 comments
  4727. Default methods for generic impls at different types can behave incorrectly

    9b2146f Opened by Michael J. Sullivan at 2013-07-04 22:28:55
  4728. ICE when matching an enum from a sibling module with a {} variant

    39d18d9 Opened by Simon Sapin at 2013-09-04 21:33:37 - 2 comments
  4729. Document diverging functions, and ⊥, better

    fe85d5f Opened by Tim Chevalier at 2015-02-16 22:54:20 - 7 comments
  4730. Ident mangling and unicode.

    b59d32b Opened by Huon Wilson at 2019-09-18 00:34:31 - 11 comments
  4731. Test runner is a little too enthusiastic to not re-run tests

    5da5bf7 Opened by Tim Chevalier at 2017-04-29 15:01:52 - 6 comments
  4732. rusti tests don't work on cross-compile builds

    0a40d1a Opened by Brian Anderson at 2013-09-30 08:24:17 - 2 comments
  4733. Implement task killing on the new scheduler.

    827c441 Opened by ben blum at 2013-08-19 22:33:44 - 1 comment
  4734. Unused rusti.rc file

    6ff9bda Opened by Brian Anderson at 2013-07-04 04:20:05 - 2 comments
  4735. compiler crash - when using 'self lifetime

    5c72f39 Opened by Dan Half-Stack Octavian at 2013-09-23 07:07:11 - 1 comment
  4736. Document semantics of self and super path components in rust.md

    b08a3aa Opened by Felix S Klock II at 2013-08-01 17:30:51 - 2 comments
  4737. Newtype enum dereferences

    0c3899a Opened by Seo Sanghyeon at 2014-01-05 02:45:02 - 2 comments
  4738. recursive 'mod' crashes compiler

    7dd39b5 Opened by Ross at 2013-07-17 17:13:28 - 2 comments
  4739. Compiler does not error when implementing the same trait twice on generic types that are bounded by Copy

    548b104 Opened by bstrie at 2013-09-05 18:02:46 - 5 comments
  4740. Get rid of the std::util module

    e4b364a Opened by bstrie at 2014-02-11 00:06:44 - 12 comments
  4741. vec.rev_iter().collect() causes memory corruption

    331b516 Opened by Huon Wilson at 2013-07-04 05:07:21
  4742. release tarball is missing RELEASES.txt and CONTRIBUTING.md

    a7573e3 Opened by Brian Anderson at 2013-07-14 06:01:33
  4743. rust 0.6: Internal Compiler Error when compiling the following code

    36034a5 Opened by qtigercom at 2013-08-22 10:01:29 - 1 comment
  4744. make check segfaults if port 8888 is not free

    f87d1fc Opened by bstrie at 2013-08-27 07:40:28 - 3 comments
  4745. Various problems calling ToStr on pointer types in rusti

    cef4916 Opened by cc at 2013-08-05 15:39:23 - 2 comments
  4746. Static default methods don't work at all

    90bbd9a Opened by Michael J. Sullivan at 2013-07-13 02:11:04
  4747. Static methods get the wrong type in the presence of trait type parameters

    e205f3e Opened by Michael J. Sullivan at 2013-07-13 02:11:04
  4748. Segfault with iterators and vector of borrowed structs

    d4e85c3 Opened by Tim Chevalier at 2013-10-06 02:51:33 - 1 comment
  4749. Recursive 'mod' import not detected by compiler

    5e08d6a Opened by Gavin Baker at 2013-07-03 23:09:10 - 2 comments
  4750. unhelpful error message for missing (first) self param on traiit method

    ac1def3 Opened by John Clements at 2014-05-03 20:56:46 - 5 comments
  4751. Option<NonNullablePtr> optimization is unavailable to library smart pointers

    613f9cf Opened by Daniel Micay at 2014-12-29 11:02:29 - 6 comments
  4752. Cryptic error when unable to write target file due to permission problems

    74c3a93 Opened by Brandon Bremen at 2013-09-10 13:41:50 - 2 comments
  4753. use std::*; makes fail! fail

    34eaf7e Opened by Chris Morgan at 2013-10-20 10:31:17 - 5 comments
  4754. Misleading error message "unresolved import. maybe a missing extern mod extra?"

    60b31d3 Opened by Simon Sapin at 2013-07-04 13:39:38 - 4 comments
  4755. Resolve needs a better error message for some imports

    7d14648 Opened by emberian at 2014-08-13 23:22:19 - 5 comments
  4756. rustc stack overflow when using polymorphically recursive type

    00ed5b8 Opened by Michael Arntzenius at 2013-08-21 21:11:48 - 6 comments
  4757. Overflow handling of from_str methods is broken

    aa81854 Opened by Torsten Weber at 2013-09-07 04:23:25 - 1 comment
  4758. Getting a warning on an empty line after updating to 0.7

    2406d2c Opened by David Burns at 2013-07-08 04:07:53 - 1 comment
  4759. Multiple Implementations of a Trait

    866dc1a Opened by Jessie Grosen at 2014-10-14 16:45:22 - 11 comments
  4760. Error during build of Intrinsics.gen.tmp from Intrinsics.td on Win64

    bb2fa75 Opened by Thad Guidry at 2014-02-24 05:18:38 - 8 comments
  4761. add Iterable traits

    1ea9b13 Opened by Daniel Micay at 2014-10-14 22:34:45 - 7 comments
  4762. Rust fails to compile on Linux SUSE, SLES11, GCC 4.8.0

    990f014 Opened by Oren Ben-Kiki at 2013-12-07 06:42:51 - 5 comments
  4763. Some rustdoc not parsing correctly?

    4d1665a Opened by Steve Klabnik at 2013-09-09 17:51:59 - 2 comments
  4764. Can't compile rustc with debug info

    b61656e Opened by Björn Steinbrink at 2013-09-22 04:12:40 - 11 comments
  4765. reflection and fmt! strings with %? need to be marked as unsafe

    9b163f4 Opened by Daniel Micay at 2013-09-05 18:00:40 - 5 comments
  4766. "Found value name used as type"

    64f111a Opened by bytewise at 2014-09-29 07:38:15 - 3 comments
  4767. prevent creation of invalid chars in safe code

    8423d75 Opened by Daniel Micay at 2013-09-04 13:15:59 - 2 comments
  4768. name mangling cannot be reversed

    3db7be0 Opened by Daniel Micay at 2017-03-22 20:43:19 - 13 comments
  4769. json module encodes invalid unicode code points in test

    8e38932 Opened by Daniel Micay at 2013-07-11 12:37:41
  4770. Cannot destructure the self argument

    ddd606c Opened by Brendan Zabarauskas at 2014-03-11 22:10:55 - 3 comments
  4771. Segfault running 'rust' tool with unknown command

    94700cc Opened by drrb at 2013-07-28 08:58:07 - 2 comments
  4772. Static slices create corrupted iterators

    ef0cc92 Opened by drrb at 2013-09-12 16:46:07 - 9 comments
  4773. Heap closures can capture already-moved values.

    dfa2fba Opened by ben blum at 2013-07-06 06:24:54 - 1 comment
  4774. Better error messages for type-errors due to #[deriving].

    fddda5b Opened by Huon Wilson at 2015-01-21 00:09:52 - 5 comments
  4775. Fixed-length arrays implement no traits

    97ae9b8 Opened by Huon Wilson at 2017-04-15 05:54:48 - 11 comments
  4776. fmt!'s pretty printer dies on vectors of unit struct

    c4acbbc Opened by emberian at 2013-07-11 02:07:50 - 1 comment
  4777. FromIterator implementations missing

    3667e5b Opened by Honza Strnad at 2013-07-29 18:35:15 - 3 comments
  4778. FFI call to C adds an extra argument before the specified argument list

    d0cb4fc Opened by Kevin Mehall at 2013-07-07 15:12:08 - 2 comments
  4779. implement an owned rope type

    ab29ebe Opened by Daniel Micay at 2015-01-21 19:29:26 - 12 comments
  4780. Re-write diagnostics handler

    69c7de7 Opened by James Miller at 2015-01-13 08:51:28 - 4 comments
  4781. Implement dependency information output like GCC to rustc

    a4cc349 Opened by Masanori Ogino at 2013-12-13 23:54:44 - 8 comments
  4782. Cross-crate unit structs are broken

    8d0fceb Opened by emberian at 2013-08-09 02:15:34 - 3 comments
  4783. Can't build linearscan.rs

    897bd7d Opened by Fedor Indutny at 2013-09-10 17:13:29 - 8 comments
  4784. Compiler should offer suggestions from other implemented traits when methods aren't found

    76940ab Opened by Chris Morgan at 2015-01-17 00:51:27 - 4 comments
  4785. linux1b bot isn't working

    93d025f Opened by James Miller at 2013-08-19 11:01:55 - 1 comment
  4786. Inexact results from str::float::from_str

    6a2bbad Opened by Simon Sapin at 2015-05-31 03:45:56 - 12 comments
  4787. #[no_override] for default methods

    5004038 Opened by Huon Wilson at 2014-09-24 04:59:32 - 5 comments
  4788. remove box headers from unique vectors and strings

    b3115de Opened by Daniel Micay at 2013-07-16 05:41:06 - 1 comment
  4789. Add print! and println! macros

    c7ff4a4 Opened by Brian Anderson at 2013-07-13 17:34:31
  4790. noop_fold_view_item doesn't call fold_ident on the paths in a view_item_us

    fe1b0f9 Opened by John Clements at 2013-09-10 11:21:01 - 5 comments
  4791. Papercuts with #[bench]

    022fc49 Opened by Tim Chevalier at 2014-03-18 11:56:21 - 4 comments
  4792. rvalue lifetime too short when equivalent match works

    d0392b8 Opened by Alex Crichton at 2014-02-19 18:16:56 - 8 comments
  4793. Self is not recognised as implementing inherited traits in default method implementations

    c97ae66 Opened by Chris Morgan at 2013-08-01 00:48:42 - 4 comments
  4794. Add missing "imports" to the 0.7 tutorial

    cd7619e Opened by Mina Galić at 2013-07-10 12:52:21 - 3 comments
  4795. Use statements don't check for duplicates

    0881daa Opened by Philipp Brüschweiler at 2014-04-11 00:22:24 - 4 comments
  4796. rust crashes when run without any arguments

    185024f Opened by Markus Wein at 2013-07-09 16:09:53 - 1 comment
  4797. Port pipes compiler to newsched

    2c2bdca Opened by Brian Anderson at 2013-08-02 07:11:14 - 1 comment
  4798. Move pipes compiler runtime to extra

    81ac4c2 Opened by Brian Anderson at 2013-08-02 07:10:04 - 1 comment
  4799. Rewrite the pipes compiler

    fd47947 Opened by Brian Anderson at 2014-05-05 21:57:45 - 2 comments
  4800. deriving(Eq) requires Eq for type parameter even when phantom

    bf7fc01 Opened by Keegan McAllister at 2015-03-26 16:10:33 - 8 comments
  4801. Passing &Foo for newtype struct Foo

    c11ce76 Opened by Luqman Aden at 2013-10-01 04:59:19 - 3 comments
  4802. Polymorphically creating traits barely works

    da7207b Opened by Alex Crichton at 2013-09-17 10:25:48 - 4 comments
  4803. Rename UnsafeAtomicRcBox to UnsafeAtomicRc

    bf54adc Opened by Brian Anderson at 2013-08-27 21:30:54 - 2 comments
  4804. another default method ICE involving missing item ids in the AST map

    b1f2569 Opened by Daniel Micay at 2013-07-13 02:11:04 - 4 comments
  4805. Consider removing -> !

    7e7001b Opened by Brian Anderson at 2013-09-12 17:14:36 - 7 comments
  4806. std-extra.rs should be rewritten

    07eb2a0 Opened by emberian at 2013-08-26 18:33:09 - 1 comment
  4807. Explicit and automatic enum discriminant values can conflict unintuitively

    7b20325 Opened by Michael Woerister at 2013-09-12 17:16:03 - 5 comments
  4808. Documentation hides imports too aggressively

    96c589d Opened by Huon Wilson at 2013-07-23 22:28:56 - 5 comments
  4809. rusti: Cannot print not-implicitly-copyable variables

    e11ca18 Opened by NAKASHIMA, Makoto at 2013-10-17 09:41:22 - 2 comments
  4810. Auto-coercing from &T to *T is unsafe

    e4a2694 Opened by Erick Tryzelaar at 2014-09-16 03:56:00 - 9 comments
  4811. LRU library

    e3bf8d2 Opened by ben blum at 2013-07-18 01:04:42 - 4 comments
  4812. Remove &const

    fd0acd3 Opened by bstrie at 2013-09-01 06:33:00 - 4 comments
  4813. Devise a scheme for scheduler shutdown at process-exit-time.

    2905d30 Opened by ben blum at 2014-01-17 05:36:35 - 6 comments
  4814. SIGABRT running rt::comm tests

    e0765a9 Opened by Steven Fackler at 2013-07-14 03:28:44 - 1 comment
  4815. Bitv::eq_vec should take &[bool] rather than ~[uint]

    44e77ff Opened by emberian at 2013-07-12 20:31:31 - 1 comment
  4816. ICE while generating debug symbols for default trait method

    0284852 Opened by Chris Morgan at 2013-07-20 17:49:37 - 1 comment
  4817. str.word_iter().collect() allows slices to escape the borrowck

    57c3c45 Opened by Huon Wilson at 2014-07-28 20:43:13 - 6 comments
  4818. return fail!() interacts badly with while loop continuation

    124b0d9 Opened by Mark at 2013-08-29 14:42:29 - 1 comment
  4819. Code location information generated in trans::debuginfo is mostly incorrect

    cd239c9 Opened by Michael Woerister at 2013-09-11 14:31:08 - 3 comments
  4820. Incorrect "multiple matching crates" with duplicate path

    8354dbe Opened by emberian at 2013-10-28 17:51:38 - 5 comments
  4821. replace consume on hashmap/hashset with iterators

    e7243c8 Opened by Daniel Micay at 2013-07-22 02:31:02 - 3 comments
  4822. deque: replace dual forward/reverse iterators with double-ended ones

    adef54a Opened by Daniel Micay at 2013-07-16 12:31:55 - 1 comment
  4823. smallint{map,set}: replace dual forward/reverse iterators with double-ended ones

    18bf20e Opened by Daniel Micay at 2013-07-21 20:04:47
  4824. provide reservoir sampling for iterators

    319ab59 Opened by Daniel Micay at 2013-08-15 15:53:03 - 3 comments
  4825. "make tidy" fails on windows

    0ad4d5b Opened by Diego Devesa at 2013-09-17 09:10:49 - 8 comments
  4826. deriving error should point to field which caused the error

    04529cf Opened by Jack Moffitt at 2013-11-08 17:46:12 - 5 comments
  4827. quote_expr, quote_tokens, etc. should not require an "ext_cx" to be in scope -- HOW TO FIX THEM

    0114511 Opened by John Clements at 2016-02-02 17:10:29 - 4 comments
  4828. Borrow-check considers argument borrows to live too long

    b9e2d33 Opened by ben blum at 2013-07-11 23:24:08 - 1 comment
  4829. Rusti crashes on my system when I type "let mut a = 4;" into it.

    4d0f656 Opened by Vitaly Shukela at 2013-07-14 07:46:30 - 1 comment
  4830. vectors don't handle zero-size elements correctly

    e23d7f6 Opened by Daniel Micay at 2013-07-12 22:28:39
  4831. Highlighting assumes a dark background

    3bfa78f Opened by Alex Crichton at 2013-07-15 04:38:53 - 9 comments
  4832. ICE when declaring static char inside a function

    92862e0 Opened by Chris Morgan at 2013-09-05 13:00:49 - 2 comments
  4833. Internal compiler error

    fcafd0e Opened by Sophie Smithburg at 2013-10-28 07:09:58 - 4 comments
  4834. easy fix: lifetimes should contain Name's, not idents

    eb4f3a1 Opened by John Clements at 2014-02-23 07:21:50 - 16 comments
  4835. rustpkg fails to install package from git repo

    a2b0f03 Opened by Fabian Deutsch at 2014-02-26 04:51:59 - 4 comments
  4836. A yield construct in the vein of C#

    c83679f Opened by bstrie at 2014-10-12 18:45:33 - 35 comments
  4837. assert_once_ever!() macro

    3561a50 Opened by ben blum at 2013-08-23 08:26:28 - 1 comment
  4838. In std::libc::funcs::posix01::glob, use a function pointer type for the errfunc instead of void

    144243a Opened by Tim Chevalier at 2013-09-26 12:31:03
  4839. Applying --pretty typed to fixed-size vector-types fails.

    285c8bf Opened by Aurora Nockert at 2014-07-17 22:50:50 - 5 comments
  4840. Handle infinities in rand::distributions::zero_case

    4cca524 Opened by Tim Chevalier at 2013-11-19 09:31:30 - 1 comment
  4841. Better way to store command line arguments?

    018d7bf Opened by Tim Chevalier at 2019-11-18 23:19:31 - 8 comments
  4842. Consider whether the sequentially consistent atomics in std::rt::comm can be converted to acq/rel

    9146316 Opened by Tim Chevalier at 2013-07-19 21:35:08 - 2 comments
  4843. Docs still available at URL with old crate names

    2f11101 Opened by Keegan McAllister at 2013-09-09 17:42:33 - 1 comment
  4844. Optimize context switches in rt::comm::try_recv for PortOne

    8f9c2a5 Opened by Tim Chevalier at 2013-12-16 16:22:03 - 2 comments
  4845. Name std::rt::comm::MegaPipe something better

    0a2e0a6 Opened by Tim Chevalier at 2013-12-17 17:28:26 - 3 comments
  4846. Maybe change the representation of Registers in std::rt::context

    bf09c4a Opened by Tim Chevalier at 2014-10-01 10:59:00 - 3 comments
  4847. libgreen context switching never swaps AVX registers, and SSE registers aren't handled on 32-bit

    20365d3 Opened by Daniel Micay at 2014-09-22 19:50:15 - 8 comments
  4848. Rename Option's swap_unwrap and friends to take_unwrap and friends.

    505eede Opened by ben blum at 2013-07-29 19:18:23 - 2 comments
  4849. generic random access iterator trait

    72026f8 Opened by Daniel Micay at 2013-07-27 18:52:19 - 1 comment
  4850. Don't allocate in rt::context::Context::new

    85cb4da Opened by Tim Chevalier at 2014-02-14 05:46:58 - 1 comment
  4851. ICE with sibling methods containing same-name-enum containing same-name-member

    d184929 Opened by Chris Morgan at 2013-09-17 10:25:48 - 2 comments
  4852. Allow a minimum complete implementation to be specified for mutually recursive default methods

    0567357 Opened by Huon Wilson at 2015-01-21 01:37:10 - 10 comments
  4853. Test suite breakage: Tests keep too many file descriptors open, breaks with concurrency

    8107c89 Opened by Lily Ballard at 2013-08-30 15:44:17 - 18 comments
  4854. RFC: allow delegating some methods from an trait impl to a field of a struct

    a810b9a Opened by Huon Wilson at 2014-09-24 04:59:35 - 7 comments
  4855. Describe implicit copyability in documentation

    7d01889 Opened by Huon Wilson at 2013-11-03 06:58:21 - 2 comments
  4856. Document binary operator argument passing conventions

    e1a58e7 Opened by Brendan Zabarauskas at 2013-11-07 18:25:19 - 9 comments
  4857. Reexporting types at a higher level doesn't work.

    a7d0199 Opened by Ms. Molly Stewart-Gallus at 2013-07-14 17:30:06 - 4 comments
  4858. Implement FromIterator for other containers

    96a30ca Opened by Mark at 2013-07-14 01:48:51 - 1 comment
  4859. rustc hangs if gcc is removed

    de4cb41 Opened by no at 2013-09-09 17:18:37 - 3 comments
  4860. Pattern matching on fixed length vectors should not be refutable

    c6bbc32 Opened by Brendan Zabarauskas at 2014-06-21 03:56:26 - 4 comments
  4861. In new IO library, improve representation of FileMode

    7d952e7 Opened by Tim Chevalier at 2014-02-01 00:35:30 - 2 comments
  4862. Debugging communication channels is difficult

    54f0ee1 Opened by Jeff Murray at 2013-07-15 16:45:15 - 4 comments
  4863. Rust build system should be documented on the wiki.

    bb0d5f0 Opened by Ms. Molly Stewart-Gallus at 2013-08-09 01:30:50 - 1 comment
  4864. rustc needs sensible options for the emission of LLVM IR/LLVM bitcode/ASM

    a69d2ae Opened by Chris Morgan at 2014-02-06 21:51:29 - 16 comments
  4865. Cross-crate inlined drop methods don't work.

    8be9913 Opened by Ms. Molly Stewart-Gallus at 2014-05-11 00:26:32 - 2 comments
  4866. rustc successfully compiles functions with duplicate argument names

    fd2015d Opened by Chris Morgan at 2014-11-10 23:24:02 - 4 comments
  4867. random fails/segfaults from the io-upstream merge when RUST_THREADS=2 on Mac

    fdc3fc4 Opened by Felix S Klock II at 2013-07-17 22:57:31 - 9 comments
  4868. For a better extra::future

    3a96e0e Opened by Nawfel at 2015-02-14 11:35:50 - 9 comments
  4869. Port.try_recv() fails if called after returning None

    2804dec Opened by Chris Morgan at 2013-08-23 08:26:28 - 2 comments
  4870. Add an option to run only a single test

    dabba0e Opened by Jan Špaček at 2013-07-17 07:14:10 - 6 comments
  4871. Move managed pointers into the standard library

    5c5e512 Opened by bstrie at 2014-01-14 05:43:25 - 7 comments
  4872. Cross-crate generics result in strange error.

    c1cddb5 Opened by Ms. Molly Stewart-Gallus at 2013-07-19 05:27:27 - 1 comment
  4873. multiple logging sinks

    1583eb0 Opened by Graydon Hoare at 2014-12-29 19:41:09 - 4 comments
  4874. Better error messages for the nullary-enum-variant-versus-variable binding problem.

    5c7ffc5 Opened by ben blum at 2013-07-15 22:10:15 - 2 comments
  4875. Re-exporting through super doesn't work

    f987ecd Opened by Tim Chevalier at 2013-10-23 19:49:38 - 3 comments
  4876. Doesn't forbid moving into owned closure multiple times

    c0d69a2 Opened by Geoffry Song at 2013-07-16 03:23:29 - 2 comments
  4877. logging doesn't work correctly in std::sys::begin_unwind_

    7396bdc Opened by Tim Chevalier at 2013-12-17 01:31:18 - 2 comments
  4878. ICE for vec.iter() with unbounded element type

    51841df Opened by Huon Wilson at 2014-09-15 20:51:05 - 5 comments
  4879. Closure does not propagate lifetimes properly

    b61abd7 Opened by bluss at 2013-07-16 21:38:50 - 2 comments
  4880. change Digest trait to have pure result function

    db741de Opened by Eric Roshan-Eisner at 2013-09-26 16:04:30 - 5 comments
  4881. rust -W prints the list of lint checks in non-deterministic order

    0d96766 Opened by Felix S Klock II at 2013-07-17 14:31:43 - 1 comment
  4882. Debug information generated for lexical blocks is incorrect.

    d5c36d0 Opened by Michael Woerister at 2013-07-20 17:49:37 - 2 comments
  4883. Document attributes allow/warn/deny/forbid

    da162f7 Opened by Felix S Klock II at 2013-07-16 21:34:31
  4884. Add doc and examples for attributes test and bench

    d759456 Opened by Felix S Klock II at 2014-04-28 04:50:03 - 4 comments
  4885. generated test harness should support the --help option

    48bf812 Opened by Felix S Klock II at 2013-07-18 15:34:38
  4886. Option map/map_consume vs chain_ref/chain naming inconsistency

    7be2d00 Opened by ben blum at 2013-10-10 17:45:13 - 4 comments
  4887. RFC: Is task::unkillable really unsafe?

    19aaf72 Opened by ben blum at 2013-07-31 03:43:18 - 1 comment
  4888. Implement constant folding in the frontend

    56a6ef9 Opened by Patrick Walton at 2015-01-21 20:11:01 - 4 comments
  4889. Prevent calling stack closures through immutable & pointers.

    481adac Opened by ben blum at 2014-02-13 15:24:26 - 3 comments
  4890. Parser confuses double-borrowed &&type/&&expr with ANDAND token.

    07cfd20 Opened by ben blum at 2014-04-20 16:18:20 - 8 comments
  4891. Format specifiers and runtime-logging macros die horribly with "use std::*;"

    020158a Opened by ben blum at 2013-07-17 01:39:04 - 2 comments
  4892. Update l10n templates automatically

    907bfe7 Opened by Masanori Ogino at 2014-02-18 01:01:02 - 5 comments
  4893. Optional lang_items may not work cross crates

    297dcde Opened by Alex Crichton at 2013-08-12 05:17:03 - 1 comment
  4894. Crashes in debug code - related to %?

    42225c6 Opened by Michael J. Sullivan at 2013-07-18 17:16:51 - 1 comment
  4895. reduce ~fn and &fn headers to 1-word

    f4139c1 Opened by Daniel Micay at 2013-10-12 14:31:25 - 2 comments
  4896. Calling a default method from an inlined function doesn't work

    9005a02 Opened by Michael J. Sullivan at 2013-07-20 16:07:35
  4897. expected &someEnum but found an enum or structure pattern is misleading

    dfb6cba Opened by Austin King at 2014-10-28 01:16:06 - 4 comments
  4898. Put os::change_dir_locked somewhere else

    b7f2f61 Opened by Brian Anderson at 2013-10-23 03:51:39 - 1 comment
  4899. Hide atomically from the users.

    161a0b2 Opened by ben blum at 2013-08-01 14:40:36 - 1 comment
  4900. Binary float literals sometimes "work"

    9ac7acf Opened by Huon Wilson at 2014-06-05 17:41:07 - 2 comments
  4901. rustpkg endlessly compiles dependencies

    c805dcd Opened by cc at 2013-09-19 01:25:58 - 4 comments
  4902. Add a lint for unnecessary by-ref pattern

    736cf3b Opened by Huon Wilson at 2016-02-02 17:05:54 - 6 comments
  4903. Move kind traits from std::kind to somewhere else, purge 'kind' terminology

    49fc4b6 Opened by Brian Anderson at 2013-10-24 17:13:13 - 7 comments
  4904. RFC: Boxes vs Containers - Naming schemes for element access

    408a2f4 Opened by Marvin Löbel at 2013-10-12 01:32:40 - 28 comments
  4905. Remove now-useless take glue

    e1e7c0e Opened by Patrick Walton at 2013-07-20 03:25:48 - 1 comment
  4906. Scheduler progress sense

    dec2d03 Opened by ben blum at 2014-09-19 21:14:15 - 13 comments
  4907. Segfault with RUST_TRACK_ORIGINS=1

    dff465c Opened by Keegan McAllister at 2013-10-23 11:32:13 - 1 comment
  4908. Pretty printer doesn't handle & & correctly

    176a0dc Opened by Huon Wilson at 2013-12-23 15:14:54 - 2 comments
  4909. --enable-debug enables debugging for src/test, causing rpass/conditional-debug-macro-off to fail.

    5e1abe9 Opened by Huon Wilson at 2013-07-25 10:04:46 - 1 comment
  4910. Generic Tuple-like Structs do not work cross-crate

    253c650 Opened by Aurora Nockert at 2014-03-07 00:21:40 - 9 comments
  4911. str doesn't have clear method

    31c67bc Opened by Jeaye Wilkerson at 2013-07-22 02:31:14 - 2 comments
  4912. Allow overriding lang-items from different crates

    af1e4ff Opened by Huon Wilson at 2013-11-15 13:24:06 - 4 comments
  4913. ICE: region parameterization should have inferred that this type is RP

    43e1620 Opened by Josh Matthews at 2013-10-15 19:20:21 - 4 comments
  4914. Conflicting issues for a trait error should name the trait

    06ef5d3 Opened by Josh Matthews at 2013-08-03 20:28:48
  4915. Can't parse binops after blocks in... some cases(?)

    9cda02f Opened by ben blum at 2013-09-12 17:20:13 - 3 comments
  4916. Can't use same self expression in macro in two methods with differing self mutability

    cc38bf5 Opened by Josh Matthews at 2014-02-01 07:28:23 - 1 comment
  4917. Better error message for why ~/@/&Trait doesn't automatically implement Trait

    8a424df Opened by ben blum at 2015-01-20 23:17:07 - 6 comments
  4918. Is it possible to parameterize traits over self mode?

    4ddf771 Opened by ben blum at 2013-07-20 01:27:45 - 2 comments
  4919. Remove #[path = "foo/mod.rs"] attributes from sources

    8661f46 Opened by Brian Anderson at 2013-07-28 04:58:23 - 1 comment
  4920. rustpkgtest doesn't depend on rustpkg executable

    b153a4c Opened by Tim Chevalier at 2013-08-20 21:27:47 - 1 comment
  4921. Rust should support a no extra attribute and flag.

    f371970 Opened by Ms. Molly Stewart-Gallus at 2013-08-27 05:10:25 - 7 comments
  4922. std::run::Process::new() should take &[&str] instead of &[~str]

    e608bd3 Opened by Jack Moffitt at 2014-05-15 17:06:45 - 9 comments
  4923. De-Gc the AST

    095e885 Opened by Huon Wilson at 2014-09-14 05:41:06 - 12 comments
  4924. By-ref/by-mut-ref match on struct field names doesn't parse

    a965da9 Opened by Huon Wilson at 2013-08-14 08:30:44 - 1 comment
  4925. Type checker is not aware that impl Trait for T implies that T:Trait

    aeda581 Opened by Peter Williams at 2013-07-25 17:15:23 - 7 comments
  4926. Cannot implement Mul with different RHS and/or different Return type on one type

    aaa39d2 Opened by Jeaye Wilkerson at 2013-11-15 12:20:16 - 2 comments
  4927. Buildbot interrupt can leave directory in an unbuildable state

    a43ba3e Opened by Huon Wilson at 2014-09-28 11:05:06 - 3 comments
  4928. Invalid char literals are accepted

    b69e2f6 Opened by sp3d at 2013-09-25 03:21:11 - 8 comments
  4929. Carriage return doesn't end // comments

    a88849b Opened by sp3d at 2019-08-29 13:43:25 - 10 comments
  4930. Calling a static method on a type with no static method gives undeclared module error

    4f927a3 Opened by Huon Wilson at 2015-03-16 10:59:26 - 2 comments
  4931. test/run-pass/core-rt-smoke crashes on Windows

    7811be2 Opened by Robert Millar at 2014-05-06 04:43:18 - 4 comments
  4932. Tests in ast.rs are commented out

    b50a5a9 Opened by Brian Anderson at 2014-01-17 06:21:44
  4933. undefined reference to `__gxx_personality_v0' on Windows Vista 32bit with GCC 4.8.1

    441131f Opened by Thad Guidry at 2013-08-27 02:31:03 - 11 comments
  4934. ephemeral rustpkg test errors

    792e0e1 Opened by Daniel Micay at 2013-08-20 21:27:41 - 5 comments
  4935. Document attributes inline {,always,never}

    d5a241e Opened by Felix S Klock II at 2014-01-12 08:36:27
  4936. Document attributes related to linking: link, link_args, no_link, ...?

    1c8bdac Opened by Felix S Klock II at 2014-03-10 16:24:30 - 7 comments
  4937. Document no-op pass-through attributes

    c6d0fcb Opened by Felix S Klock II at 2015-01-13 14:22:09 - 3 comments
  4938. Document attributes cfg family

    88f7416 Opened by Felix S Klock II at 2014-02-14 00:27:21 - 2 comments
  4939. Document attribute doc and its sub-language

    85b6c57 Opened by Felix S Klock II at 2016-11-30 01:53:56 - 2 comments
  4940. Parse error on macro invocation expression at the start of a statement

    d15c7af Opened by Matti Niemenmaa at 2013-08-01 13:19:05 - 1 comment
  4941. Capturing a mut variable and then modifying the variable emits a dead-assignment warning

    5332178 Opened by Oleksii Sholik at 2014-05-06 04:45:41 - 3 comments
  4942. Span for "unexpected end of macro invocation" is terrible

    9f59103 Opened by ben blum at 2015-08-12 03:11:51 - 7 comments
  4943. False double-borrow and/or ICE in macro expansion (only with macro arguments)

    a16ee67 Opened by ben blum at 2013-09-10 11:21:00
  4944. Double free with &mut pointers to temporaries

    1299c3d Opened by Björn Steinbrink at 2013-10-17 22:01:27 - 4 comments
  4945. RFC: Cell::with_{mut_,}ref() should use finally

    a7da557 Opened by ben blum at 2013-08-13 14:17:23 - 2 comments
  4946. rt::io::net::tcp methods may throw SIGABRT

    22b13b2 Opened by cc at 2013-07-22 20:34:26 - 3 comments
  4947. Documentation about declaration shadowing incorrect.

    ae8da3a Opened by Noufal Ibrahim at 2013-07-22 20:21:58 - 1 comment
  4948. Grammar inconsistencies with empty blocks {} and semi-colons.

    810a841 Opened by Brendan Zabarauskas at 2013-09-25 00:41:00 - 14 comments
  4949. try_recv().expect(" ... ") issue

    faeb611 Opened by Jeff Murray at 2013-07-23 23:24:40 - 2 comments
  4950. ICE when transmuting [T,..1] to T

    02db35c Opened by Brendan Zabarauskas at 2013-07-24 18:04:41 - 2 comments
  4951. rust: task failed at 'assertion failed: rp.is_none()'

    5b3dade Opened by Austin King at 2013-11-11 05:39:15 - 4 comments
  4952. "error: internal compiler error sequence_element_type called on non-sequence value"

    fecc424 Opened by Jeaye Wilkerson at 2014-01-23 15:53:20 - 3 comments
  4953. C-like enums don't accept uint discriminants

    90f8e52 Opened by Kevin Murphy at 2013-07-30 07:37:58 - 2 comments
  4954. Buildbot failure on stale git lockfile again (index.lock)

    5c0b951 Opened by bluss at 2013-07-31 14:59:20 - 5 comments
  4955. tests run-pass/issue-3176, issue-3168, pipe-sleep and unit-like-struct-drop-run fail on windows

    725853e Opened by Robert Millar at 2013-09-30 21:56:21 - 1 comment
  4956. Linker phase can hang on Macs without cc installed

    8a335dd Opened by Tim Chevalier at 2013-09-09 17:07:54 - 2 comments
  4957. Move EnumSet into libstd or libextra

    304feaf Opened by Keegan McAllister at 2013-08-06 11:08:05
  4958. Better error message for semicolon on last line of function

    556ffb5 Opened by Keegan McAllister at 2014-01-13 20:26:35 - 4 comments
  4959. Manual doesn't document the meaning of various single quote lifetime

    dae7ea1 Opened by Austin King at 2015-01-12 20:08:16 - 11 comments
  4960. ICE when reporting lifetime error involving self in default methods

    6d4c339 Opened by Michael J. Sullivan at 2013-08-23 01:31:29 - 1 comment
  4961. Add %p modifier to fmt!

    6123dcc Opened by Josh Matthews at 2013-07-30 06:41:58 - 5 comments
  4962. Macros attempting to expand to multiple items silently only expand to the first one

    d34a811 Opened by Paul Stansifer at 2013-10-02 12:31:30 - 6 comments
  4963. #[should_fail] unit tests are broken on windows

    53b3847 Opened by Robert Millar at 2013-12-09 14:35:40 - 3 comments
  4964. Putting a destructor on a newtype struct ICE's if that newtype is an immediate

    89e160d Opened by Patrick Walton at 2013-10-01 04:43:47 - 4 comments
  4965. sprocketnes is like 95% take glue due to fixed length array take glue presumably not using a loop

    d7ca8cc Opened by Patrick Walton at 2013-08-05 06:14:22 - 3 comments
  4966. Implement Zero for tuples

    2d09b11 Opened by Patrick Walton at 2013-07-24 07:12:23 - 2 comments
  4967. ICE with nested vector patterns with an unconstrained type

    7438707 Opened by Huon Wilson at 2014-05-11 00:45:20 - 2 comments
  4968. Implement std::num::Zero for bool

    e157b92 Opened by bstrie at 2013-07-25 14:34:43
  4969. RFC: Implement Clone on |A|: 'static -> R &'static fn()`

    8e75cdd Opened by bluss at 2014-05-05 16:22:22 - 9 comments
  4970. Specifying an env in run::ProcessOptions breaks finish_with_output

    22c4e8e Opened by Tim Chevalier at 2014-01-20 22:20:43 - 3 comments
  4971. @...'static pointer should implement Clone

    8c44136 Opened by Evan Martin at 2013-12-18 23:01:27 - 2 comments
  4972. RFC: Why #[deriving(IterBytes)], not #[deriving(Hash)]?

    74b2a69 Opened by ben blum at 2014-02-23 00:11:55 - 16 comments
  4973. rustc crashes with stack overflow on recursive imports

    0982093 Opened by Stepan Koltsov at 2013-07-25 11:57:04 - 1 comment
  4974. Compiler crashes when using std::cast::transmute() with an enum

    8b360b3 Opened by Diego Devesa at 2013-07-25 12:10:26 - 1 comment
  4975. ICE: Couldn't find field in struct type (middle::trans::expr::trans_rec_or_struc)

    eca68f2 Opened by Sander Mathijs van Veen at 2013-10-11 06:56:18 - 2 comments
  4976. option mutate should return bool

    9c413ae Opened by ben blum at 2013-08-03 09:04:56 - 2 comments
  4977. Implement MD5 in the digest module

    cbf45dd Opened by cc at 2013-12-18 23:49:02 - 9 comments
  4978. ICE: drop_ty_immediate: non-box ty

    19abe42 Opened by Ms. Molly Stewart-Gallus at 2013-10-01 05:00:16 - 7 comments
  4979. RWARC should explicitly 'impl... Clone`

    3547ba9 Opened by jchinlee at 2013-08-03 09:04:56 - 4 comments
  4980. New lint: "unnecessary return foo() because foo returns ()"

    88fea25 Opened by Oleksii Sholik at 2013-12-19 11:18:27 - 5 comments
  4981. make: building rust crate should depend on all of its sub crates

    44e57e7 Opened by Felix S Klock II at 2013-08-02 17:49:53 - 2 comments
  4982. make: rustc invocations need to depend on the rustc libraries

    5b9c3ad Opened by Felix S Klock II at 2013-07-26 22:55:49 - 1 comment
  4983. make: metabug for make issues

    8be51ec Opened by Felix S Klock II at 2017-02-11 00:11:44 - 4 comments
  4984. ICE if generic destructor invokes a method on self

    efa51ed Opened by Chris Morgan at 2013-07-26 18:22:11 - 1 comment
  4985. Implement llvm memory fence intrinsic.

    40b0c4f Opened by Aaron Todd at 2013-07-28 12:40:26 - 1 comment
  4986. lack of mtwt xi could cause breakage

    d1b94a6 Opened by John Clements at 2014-06-24 00:49:38 - 3 comments
  4987. ctxts on macro invocations won't work in some places

    8342d61 Opened by John Clements at 2015-09-03 19:39:23 - 18 comments
  4988. Moving out of & in match yields a confusing error message

    0e14539 Opened by Alex Crichton at 2014-04-16 21:26:33 - 7 comments
  4989. none of the rand::Rng utility functions are public

    5255e06 Opened by ben blum at 2013-07-27 06:09:14 - 2 comments
  4990. add mut_slice_{to,from} for MutableVector in vec.rs

    da9a9e8 Opened by ben blum at 2013-07-28 01:22:26 - 3 comments
  4991. Default methods and Auto-dereference

    93e91ba Opened by bluss at 2013-07-27 12:24:10 - 3 comments
  4992. Clarify Ord's requirement: what is needed for sort-order

    4998a62 Opened by Masanori Ogino at 2014-02-25 02:53:50 - 6 comments
  4993. Generic trait impl conflicts with all other impls

    7965ab9 Opened by Steven Fackler at 2014-10-13 23:27:56 - 3 comments
  4994. Method dispatch doesn't look up in inherited traits

    3cbeb13 Opened by Jakub Okoński at 2013-07-27 12:16:40 - 1 comment
  4995. Compiler crashes if type includes self by value

    8942540 Opened by Stepan Koltsov at 2013-07-27 22:38:22 - 1 comment
  4996. Implement DoubleEndedIterator where possible

    f131ec1 Opened by bluss at 2013-12-18 22:55:46 - 1 comment
  4997. Cannot name a struct field new due to ancient syntax

    e02159b Opened by Huon Wilson at 2013-08-23 06:05:52 - 18 comments
  4998. Remove unnecessary Str and Vec prefixes on relevant iterators

    a9164e0 Opened by Alex Crichton at 2013-07-29 04:26:43 - 6 comments
  4999. printf! behaving inconsistently with a single argument

    176fdd5 Opened by bluss at 2013-10-16 04:57:58 - 3 comments
  5000. No rule to make target rt/i686-pc-mingw32/stage0/arch/i386/_context.o

    33eb166 Opened by Thad Guidry at 2013-11-06 18:57:20 - 3 comments
  5001. NO_REBUILD=1 no longer works

    a2ca8b3 Opened by Brian Anderson at 2013-07-30 12:10:18
  5002. rustpkg hangs during check-stage1 on Mac

    444739d Opened by Felix S Klock II at 2013-08-21 18:29:36 - 3 comments
  5003. ! is not a valid ty token in macros

    abe33b4 Opened by Alex Crichton at 2013-07-29 19:13:31 - 3 comments
  5004. Implement SHA-3 Contest winner, Keccak, for extra::digest

    a5bd3e0 Opened by Mark at 2013-11-03 09:22:09 - 4 comments
  5005. Compile bools to i1, as per Clang

    cdb6532 Opened by bstrie at 2014-06-22 02:16:36 - 9 comments
  5006. Implement RandomAccessIterator where possible

    fa4b5dc Opened by bluss at 2015-02-02 10:56:40 - 7 comments
  5007. ICE: "Abort trap: 6" compiling the folowing code

    f0ead38 Opened by UtherII at 2013-09-13 22:46:47 - 3 comments
  5008. Move local_data_priv somewhere else

    7949bd4 Opened by Brian Anderson at 2013-08-28 22:25:39 - 4 comments
  5009. We need documentation and test cases for asm!()

    222c906 Opened by bstrie at 2014-04-01 22:50:30 - 4 comments
  5010. pointer arithmetic should use GEP

    b0ca2f0 Opened by Daniel Micay at 2013-07-30 15:43:21
  5011. fmt! silently ignores extra arguments

    25d256f Opened by Keegan McAllister at 2013-09-01 06:04:10 - 3 comments
  5012. Removing priv as a keyword

    06aeb54 Opened by Alex Crichton at 2014-04-24 12:14:05 - 33 comments
  5013. Freezing &mut only works for locals.

    16e2faa Opened by Michael Woerister at 2013-10-15 18:47:54 - 13 comments
  5014. rustdoc_ng metabug

    b7e1d39 Opened by emberian at 2013-10-28 02:40:49 - 3 comments
  5015. Add implementation on Option is confusing

    c96b664 Opened by Marvin Löbel at 2013-07-30 16:24:36 - 3 comments
  5016. Weird compiler reporting when for is forgotten

    ec5f56a Opened by Jordi Boggiano at 2014-12-22 08:13:19 - 3 comments
  5017. Accessing the crate's version and name from within

    64a118d Opened by Jordi Boggiano at 2015-02-02 10:43:25 - 6 comments
  5018. if_test!() macro

    3d6675f Opened by ben blum at 2013-08-02 12:43:57 - 9 comments
  5019. Nasty hidden invariant in deschedule_running_task_and_then

    e8ab607 Opened by ben blum at 2013-12-05 23:11:28 - 8 comments
  5020. ICE: encode_symbol: id not found

    9a2e1cd Opened by Florob at 2013-08-30 10:25:44 - 1 comment
  5021. Tombstones created in reparent_children_to should avoid stack overflow.

    2b8bc60 Opened by ben blum at 2013-12-17 01:15:39 - 6 comments
  5022. global little-locks (change_dir_lock, global_args_lock) are sloppy and wrong

    1e0c581 Opened by ben blum at 2013-12-10 16:31:05 - 5 comments
  5023. Prohibit specialized drops

    ca3d2b6 Opened by Ms. Molly Stewart-Gallus at 2015-03-25 05:09:11 - 18 comments
  5024. It's not possible to get the size of the offset from an arbitrary structure to it's field.

    1ee84ec Opened by Ms. Molly Stewart-Gallus at 2015-01-23 01:51:12 - 2 comments
  5025. ICE: Default methods and &Self

    81cb5c6 Opened by Alex Crichton at 2013-08-22 01:07:38 - 2 comments
  5026. Cannot use [x, .. n] in statics

    7dcea93 Opened by Huon Wilson at 2013-08-15 09:26:11
  5027. Can define a method twice in a trait impl

    e36d176 Opened by Huon Wilson at 2014-03-19 04:11:01 - 2 comments
  5028. Add Set Algebra iterators to trait Set: Intersection, Difference, Sym. Diff, Union.

    cb546d7 Opened by bluss at 2015-01-23 01:52:40 - 2 comments
  5029. dynamic_lib misuses task::atomically in the check_for_errors_in implementations

    01b9322 Opened by Ms. Molly Stewart-Gallus at 2013-10-05 23:51:33
  5030. Consider moving dynamic_lib to extra

    262a639 Opened by Brian Anderson at 2015-02-14 11:51:31 - 15 comments
  5031. Add a convenience wrapper for spawn-with-handle-for-killing

    25b74b0 Opened by ben blum at 2014-01-17 05:30:42 - 1 comment
  5032. telemetry service that tabulates top warnings, complaints

    170516b Opened by Graydon Hoare at 2015-01-21 01:37:11 - 3 comments
  5033. Calling a function within a module derived from concat_idents fails to resolve

    9402f11 Opened by Josh Matthews at 2014-02-23 13:02:02 - 1 comment
  5034. Reorganise Select and SelectPort traits in rt::select to not leak abstraction.

    b0a4d37 Opened by ben blum at 2013-07-31 23:18:10 - 1 comment
  5035. Can't access private items from child modules and vice versa

    2538f78 Opened by Dov Reshef at 2013-10-18 23:13:32 - 1 comment
  5036. Self is not recognised as implementing kinds in default method implementations

    c1e3985 Opened by Chris Morgan at 2013-09-17 10:25:48 - 2 comments
  5037. Macro is not working very well

    c553c0e Opened by Youngmin Yoo at 2013-08-01 13:27:37 - 1 comment
  5038. Static variables have different addresses in different crates

    fa2e9b7 Opened by Alex Crichton at 2013-08-02 04:28:48 - 7 comments
  5039. rt::comm oneshot ports are implemented for all T

    782f6eb Opened by Brian Anderson at 2013-11-03 04:29:29 - 2 comments
  5040. build the compiler with --cfg debug

    eb28f8f Opened by Brian Anderson at 2013-12-07 06:31:53 - 16 comments
  5041. Segfault when using dynamic_lib

    70c9712 Opened by emberian at 2014-02-13 12:24:22 - 8 comments
  5042. Unresolved import despite explicit extern mod module;

    2d0b99a Opened by Florob at 2015-01-20 06:28:27 - 3 comments
  5043. fix recv_ready for Port to take &mut Self and not need to return a tuple

    4eb9623 Opened by ben blum at 2013-08-08 23:23:01
  5044. "let _ = foo" destructor semantics is broken

    0cf637a Opened by ben blum at 2014-05-12 21:10:22 - 1 comment
  5045. internal compiler error with undeclared 'self lifetime

    a437636 Opened by Stepan Koltsov at 2014-08-12 23:02:41 - 4 comments
  5046. Enums with >32 bits on i686 are all canonicalized to 0

    d267a17 Opened by Alex Crichton at 2013-11-11 06:30:35 - 6 comments
  5047. Concurrent printlns get their newlines interleaved

    98a8192 Opened by ben blum at 2014-05-06 04:52:34 - 9 comments
  5048. confusing default failure mode for TaskBuilder::try

    2c737b5 Opened by ben blum at 2013-08-21 22:57:49 - 1 comment
  5049. Recursive importing of self::* causes ICE

    3c1f286 Opened by Ms. Molly Stewart-Gallus at 2014-05-22 08:01:28 - 2 comments
  5050. make the vector iterator use GEP, not ptrtoint + add + inttoptr

    a135b80 Opened by Daniel Micay at 2013-08-03 09:04:56
  5051. Need non-rescheduling variant of send() with new-runtime pipes for extra::sync.

    fbe0d16 Opened by ben blum at 2013-08-02 23:31:57
  5052. Documenting and fixing resolve's notion of public/private

    bbe7b71 Opened by Alex Crichton at 2015-08-26 15:57:10 - 18 comments
  5053. Rename macro_rules! to macro!

    b7c652b Opened by bluss at 2014-09-24 04:59:38 - 14 comments
  5054. Replace internal iteration functions in std::either and std::result

    2ae76e8 Opened by Marvin Löbel at 2013-08-12 17:05:46 - 3 comments
  5055. Compiler lets escape borrowed pointer to local variable.

    37116ca Opened by Dmitry Ermolov at 2014-03-12 15:33:15 - 11 comments
  5056. Constants and expressions have diverged on enum-to-float casts.

    9d8cef5 Opened by Jed Davis at 2014-06-11 09:37:08 - 3 comments
  5057. task::rekillable should not be unsafe, and just fail the task, not abort the runtime

    c472ca0 Opened by ben blum at 2013-08-27 19:45:52 - 4 comments
  5058. pub unit struct constructors can't be resolved cross-crate

    d3fd7cb Opened by ben blum at 2013-08-02 21:51:08 - 1 comment
  5059. investigate whether the atomically()/assert_may_sleep() can be a fail!() instead of rtabort!()

    d8c07c6 Opened by ben blum at 2013-08-06 00:15:11 - 1 comment
  5060. Omit the ret slot alloca when it's not needed

    78e1b41 Opened by Patrick Walton at 2013-08-10 14:44:15 - 2 comments
  5061. rustpkg ignoring #[link(name="foo")]

    03ee0d3 Opened by emberian at 2013-08-15 01:17:32 - 4 comments
  5062. rust-mode should use block comments for commenting out selected text

    66b3f4f Opened by Ms. Molly Stewart-Gallus at 2013-08-04 01:59:59 - 2 comments
  5063. #[deriving(ToStr)] doesn't work in std

    76e573e Opened by Marvin Löbel at 2014-02-24 13:21:51 - 3 comments
  5064. Bad parse error when omitting struct fields in constructor expression

    aeb763d Opened by emberian at 2013-08-03 08:08:45 - 1 comment
  5065. Difficulty creating &mut Trait

    d0ea9ee Opened by Alex Crichton at 2013-08-16 00:41:11 - 2 comments
  5066. Putting &mut Trait in a struct causes an ICE

    688bb09 Opened by Alex Crichton at 2013-08-16 00:41:11 - 2 comments
  5067. main libuv event loop leaks memory on mac

    a85b45e Opened by Brian Anderson at 2014-02-05 20:45:14 - 1 comment
  5068. make for loops require an Iterator implementation

    6587ce9 Opened by Daniel Micay at 2014-07-28 19:18:48 - 2 comments
  5069. span_to_snippet is broken

    2ada866 Opened by emberian at 2017-04-27 23:43:23 - 7 comments
  5070. Cross-crate regions in statics ICE

    a71670d Opened by Alex Crichton at 2013-12-18 19:58:32 - 6 comments
  5071. Dead code elimination in benchmarks

    f2270ee Opened by Huon Wilson at 2014-02-09 03:56:30 - 11 comments
  5072. Inspecific span when struct has no field

    7487b68 Opened by emberian at 2013-10-29 15:46:50 - 2 comments
  5073. snapshot segfaulting on 64-bit OS X valgrind bot

    d3449b5 Opened by Daniel Micay at 2013-08-13 02:25:41 - 3 comments
  5074. --enable-valgrind succeeds if valgrind is not installed. mac bots are not valgrinding

    dc95925 Opened by Brian Anderson at 2015-01-05 08:21:03 - 2 comments
  5075. "error: cannot bind by-move with sub-bindings" when sub-binding is _

    5247269 Opened by Lily Ballard at 2013-08-14 19:21:50 - 1 comment
  5076. Should work? let a; let b; (a, b) = (1, 2);

    b76058f Opened by Jeaye Wilkerson at 2013-08-04 14:57:44 - 3 comments
  5077. Create safe LLVM bindings

    1e0feaf Opened by Brian Anderson at 2015-01-21 18:56:36 - 2 comments
  5078. Move LLVM bindings to their own crate

    fd23dfc Opened by Brian Anderson at 2015-01-21 18:56:02 - 4 comments
  5079. Anonymous sum types

    83a52f1 Opened by Gábor Lehel at 2014-09-24 04:59:41 - 13 comments
  5080. Type inference requires type of LHS to be known for binary operators

    9bdff06 Opened by Mihnea Dobrescu-Balaur at 2017-12-03 00:11:37 - 12 comments
  5081. Add frequency count / histogram to extra::stat

    fcf0ae4 Opened by emberian at 2013-08-11 13:13:01 - 1 comment
  5082. Type inference bug with operator || or &&

    189ce8b Opened by Dov Reshef at 2015-06-21 20:34:30 - 7 comments
  5083. Crash compiling my unsafe (crappy) code

    98f2fe2 Opened by Mathias Panzenböck at 2013-08-05 13:35:06 - 12 comments
  5084. rustpkg: building a lib.rs expects a main() function

    3eb2070 Opened by kud1ing at 2013-10-24 18:54:05 - 1 comment
  5085. Deallocator running out of stack space

    32b6a47 Opened by John Whitney at 2013-08-05 21:50:44 - 2 comments
  5086. Make method names in Container traits more consistent

    a8e8964 Opened by lilac at 2013-08-05 05:28:44 - 2 comments
  5087. Which order to run box annihilator and TLS dtor?

    105389c Opened by Brian Anderson at 2014-10-13 13:07:22 - 7 comments
  5088. Improve error message when trying to use unsafe self

    e7b8cda Opened by Dov Reshef at 2013-08-28 23:40:35 - 2 comments
  5089. Disallow return types of &'static foo from being written as &foo

    057563b Opened by bstrie at 2013-09-12 17:33:03 - 5 comments
  5090. Reorganize the various encodings in libextra

    fd092e8 Opened by Alex Crichton at 2013-08-07 07:20:10 - 6 comments
  5091. Incorrect non-exhaustive matching for fixed length arrays

    cc14dfc Opened by Stepan Koltsov at 2014-03-04 04:27:22 - 3 comments
  5092. Attempting to match a string constant crashes the compiler

    870d6fe Opened by Micah Chalmer at 2014-06-10 21:52:03 - 3 comments
  5093. HEAD won't build on OSX 10.8

    5363f49 Opened by Jude Taylor at 2013-08-06 20:05:27 - 4 comments
  5094. task/spawn.rs should really be task/taskgroup.rs or rt/taskgroup.rs

    6467060 Opened by ben blum at 2013-11-25 06:42:03 - 1 comment
  5095. Don't allow "UTF-16 surrogate codepoints" in char or str

    4bcd55c Opened by Jesse Ruderman at 2013-09-09 03:12:07 - 4 comments
  5096. Remove os::set_args

    adb7264 Opened by Brian Anderson at 2013-08-23 23:38:09 - 10 comments
  5097. "error writing buffer" on Windows when piped

    af25930 Opened by darkf at 2013-10-24 22:31:02 - 1 comment
  5098. &fn() should be copied, not moved

    1301d7d Opened by Stepan Koltsov at 2013-08-06 12:55:18 - 2 comments
  5099. Numeric operators dont inline well on generic code.

    4f39390 Opened by Sébastien Crozet at 2013-12-18 23:45:13 - 3 comments
  5100. Generic code produce lots of no-ops compared to the monomorphic version.

    1c67ec5 Opened by Sébastien Crozet at 2013-08-23 16:21:48 - 8 comments
  5101. extra::json doesn't support using Encodable to encode straight to a json value

    1a17956 Opened by Huon Wilson at 2015-02-02 21:41:40 - 5 comments
  5102. Use the size of numeric literals to inform the inferred numeric type

    7c30d63 Opened by bstrie at 2014-08-12 22:24:35 - 5 comments
  5103. Variable capture in closures is too restrictive

    da80575 Opened by Dov Reshef at 2014-08-14 11:18:15 - 4 comments
  5104. Benchmark code for the runtime

    1f2fe5c Opened by Aaron Todd at 2014-09-19 03:27:29 - 2 comments
  5105. Idle callback duplication in the runtime

    2f0db39 Opened by Aaron Todd at 2013-08-17 03:46:38 - 4 comments
  5106. Eliminate blocking on the event loop when possible

    86bf450 Opened by Aaron Todd at 2014-09-19 03:26:12 - 3 comments
  5107. Make the select! macro work with newrt pipes.

    230f659 Opened by ben blum at 2013-12-17 17:28:02 - 2 comments
  5108. tutorial is wrong about return type of task::try

    aea5dfb Opened by ben blum at 2013-09-24 09:21:03
  5109. Document lang items, #[no_std], and runtimeless Rust

    f0402df Opened by bstrie at 2014-10-02 09:10:24 - 4 comments
  5110. Make split stacks (segmented stacks) optional

    f8e6507 Opened by bstrie at 2013-11-15 18:31:24 - 13 comments
  5111. newrt select() implementation vulnerable to scheduler/task environment race

    4abcf0c Opened by ben blum at 2013-08-13 14:17:23
  5112. DoNothing branch of CleanupJob is deadcode

    48c6f9f Opened by ben blum at 2013-08-21 17:23:15 - 1 comment
  5113. ICE while checking match with struct-like patterns

    c0ee442 Opened by Dmitry Ermolov at 2013-10-08 02:56:41 - 2 comments
  5114. Ability to automatically derive traits on newtypes

    d787f12 Opened by Jordi Boggiano at 2014-11-24 22:06:34 - 13 comments
  5115. Can't use bound lifetime parameter 'self on &self in trait impl

    7d08b52 Opened by Lily Ballard at 2013-08-16 01:35:03 - 2 comments
  5116. XorShiftRng::new should use a non-constant seed

    d94fac9 Opened by Brian Anderson at 2013-08-18 19:31:57 - 4 comments
  5117. many containers implement Ord incorrectly

    51e45ad Opened by Daniel Micay at 2014-09-09 10:48:13 - 4 comments
  5118. Lint for unnecessary trait bounds

    965d4d3 Opened by Huon Wilson at 2013-12-18 23:38:37 - 4 comments
  5119. Using an interpolated variable by-ref twice in a macro causes borrowck errors

    bcf653d Opened by Huon Wilson at 2013-09-10 11:21:00
  5120. Have for pattern in iter not borrow the iterator

    d3a5c3e Opened by Simon Sapin at 2015-01-31 13:48:54 - 36 comments
  5121. Bad error message when deriving(Clone) is missing Clone for a member

    b516b76 Opened by Keegan McAllister at 2013-08-07 21:54:54 - 1 comment
  5122. Atomic* should not be copyable

    24a7ec2 Opened by Brian Anderson at 2013-11-08 11:21:09 - 4 comments
  5123. investigate whether UnsafeArc's dtor can avoid unkillable when there's no unwrapper

    786cda5 Opened by ben blum at 2013-08-13 14:17:23 - 1 comment
  5124. Reenable the mac valgrind bot

    14882aa Opened by Brian Anderson at 2016-08-22 23:16:05 - 4 comments
  5125. Incorrect "non-exhaustive patterns" using @-binding in match

    b8d9d26 Opened by bluss at 2014-05-14 02:56:54 - 6 comments
  5126. Failure to use rusti's :load command

    977b1b8 Opened by Matthew Do at 2013-10-17 09:41:22 - 2 comments
  5127. Macros that operate on attributes

    10e9e0e Opened by Niko Matsakis at 2013-08-11 02:47:21
  5128. A tutorial to demonstrate practical alternatives to unsafe shared mutable state

    7532585 Opened by bstrie at 2015-01-12 20:07:08 - 4 comments
  5129. add a struct ConsList<T> { Nil, Cons(T, ~List<T>) } library to libstd

    9ee7a1d Opened by ben blum at 2014-04-01 14:42:59 - 4 comments
  5130. Using &mut Trait requires mut local variable

    95bd1a3 Opened by Alex Crichton at 2013-08-16 00:41:11 - 1 comment
  5131. RFC: Can we make drop glue for recursive types not stack overflow?

    c93861b Opened by ben blum at 2015-01-21 20:11:01 - 13 comments
  5132. Methods with &mut Trait and polymorphic objects can't get encoded

    dcb46d1 Opened by Alex Crichton at 2013-08-16 00:41:11 - 3 comments
  5133. rustpkg should support semantic versions

    e5c70af Opened by Tim Chevalier at 2014-04-04 12:03:27 - 3 comments
  5134. RFC: static constants of type ~[T]

    601745d Opened by Stepan Koltsov at 2013-10-29 04:17:16 - 7 comments
  5135. Disable libuv worker thread on mac

    fdc71c9 Opened by Brian Anderson at 2013-08-28 06:00:37 - 2 comments
  5136. Request for feature: unsafe as a qualifier for structure fields

    8d6a8f8 Opened by Ms. Molly Stewart-Gallus at 2014-05-06 04:56:46 - 4 comments
  5137. shadow-before-use warning

    228c777 Opened by Stephen Mosher at 2013-08-10 03:43:41 - 5 comments
  5138. Default method ICE when (unused) parameter is unnamed.

    80449b3 Opened by Felix S Klock II at 2013-08-23 01:31:29 - 3 comments
  5139. Select trait exposes private types

    a970b3a Opened by Brian Anderson at 2013-12-18 23:36:45 - 3 comments
  5140. Test Windows configuration with Valgrind using Wine, or Winelib

    e657144 Opened by Ms. Molly Stewart-Gallus at 2016-08-01 22:43:19 - 7 comments
  5141. Remove the annihilate function from the crate map

    ef7e02a Opened by Brian Anderson at 2013-09-25 04:35:57
  5142. Building using brew on OSX generates 12,192 "not allowed" .gitattributes messages

    9a5262d Opened by Clifford Heath at 2014-08-15 03:47:31 - 4 comments
  5143. Server at http://rust-lang.org/ is not HTTP/1.1 compliant

    a5908a0 Opened by Chris Morgan at 2015-09-17 13:56:52 - 10 comments
  5144. In driver, split phase_3_run_analysis_passes into typeck and after-typeck

    6991796 Opened by emberian at 2013-12-16 10:39:46 - 3 comments
  5145. Function prelude associates with caller's source position

    cd52aae Opened by Josh Matthews at 2013-08-22 17:16:02 - 2 comments
  5146. Generic return values cause an ICE in type_metadata

    941d5cc Opened by Josh Matthews at 2013-08-18 01:07:59 - 6 comments
  5147. 64-bit signed/unsigned overflow checked multiplication unavailable on 32-bit

    41b3550 Opened by Daniel Micay at 2014-02-15 04:41:27 - 1 comment
  5148. extra::stats::write_boxplot takes positive sample values only

    fe00509 Opened by dmanescu at 2013-08-14 15:32:15
  5149. Speed up bors cycle time

    c68eaaa Opened by Alex Crichton at 2014-08-20 17:51:48 - 10 comments
  5150. Compiler failure on (invalid) lifetime annotation.

    bd69507 Opened by Oren Ben-Kiki at 2013-12-18 23:36:14 - 5 comments
  5151. signed division has undefined behaviour on overflow

    b86a74c Opened by Daniel Micay at 2014-06-07 05:17:03 - 3 comments
  5152. Cover std::task::yield in Rust Tasks and Communication Tutorial

    8a7c6cf Opened by Daniel Ralston at 2014-09-19 03:28:45 - 6 comments
  5153. The #[start] attribute overrides the test runner implementation

    9a9b4a4 Opened by Ms. Molly Stewart-Gallus at 2013-12-18 23:34:51 - 3 comments
  5154. Let user specify function to use for freeing foreign buffers

    79fc7f1 Opened by Erik at 2015-01-19 00:23:49 - 2 comments
  5155. Comparison of num::rational::Ratio is incorrect with overflow

    2d6b5c1 Opened by Huon Wilson at 2014-09-28 22:43:04 - 5 comments
  5156. default methods: parser rejects methods with underscore names for parameters

    87eb142 Opened by Felix S Klock II at 2013-09-03 11:01:08 - 4 comments
  5157. Make check doesn't prevent people from breaking make check-stage0-std

    7773295 Opened by ben blum at 2013-12-01 00:10:25 - 2 comments
  5158. Macros can't hide unsafety because of unused-unsafe

    af40183 Opened by ben blum at 2017-05-07 23:30:54 - 4 comments
  5159. Add thread tasks

    a1b708b Opened by Brian Anderson at 2013-12-17 01:32:19 - 3 comments
  5160. Linker error calling StackSegment::start()

    212fbee Opened by Keegan McAllister at 2013-08-13 23:50:14 - 2 comments
  5161. Overriding environment on Mac OS X works strangely

    7c10343 Opened by Tim Chevalier at 2013-08-13 22:09:51 - 3 comments
  5162. Moving out of locals still calls drop glue

    1e3a598 Opened by Alex Crichton at 2013-08-13 02:53:26 - 3 comments
  5163. url::from_str fails on strings containing non-ascii

    aa7c58c Opened by Jack Moffitt at 2014-07-31 12:56:42 - 4 comments
  5164. Figure out the default ifmt trait

    2502dd3 Opened by Alex Crichton at 2013-08-19 16:56:24 - 8 comments
  5165. Adjust the error messages to match the pattern "expected foo, found bar"

    2730b34 Opened by kud1ing at 2014-08-25 05:10:59
  5166. Add a stage0 stdtest build to make check

    43ac24f Opened by Brian Anderson at 2013-08-18 23:42:48 - 3 comments
  5167. Reserve 'yield' keyword

    538958f Opened by Brian Anderson at 2013-08-19 00:01:59 - 2 comments
  5168. rustc error for missing struct construction args could be improved

    67bf35f Opened by Felix S Klock II at 2014-08-13 04:27:01 - 2 comments
  5169. Warnings as errors

    e5021b3 Opened by Oren Ben-Kiki at 2013-08-13 20:32:51 - 2 comments
  5170. Memory corruption when matching on an Option of a vector slice

    3fca402 Opened by Tim Chevalier at 2014-02-02 04:46:24 - 5 comments
  5171. No compile-time error when referencing non-public module

    680b577 Opened by Joshua Warner at 2013-10-11 01:21:32 - 3 comments
  5172. assertion failed: !is_undef(wrapped)

    9684247 Opened by Carl Eastlund at 2014-03-06 07:21:44 - 3 comments
  5173. better error message for invoking method from known (but un-use'd) trait

    ba44723 Opened by Felix S Klock II at 2014-01-20 21:24:25 - 2 comments
  5174. Extern blob is duplicated per platform

    eac4e1b Opened by klutzy/defunct at 2013-11-10 05:35:39 - 7 comments
  5175. Rustc generates wrong calling convention for WinMain

    8ea59a3 Opened by klutzy/defunct at 2013-08-28 15:30:45 - 2 comments
  5176. os::tmpdir for Android

    11a89f6 Opened by Seo Sanghyeon at 2014-03-10 12:19:54 - 2 comments
  5177. debuginfo: by-value function parameters are not described correctly.

    8a03afe Opened by Michael Woerister at 2013-09-04 20:00:52 - 2 comments
  5178. Closures cause ICE with -Z debug-info

    8fd2eea Opened by Chris Morgan at 2013-08-18 01:07:59 - 2 comments
  5179. assertion failed: (left == right) && (right == left) (left: 1, right: 0)

    e2c40af Opened by Carl Eastlund at 2014-03-05 03:50:03 - 8 comments
  5180. Shouldn't be able to impl the builtin kinds.

    48b5d58 Opened by ben blum at 2013-08-22 03:11:32
  5181. Let rustpkg find sources in the current working directory even if it's not a workspace

    16380d0 Opened by Tim Chevalier at 2013-10-21 18:56:23 - 2 comments
  5182. Can't bound types with paths from macros

    0ab5968 Opened by Alex Crichton at 2016-12-18 01:07:35 - 4 comments
  5183. rustpkg should accept command line flags for rustc

    41a39b7 Opened by Tim Chevalier at 2013-09-11 13:21:05
  5184. RFC: remove linkage attributes

    21b6883 Opened by Tim Chevalier at 2014-01-07 06:12:05 - 10 comments
  5185. rustpkg test case for recursive dependencies

    e3f8451 Opened by Tim Chevalier at 2013-09-13 01:55:44
  5186. Using &mut io::Writer might be too difficult

    679ac3f Opened by Alex Crichton at 2013-08-15 16:50:43 - 9 comments
  5187. match: some patterns are skipped after guard failed

    d9c7dc4 Opened by Dmitry Ermolov at 2013-08-15 22:15:16 - 2 comments
  5188. Targeting arm-unknown-linux-gnueabihf fails, …-gnueabi works

    73bd8b1 Opened by Johan Kiviniemi at 2013-08-25 06:51:16 - 4 comments
  5189. Incorrect spans for ABIs that do not match architecture

    4b43785 Opened by Niko Matsakis at 2014-05-30 10:46:43 - 1 comment
  5190. smallest-hello-world.rs fails to link when #3678 is fixed

    92f5b06 Opened by Niko Matsakis at 2014-04-16 07:52:01
  5191. Compiling freezes whole PC

    a40eec6 Opened by Jakub Okoński at 2013-08-17 13:54:19 - 6 comments
  5192. #[start] makes --test not work

    fa36bc1 Opened by Brian Anderson at 2013-08-19 16:46:25 - 2 comments
  5193. LLDB cannot show backtrace at rust_begin_unwind

    2939b62 Opened by Lily Ballard at 2014-01-28 20:03:52 - 2 comments
  5194. Rustdoc shouldn't list modules only alphabetically

    5fcfe42 Opened by Oren Ben-Kiki at 2017-12-20 17:34:19 - 7 comments
  5195. "TLS" in condition tutorial

    6cab82c Opened by Simon Sapin at 2013-11-11 22:21:24 - 2 comments
  5196. json::to_pretty_writer output should be consistent

    66ff404 Opened by Austin King at 2013-08-17 17:42:32 - 4 comments
  5197. trait item metadata encoding for supertraits is messy and ugly

    6261bc1 Opened by ben blum at 2015-09-13 14:10:01 - 5 comments
  5198. Experiment with unbounded channel types that do less allocation

    cd3e160 Opened by Brian Anderson at 2013-12-17 17:26:55 - 4 comments
  5199. -Z print-link-args option is broken

    47db495 Opened by vadimcn at 2013-08-22 01:45:22
  5200. Fresh build on OS X Mountain Lion yields "warning: no debug symbols in executable (-arch x86_64)" on compiles

    5d596ad Opened by John Watson at 2013-08-17 04:21:08 - 1 comment
  5201. Small typo in noise.rs benchmark

    9cb0778 Opened by nsf at 2013-08-21 09:12:34
  5202. rand::Rng should be implemented for &Rng

    cd08c4c Opened by nsf at 2015-01-23 01:53:15 - 4 comments
  5203. Add Python-like """ here documents

    14756d5 Opened by Oren Ben-Kiki at 2013-10-28 05:37:37 - 4 comments
  5204. Regression: Option<~str> in static struct => internal compiler error

    f3a0af5 Opened by Stepan Koltsov at 2013-12-18 19:58:32 - 1 comment
  5205. Cannot declare a generic fn with a constraint containing a region

    ef9269b Opened by Erick Tryzelaar at 2013-12-18 23:31:13 - 3 comments
  5206. Attempting to write generic extern fns gives seemingly wrong error message (and ICE if used wrong)

    e4ef4ed Opened by Micah Chalmer at 2013-08-22 16:22:22 - 1 comment
  5207. Don't hit the event loop when not waiting on I/O

    90ae555 Opened by Brian Anderson at 2013-12-17 01:33:16 - 4 comments
  5208. Nested functions are called by name, so the wrong function is called

    7ae42c5 Opened by bluss at 2013-09-10 06:46:02 - 3 comments
  5209. ICE when calling static and static mut function pointers.

    2a8eb9b Opened by Brendan Zabarauskas at 2013-08-22 00:11:36
  5210. Large memory regression

    7e1c562 Opened by Huon Wilson at 2013-10-03 18:41:31 - 4 comments
  5211. Rust appears to create (duplicate?) vtables at runtime that could have been emitted at compile-time.

    5ad6439 Opened by Thiez at 2015-04-16 23:29:58 - 8 comments
  5212. Confusing/incorrect error messages with respect to visibility and traits

    8812ce5 Opened by SiegeLord at 2013-09-25 09:10:59
  5213. Compiler does not stop

    a74449b Opened by Kazuki Okamoto at 2013-12-18 23:29:25 - 2 comments
  5214. Windows builds use an old version of GCC

    8c65e63 Opened by vadimcn at 2014-04-20 01:45:39 - 11 comments
  5215. index out of bounds: the len is 1 but the index is 1

    2944d04 Opened by Carl Eastlund at 2013-08-23 01:31:30 - 1 comment
  5216. assertion failed: rp.is_none()

    aeddd61 Opened by Carl Eastlund at 2013-08-26 13:23:55 - 1 comment
  5217. Need numeric trait for converting to Option<uint>

    0fb250c Opened by Lily Ballard at 2013-11-04 18:48:30 - 1 comment
  5218. Implement size_hint() on Range

    a90498f Opened by Lily Ballard at 2013-11-11 13:31:16 - 1 comment
  5219. Per-test thread overhead added in #8531 hits fd limit on OS X

    98d7d75 Opened by Lily Ballard at 2013-12-18 23:27:47 - 3 comments
  5220. 'make' fails due to missing font

    2dc803c Opened by Scott Feeney at 2013-11-12 05:16:50 - 2 comments
  5221. FromStr impl for extra::url::Url drops the last digit of port

    580d45a Opened by Steven Fackler at 2013-08-25 01:33:31
  5222. rustc loop forever in case of polymorphic recursion

    922f508 Opened by Nawfel at 2015-01-23 01:57:00 - 8 comments
  5223. Add field accessing and indexing of arguments to format!

    17a9c30 Opened by Tim at 2016-11-29 22:45:35 - 6 comments
  5224. Putting a lifetime on @ skips the next token and forces fn.

    d3baab0 Opened by Huon Wilson at 2013-08-22 11:31:31 - 1 comment
  5225. Rustdoc should only end the 1st sentence at a . that is followed by a space.

    5290c12 Opened by Oren Ben-Kiki at 2013-09-24 21:39:01 - 3 comments
  5226. Rustdoc should only end the 1st sentence at a . that is not followed by a space.

    87fe165 Opened by Oren Ben-Kiki at 2013-08-19 12:07:31 - 2 comments
  5227. building rust infinite loops in __memset_sse2 on Indiana University network machines (RHEL 6.4 x64)

    4844d39 Opened by Aaron Todd at 2013-12-18 23:26:47 - 2 comments
  5228. support unboxed, uniquely typed closures

    d6fd712 Opened by Daniel Micay at 2014-05-16 03:43:42 - 17 comments
  5229. Reborrowing mutable pointers is overly permissive

    7d753d5 Opened by Niko Matsakis at 2013-11-28 13:01:43 - 4 comments
  5230. Dereferencing of mutable &mut paths found in borrowed paths should not be permitted

    30f39a0 Opened by Niko Matsakis at 2013-08-28 01:15:43 - 3 comments
  5231. type ~std::iterator::Iterator<A>:Send does not implement any method in scope named map

    d1b8ce3 Opened by Carl Eastlund at 2013-08-20 03:45:35 - 4 comments
  5232. Break rt::uvio out into submodules

    f2c2fdc Opened by Brian Anderson at 2013-12-18 23:25:58 - 1 comment
  5233. split &fn into &fn and &mut fn

    54e7c42 Opened by Daniel Micay at 2013-08-21 16:06:02 - 3 comments
  5234. Allow type to create an alias for several trait bounds

    adf9ffe Opened by Huon Wilson at 2017-03-21 20:42:14 - 13 comments
  5235. add a hybrid unbounded integer type to the stdlib

    d60a40b Opened by Daniel Micay at 2014-01-22 12:19:28 - 3 comments
  5236. Matches on &mut[] move the .. match & don't consider disjointness

    8cb1422 Opened by Huon Wilson at 2018-07-08 14:11:14 - 9 comments
  5237. use-ing an item from the current module causes unresolved use errors.

    742059f Opened by Brandon Sanderson at 2015-07-02 07:47:37 - 4 comments
  5238. debuginfo: Variables in generic functions should have generic type.

    e1bcac8 Opened by Michael Woerister at 2017-04-28 10:17:03 - 5 comments
  5239. Add project skeleton generation to rust pkg

    187d3bc Opened by Dylan Lukes at 2014-04-04 12:05:48 - 3 comments
  5240. std::rand::{gen_int_range,gen_uint_range}

    e0670ce Opened by Simon Ruggier at 2013-09-22 15:30:54 - 1 comment
  5241. Rust fails to recognize libraries compiled with --link-args=-Wl,--gc-sections

    a423070 Opened by Ms. Molly Stewart-Gallus at 2013-12-18 23:25:38 - 2 comments
  5242. intrinsics for trivial functions

    df0dbe5 Opened by Graydon Hoare at 2013-11-03 06:52:16 - 3 comments
  5243. Forgetting .iter() in for loop causes confusing type error message

    f0c9b3b Opened by Tim Chevalier at 2014-07-28 19:18:40 - 15 comments
  5244. Reuse default methods

    1daa37e Opened by Graydon Hoare at 2013-09-27 18:27:45 - 1 comment
  5245. rewrite type_use

    489508b Opened by Graydon Hoare at 2013-09-27 11:46:13 - 3 comments
  5246. metadata technical debt

    a5e43cd Opened by Graydon Hoare at 2015-01-20 20:00:55 - 5 comments
  5247. dead assignment error on value that's only read in assert!()

    96bfb6e Opened by Jeff Olson at 2013-08-20 21:44:30 - 1 comment
  5248. Default static method ICE

    c9d727a Opened by Michael J. Sullivan at 2013-08-23 01:31:30 - 1 comment
  5249. uv bindings should have separate close and delete methods

    666795b Opened by Brian Anderson at 2014-08-11 23:14:27 - 3 comments
  5250. Remove task overcommit from extra::test

    153e886 Opened by Brian Anderson at 2013-09-06 00:45:44
  5251. Inner attributes don't parse with impls

    b65571a Opened by Niko Matsakis at 2013-08-21 07:35:54 - 1 comment
  5252. Buildbot does not build jemalloc on Windows

    0e75c0a Opened by klutzy/defunct at 2013-10-19 17:16:49 - 4 comments
  5253. {f32,f64,float}::tests::test_abs_sub unit tests in libstd fail on Windows

    4103f83 Opened by vadimcn at 2014-04-16 07:52:01 - 1 comment
  5254. ICE when using a parametrized trait-object inside of a parametrized struct.

    4284493 Opened by Sébastien Crozet at 2013-08-23 01:31:30 - 2 comments
  5255. Noticeable performance regression since the last LLVM update.

    00e3810 Opened by Sébastien Crozet at 2013-08-23 22:16:23 - 6 comments
  5256. What do "game developers" want from the Rust runtime?

    9447897 Opened by Aaron Todd at 2013-10-08 12:46:22 - 11 comments
  5257. ICE "Could not find scope info for node" building Servo with -Z debug-info

    dd17fb6 Opened by Keegan McAllister at 2013-08-23 15:56:18 - 5 comments
  5258. rustpkg should put build output in a target-specific subdirectory

    2e90a9f Opened by Tim Chevalier at 2013-09-13 21:05:52 - 1 comment
  5259. Specifying a revision in an extern mod directive can lead to duplication

    4b343e7 Opened by Tim Chevalier at 2014-05-04 22:12:43 - 3 comments
  5260. Audit I/O code for failure-safety

    4bd96e1 Opened by Brian Anderson at 2013-11-25 06:42:03
  5261. assertion failed: !borrow_list.is_empty()

    3c41a05 Opened by Jack Moffitt at 2014-03-20 20:46:23 - 6 comments
  5262. Change extra::json::to_xxx(&Json) methods to extra::json::Json::to_xxx(&self)

    514f225 Opened by Brandon Sanderson at 2013-08-24 11:36:24
  5263. support bit fields for C interop

    ec12993 Opened by Jack Moffitt at 2014-09-24 05:03:34 - 14 comments
  5264. Document file!() and line!() macros

    fabbc85 Opened by Oren Ben-Kiki at 2013-08-22 23:56:26 - 4 comments
  5265. Make I/O Tests Multithreaded

    011d1b2 Opened by Eric Reed at 2013-09-11 18:26:13 - 1 comment
  5266. rt::io::timer::Timer should not implement RtioTimer

    efd0d1d Opened by Brian Anderson at 2013-08-23 13:26:19 - 1 comment
  5267. Separate the action of starting a TCP listener from the action of waiting to accept the first incoming connection.

    b1f8391 Opened by Eric Reed at 2018-11-03 02:34:26 - 2 comments
  5268. rustpkg test package_script_with_default_build makes bogus assumptions about the build directory layout

    ba9eb8e Opened by Michael J. Sullivan at 2014-04-04 12:07:43 - 2 comments
  5269. Crash in cleanup_task_local_map when the map contains a closure with a managed box whose destructor accesses the task local data

    b21d9d1 Opened by Lars Bergstrom at 2013-10-11 02:04:26 - 6 comments
  5270. Match assumes extern statics stay the same forever

    f69bcad Opened by bytewise at 2013-12-18 23:23:47 - 2 comments
  5271. Rustpkg should recognize when asked to install with http://...

    5f74529 Opened by Lily Ballard at 2014-03-18 15:17:04 - 1 comment
  5272. Broken unit tests in std::vec

    ccef435 Opened by vadimcn at 2013-08-25 04:36:18
  5273. Macro parser doesn't allow _ as ident

    ea5ff23 Opened by Lily Ballard at 2013-08-23 04:00:07 - 1 comment
  5274. Incorrect strftime error handling in rust_localtime

    7235e69 Opened by Brian Anderson at 2013-09-01 16:55:44
  5275. Convert rust_log.cpp to Rust

    254481b Opened by Brian Anderson at 2013-09-04 21:15:47
  5276. Convert memory_region/boxed_region to Rust

    c0f9d12 Opened by Brian Anderson at 2013-10-28 14:41:43 - 2 comments
  5277. Bad span computations with unicode characters, should be handling them as graphemes

    a2a70c3 Opened by Huon Wilson at 2018-01-17 02:04:37 - 11 comments
  5278. Infinite recursion in librustc::metadata::decoder

    d1f59e9 Opened by Simon Sapin at 2013-08-30 20:16:34 - 7 comments
  5279. stringify! on a ty macro value produces "an interpolated type"

    17c515a Opened by Chris Morgan at 2014-07-20 21:01:39 - 1 comment
  5280. When searching the RUST_PATH, rustpkg ignores versions

    1560de0 Opened by Tim Chevalier at 2014-04-20 14:58:50 - 3 comments
  5281. bus error instead of infinite loop

    ce10774 Opened by Carl Eastlund at 2013-09-11 14:46:49 - 1 comment
  5282. Experiment with using objects in the visitor walk routines to avoid code explosion

    bb273a8 Opened by Niko Matsakis at 2015-10-13 17:51:04 - 8 comments
  5283. make clean doesn't clean jemalloc

    55143cf Opened by Brian Anderson at 2013-10-19 17:17:21 - 1 comment
  5284. monomorphize normalization is broken

    bf2282f Opened by Daniel Micay at 2013-08-24 01:36:34
  5285. configure --enable-optimize doesn't seem to override CFG_DISABLE_OPTIMIZE

    bda71d3 Opened by Tim Chevalier at 2014-09-21 21:20:28 - 5 comments
  5286. RFC: 'task lifetime

    cd0ebde Opened by Huon Wilson at 2014-09-24 04:59:44 - 7 comments
  5287. compiler diverges without error message when generic function has infinite instantiations

    ff9a83c Opened by Carl Eastlund at 2014-08-18 01:24:31 - 6 comments
  5288. It's possible to cast 0 as extern fn() in safe code

    ec5a274 Opened by bluss at 2013-11-14 14:26:24 - 3 comments
  5289. Casting 0 to extern "C" fn is permitted

    ac9d447 Opened by Micah Chalmer at 2019-06-30 00:38:16 - 8 comments
  5290. jemalloc broken on win32

    96a7c06 Opened by klutzy/defunct at 2013-08-28 02:25:18 - 1 comment
  5291. Add support for a export_name attribute to control the name of the symbol that is exported

    fe82f44 Opened by Huon Wilson at 2013-09-01 00:30:42
  5292. rp.is_none ICE with fn taking <'self, T: Iterator<&'self str>>

    fedf852 Opened by Lily Ballard at 2014-04-07 17:44:52 - 5 comments
  5293. Hazards on uint overflow in std::vec

    e463827 Opened by bluss at 2013-09-17 04:10:52 - 4 comments
  5294. %? in fmt!() with string arg incorrectly escapes single-quotes

    60a725a Opened by Lily Ballard at 2013-09-07 23:05:59
  5295. Cross-crate enum struct variants exporting bug

    1891b74 Opened by nsf at 2013-10-06 18:41:25 - 3 comments
  5296. Document Option<extern "C" fn> in the FFI tutorial

    c6d2e78 Opened by Niko Matsakis at 2014-04-11 07:31:39 - 6 comments
  5297. Uncompressed metadata patch causes segfault

    505dec3 Opened by SiegeLord at 2013-09-20 19:39:46 - 3 comments
  5298. cstack lint ignores #[fixed_stack_segment] on default methods

    138f340 Opened by SiegeLord at 2013-09-13 05:35:46
  5299. Macro using expr non-terminal can cause incorrect borrowck error

    7750263 Opened by Lily Ballard at 2013-09-10 11:21:00 - 4 comments
  5300. {f32,f64,float}::tests::test_frexp unit tests in libstd fail on Windows

    6ce203c Opened by vadimcn at 2017-03-01 15:39:12 - 5 comments
  5301. configure --local-rust-root option is broken on windows

    bcfdebe Opened by klutzy/defunct at 2013-11-21 17:31:48
  5302. Rustc crash

    3204279 Opened by Tiffany Bennett at 2013-08-26 13:27:09 - 1 comment
  5303. Unsuffixed literals in C-like enums cause multiple applicable method errors

    2e30951 Opened by Huon Wilson at 2015-02-11 01:06:13 - 3 comments
  5304. C-like enums discriminants values can be given different types

    e359622 Opened by Huon Wilson at 2014-08-18 11:51:11 - 2 comments
  5305. Segfault on cyclic trait type parameter bounds.

    2290cf6 Opened by Brendan Zabarauskas at 2015-04-22 14:51:31 - 14 comments
  5306. impl Trait for module yields weird error message

    d1adc3a Opened by Josh Matthews at 2014-04-04 04:35:20 - 2 comments
  5307. RFC: Name visibility determined by capitalization of first letter.

    b0cbd13 Opened by Carlos Cobo at 2013-12-19 13:39:15 - 4 comments
  5308. Bogus error when creating for an impl for a nonexistent type

    b428871 Opened by Josh Matthews at 2014-09-29 07:38:15 - 14 comments
  5309. Should clone take &mut self?

    63a3512 Opened by Brian Anderson at 2013-09-10 17:41:13 - 5 comments
  5310. push_fast should not be a method of public OwnedVector

    e28b1c8 Opened by Brian Anderson at 2013-09-06 12:01:11
  5311. bytes!(..).to_owned() does not work in statement position

    b973272 Opened by Lily Ballard at 2013-08-26 22:24:20 - 3 comments
  5312. Add a platform-dependent calling convention alias

    5952695 Opened by Deleted user at 2013-11-09 21:31:07 - 1 comment
  5313. Issue with the built of the 26th of August

    eba9739 Opened by Samuel Lê at 2013-09-04 22:29:09 - 1 comment
  5314. Issue with the built of the 26th of August

    3c3bcad Opened by Samuel Lê at 2013-08-26 23:43:24 - 2 comments
  5315. Need a solution for loading out-of-tree module source

    1375439 Opened by Brian Anderson at 2014-12-15 17:28:54 - 7 comments
  5316. Failing dtor leaks fields

    68bad2c Opened by Brian Anderson at 2013-11-04 00:09:59 - 1 comment
  5317. Performance regression in "Add externfn macro and correctly label fixed_stack_segments"

    c806af3 Opened by Palmer at 2013-12-12 02:39:50 - 4 comments
  5318. Type inference issue when destructuring a struct

    eb181e9 Opened by Steven Fackler at 2014-10-25 09:12:14 - 4 comments
  5319. split up libextra (move some out to rustpkg packages, some to libstd)

    015ae10 Opened by Daniel Micay at 2014-03-15 07:41:30 - 14 comments
  5320. msys build fail: mswsock.h:125:20: error: 'WSAPOLLFD' was not declared in this scope

    b15f38d Opened by cnd at 2013-09-17 06:51:45 - 5 comments
  5321. rustc can't find libpthread-2.dll, mingw ships with pthreadGC2.dll

    df3e15d Opened by cnd at 2013-09-04 05:21:19 - 6 comments
  5322. Emacs mode indentation is incorrect in several common cases

    5ec7c0e Opened by Niko Matsakis at 2017-03-24 19:22:31 - 5 comments
  5323. Parser behavior for extra commas on methods declaration is not consistent.

    d956330 Opened by Sébastien Crozet at 2014-09-19 14:14:55 - 4 comments
  5324. porting writeback.rs to new <V:Visitor> injects rt/uv failure

    4bb58d1 Opened by Felix S Klock II at 2013-09-10 07:06:09 - 3 comments
  5325. emacs support issues

    628a8e0 Opened by Felix S Klock II at 2017-03-24 19:22:31 - 1 comment
  5326. Default methods to not get the fixed_stack_segment attribute applied to IR

    645028b Opened by Brian Anderson at 2013-10-29 19:01:36 - 1 comment
  5327. fixed_stack_segment methods do not get the fixed_stack_segment attribute in IR

    101c052 Opened by Brian Anderson at 2013-10-29 19:01:03 - 1 comment
  5328. ICE in report_unresolved_imports

    4463c13 Opened by Josh Matthews at 2013-09-22 04:14:42 - 4 comments
  5329. #[inline(always)] + #[fixed_stack_segment] produces invalid IR

    ade0677 Opened by Brian Anderson at 2013-10-29 19:02:45 - 5 comments
  5330. Add CTFE function for enum types to return the number of variants.

    548d751 Opened by Tim at 2013-09-16 06:15:55 - 3 comments
  5331. Dynamic dispatch through traits requires a managed pointer

    3e95bab Opened by Arseny Kapoulkine at 2013-08-28 10:22:03 - 3 comments
  5332. ICE with default methods of the same name on the one type

    ff7e7e0 Opened by Huon Wilson at 2013-10-04 04:31:30
  5333. Windows builds use external assembler

    1beef8f Opened by vadimcn at 2013-12-09 11:11:28 - 2 comments
  5334. Windows: failing unit tests in libstd\rt\io\file.rs

    d76d557 Opened by vadimcn at 2013-09-16 19:40:42
  5335. Windows: failing unit tests in libstd\rt\io\net\tcp.rs

    e33bac5 Opened by vadimcn at 2013-10-28 13:36:39
  5336. Windows: failing unit tests in libstd\rt\io\support.rs

    ca5c3de Opened by vadimcn at 2013-09-16 19:40:42
  5337. &mut self to &mut Trait moves self

    3bf320d Opened by Alex Crichton at 2015-02-02 13:00:26 - 5 comments
  5338. Windows: failing unit tests in libstd\rt\uv\file.rs

    31a035d Opened by vadimcn at 2013-09-16 19:40:43
  5339. Windows: failing unit tests in libstd\rt\uv\net.rs

    6721445 Opened by vadimcn at 2013-09-30 11:56:17
  5340. Windows: failing unit tests in libstd\rt\uvio.rs

    fde2ebb Opened by vadimcn at 2013-09-16 19:40:43
  5341. Windows: failing unit tests in libstd\rt\uvll.rs

    412cf86 Opened by vadimcn at 2013-09-16 19:40:42
  5342. Windows: failing unit tests in libstd\unstable\dynamic_lib.rs

    753f7ed Opened by vadimcn at 2015-02-20 04:00:42 - 4 comments
  5343. RFC: Revise or at least rename the fixed_stack_segment and rust_stack annotations

    83b10ad Opened by Niko Matsakis at 2013-11-11 20:01:31 - 16 comments
  5344. Infix call syntax for binary functions

    45b18be Opened by bluss at 2014-05-06 05:04:46 - 8 comments
  5345. Confusing error when forgetting #[fixed_stack_segment]

    e3b11b7 Opened by Tim Chevalier at 2013-10-29 19:00:40 - 3 comments
  5346. libuv has it's target_arch specified incorrectly

    a50b77e Opened by Alex Crichton at 2013-08-31 21:56:37 - 9 comments
  5347. Ilooping senders starve other tasks

    f970e56 Opened by Brian Anderson at 2014-04-28 07:26:43 - 1 comment
  5348. libuv doesn't build on os x 10.6, gcc 4.2.1

    a10e71c Opened by Brian Anderson at 2013-08-29 18:05:49 - 1 comment
  5349. Removing the no-omit-frame-pointer LLVM option breaks Mac stack traces

    0f05d55 Opened by Tim Chevalier at 2013-08-29 14:10:47 - 1 comment
  5350. The number reader methods in should raise a condition if not enough bytes could be read

    488c215 Opened by Raphael Speyer at 2014-02-03 19:55:22 - 2 comments
  5351. ICE when converting std::run::process_status() to generic function

    5953593 Opened by Lily Ballard at 2013-08-30 21:36:56 - 4 comments
  5352. Segfaults during pretty printing tests

    ede9eef Opened by Alex Crichton at 2013-09-03 05:07:50 - 4 comments
  5353. Enums with no values can be matched with (*)

    3277d90 Opened by Alex Crichton at 2013-09-16 07:01:01 - 4 comments
  5354. Trait methods can return &T types without lifetimes

    c1a6baa Opened by Erick Tryzelaar at 2014-08-25 12:15:49 - 4 comments
  5355. metabug: problems from check-fast being sole test driver

    33e7829 Opened by Felix S Klock II at 2014-04-07 20:23:30 - 5 comments
  5356. Lifetime inference inconsistency with borrowed pointer fields

    b2e1bda Opened by Steven Fackler at 2014-02-11 15:03:53 - 4 comments
  5357. task <unnamed> failed at 'assertion failed: rp.is_none()', .../librustc/middle/typeck/collect.rs:1108

    ae2f5c6 Opened by Utkarsh Kukreti at 2013-08-29 07:46:43 - 1 comment
  5358. unused import lint is misidentifying/blaming globs

    4b19cba Opened by Felix S Klock II at 2013-08-30 15:35:42 - 1 comment
  5359. Use external jemalloc

    7c078dd Opened by Luca Bruno at 2013-10-19 17:17:05 - 1 comment
  5360. Use external gyp

    1a1785f Opened by Luca Bruno at 2013-09-06 20:11:01 - 3 comments
  5361. ICE with name conflict in macro

    02cd5bd Opened by darkf at 2013-12-18 19:58:32 - 3 comments
  5362. Macro expression reuse causes invalid behavior

    1261a5b Opened by darkf at 2013-09-10 11:21:00 - 2 comments
  5363. Macros should have an operator type

    f07359d Opened by darkf at 2014-11-02 21:43:09 - 4 comments
  5364. ICE when updating tuples

    9398fd1 Opened by Gavin Baker at 2013-08-30 03:24:41 - 4 comments
  5365. Windows: slow rustc startup

    0c955e5 Opened by vadimcn at 2015-02-20 01:53:50 - 24 comments
  5366. ref in function parameter patterns

    74acacc Opened by Benjamin Herr at 2014-02-15 22:08:13 - 13 comments
  5367. New destructor semantics

    c2787d5 Opened by Niko Matsakis at 2015-03-29 23:26:01 - 11 comments
  5368. assertion failed: task.unwinder.unwinding

    f059e19 Opened by Jason Orendorff at 2013-11-25 06:42:03 - 7 comments
  5369. make -jN: unpack_snapshot's cleaning can interfere with libuv build products

    d494433 Opened by Felix S Klock II at 2013-09-26 22:35:03 - 7 comments
  5370. rust --version may trip a pthreads assertion

    c84f1cc Opened by Alex Crichton at 2013-09-26 22:44:48 - 8 comments
  5371. Destination workspace for remote packages

    65b8cae Opened by Tim Chevalier at 2014-03-02 23:29:02 - 3 comments
  5372. ICE when trying to make trait inheritence + 'self region work

    1138cb3 Opened by Jeff Olson at 2013-10-02 10:35:49 - 2 comments
  5373. Anonymous regions only sometimes getting related

    d58d0b3 Opened by Alex Crichton at 2014-12-30 10:42:45 - 3 comments
  5374. for section of the manual hasn't been updated for iterators

    86a7bd9 Opened by Carlos Cobo at 2013-09-16 06:26:55 - 5 comments
  5375. A large RUST_THREADS value causes an abort

    8a481dd Opened by Huon Wilson at 2013-10-26 06:26:09 - 2 comments
  5376. RFC: condition macro could import parent module's (pub) identifiers

    b56e632 Opened by Felix S Klock II at 2013-09-04 03:51:18
  5377. ICE 'index out of bounds' in extra::ebml

    5f40477 Opened by Simon Sapin at 2013-08-30 18:30:18 - 2 comments
  5378. Compiler accepts deriving(Encodable, Decodable) for TreeMaps with non-str keys

    337224e Opened by Tim Chevalier at 2015-01-20 20:38:59 - 8 comments
  5379. ICE with default methods of the same name on derived trait

    26ccd3c Opened by Bengt Ericsson at 2013-10-03 16:28:40 - 3 comments
  5380. Poor error message when attempting to use runtime from #[start] function

    5cecb19 Opened by James Sanders at 2013-12-18 23:56:49 - 2 comments
  5381. Ability to specify self parameter in static method call

    6758ffe Opened by Erick Tryzelaar at 2014-09-18 21:10:21 - 19 comments
  5382. Performance regression in "Rewrite pass management with LLVM"

    43d134a Opened by Palmer at 2013-08-31 04:46:23 - 4 comments
  5383. Index-assign in str should be unsafe

    fa147da Opened by Simon Sapin at 2013-10-09 23:36:22 - 8 comments
  5384. Add a way to tell rustpkg not to install all the crate files in a package

    0695225 Opened by Tim Chevalier at 2014-04-05 01:12:09 - 5 comments
  5385. Interior can be moved while holding pointer to outer structure

    2d81901 Opened by Brian Anderson at 2014-02-16 07:16:29 - 10 comments
  5386. &5i + 5i compiles but 5i + &5i or &5i == 5i don't

    770a2b7 Opened by Benjamin Herr at 2014-12-31 13:41:20 - 4 comments
  5387. repr ignores paths of enums

    e8abeea Opened by Daniel Micay at 2014-10-21 22:19:59 - 2 comments
  5388. repr thinks fixed-size arrays of zero-size types are always empty

    d7ccc9b Opened by Daniel Micay at 2013-09-02 06:40:46
  5389. ./configure fails while trying to clone llvm

    0c96b50 Opened by Michael Williamson at 2014-01-10 04:13:38 - 3 comments
  5390. Trouble with pipe on OS X

    50d99c8 Opened by Kevin Cantú at 2013-09-04 06:11:04 - 6 comments
  5391. rusti seg faults on simple vector definition

    86b7ed9 Opened by Jason E. Aten, Ph.D. at 2013-10-17 09:41:22 - 2 comments
  5392. arm gnueabihf cross compile assert fails during linking, ubuntu 13.04

    ed7b5e7 Opened by Felix S Klock II at 2013-09-24 10:10:22 - 6 comments
  5393. Compiler error while trying to compile servo

    8b09378 Opened by kingkorf at 2013-09-01 22:04:40 - 2 comments
  5394. repr has no representation for trait objects

    de96236 Opened by Daniel Micay at 2013-09-02 10:10:43
  5395. repr has no representation for functions/closures

    721bd12 Opened by Daniel Micay at 2013-09-03 16:10:58
  5396. repr has no representation for lifetimes

    e66c213 Opened by Daniel Micay at 2014-10-21 22:19:55 - 2 comments
  5397. repr prints tuple structs as if they were normal structs

    990cf80 Opened by Daniel Micay at 2013-09-02 10:10:43
  5398. Higher kinded polymorphism

    ede78ab Opened by Tiffany Bennett at 2014-09-25 22:33:34 - 10 comments
  5399. doc comments need to be before start of function definition for spawn_supervised

    083c154 Opened by Jason E. Aten, Ph.D. at 2013-09-02 02:57:03 - 2 comments
  5400. rusti seg faults with non-ascii comments

    b013a8e Opened by NAKASHIMA, Makoto at 2013-10-17 09:41:22 - 2 comments
  5401. DNS name resolution more than getaddrinfo()

    cbba85e Opened by Seo Sanghyeon at 2015-01-21 19:29:27 - 13 comments
  5402. add a name field to TyDesc, for retrieving type names

    35baab3 Opened by Daniel Micay at 2013-09-03 16:10:58
  5403. New formatter doesn't allow properly escaped slashes

    a7f69bd Opened by Jeaye Wilkerson at 2013-09-03 04:18:46 - 8 comments
  5404. repr ignores enum variant field names

    e8216c0 Opened by Daniel Micay at 2014-10-21 22:19:51 - 2 comments
  5405. Add a BigDecimal type

    1a2be30 Opened by Steven Fackler at 2014-09-28 22:43:08 - 19 comments
  5406. format! stops early on spurious '}'

    0839aff Opened by Benjamin Herr at 2013-09-05 06:30:48 - 1 comment
  5407. investigate replacing visit glue with debug info

    6b28090 Opened by Daniel Micay at 2014-10-21 22:19:43 - 2 comments
  5408. RUST_LOG=::help should be sorted

    2e21230 Opened by Huon Wilson at 2013-12-31 17:46:52 - 3 comments
  5409. rustpkg names executables incorrectly

    d0c82d3 Opened by Tim Chevalier at 2013-11-09 00:28:33 - 1 comment
  5410. Add buffered I/O

    d1b60b7 Opened by Brian Anderson at 2013-09-11 05:41:14 - 6 comments
  5411. decide whether function addresses are significant

    3c00f22 Opened by Daniel Micay at 2013-11-01 12:16:23 - 2 comments
  5412. decide whether global addresses should be significant by default

    f4561c6 Opened by Daniel Micay at 2014-06-17 22:26:39 - 14 comments
  5413. rt::io DNS resolution

    3b01fa9 Opened by Brian Anderson at 2013-09-04 02:47:42 - 1 comment
  5414. Detect stability attributes on methods

    963808a Opened by Huon Wilson at 2013-12-17 11:46:42
  5415. Detect stability attributes on modules and crates

    0a76375 Opened by Huon Wilson at 2015-02-12 02:53:44 - 2 comments
  5416. Custom build scripts should be able to set rustc flags

    292008d Opened by Tim Chevalier at 2013-11-09 00:24:38 - 2 comments
  5417. Render stability attributes in rustdoc

    adfc695 Opened by Huon Wilson at 2013-09-27 13:06:12 - 1 comment
  5418. Decide on (and implement) which parts of the AST can get stability attributes

    2f05a1a Opened by Huon Wilson at 2015-01-21 20:11:03 - 4 comments
  5419. str::not_utf8 condition is a sign that the from_bytes API needs massaging

    25e4cf1 Opened by Felix S Klock II at 2014-02-06 18:03:43 - 12 comments
  5420. Spurious runtime segfaults on bots

    569066d Opened by Alex Crichton at 2013-09-12 06:13:06 - 2 comments
  5421. extra::json and the Rust tokenizer unsoundly cast -1 to char

    44abe55 Opened by Daniel Micay at 2014-02-08 09:51:31 - 4 comments
  5422. Allow empty functional updating of structs

    ee7af70 Opened by Tim at 2014-01-30 14:21:24 - 2 comments
  5423. Allow lifetime parameters on generic types

    200e598 Opened by Steven Fackler at 2013-11-12 19:34:35 - 2 comments
  5424. When RUST_THREADS is bad, "fatal runtime error: runtime tls key not initialized"

    390a71e Opened by Jason Orendorff at 2013-09-05 10:58:08 - 6 comments
  5425. switch to a more efficient vector/string representation

    1642c01 Opened by Daniel Micay at 2014-01-28 13:34:40 - 11 comments
  5426. Capturing @ in a non-Send ~fn causes memory_region to crash

    6e33eb1 Opened by Huon Wilson at 2014-04-28 07:26:43 - 1 comment
  5427. rename str::from_bytes to str::from_utf8

    6a69647 Opened by Daniel Micay at 2013-09-05 23:05:49
  5428. newrt: wrap libuv's signal api

    be78145 Opened by emberian at 2013-10-24 23:19:00 - 1 comment
  5429. Replace std::util::unreachable with a macro

    0280d13 Opened by Chris Morgan at 2013-09-20 08:56:10
  5430. Use Mingw-w64 for Win32

    a4d3b3b Opened by klutzy/defunct at 2014-04-11 00:18:14 - 21 comments
  5431. ICE in typeck subst

    8124a92 Opened by Felix S Klock II at 2014-02-02 13:26:18 - 3 comments
  5432. Conditions: document that conditions can only be handled in the same task

    237ba70 Opened by Tim Chevalier at 2014-03-29 05:34:01 - 7 comments
  5433. Clarify the rustpkg testing story

    e93bdf7 Opened by Tim Chevalier at 2014-02-04 13:53:31 - 10 comments
  5434. Segfault related to trait bounds

    edb4813 Opened by David "novalis" Turner at 2015-01-13 20:41:25 - 4 comments
  5435. Update FFI documentation for new enum layout with smaller/selectable discrminants.

    22b95a0 Opened by Jed Davis at 2015-02-13 19:01:42 - 4 comments
  5436. Bounds checking code can overflow

    ca3de7f Opened by Thiez at 2013-10-16 23:26:27 - 1 comment
  5437. docs: Lifetimes & apostrophe symbol.

    14e5001 Opened by Carlos Cobo at 2014-07-30 23:03:53 - 6 comments
  5438. docs: Missing grammar for functions.

    9707fee Opened by Carlos Cobo at 2015-02-02 09:57:33 - 5 comments
  5439. docs: Missing Generics section.

    5087ac4 Opened by Carlos Cobo at 2014-06-23 17:21:28 - 1 comment
  5440. LLVM fails to eliminate bounds checking for fixed-size arrays

    93f1ee7 Opened by Arseny Kapoulkine at 2014-03-02 18:06:16 - 5 comments
  5441. extra::json: Remove or rework ToJson

    402604b Opened by bluss at 2015-01-23 01:36:25 - 5 comments
  5442. buffered_file_writer always truncates

    ef3a50d Opened by Jeff Murray at 2013-10-30 13:00:17 - 1 comment
  5443. Syntax extension to generate unique identifiers

    6f7fc1f Opened by Steven Fackler at 2013-09-07 06:10:41 - 2 comments
  5444. Cross-crate global constants aren't being inlined

    b3df97a Opened by Alex Crichton at 2013-09-17 07:55:48 - 3 comments
  5445. An variable assigned -1 can be inferred as uint

    15054ed Opened by David "novalis" Turner at 2014-01-24 18:49:26 - 7 comments
  5446. llvm assert failure when compiling with extra-debug-info

    10ba9a3 Opened by Steven Fackler at 2014-01-03 02:42:41 - 2 comments
  5447. Add a rustpkg init command

    3ae6945 Opened by Tim Chevalier at 2013-09-17 19:45:53 - 1 comment
  5448. Stored value type does not match pointer operand type

    7fc5077 Opened by bluss at 2013-09-10 23:21:06 - 2 comments
  5449. Derived type error when assigning function to an Option

    fb8c7fe Opened by Huon Wilson at 2015-12-31 18:56:52 - 3 comments
  5450. SIGSEGV matching a struct-like enum in a macro

    32695b5 Opened by Steven Fackler at 2013-09-10 18:49:26 - 8 comments
  5451. Writing a non-trait impl for a struct in a different module makes it impossible to construct that struct directly

    a8dbdcb Opened by Huon Wilson at 2015-01-23 03:06:25 - 5 comments
  5452. unresolved import: there is no as_utf16_p in std::os::win32

    7097d23 Opened by klutzy/defunct at 2013-12-26 10:16:37 - 3 comments
  5453. Wrong calling convention on using ffi of extern mod

    b4744b5 Opened by klutzy/defunct at 2013-09-16 10:36:12 - 7 comments
  5454. Segfault when using static with None values.

    f57743d Opened by Flavio Percoco at 2014-01-13 21:25:42 - 4 comments
  5455. Don't warn on use of a deprecated item in a deprecated item

    f2a2836 Opened by emberian at 2015-11-07 07:47:18 - 9 comments
  5456. The two unsafe functions in std::ascii might be unnecessary.

    9b88392 Opened by Marvin Löbel at 2013-09-09 11:10:27 - 1 comment
  5457. Compare API changes using the extracted stability index.

    556823c Opened by emberian at 2014-09-29 17:22:37 - 4 comments
  5458. No nice way to create methods using custom pointer types.

    cc35a25 Opened by Ms. Molly Stewart-Gallus at 2014-01-13 23:23:14 - 5 comments
  5459. Borrow checker reports multiple mutable borrows when there's only one

    ad85c12 Opened by Tim Chevalier at 2015-01-20 20:52:46 - 6 comments
  5460. Unsound behavior when returning &-pointers

    5c37613 Opened by Alex Crichton at 2013-09-09 10:04:39 - 1 comment
  5461. Ensure up-to-date copyright years

    b094ad9 Opened by Lindsey Kuper at 2015-02-02 20:59:06 - 10 comments
  5462. use noalias on the retptr parameter

    7e578c8 Opened by Daniel Micay at 2013-09-17 00:50:47 - 1 comment
  5463. extra::fileinput tests are periodically failing

    85759bf Opened by Huon Wilson at 2013-10-17 03:22:50 - 2 comments
  5464. cannot implement Hash except by IterBytes ?

    41b4e47 Opened by Felix S Klock II at 2014-04-20 02:08:10 - 6 comments
  5465. RFC: For custom string types, add ability to define newtyped unsized vectors once DST gets implemented

    768315f Opened by Marvin Löbel at 2014-01-06 07:00:55 - 3 comments
  5466. rp.is_none ICE: struct mistyped as trait instantiated with &'self int

    7e1a9a5 Opened by Felix S Klock II at 2013-10-02 10:48:52 - 1 comment
  5467. rp.is_none ICE: trait bound with &'self int instantiated type

    f67be4a Opened by Felix S Klock II at 2013-10-02 10:49:02 - 1 comment
  5468. std::run loops forever if exec fails

    83d200c Opened by Daniel Micay at 2014-02-03 18:14:02 - 2 comments
  5469. Iterator composition: Poor error message when Clone trait bound is missing

    52c7e3e Opened by Felix S Klock II at 2023-10-17 20:45:50 - 12 comments
  5470. add unicode case folding for char/str

    3f05a0f Opened by Daniel Micay at 2015-02-02 10:57:44 - 12 comments
  5471. Compiler error doing hello world

    1c04c0b Opened by v buckenham at 2013-11-07 00:47:45 - 2 comments
  5472. Resolve can use traits for types that don't exist

    c6b6726 Opened by Alex Crichton at 2013-09-10 06:50:48 - 1 comment
  5473. infinite recursion Trait that provides impl of its own super trait

    add9b45 Opened by Felix S Klock II at 2015-11-07 07:43:55 - 4 comments
  5474. RFC: changes to implicit copyability

    b1e67ec Opened by Jack Moffitt at 2014-02-27 21:22:13 - 7 comments
  5475. unwrap function documentation don't mention implicit copyability

    1e02a60 Opened by Jack Moffitt at 2014-08-19 00:26:22 - 5 comments
  5476. add noalias to the exchange_malloc return value

    9415e89 Opened by Daniel Micay at 2013-11-02 23:58:22 - 2 comments
  5477. on mingw32: make check shows 1265 test failures

    eb00087 Opened by Jason E. Aten, Ph.D. at 2013-11-20 18:48:32 - 3 comments
  5478. function parameter/return attributes are set incorrectly

    1b3dbe5 Opened by Daniel Micay at 2013-09-17 00:50:47
  5479. Create bindings for native mutexes

    fd4a91d Opened by Brian Anderson at 2013-11-19 06:56:29 - 4 comments
  5480. %p can't print mutable unsafe pointers

    b2cfa19 Opened by Josh Matthews at 2013-09-11 00:23:36 - 4 comments
  5481. ICE in macro expansion

    f6f9d1d Opened by David Renshaw at 2013-09-12 18:10:10 - 4 comments
  5482. rustpkg: workcache causes problems for "rustpkg install"

    36ab52c Opened by Micah Chalmer at 2013-09-20 11:51:09 - 2 comments
  5483. The lifetime of the borrowed value is too long

    33e026a Opened by Arseny Kapoulkine at 2014-11-11 17:40:19 - 9 comments
  5484. ARM: packed-struct-vec

    f57125e Opened by Seo Sanghyeon at 2015-04-30 02:03:33 - 4 comments
  5485. Rust triggers LLVM ARM backend bug

    e558c6e Opened by Seo Sanghyeon at 2013-09-16 07:10:52 - 2 comments
  5486. Underscore in format! named substitutions causes "unterminated format string" error

    f69331e Opened by Huon Wilson at 2013-09-12 20:05:57
  5487. Enable tests on Android bot

    960cdc3 Opened by Seo Sanghyeon at 2014-02-04 06:06:10 - 21 comments
  5488. Internal compiler error

    8b1ac62 Opened by alexjg at 2013-11-11 05:47:31 - 1 comment
  5489. ICE: fn in default method of trait

    f1f0ac5 Opened by klutzy/defunct at 2013-09-14 11:55:55
  5490. rustdoc: broken overview when one puts url into first sentence

    2fa7b9d Opened by Felix S Klock II at 2013-09-11 16:17:13 - 3 comments
  5491. Tasks docstring is outdated

    af818bb Opened by Flavio Percoco at 2013-10-01 10:11:32 - 1 comment
  5492. Should Writer have a flush method?

    b8ac542 Opened by Eric Reed at 2013-10-31 11:41:36 - 12 comments
  5493. debug no-optimize make check yields three failures

    8510c98 Opened by Felix S Klock II at 2013-09-24 10:14:56 - 9 comments
  5494. Towards a pluggable EventLoop, etc

    ad2dcfd Opened by Jeff Olson at 2013-11-14 20:48:45 - 4 comments
  5495. debug no-optimize OS X make check-fast exposes segfault in rustc

    3b57326 Opened by Felix S Klock II at 2013-12-18 19:58:32 - 21 comments
  5496. dynamic_lib is not thread safe

    11e522c Opened by Alex Crichton at 2013-09-19 18:07:02 - 2 comments
  5497. Remove old documentations on website

    13cf825 Opened by klutzy/defunct at 2013-09-12 06:54:50 - 1 comment
  5498. \0 should be an valid string escape

    5615e70 Opened by Marvin Löbel at 2013-09-18 12:12:05 - 2 comments
  5499. Document what unsafety means in rust

    863559b Opened by Brian Anderson at 2013-09-18 03:30:55 - 2 comments
  5500. Rewrite serialization to use generators

    3d65cac Opened by Erick Tryzelaar at 2014-09-19 03:31:03 - 1 comment
  5501. bad span on character literal errors

    e47977c Opened by Jack Moffitt at 2013-09-20 06:06:19 - 1 comment
  5502. sret attribute not applied to extern "C" fn indirect calls

    4ffbf0f Opened by Daniel Micay at 2013-09-13 22:20:55
  5503. add noalias to fn() -> ~T function pointers

    b446abe Opened by Daniel Micay at 2013-09-17 00:50:48
  5504. ICE when using generic newtypes cross-crate

    fd518ee Opened by Steven Fackler at 2013-10-03 11:13:10 - 3 comments
  5505. Remove std::either

    667c46c Opened by Brian Anderson at 2014-01-03 21:26:44 - 15 comments
  5506. Remove 'unknown' from linux target 'triples'

    bc51dab Opened by Brian Anderson at 2016-03-04 17:43:58 - 6 comments
  5507. ./configure --disable-sharedstd seems borken: No rule to make target `x86_64-unknown-linux-gnu/stage0/lib/libstd.rlib

    20c4303 Opened by Jason E. Aten, Ph.D. at 2014-03-02 12:56:17 - 1 comment
  5508. latest build fails under debug settings: libstd/unstable/intrinsics.rs:428:8: 428:53 error: intrinsic has wrong type

    cd8bfc9 Opened by Jason E. Aten, Ph.D. at 2013-09-13 10:14:29 - 3 comments
  5509. "ignoring specified output filename for library" warning even if output filename is not ignored

    3efbb5f Opened by Seo Sanghyeon at 2014-05-06 05:47:00 - 4 comments
  5510. can't compile libstd with -Z debug-info

    c2c652f Opened by Jason E. Aten, Ph.D. at 2013-10-09 09:47:40 - 11 comments
  5511. The glob tests cannot change the current working directory

    b65ab50 Opened by Alex Crichton at 2013-09-13 16:46:24 - 2 comments
  5512. unhygienic named labels allowed in macros

    96ca1ec Opened by Jack Moffitt at 2014-03-09 05:31:45 - 6 comments
  5513. rustc segfault with jemalloc

    73de718 Opened by Frank Denis at 2013-10-19 17:16:59 - 6 comments
  5514. rustpkg fails to inject a link name if other linkage attributes are present

    44e81e6 Opened by Tim Chevalier at 2014-04-04 12:06:15 - 2 comments
  5515. Workspace dependants don't rebuild when they are altered

    86cefb5 Opened by Brendan Zabarauskas at 2017-03-24 19:22:31 - 2 comments
  5516. Un-ignore a cwd-racy rustpkg test

    4d4dfb3 Opened by Alex Crichton at 2014-02-05 09:26:30 - 1 comment
  5517. Inner statics in generic fns aren't handled correctly.

    5727a4f Opened by Alex Crichton at 2013-10-31 14:11:59 - 3 comments
  5518. Inner statics all have the same symbol name

    11d7fb3 Opened by Alex Crichton at 2013-09-16 10:55:47
  5519. ICE: 'lookup_item: id not found: 102830'

    e015a86 Opened by Jeaye Wilkerson at 2013-09-20 19:32:11 - 4 comments
  5520. compiling libstd with -Z extra-debug-info results in "intrinsics.rs:402:8: 402:38 warning: debuginfo: Could not find namespace node for function. This is a bug! ..."

    959c338 Opened by Jason E. Aten, Ph.D. at 2014-02-27 00:26:29 - 2 comments
  5521. rustpkg fetching remote packages is broken

    edc6989 Opened by Tim Chevalier at 2013-10-06 17:26:28 - 3 comments
  5522. Do not poll on the port in recv_timeout

    f9a1e90 Opened by Flavio Percoco at 2013-10-03 21:54:08 - 4 comments
  5523. lint for redundant trait bounds (due to trait inheritance)

    ce02b34 Opened by Daniel Micay at 2016-02-11 19:59:22 - 9 comments
  5524. OSX: rust runtime hangs doing tcp messaging

    1e6b224 Opened by Jason E. Aten, Ph.D. at 2014-02-01 01:45:52 - 1 comment
  5525. mingw: abi change on recent gcc

    51d23c4 Opened by klutzy/defunct at 2014-06-02 04:56:38 - 6 comments
  5526. rust pkg --help segfaults

    3f5fd16 Opened by Jason E. Aten, Ph.D. at 2013-09-15 17:42:34 - 1 comment
  5527. RFC: make the stdlib more hierarchical

    5df2828 Opened by Huon Wilson at 2014-03-23 08:26:26 - 11 comments
  5528. Segfault on Option<T> inside struct if T is non-pointer type and it's name equals to a struct name

    620a787 Opened by Bohdan Shulha at 2013-09-15 17:01:49 - 1 comment
  5529. Bad error message when rustpkg can't create the build directory

    55fea10 Opened by Tim Chevalier at 2014-02-04 03:43:32 - 2 comments
  5530. mergefunc hits asserts on our bytecode

    35d1683 Opened by Daniel Micay at 2013-09-25 09:07:30 - 4 comments
  5531. Owned traitobject does not inherit kind bounds

    bf70331 Opened by Marvin Löbel at 2015-07-20 16:53:41 - 5 comments
  5532. Missing libgcc_s_dw2-1.dll message after install in Win7

    4718713 Opened by putridmelon at 2013-10-04 15:21:38 - 5 comments
  5533. rustpkg man page is a bit misleading

    fcc4049 Opened by Tim Chevalier at 2013-09-17 11:40:45
  5534. replace type_use with LLVM's mergefunc pass

    8e1f56c Opened by Daniel Micay at 2013-09-27 11:46:13 - 4 comments
  5535. debuginfo: Generate DW_TAG_template_type_parameter DIEs for generic types

    330a941 Opened by Michael Woerister at 2018-12-03 14:32:18 - 9 comments
  5536. debuginfo: nil and bot should not be described as uint in DWARF

    d35cf14 Opened by Michael Woerister at 2013-11-03 02:26:55 - 1 comment
  5537. debuginfo: Generate debugging information for global variables.

    c90680c Opened by Michael Woerister at 2014-03-29 18:36:37 - 26 comments
  5538. debuginfo: Describe item and member visibility in debugging information

    5eadfc0 Opened by Michael Woerister at 2023-12-15 19:31:14 - 7 comments
  5539. Custom data types which accept only values enumerated by programmer.

    1e91fb0 Opened by Jesse Ray McCracken at 2014-03-23 08:59:42 - 6 comments
  5540. Custom Data Types with Enumerated Values

    1be2277 Opened by Jesse Ray McCracken at 2013-09-16 16:15:21 - 1 comment
  5541. Debuginfo: Source lines for fail! invocations are incorrect

    3d4d34b Opened by Josh Matthews at 2019-09-18 00:28:48 - 12 comments
  5542. How should UDP handle partial packets?

    7695841 Opened by Brian Anderson at 2015-02-11 18:34:48 - 3 comments
  5543. rustpkg: no_rebuilding_dep test failure

    8182474 Opened by klutzy/defunct at 2013-09-23 18:51:25 - 5 comments
  5544. Should the range_* functions be in the prelude as well?

    7b293e3 Opened by David Creswick at 2013-09-24 00:41:14 - 2 comments
  5545. ICE when a static variable is declared of type for which the Drop trait is implemented

    9047867 Opened by Mark at 2014-02-28 04:06:55 - 15 comments
  5546. Mingw 4.0 has broken headers

    934584a Opened by vadimcn at 2014-05-06 15:08:27 - 6 comments
  5547. Odd "mismatched types" error message

    3889029 Opened by Jesse Ruderman at 2014-10-18 15:07:23 - 4 comments
  5548. Clarify use of unsafe in extra::arc

    db6d15c Opened by Steven Fackler at 2014-02-18 19:26:45 - 9 comments
  5549. Bundle mingw dll with stage0 package

    462ef46 Opened by klutzy/defunct at 2013-10-04 15:21:38 - 2 comments
  5550. Pretty printer doesn't preserve built-in trait bounds on trait objects

    3a1f6f1 Opened by Huon Wilson at 2013-09-18 12:25:56
  5551. Danger with stack-allocated structs/initializer syntax

    066e90b Opened by Alex Crichton at 2014-01-18 20:56:39 - 2 comments
  5552. rustpkg should set the exit code properly, at least for some errors

    c572d3e Opened by Tim Chevalier at 2014-04-04 12:06:19 - 2 comments
  5553. No syntax for type of boxed trait with a kind bound and a generic parameter

    93b5e36 Opened by Benjamin Herr at 2014-03-27 07:41:59 - 2 comments
  5554. Add type definition example to the manual, consider changing the term to "type alias".

    cb28f2f Opened by neju como at 2014-12-15 19:03:48 - 5 comments
  5555. "Could not find namespace node for function"...

    2168aeb Opened by Jesse Ray McCracken at 2013-12-17 17:05:30 - 5 comments
  5556. #[link_name="foo"] doesn't work with extern statics

    53476a2 Opened by Luqman Aden at 2013-09-18 14:55:55
  5557. With --rust-path-hack, rustpkg is too enthusiastic about matching directories

    42dce8b Opened by Tim Chevalier at 2013-09-25 21:01:04
  5558. rustdoc_ng: clean_comment_body does a lot of string copies

    49ceb30 Opened by emberian at 2013-09-21 01:43:29 - 1 comment
  5559. Remove the cond! macro

    00b7a42 Opened by Brian Anderson at 2013-09-19 08:41:03
  5560. use internal linkage for private functions/methods

    74c4e45 Opened by Daniel Micay at 2013-09-18 07:10:35 - 1 comment
  5561. when not compiling a library, mark everything but the entry as internal

    930d6ac Opened by Daniel Micay at 2013-09-25 08:48:27 - 1 comment
  5562. Add a logical lint pass for if( foo ) ... else if ( foo ) ... patterns

    1aeab19 Opened by kud1ing at 2013-09-18 11:23:17 - 1 comment
  5563. Add a logical lint pass for identical expressions on both sides of operators

    dbe784e Opened by kud1ing at 2013-09-18 11:23:24 - 1 comment
  5564. autoslicing does not work in combination with extern fn -> &fn coercion

    c443f2c Opened by Marvin Löbel at 2014-02-06 18:25:03 - 4 comments
  5565. macro argument cannot be both expr and pat

    a718c4a Opened by klutzy/defunct at 2014-05-28 03:24:24 - 1 comment
  5566. Reconsider distribution of cryptographic hash functions

    44d9d78 Opened by Brian Anderson at 2015-11-15 13:57:55 - 7 comments
  5567. Convert extra::ebml to extra::atom_trees

    3be32a8 Opened by Brian Anderson at 2015-11-04 22:22:57 - 21 comments
  5568. Add a mechanism for enabling experimental language features

    07f9192 Opened by Brian Anderson at 2013-10-06 22:51:26 - 2 comments
  5569. Make struct-like enum variants experimental

    54d4723 Opened by Brian Anderson at 2013-10-06 22:51:27 - 7 comments
  5570. Make macro_rules! experimental

    642e359 Opened by Brian Anderson at 2013-10-06 22:51:27 - 1 comment
  5571. extern fn type declarations and extern fn bindings should both default to the same ABI.

    7e8bffe Opened by Brian Anderson at 2014-02-24 11:05:47 - 20 comments
  5572. extra::getopts::opt_val is private, but rustpkg managed to use it due to privacy bugs.

    8a273e0 Opened by Marvin Löbel at 2013-11-09 15:21:10 - 3 comments
  5573. Remove util::unreachable

    8ffc4ac Opened by Brian Anderson at 2013-09-20 08:56:10 - 6 comments
  5574. consider making the iterator tutorial into the std::iter module docstring

    8406db5 Opened by Daniel Micay at 2014-09-15 16:51:17 - 6 comments
  5575. mark functions returning ! as noreturn

    ab85c65 Opened by Daniel Micay at 2013-09-25 15:40:54
  5576. Make NaN() and is_NaN() method names lowercase

    ccef832 Opened by Chris Morgan at 2013-09-20 10:21:11
  5577. Nested macro invocation doesn't follow proper scoping rules

    10d71eb Opened by Lily Ballard at 2018-09-24 21:44:01 - 10 comments
  5578. broken rust-lang.org rustpkg tutorial link

    52d389a Opened by Jason Fager at 2013-09-20 07:37:22 - 2 comments
  5579. rustc should not assume 'cc' is a multiarch linker

    b42be49 Opened by David Barksdale at 2017-01-26 09:07:01 - 12 comments
  5580. Add macro scope details to the Macro tutorial.

    549f08b Opened by neju como at 2015-02-13 20:23:22 - 3 comments
  5581. "internal compiler error: trans_lvalue reached fall-through case" with tuple assignment

    9b614be Opened by Jason Orendorff at 2013-09-19 18:09:08 - 1 comment
  5582. Remove or pref off import globs

    f2ed06c Opened by Brian Anderson at 2013-10-06 22:51:27 - 2 comments
  5583. Reserve sizeof keyword

    b3461cc Opened by Brian Anderson at 2013-09-22 21:05:50 - 3 comments
  5584. Snapshot rustc depends on libtinfo.so.5

    ae00448 Opened by Steven Fackler at 2013-09-22 05:15:57 - 4 comments
  5585. Make an example rustpkg repository under github.com/rust-lang

    f7f8d01 Opened by Tim Chevalier at 2014-03-01 09:16:10 - 3 comments
  5586. libuv process tests are ignored

    61c40d7 Opened by Alex Crichton at 2013-10-02 01:51:26
  5587. Should we create a rust-lang organization on GitHub?

    66cbc71 Opened by Brian Anderson at 2014-05-06 07:01:57 - 4 comments
  5588. Consider allowing limited type inference in static declarations

    d2854d1 Opened by Steven Fackler at 2014-09-24 04:59:48 - 3 comments
  5589. Bad span on obsolete syntax error

    bd7190d Opened by Josh Matthews at 2013-09-27 06:46:13
  5590. Remove RcMut and Cell and introduce Mutable

    42c050a Opened by bluss at 2013-12-16 14:21:39 - 12 comments
  5591. use composition in std::option

    6f97439 Opened by Daniel Micay at 2013-10-09 14:40:45 - 14 comments
  5592. Document std::ops

    3372bb3 Opened by kud1ing at 2013-10-03 20:56:31 - 1 comment
  5593. do foo!(...) { ... }

    b5793aa Opened by Oren Ben-Kiki at 2014-01-30 23:55:08 - 1 comment
  5594. Unicode to_lower() and to_upper

    e12301c Opened by Aaron Laursen at 2014-05-31 23:44:00 - 9 comments
  5595. Matching tt is almost useless

    8278e9d Opened by Paul Stansifer at 2015-02-25 23:08:06 - 8 comments
  5596. Stop compressing metadata

    4b036d9 Opened by Brian Anderson at 2014-10-12 18:57:51 - 5 comments
  5597. migrate to the LLVM toolchain

    516ce5c Opened by Daniel Micay at 2017-02-17 19:50:58 - 53 comments
  5598. std::str::StrSlice needs documentation

    f1d0e5d Opened by Luis de Bethencourt at 2013-09-21 04:38:52 - 2 comments
  5599. Make sure all the linux bots have the correct version of node and valgrind installed

    9d01f3c Opened by Brian Anderson at 2014-06-05 17:32:27 - 1 comment
  5600. RUST_THREADS=1 must stay with a single thread, which the runtime doesn't

    5266a93 Opened by Jason E. Aten, Ph.D. at 2013-10-17 02:53:40 - 4 comments
  5601. Establish a super-review policy

    5f151b9 Opened by Brian Anderson at 2014-06-24 01:20:03 - 5 comments
  5602. move to the successor of sundown for markdown parsing, upon release

    bd95498 Opened by Daniel Micay at 2013-10-28 17:13:55 - 3 comments
  5603. Extend the Non-nullable pointer optimization to handle Option<Bucket<K, V>>

    5bcc18a Opened by bluss at 2014-12-29 11:02:28 - 1 comment
  5604. std::vec::ImmutableVector needs documentation

    cc5457a Opened by Luis de Bethencourt at 2013-09-21 16:30:54
  5605. Compiler crashes with "Calling a function with a bad signature"

    7c06cbc Opened by Scott Lawrence at 2013-12-08 01:44:03 - 10 comments
  5606. lambda-var hygiene

    de5210f Opened by John Clements at 2014-07-09 17:31:08 - 4 comments
  5607. match-var hygiene

    341fb14 Opened by John Clements at 2014-06-28 07:06:37
  5608. Should std::str::CharRange be public?

    91bbfe5 Opened by Marvin Löbel at 2016-01-05 06:54:07 - 5 comments
  5609. Test output should be coloured even when run simultaneously

    46ee2dd Opened by Chris Morgan at 2014-09-15 14:36:13 - 7 comments
  5610. Incorrect span for method lookup failure

    5a4b3ba Opened by Marvin Löbel at 2014-04-24 15:11:28
  5611. Should the reverse iterators on strings and vectors be removed?

    6b02d59 Opened by Marvin Löbel at 2014-05-01 00:01:51 - 2 comments
  5612. Bug with trait inheritance and trait objects

    97d61d6 Opened by Marvin Löbel at 2014-05-05 23:26:58 - 9 comments
  5613. Peeking at a port that is used after a sleep rarely terminates

    0eb5ea6 Opened by Josh Matthews at 2014-02-05 06:56:36 - 6 comments
  5614. Disable libffi and zlib for llvm snapshots

    0c9991b Opened by Brian Anderson at 2013-09-25 18:20:58
  5615. ICE

    b2b24c5 Opened by Tiffany Bennett at 2014-05-10 21:12:29 - 7 comments
  5616. Standardize on self-containedness of examples in docs.

    b781196 Opened by Huon Wilson at 2015-01-21 20:11:03 - 8 comments
  5617. repr should use the expression form of types (:: before <)

    f2af61b Opened by Jesse Ruderman at 2014-02-17 23:03:21 - 2 comments
  5618. extra::test::test_lots_of_files appears to fail if there are any non-utf8 file names in the top 4 sublevels of /

    26d570f Opened by Huon Wilson at 2014-01-29 23:23:14 - 7 comments
  5619. sched::test::dont_starve_1 deadlocks with valgrind and on bsd

    d61fb21 Opened by Daniel Micay at 2014-02-25 20:56:36 - 5 comments
  5620. Unable to infer the type of a ~fn inside an Option

    4b5a313 Opened by Micah Chalmer at 2014-01-27 04:07:27 - 1 comment
  5621. Rustdoc (rustdoc_ng) should hide priv items and methods by default

    4a31283 Opened by bluss at 2013-09-25 23:55:53 - 3 comments
  5622. RFC: Syntax for raw string literals

    3a87262 Opened by Lily Ballard at 2018-10-24 09:25:11 - 44 comments
  5623. Rustpkg isn't checking for freshness of crate files that aren't main.rs

    a468290 Opened by Tiffany Bennett at 2014-03-01 09:19:37 - 5 comments
  5624. rustdoc unindents too much

    ceb1877 Opened by Alex Crichton at 2013-09-25 23:55:53 - 1 comment
  5625. extra::time: test failure on Win32 non-English locale

    eacce3f Opened by klutzy/defunct at 2013-10-20 18:36:16 - 1 comment
  5626. EOL workaround for Windows is incorrect, mangles binary files (the icon)

    9ab0919 Opened by Daniel Micay at 2014-02-23 12:45:13 - 1 comment
  5627. Comments with /*********... are handled strangely

    c9b1d1f Opened by Huon Wilson at 2013-09-25 23:55:53 - 1 comment
  5628. Add a lint for unnecessary trailing return

    3d0aa59 Opened by Huon Wilson at 2015-11-09 14:25:29 - 5 comments
  5629. Statics' symbol names are susceptible to drift

    a49a54e Opened by Alex Crichton at 2013-09-30 16:45:19 - 4 comments
  5630. Internal compiler error on Ubuntu 12.04

    6d17811 Opened by vinmay at 2013-09-23 20:09:59 - 3 comments
  5631. metrics

    4039796 Opened by Brian Anderson at 2013-09-23 20:24:57 - 1 comment
  5632. Set up a bot for running collecting memory usage

    1c6cec5 Opened by Brian Anderson at 2016-08-01 22:43:37 - 4 comments
  5633. Zip up bench metrics so they can be discovered by automation

    63c4453 Opened by Brian Anderson at 2013-12-14 12:46:59 - 5 comments
  5634. Consider removing the _iter suffixes on specialized Iterator constructors

    8f1b42f Opened by Marvin Löbel at 2013-11-30 00:11:09 - 10 comments
  5635. rustpkg tests shouldn't compare modification times

    deef339 Opened by Tim Chevalier at 2013-10-19 04:51:59 - 4 comments
  5636. Lint for unused lifetime parameters

    d2a7338 Opened by Jesse Ruderman at 2015-11-27 12:55:39 - 6 comments
  5637. internal compiler error: drop_ty_immediate: non-box ty

    aa88c50 Opened by David Creswick at 2013-10-01 06:16:30
  5638. Standardize whether lib descriptions end with a period

    736e033 Opened by Jesse Ruderman at 2016-03-07 09:55:45 - 8 comments
  5639. extra::url::to_str doesn't include port

    157b750 Opened by Chris Morgan at 2013-10-18 15:26:30
  5640. arm: record_sp_limit is assuming arm > ARM7

    18817df Opened by Felix S Klock II at 2015-02-10 23:34:32 - 6 comments
  5641. format! should support multiple formats for one argument

    1053187 Opened by Chris Morgan at 2019-11-20 07:01:02 - 12 comments
  5642. libstd/os.rs shows Pipe{ input, out } and order of members needs to be switched to match the posix API

    7e718ba Opened by Jason E. Aten, Ph.D. at 2014-06-16 23:06:52 - 2 comments
  5643. Highlight function names in rustdoc_ng

    e0735fd Opened by Jordi Boggiano at 2013-09-25 23:55:53
  5644. Canonical urls for deduplication of google results in rustdoc

    6a9b411 Opened by Jordi Boggiano at 2023-03-15 23:39:16 - 24 comments
  5645. bors should not close pull requests

    1e56c69 Opened by Simon Sapin at 2013-09-24 16:13:56 - 2 comments
  5646. Omitting an lifetime name in the return value of an function should be always forbidden.

    cc378da Opened by Marvin Löbel at 2013-09-24 18:38:05 - 1 comment
  5647. Rename loop to continue

    1c4ac31 Opened by Brian Anderson at 2013-10-02 10:41:25 - 4 comments
  5648. Lex nested block comments

    b2aadf8 Opened by Brian Anderson at 2014-06-09 07:29:16 - 11 comments
  5649. Use checked arithmetic by default

    abe4a2d Opened by Brian Anderson at 2020-08-24 16:33:37 - 23 comments
  5650. rustpkg should have a test where lib.rs re-exports local modules

    43c127c Opened by Tim Chevalier at 2014-02-04 13:52:30 - 3 comments
  5651. Calling libc::exit immediately after startup causes assertion failure in rust_initialize_rt_tls_key

    a4bad4c Opened by Brian Anderson at 2014-03-02 12:44:52 - 1 comment
  5652. rustpkg probably won't check for upstream updates

    b0ed9c2 Opened by Tim Chevalier at 2014-02-17 22:37:33 - 2 comments
  5653. Improve error message with bad package ID

    2eeb5b2 Opened by Tim Chevalier at 2014-05-04 22:16:50 - 2 comments
  5654. rustpkg: error downloading external dependencies.

    93ec16c Opened by Brendan Zabarauskas at 2017-03-24 19:22:31 - 5 comments
  5655. Remove #[abi = "foo"] attributes from codebase.

    bf1031f Opened by Luqman Aden at 2013-10-14 15:31:41 - 2 comments
  5656. investigate using an LTO pass instead of a module pass

    9edc137 Opened by Daniel Micay at 2013-09-25 04:06:05 - 1 comment
  5657. Windows: stdout/stderr on --subsystem windows

    7987e99 Opened by klutzy/defunct at 2015-03-02 10:16:19 - 5 comments
  5658. Any rust program run with "std::ptr=4" in RUST_LOG meets with a terrible fate

    a6cec84 Opened by Micah Chalmer at 2013-09-26 08:46:02 - 2 comments
  5659. Platform-backed, non-scheduler/runtime entangled IO

    2092d33 Opened by Jeff Olson at 2014-01-06 18:23:52 - 1 comment
  5660. rustdoc: Generate the documentation for one module on one page instead of several pages

    a927801 Opened by kud1ing at 2015-04-06 18:25:48 - 14 comments
  5661. mark globals as internal when not building a library

    4f45948 Opened by Daniel Micay at 2013-09-27 14:36:13
  5662. mark private functions/globals not used in inline functions as internal

    8433181 Opened by Daniel Micay at 2013-11-03 09:26:10 - 3 comments
  5663. iter: decide on the fate of to_owned_vec, sum and product

    ce3adab Opened by Daniel Micay at 2014-03-22 23:13:51 - 9 comments
  5664. support partial type hints

    49c5b24 Opened by Daniel Micay at 2014-03-14 16:48:52 - 7 comments
  5665. no way to bubble up Send/Freeze through raw pointers

    c13c010 Opened by Daniel Micay at 2013-11-29 12:59:12 - 13 comments
  5666. fix shrink_to_fit for managed-unique vectors

    3919787 Opened by Daniel Micay at 2014-01-15 08:41:37
  5667. rustpkg makes it difficult to work with local changes to submodules

    891b4ec Opened by Tim Chevalier at 2013-10-11 01:48:32 - 3 comments
  5668. Need some way to parse &[u8] as UTF-8 with replacement chars

    10317bf Opened by Lily Ballard at 2014-02-07 10:06:30 - 12 comments
  5669. Struct fields are dead links in rustdoc search

    855191f Opened by bluss at 2013-09-27 13:06:12
  5670. Flaky rustpkg tests

    ba85c8a Opened by Alex Crichton at 2013-10-18 01:55:50 - 2 comments
  5671. Rust-master doesn't compile any more on Ubuntu Lucid/amd64

    209aef1 Opened by Frank Denis at 2013-10-05 01:31:18 - 7 comments
  5672. race condition with -j# in Makefile

    6c1b3f3 Opened by Daniel Micay at 2013-09-28 23:16:05 - 5 comments
  5673. Benchmark doesn't handle code taking >1ms

    9567b71 Opened by Lily Ballard at 2013-12-15 00:56:21
  5674. There should be a --disable-debug builder for bors

    992c616 Opened by Alex Crichton at 2013-12-31 19:53:04 - 2 comments
  5675. enable the mergefunc pass

    6fbe7bf Opened by Daniel Micay at 2014-08-24 11:11:10 - 3 comments
  5676. libc::stat should derive Default

    43ff536 Opened by Lily Ballard at 2013-10-19 18:03:55 - 1 comment
  5677. rustdoc should support hyperlinking between crates

    1da72a5 Opened by Alex Crichton at 2013-10-03 09:06:38
  5678. get llvm libcall optimizations working

    8de7072 Opened by Daniel Micay at 2014-01-20 12:19:17 - 2 comments
  5679. Remove extern mod foo (name="bar") syntax

    cd4926a Opened by Tim Chevalier at 2014-01-02 20:42:02 - 2 comments
  5680. Snapshots no longer work on RedHat 5.5

    078b623 Opened by Brian Anderson at 2014-09-19 13:20:22 - 17 comments
  5681. use information about non-raw pointers being non-null

    6e62aea Opened by Daniel Micay at 2017-12-19 12:32:06 - 6 comments
  5682. makefile: define as many make variables as possible before use

    e71418d Opened by Felix S Klock II at 2017-02-11 00:12:31 - 4 comments
  5683. We need a getenv() that returns ~[u8]

    8a8601e Opened by Lily Ballard at 2013-09-27 19:38:39 - 2 comments
  5684. range(a, b) does not work when a > b

    d82e71e Opened by Jesse Ray McCracken at 2015-09-05 14:57:27 - 26 comments
  5685. Rust 0.8 version doesn't work on Windows.

    f64508a Opened by Corwin Dong at 2013-09-27 04:28:16 - 2 comments
  5686. empty impl obsolete syntax error is wrong

    8f4704d Opened by Jack Moffitt at 2014-09-15 14:48:02 - 2 comments
  5687. Windows installer doesn't remove old installation

    a20c0c3 Opened by cnd at 2014-04-17 04:41:43 - 7 comments
  5688. Converting a [string] to a **c_char is subtlely difficult

    55bb895 Opened by Huon Wilson at 2017-01-03 17:05:10 - 6 comments
  5689. rustdoc: Wrong page suggestion on search

    df92d82 Opened by klutzy/defunct at 2013-09-28 21:56:17 - 2 comments
  5690. rusti segfault details: dlopen difficulties, signal handler crashing. Where is dl-object.c ?

    4f1b846 Opened by Jason E. Aten, Ph.D. at 2013-10-17 09:41:22 - 1 comment
  5691. use pthread_atfork to make the runtime fork safe

    b8143a3 Opened by Daniel Micay at 2014-08-19 01:57:49 - 5 comments
  5692. rustpkg install always installs even if it's already installed

    b69263b Opened by Jack Moffitt at 2013-11-09 13:21:12 - 2 comments
  5693. Confusing error message when importing * from private modules

    6bce7a2 Opened by Arseny Kapoulkine at 2013-09-28 20:47:17 - 1 comment
  5694. document rustpkg use with make

    95f3c4b Opened by Jack Moffitt at 2014-02-03 10:50:34 - 2 comments
  5695. SharedChan in Tasks and Communication Tutorial

    9d62790 Opened by Simão Mata at 2014-01-12 04:49:25 - 3 comments
  5696. error message for start function confusing

    3fb5f9c Opened by Jack Moffitt at 2014-02-01 07:28:22 - 1 comment
  5697. Incorrect error note for empty implementations

    72cd2ff Opened by SiegeLord at 2014-02-01 07:28:22 - 1 comment
  5698. std::vec's connect_vec and concat_vec are inefficient

    204623a Opened by bluss at 2013-09-28 15:41:00
  5699. unsafe fn coerces to &fn without an unsafe block

    14aac95 Opened by Lily Ballard at 2014-01-18 10:26:43 - 3 comments
  5700. Trouble resolving associated functions from a non-trait impl within a different module

    65f90b1 Opened by SiegeLord at 2014-09-16 17:11:03 - 3 comments
  5701. a function!() macro like C99's func would be useful in addition to file!() and line!()

    94860ad Opened by Jason E. Aten, Ph.D. at 2015-02-02 10:55:32 - 2 comments
  5702. Rustdoc generates invalid code for struct-like enums

    486157b Opened by Steven Fackler at 2013-10-01 12:36:33 - 3 comments
  5703. Unable to find crate std

    9103968 Opened by Aaron Dandy at 2013-09-28 07:12:35 - 1 comment
  5704. compilation process stuck on OS X

    6d5157c Opened by lhatsk at 2014-05-01 22:38:17 - 2 comments
  5705. This is my test

    bbc56c1 Opened by meagon at 2013-09-28 21:13:47 - 4 comments
  5706. Pow() syntax is inconsistent between floats and ints

    edf87dd Opened by Zachary Tong at 2015-02-15 18:27:43 - 5 comments
  5707. Cross-reference allusion to more detailed lifetime introduction.

    35220ec Opened by neju como at 2014-06-23 17:08:27 - 3 comments
  5708. Confusion about rooting in Borrowed Pointers Tutorial.

    f18e814 Opened by neju como at 2014-06-23 17:06:45 - 2 comments
  5709. ICE: assertion failed: self.variance.is_some()

    e7aa3fd Opened by Vladimir Matveev at 2014-05-10 23:39:57 - 7 comments
  5710. Rustpkg only builds one test.rs file per crate

    5ff02bb Opened by Steven Fackler at 2013-11-08 18:40:31 - 2 comments
  5711. uvio's read_stream() may not trigger task scheduling

    5d1a21e Opened by klutzy/defunct at 2013-10-26 05:25:27 - 7 comments
  5712. Better error message for transitive req of #[deriving]. (Also, how to use deriving here?)

    6588a92 Opened by Felix S Klock II at 2022-04-27 19:19:25 - 20 comments
  5713. Rust-0.8 : compilation fails

    a029a9d Opened by eliovir at 2014-07-29 08:51:51 - 25 comments
  5714. Rustdoc should not silently discard documentation comments.

    4886fa6 Opened by Oren Ben-Kiki at 2013-10-01 12:36:33
  5715. Failure on non-ASCII path on windows

    f228002 Opened by Xiaoyang Chen at 2013-10-26 05:36:04 - 9 comments
  5716. Type hint on structs is ignored

    70d2981 Opened by Huon Wilson at 2014-07-24 18:06:33 - 2 comments
  5717. prevent adding more binaries

    b310adb Opened by Daniel Micay at 2013-09-30 23:36:19 - 3 comments
  5718. rustdoc man-page is out of date

    a27f32c Opened by Huon Wilson at 2013-10-01 12:36:33
  5719. buildbots should build with RUST_LOG=rustc=1

    4b685c7 Opened by Lily Ballard at 2013-09-30 16:33:27 - 1 comment
  5720. vec.as_imm_buf/as_mut_buf should perhaps pass capacity?

    be5318c Opened by Lily Ballard at 2014-01-30 23:30:48 - 6 comments
  5721. Failed to compile 0.8 in OSX

    9324565 Opened by Yann Kechichian at 2013-10-02 07:22:34 - 6 comments
  5722. Simple TCP server

    7e775f8 Opened by Simão Mata at 2013-09-30 22:24:16 - 5 comments
  5723. Remove ancient obsolete syntax checker

    eac6c8b Opened by emberian at 2013-10-09 06:13:08 - 1 comment
  5724. Allow immutable access of &mut struct field through &self

    a0cca54 Opened by bluss at 2013-12-17 02:33:51 - 10 comments
  5725. Expansion of format_args! uses static with lower-case

    389a133 Opened by Oren Ben-Kiki at 2013-10-01 19:56:24
  5726. Undefined references to 'pthread_barrier_{init,destroy,wait}' on Android

    361bf57 Opened by Luqman Aden at 2013-09-30 23:16:40 - 3 comments
  5727. Clients of the new path need to be updated for non-utf8 paths

    6e16ee8 Opened by Lily Ballard at 2017-09-03 20:27:15 - 11 comments
  5728. no debug-info on locals in stack frames when stepping though rust-msgpack

    887717e Opened by Jason E. Aten, Ph.D. at 2014-08-07 09:19:01 - 10 comments
  5729. std::rt::io::file::FileInfo::open_stream() cannot open /dev/null

    ed0ca8e Opened by David Barksdale at 2013-10-01 18:37:09 - 1 comment
  5730. Teach rustpkg test how to run a specific test

    c92f419 Opened by Tim Chevalier at 2014-04-04 12:06:23 - 2 comments
  5731. Lint mode for conflicting extern mods

    ccfecb4 Opened by Tim Chevalier at 2014-11-24 17:29:54 - 2 comments
  5732. Make example package scripts implement build instead of install

    b6efaab Opened by Tim Chevalier at 2014-02-17 22:54:45 - 1 comment
  5733. Make rustpkg accept multiple package IDs in a single command

    38d52b9 Opened by Tim Chevalier at 2014-04-04 12:06:33 - 1 comment
  5734. Document that multiple rustpkg processes are a bad idea

    46daa23 Opened by Tim Chevalier at 2014-02-13 19:04:02 - 1 comment
  5735. make <= 1-word types immediate

    0235316 Opened by Daniel Micay at 2013-10-08 12:21:41 - 4 comments
  5736. rp.is_none ICE failure with 'self lifetime

    69180f2 Opened by nwin at 2013-11-11 05:38:06 - 3 comments
  5737. Allow nested alternatives in patterns

    5026453 Opened by Benjamin Herr at 2014-03-23 08:52:22 - 3 comments
  5738. Allow work stealing schedulers to be added dynamically

    54b3380 Opened by Brian Anderson at 2013-12-27 05:28:02 - 2 comments
  5739. Stop using public newtype structs to wrap private types

    b5f0aa3 Opened by Steven Fackler at 2013-10-03 04:51:29
  5740. Interesting format! specifiers are rejected

    1492c2c Opened by Alex Crichton at 2013-10-17 02:16:25 - 1 comment
  5741. missing_doc lint doesn't check for documentation on enums

    bffd765 Opened by Steven Fackler at 2013-10-02 22:16:35
  5742. pretty printer escapes newlines in string literals only in macro invocations

    9b4c6e2 Opened by Benjamin Herr at 2014-07-29 03:01:39 - 1 comment
  5743. Is extra::sort::tim_sort stable?

    f767997 Opened by Simon Sapin at 2013-12-22 09:51:35 - 7 comments
  5744. Can pub use "reexport" priv items from the current module?

    e1bfd46 Opened by Felix S Klock II at 2014-04-15 20:45:44 - 3 comments
  5745. benchmarks that take longer than 1ms per iteration aren't run and report 0 ns/iter

    43808bc Opened by Jason Toffaletti at 2013-10-02 23:01:48 - 3 comments
  5746. rustc overwrites read-only files on Linux

    5fa5053 Opened by Tim Chevalier at 2015-02-10 23:35:16 - 3 comments
  5747. Crash during the release of a complex structure (Rust-0.8, linux)

    8b37bce Opened by Dzmitry Malyshau at 2014-04-15 22:07:10 - 10 comments
  5748. LLVM assertion failed when passing a Option<extern "C" fn()> to an extern "C" fn

    284af13 Opened by Brendan Zabarauskas at 2013-10-04 03:37:45 - 3 comments
  5749. Add benchmarks to std::path

    d1824eb Opened by emberian at 2014-02-09 19:06:12 - 3 comments
  5750. Fix rustdoc crate name extraction

    ebb9e67 Opened by Steven Fackler at 2014-01-05 14:34:05 - 5 comments
  5751. Android segfaults for API level <18

    e7a25fd Opened by Seo Sanghyeon at 2014-03-10 16:08:40 - 4 comments
  5752. Duplicated functionnality for parsing comments

    0b64dde Opened by Georges Dubus at 2015-01-20 20:20:00 - 1 comment
  5753. Segfault when compiling wrong program

    73eb98b Opened by codename68 at 2013-10-03 16:18:15 - 1 comment
  5754. ICE when trying to assign to unsafe pointer

    d70380d Opened by Jason Toffaletti at 2013-10-04 16:50:04 - 5 comments
  5755. make -j8 fails the first time

    ea6cca4 Opened by Keegan McAllister at 2013-10-14 20:50:09 - 3 comments
  5756. "debuginfo: Could not find namespace node" building rust-http

    e7fe777 Opened by Keegan McAllister at 2013-10-04 00:17:07 - 1 comment
  5757. Add a statically-initializable mutex type to libstd

    ec7bf89 Opened by Steven Fackler at 2013-10-04 06:59:01 - 1 comment
  5758. Lifetime error messages could be improved.

    2244f32 Opened by Oren Ben-Kiki at 2015-09-27 00:19:47 - 4 comments
  5759. An option of a generic pointer triggers an LLVM assertion

    8b5169c Opened by Kang Seonghoon at 2014-03-07 00:21:40 - 6 comments
  5760. Consider reducing memory usage after trans

    82ef52a Opened by Alex Crichton at 2013-10-18 01:55:07 - 3 comments
  5761. Struct destructuring allows repeated bindings of a moved variable

    139050f Opened by Alex Crichton at 2013-12-04 09:26:27 - 2 comments
  5762. Proposal: Anonymous fields

    c6a54a9 Opened by Oren Ben-Kiki at 2014-03-23 08:43:44 - 2 comments
  5763. Option<f64>::Some behaves incorrectly in 64-bit host

    87059bf Opened by Kang Seonghoon at 2013-10-05 19:18:40 - 1 comment
  5764. Having a variable in scope affects macro invocation parsing

    523a4a9 Opened by Lily Ballard at 2017-05-04 23:28:33 - 12 comments
  5765. Starting Rust runtime twice (sequentially) fails

    865f138 Opened by drrb at 2013-10-09 22:26:28
  5766. Define coherence restrictions in the manual impl section.

    f8c66cf Opened by neju como at 2015-01-12 18:20:29 - 5 comments
  5767. Unsoundness from mixing trait impls

    a8e7e47 Opened by Alex Crichton at 2014-09-16 22:16:11 - 7 comments
  5768. ICE: no type for node 25: expr n >> n (id=25) in fcx 0x7f317b3ecd50

    d616925 Opened by Jason Toffaletti at 2014-02-08 08:07:55 - 1 comment
  5769. Enable compiler warnings in stage0

    45b33df Opened by Alex Crichton at 2014-03-17 10:57:33 - 1 comment
  5770. Promote once-fns to a #[feature] directive

    bbd6b19 Opened by Alex Crichton at 2013-10-17 09:58:06 - 1 comment
  5771. cancels of immediate rvalue cleanups are broken

    74a2687 Opened by Daniel Micay at 2014-01-16 21:06:32 - 15 comments
  5772. rustpkg test always exits with status code 0

    31518b4 Opened by Steven Fackler at 2013-11-04 08:01:28 - 1 comment
  5773. magic numbers in token.rs should be static constants

    dd9743e Opened by Felix S Klock II at 2016-01-07 01:26:58 - 1 comment
  5774. extra::tempfile::mkdtemp should return an RAII wrapper, not a Path

    83cb5e3 Opened by Benjamin Herr at 2013-10-24 08:26:51 - 2 comments
  5775. rustpkg creates temporary directories but does not delete them

    fd42dfe Opened by Benjamin Herr at 2013-10-11 15:16:37 - 1 comment
  5776. Infinite recursion in macros is unrestricted

    a1093da Opened by Huon Wilson at 2014-10-15 05:46:16 - 3 comments
  5777. improve error message on attempt to impl on typedef

    b7f5ce4 Opened by Felix S Klock II at 2017-01-03 20:43:52 - 4 comments
  5778. Redesign the libsyntax and librustc APIs to make them more amenable to tooling

    e1b1179 Opened by bstrie at 2017-03-24 19:22:31 - 3 comments
  5779. Move debug-info and extra-debug-info out of the -Z flag

    dee9f23 Opened by bstrie at 2014-02-10 10:36:23 - 13 comments
  5780. Remove the rust tool

    002d06f Opened by Brian Anderson at 2013-10-11 02:51:26 - 3 comments
  5781. Is there a way to trap segfaults (specifically stack-overflow ones)?

    f02ee42 Opened by Tim Chevalier at 2013-10-10 21:08:37 - 4 comments
  5782. missing_doc should not deny on invisible internal items

    152272c Opened by David Creswick at 2013-11-13 19:21:25 - 1 comment
  5783. Reexport of std::rt::io::extensions::ReaderUtil is broken

    2a102d4 Opened by Steven Fackler at 2014-01-24 03:23:15
  5784. Remote dependency fetching in rustpkg appears to still be broken

    a82af03 Opened by Steven Fackler at 2013-11-08 23:02:08 - 3 comments
  5785. option: rename unwrap to get or remove get_ref in favour of as_ref().unwrap()

    0495b36 Opened by Daniel Micay at 2014-09-11 21:31:55 - 14 comments
  5786. rustpkg should pull updates for remote packages

    9b87181 Opened by Tim Chevalier at 2014-02-23 12:53:27 - 1 comment
  5787. Linux, using epoll messes with tasks spawning and mutexes

    2e2a6ca Opened by Branimir Maksimovic at 2013-10-10 14:37:42 - 4 comments
  5788. Reexported private functions cause linker errors

    013fe37 Opened by Alex Crichton at 2013-10-10 14:11:25 - 3 comments
  5789. Allow mut qualification on idents in patterns

    028115c Opened by Huon Wilson at 2013-10-27 17:51:18 - 4 comments
  5790. use-ing a pub item from a private submodule points to the item as being private

    cf26a05 Opened by Huon Wilson at 2013-10-19 01:21:23 - 2 comments
  5791. Decide whether to keep conditions

    4212e32 Opened by Brian Anderson at 2014-02-07 02:26:30 - 11 comments
  5792. Rename @ to GC<T>

    19e95dd Opened by Brian Anderson at 2013-10-10 22:07:50 - 2 comments
  5793. Describe integer overflow semantics in the manual.

    5c0848c Opened by neju como at 2015-02-13 20:09:18 - 3 comments
  5794. Merge ToStr and the Default format

    9f2101d Opened by Oren Ben-Kiki at 2014-02-24 13:21:51 - 3 comments
  5795. Reduce the number of format specifiers

    13f12de Opened by Oren Ben-Kiki at 2014-09-24 04:59:51 - 6 comments
  5796. Fix format documentation to mention the Default trait

    379ad69 Opened by Oren Ben-Kiki at 2013-10-19 05:26:23 - 1 comment
  5797. consider using RAII for RcMut instead of closures

    d795957 Opened by Daniel Micay at 2013-12-16 14:20:44 - 2 comments
  5798. Bringing in std::task generates an absurd amount of LLVM bytecode

    048affa Opened by Alex Crichton at 2013-10-15 00:26:12 - 2 comments
  5799. dereferencing a single-variant enum allowed in typeck, hits LLVM assert in trans

    9fd8bc4 Opened by Daniel Micay at 2014-02-25 07:27:57 - 1 comment
  5800. mutually referential traits cause infinite recursion in rustc

    3d08fc8 Opened by David Creswick at 2013-10-14 16:20:27 - 1 comment
  5801. Remove the rusti command

    475a1f2 Opened by Daniel Micay at 2023-11-11 01:57:52 - 8 comments
  5802. add a fast O(n log n) stable sort without Clone to std::vec

    3e59d51 Opened by Daniel Micay at 2013-12-22 09:51:35
  5803. mac6 bot doesn't seem to have git configured correctly

    0aff3d7 Opened by Tim Chevalier at 2013-10-15 20:30:47 - 1 comment
  5804. linux2 behaves differently from other linux bots

    0c11528 Opened by Tim Chevalier at 2014-04-28 04:47:27 - 1 comment
  5805. libc ANSI functions must be avoided on Windows

    a5ec514 Opened by klutzy/defunct at 2014-04-28 04:25:37 - 2 comments
  5806. missing_doc lint should catch missing crate/module documentation

    72b2525 Opened by Daniel Micay at 2013-10-17 02:16:25
  5807. Add rustc --run

    3cf8b86 Opened by SiegeLord at 2021-10-26 21:18:31 - 24 comments
  5808. Rustdoc ignores module privacy

    554058d Opened by Steven Fackler at 2013-10-17 02:16:25
  5809. Rustdoc fails in Option::get_ref if there's a module with no public items

    b4dd3c5 Opened by Steven Fackler at 2013-10-17 02:16:25
  5810. static instance of #[packed] struct makes Rustc fail

    fe4b491 Opened by Léo Testard at 2013-10-13 05:31:21
  5811. Scheduler should drop unrunnable tasks into the work queue instead of blocking on them

    9af5410 Opened by Lars Bergstrom at 2014-03-04 02:36:21 - 1 comment
  5812. implement scope guards, as a syntax ext or language feature

    5af52be Opened by Daniel Micay at 2014-10-14 01:04:34 - 4 comments
  5813. enum discriminants have problems with const_eval and truncation

    63c3cdb Opened by Jed Davis at 2016-09-24 04:15:01 - 13 comments
  5814. #[no_std] no longer works

    b6b96c5 Opened by Alex Crichton at 2014-01-29 13:27:37 - 8 comments
  5815. Trait objects cannot be cast to parent traits

    5f841f4 Opened by Alex Crichton at 2013-10-14 00:20:11 - 1 comment
  5816. Figure out a good way to test serializable types

    754c3a7 Opened by emberian at 2015-01-23 01:06:54 - 2 comments
  5817. rustc ignores LD_LIBRARY_PATH

    434daa8 Opened by Simão Mata at 2013-10-14 13:09:31 - 3 comments
  5818. Containers tutorial should include performance characteristics for maps and sets

    cabcbb9 Opened by Torste Aikio at 2014-09-19 03:34:55 - 2 comments
  5819. Consider whether the use of static muts in constant expressions should not require unsafe blocks

    16ad4a6 Opened by bstrie at 2014-09-24 04:59:53 - 11 comments
  5820. borrowck allows use-after-free with weird struct A{foo: Option<~fn(&mut A)>} construction

    30e1d5b Opened by Benjamin Herr at 2014-04-28 04:21:43 - 3 comments
  5821. Unwinding through __morestack on windows does not work

    097500c Opened by Alex Crichton at 2013-10-17 08:35:46 - 1 comment
  5822. Clarify the stack exhaustion story for a task

    91d4c51 Opened by Alex Crichton at 2013-10-17 08:25:22 - 2 comments
  5823. major performance regression

    abb7104 Opened by Daniel Micay at 2013-10-19 19:43:34 - 7 comments
  5824. Annotate blocks that must run in constant time regardless of inputs

    f25afde Opened by Zack Weinberg at 2015-02-14 18:32:11 - 4 comments
  5825. rustdoc is producing bad hyperlinks for deeper module nesting

    b4446e2 Opened by Chris Morgan at 2013-10-18 03:12:35 - 2 comments
  5826. Items with long names run off the end of the sidebar in Rustdoc pages

    0f76851 Opened by Steven Fackler at 2013-10-22 09:36:25
  5827. RFC: Links to Rust items in documentation text

    b964511 Opened by Huon Wilson at 2015-02-02 10:57:46 - 3 comments
  5828. std::fmt needs documentation on how to implement the traits

    37601c8 Opened by Chris Morgan at 2013-10-19 05:26:23
  5829. Rustc can't check constness of foreign globals

    0ab9790 Opened by Léo Testard at 2014-05-15 23:14:22 - 3 comments
  5830. ICE when doing some casts on constant expressions

    6adc6db Opened by Léo Testard at 2014-10-06 04:49:10 - 6 comments
  5831. repr's write_vec_range has undefined behaviour

    739d288 Opened by Daniel Micay at 2014-10-21 22:19:39 - 1 comment
  5832. num::cast documentation is wrong

    ac56390 Opened by Jack Moffitt at 2013-10-17 10:56:17 - 1 comment
  5833. Linux sometimes seems to have problems with the temp dir

    8893e56 Opened by Tim Chevalier at 2014-03-04 02:31:44 - 2 comments
  5834. Remove use of once fns from std

    a4c6e45 Opened by Brian Anderson at 2013-10-17 09:58:13 - 1 comment
  5835. doc: CodeMirror should ignore 'static/'self

    507f466 Opened by Adrien Tétar at 2014-03-11 20:51:56 - 2 comments
  5836. Rewrite the intro tutorial

    c2f3a79 Opened by Brian Anderson at 2014-09-12 03:30:39 - 15 comments
  5837. Redesign all HTML assets

    c355c36 Opened by Brian Anderson at 2015-01-24 18:54:59 - 14 comments
  5838. Make binary installers for mac and linux

    6567574 Opened by Brian Anderson at 2014-04-01 23:49:17 - 7 comments
  5839. Upload nightly binary installer snapshots.

    4e5a309 Opened by Brian Anderson at 2014-04-01 23:50:19 - 3 comments
  5840. Make Rust upgradable

    b9ceec5 Opened by Brian Anderson at 2014-04-15 19:20:20 - 2 comments
  5841. Reevaluate syntax for fixed-length vector types

    a71b6f7 Opened by Brian Anderson at 2014-02-19 09:09:49 - 16 comments
  5842. Reevaluate extern mod as syntax for importing crates.

    b9b8417 Opened by Brian Anderson at 2014-02-15 23:16:28 - 21 comments
  5843. Add Any type, use for task failure and Result

    5f7ecd1 Opened by Brian Anderson at 2013-11-08 16:11:29 - 7 comments
  5844. Put asm macro behind a feature flag

    895437c Opened by Brian Anderson at 2013-10-29 12:42:05 - 3 comments
  5845. Prove the Rust type system sound

    dc16af0 Opened by Brian Anderson at 2018-02-05 07:22:41 - 40 comments
  5846. Remove extra::flatpipes

    0b7aada Opened by Brian Anderson at 2013-10-16 05:51:38
  5847. rustpkg: Failing on rename between cross-device

    fb891cb Opened by dpc at 2014-02-05 03:09:12 - 9 comments
  5848. Conditions are documented as a mod

    5d4a4c5 Opened by Huon Wilson at 2014-02-06 17:44:29 - 1 comment
  5849. iter_vec_raw has undefined behaviour with fixed-size arrays of zero-size types

    6730e15 Opened by Daniel Micay at 2013-10-30 21:36:30 - 1 comment
  5850. By-value self methods on trait objects have bad error messages

    224cbbf Opened by Alex Crichton at 2013-12-02 22:48:10 - 7 comments
  5851. RFC: Proposal for macro invocation sugar.

    67ab3c1 Opened by Marvin Löbel at 2014-04-16 21:02:43 - 9 comments
  5852. extra::fileinput documentation is incorrect

    a467d1b Opened by Huon Wilson at 2013-10-24 22:31:01
  5853. implement a proper REPL

    6b7f901 Opened by Daniel Micay at 2015-01-21 19:29:28 - 32 comments
  5854. Rustdoc doesn't generate documentation for struct variant fields.

    1ff88e9 Opened by Steven Fackler at 2013-10-19 13:11:18
  5855. Name resolution error with prelude traits

    2d3e9fe Opened by @xAndy at 2014-06-05 17:54:07 - 1 comment
  5856. error: unresolved name sqrt.

    2bcd0f6 Opened by zhanghua at 2013-10-17 09:33:11 - 1 comment
  5857. anchor links to subitems on a Rustdoc page should highlight their target

    cd2cc6b Opened by Huon Wilson at 2014-02-19 11:21:48
  5858. Link error with reexported structs/impls

    2a35cb3 Opened by @xAndy at 2013-10-22 09:36:25
  5859. Redesign how linking in Rust works

    0ea0bda Opened by Brian Anderson at 2013-12-01 00:08:30 - 5 comments
  5860. Links from tutorial to std docs are broken

    0a4f935 Opened by Torste Aikio at 2013-10-22 02:11:23 - 1 comment
  5861. Add limited implementation inheritance via traits

    318effc Opened by Brian Anderson at 2014-09-24 04:59:57 - 44 comments
  5862. Add a TypeID intrinsic

    f9960d2 Opened by Marvin Löbel at 2013-11-05 04:57:02 - 5 comments
  5863. unhelpful "expected T, found T" message for identically named but distinct type parameters

    86286c3 Opened by Benjamin Herr at 2014-10-18 20:30:44 - 1 comment
  5864. rustc is broken on windows, complaining about a missing file

    c7ffd07 Opened by xiaoyong zhou at 2013-11-05 22:07:20 - 5 comments
  5865. error: only u8 can be cast as char, not u8

    8841a28 Opened by sp3d at 2014-02-14 04:34:34
  5866. Error messages still mention "impure"

    6210c2a Opened by Keegan McAllister at 2014-05-16 12:34:34 - 1 comment
  5867. jemalloc is not getting used coherently on all platforms.

    4a1ecb8 Opened by Alex Crichton at 2013-10-19 15:09:13 - 5 comments
  5868. RUST_LOG=rustc spews a lot of output when used on source containing format!

    66678a8 Opened by Huon Wilson at 2014-03-04 02:28:45 - 4 comments
  5869. Strange error message for incorrect format string

    f958234 Opened by bstrie at 2013-10-19 09:36:26
  5870. failed to find block with tag 12 - ICE

    bbf35e5 Opened by Ercan Erden at 2014-03-02 23:27:11 - 1 comment
  5871. RFC: rename int and uint to intptr/uintptr

    27d2f61 Opened by Daniel Micay at 2014-08-15 16:09:56 - 71 comments
  5872. ICE on cast in constant expression

    66a38d3 Opened by Jed Davis at 2014-01-31 22:21:36 - 2 comments
  5873. Static vector with mismatched function value causes compiler error

    ba424d4 Opened by Geoff Hill at 2015-01-16 21:27:03 - 2 comments
  5874. In rustpkg, expose the ability to add --cfg flags

    c8acc02 Opened by Tim Chevalier at 2013-11-17 09:16:36 - 1 comment
  5875. os::copy_file does not clean after failure.

    367ded5 Opened by dpc at 2015-01-23 01:00:19 - 6 comments
  5876. rustpkg: Can't find libraries.

    7d9c515 Opened by dpc at 2014-02-04 13:54:43 - 7 comments
  5877. Trait object coercion to borrowed trait does not work with methods on &self

    c7d6f58 Opened by Marvin Löbel at 2016-02-02 17:25:25 - 5 comments
  5878. Trait object coercions do not distribute over pattern bindings

    e2ae024 Opened by Marvin Löbel at 2015-03-17 13:29:53 - 3 comments
  5879. Can not borrow a &Trait from a & &mut Trait

    2fc063f Opened by Marvin Löbel at 2013-10-21 09:52:00 - 2 comments
  5880. Rustdoc should emit macro documentation

    459bbe6 Opened by Oren Ben-Kiki at 2014-02-19 11:21:48 - 4 comments
  5881. Google search for 'rust tutorial' returns old content

    c3a3635 Opened by Eric Sampson at 2014-01-08 21:32:55 - 11 comments
  5882. rustc doesn't forbid unnecessary visibility specifiers on view items

    4867b61 Opened by Steven Fackler at 2014-01-18 22:31:52 - 2 comments
  5883. Remove thread-blocking call to libc::stat in Path::stat

    4da0b12 Opened by Alex Crichton at 2013-10-23 19:41:18 - 8 comments
  5884. Forbid taking address of static mut variables

    ad1b4cf Opened by Niko Matsakis at 2013-10-19 18:40:11 - 5 comments
  5885. rusti broken in 0.8, segfaults

    180ac6a Opened by Adam Cimarosti at 2013-10-19 19:13:19 - 1 comment
  5886. clarify what static means

    3f19b02 Opened by Daniel Micay at 2014-06-12 21:21:16 - 5 comments
  5887. TreeMap::lower_bound_iter should be traversable in reverse

    ac4d9a7 Opened by julmas at 2015-01-06 20:59:36 - 1 comment
  5888. Benchmark vec's starts_with and ends_with

    bfddcc0 Opened by emberian at 2013-12-19 12:23:28 - 2 comments
  5889. make small fixed-size vectors immediate

    d60ec83 Opened by Daniel Micay at 2016-01-05 03:28:14 - 5 comments
  5890. More pub use related link errors

    a10bc2b Opened by SiegeLord at 2013-10-22 09:36:25 - 1 comment
  5891. format!() should support the same set of -escapes that regular string literals do

    1cb1a92 Opened by Lily Ballard at 2015-03-06 23:00:28 - 4 comments
  5892. Complex compiler error messages should include a link to a relevant tutorial

    24de465 Opened by ben blum at 2013-10-20 13:30:52 - 2 comments
  5893. Failed to build on Mac OS 10.7.5

    4864ff5 Opened by Cadence Marseille at 2013-10-28 19:06:07 - 6 comments
  5894. Bus error 10 from using debug! too much

    f27a039 Opened by Glenn Slotte at 2013-10-24 22:31:01 - 1 comment
  5895. rustdoc should have more granular source links

    8a984d9 Opened by Bob Ippolito at 2014-03-18 20:16:07 - 7 comments
  5896. expose atomic intrinsics for all available sizes, not just int size

    2877eec Opened by Daniel Micay at 2013-10-24 01:25:08 - 1 comment
  5897. Include details about reading extern static mut in the FFI tutorial.

    027b972 Opened by neju como at 2015-02-16 03:52:36 - 3 comments
  5898. Javascript error in rustdoc search

    b6ef42e Opened by Steven Fackler at 2014-02-14 22:46:29 - 7 comments
  5899. Compilation error on OS X 10.9

    bc01c65 Opened by Derek Guenther at 2013-10-23 17:33:45 - 14 comments
  5900. Support real-time programming

    b21665a Opened by Jerry Morrison at 2014-06-15 16:32:20 - 4 comments
  5901. Rustdoc should include default methods in trait implementation documentation

    5c691cb Opened by Steven Fackler at 2013-10-22 09:36:25 - 3 comments
  5902. f32/f64 sqrt has undefined behaviour for values less than -0.0

    3dfe8b6 Opened by Daniel Micay at 2014-10-20 12:02:23 - 14 comments
  5903. allow module-level feature flags

    60ff87a Opened by Daniel Micay at 2015-08-31 07:07:00 - 3 comments
  5904. debuginfo: Assertion in ValueHandleBase::ValueIsDeleted() when using -O

    c3fe3a8 Opened by Michael Woerister at 2014-07-02 12:34:51 - 2 comments
  5905. test_install_invalid_external fails unexpectedly on linux

    2d6ca2d Opened by Tim Chevalier at 2014-04-05 01:12:15 - 1 comment
  5906. The insert_or_update_with method on hashmaps has a superfluous parameter

    9b9ec8b Opened by bstrie at 2013-10-24 17:24:19 - 2 comments
  5907. Un-greppability of impls

    06dd809 Opened by Alex Crichton at 2013-12-02 22:49:15 - 12 comments
  5908. Rustdoc does not populate documentation from external traits

    1dd5a31 Opened by Alex Crichton at 2014-05-25 19:25:13 - 2 comments
  5909. Finish removing frame_address intrinsic

    bd7e687 Opened by emberian at 2013-10-24 05:51:05
  5910. index out of bounds error in ty.rs:1534

    955a4ed Opened by Mario Álvarez Picallo at 2014-03-04 02:43:02 - 13 comments
  5911. lambda syntax with no captures should make an extern fn, not &'static fn

    314c53e Opened by Daniel Micay at 2014-03-22 21:42:35 - 1 comment
  5912. treat intrinsics entirely as an implementation detail of specialized modules

    5f95bd6 Opened by Daniel Micay at 2015-01-13 08:49:33 - 6 comments
  5913. std::int::min_value, max_value, etc. should be capitalized

    21594eb Opened by Brian Anderson at 2014-01-25 17:11:33 - 5 comments
  5914. idea: postfix pointer-dereference operator

    66027a9 Opened by Jerry Morrison at 2013-11-05 08:02:40 - 5 comments
  5915. Random memory corruption on the Linux bots

    d6d9215 Opened by Tim Chevalier at 2014-03-01 09:13:09 - 1 comment
  5916. timers should be represented by ports

    da672b7 Opened by Jack Moffitt at 2013-10-28 10:41:21
  5917. std::run::test_pipes is xfail'd

    024ce84 Opened by Alex Crichton at 2014-02-24 07:16:53
  5918. libmorestack.a is no longer installed in a sandboxed build

    de9b7c3 Opened by Daniel Micay at 2013-10-22 19:35:25 - 2 comments
  5919. fail_bounds_check in unstable.rs should return !

    c97c5ea Opened by Alex Crichton at 2013-10-24 13:16:07 - 1 comment
  5920. RFC: change import syntax to use ::some::absolute::path;

    4b5f647 Opened by Benjamin Herr at 2017-08-03 06:49:04 - 3 comments
  5921. Can't define unsafe extern "C" fn

    e43deb0 Opened by Keegan McAllister at 2014-05-07 23:16:38 - 7 comments
  5922. Compiler assertion failure with -O, zero-size struct, and NonCopyable

    df0471b Opened by Micah Chalmer at 2014-03-07 00:21:40 - 3 comments
  5923. consider switching from manual indirect passing to byval

    b514572 Opened by Daniel Micay at 2014-08-16 07:38:58 - 7 comments
  5924. Getting "error: mismatched types: expected std::result::Result<(BUG[0u],uint),~str>..."

    9a02427 Opened by Utkarsh Kukreti at 2014-01-28 11:16:28 - 4 comments
  5925. A simple guide to choosing an appropriate data structure from the stdlib

    a2af6d2 Opened by bstrie at 2015-02-02 09:56:25 - 3 comments
  5926. GenericPath dirname and dirname_str should be removed

    20dcd5f Opened by Jack Moffitt at 2015-02-04 08:47:21 - 3 comments
  5927. rustc on error always prints the same two "task failed" lines

    32bebec Opened by Benjamin Herr at 2014-01-28 04:45:21 - 2 comments
  5928. rustc::middle::typeck::check::regionmanip debug! output attempt diverges on libstd.rs

    b5e2c6c Opened by Felix S Klock II at 2013-10-25 02:49:08 - 5 comments
  5929. Benchmarks for Any and fail message propagation

    8d9c5ce Opened by Marvin Löbel at 2017-04-15 05:58:17 - 2 comments
  5930. Trait object coercion without as

    0889451 Opened by Alex Crichton at 2013-12-27 22:26:46 - 4 comments
  5931. Create a central package database and website with all the trimmings

    3148645 Opened by Brian Anderson at 2014-11-23 16:01:41 - 30 comments
  5932. integrate rust-core into the standard library

    c3ba2b0 Opened by Daniel Micay at 2013-12-31 19:29:48
  5933. RFC: str methods that accept/return byte offsets should have byte in the name

    f55defb Opened by Benjamin Herr at 2015-02-16 19:14:57 - 14 comments
  5934. Get LLVM to stop inlining free glue of @ boxes

    c99f70a Opened by Patrick Walton at 2013-10-25 03:01:15
  5935. fix make install to use explicit permissions in mkdir commands

    d81cd4e Opened by Igor Bukanov at 2013-10-26 09:11:10
  5936. Investigate replacing the ISAAC Rng with directly using the operating system, or an eSTREAM Rng (etc.)

    523de77 Opened by Huon Wilson at 2017-04-15 05:58:44 - 8 comments
  5937. Simplify ABI story

    19455b4 Opened by Niko Matsakis at 2014-04-04 01:32:03 - 2 comments
  5938. Associated functions on reexported private types cause linker errors

    1a4666c Opened by Simon Sapin at 2013-10-24 16:12:47 - 2 comments
  5939. Rust ABI is not the C ABI

    ef392a0 Opened by Brian Anderson at 2015-01-20 20:12:08 - 3 comments
  5940. Use generic names for std RNG's

    fb65bb4 Opened by Brian Anderson at 2014-06-05 17:57:38 - 4 comments
  5941. Remove all thread-blocking functions in std::os

    47fe097 Opened by Alex Crichton at 2013-11-04 21:26:02
  5942. run-pass tests (and possibly others) continue passing when terminated by signal on OSX

    9485086 Opened by Matt Iselin at 2013-11-12 03:21:14 - 4 comments
  5943. Repr prints struct variants as tuple variants

    49abef3 Opened by Steven Fackler at 2013-10-25 05:53:53 - 1 comment
  5944. std::rt::task::TaskType fields made private, used in rust-mozjs

    c7e0c8d Opened by Simon Sapin at 2013-10-29 14:36:50 - 3 comments
  5945. Pretty formating

    58c5325 Opened by Simon Sapin at 2015-04-02 07:38:47 - 5 comments
  5946. Methods of private traits require documentation according to the missing_doc lint

    18f8f32 Opened by Huon Wilson at 2013-11-02 20:16:17
  5947. Can't have impls for a type outside of the defining module.

    00ae0e9 Opened by Alex Crichton at 2013-10-25 23:47:07 - 1 comment
  5948. Main task should not be called '<unnamed>'

    7d538ea Opened by Huon Wilson at 2013-11-01 19:41:24 - 1 comment
  5949. Should externfn! include an abi?

    b9e2bce Opened by Erick Tryzelaar at 2013-10-30 13:04:34 - 3 comments
  5950. #[path=...] doesn't look for mod.rs

    5699598 Opened by Keegan McAllister at 2014-04-04 16:43:42 - 4 comments
  5951. Capitalize statics in f32 and f64 mods

    f0afa0a Opened by Brian Anderson at 2013-10-29 20:32:14 - 2 comments
  5952. Rust allows unsafe stack references to be pushed into HashMap under some circumstances

    ae82122 Opened by Joshua Yanovski at 2014-07-24 09:59:06 - 3 comments
  5953. Autoborrowing to a closure allows use of unsafe functions in safe code

    910ddc4 Opened by Huon Wilson at 2013-10-26 03:48:00 - 1 comment
  5954. std::rand::distributions::Exp1 is biased

    b104caf Opened by Huon Wilson at 2013-11-01 09:21:20 - 1 comment
  5955. Using &mut Trait requires mut local variable for some cases

    eb59108 Opened by Mukilan Thiyagarajan at 2014-10-10 12:36:38 - 4 comments
  5956. Add support for enum variants scoped under their type (enum mod)

    f104b22 Opened by Marvin Löbel at 2014-11-17 23:08:41 - 14 comments
  5957. error: internal compiler error: node_id_to_type: no type for node unknown node (id=3332)

    1318de4 Opened by Torste Aikio at 2014-05-21 04:03:56 - 5 comments
  5958. "rustpkg install <pkg>" does not use RUST_PATH

    3c9f662 Opened by Erick Tryzelaar at 2014-04-20 14:58:44 - 1 comment
  5959. rt::io::signal tests are ignored

    507108c Opened by Alex Crichton at 2013-10-27 06:33:52 - 1 comment
  5960. Bad error message in case of namespace overlapping imports

    2b1e4a1 Opened by Marvin Löbel at 2015-03-23 18:20:24 - 3 comments
  5961. "rustpkg build foo" does not work properly with sub directories

    e4b01c7 Opened by Erick Tryzelaar at 2014-03-18 11:56:33 - 1 comment
  5962. uvio's test_udp_twice function is ignored on windows

    e7c1caa Opened by Alex Crichton at 2014-08-27 17:47:45 - 3 comments
  5963. split sundown from librustrt and only link rustdoc against it

    9461e9d Opened by Daniel Micay at 2013-11-03 06:21:05 - 2 comments
  5964. rustpkg invokes rustc without going through rustc::monitor

    e183e4f Opened by Jed Davis at 2014-04-04 12:06:57 - 3 comments
  5965. "foo" is &str, so &"foo" should be & &str

    2343b9a Opened by Daniel Micay at 2014-12-02 00:04:22 - 8 comments
  5966. Confusing error message on incorrect macro invocation

    e8a10e7 Opened by Keegan McAllister at 2014-01-12 02:02:10 - 1 comment
  5967. visit.rs: consider making visit_ty default be a walk_ty

    5190378 Opened by Felix S Klock II at 2013-12-10 16:09:51 - 2 comments
  5968. Disallow meaningless 'priv' and 'pub' in fn.

    fca6d06 Opened by Scott Lawrence at 2013-11-18 07:26:27
  5969. Safe version of UnsafeArc that accepts only atomic types

    a0cccdd Opened by ben blum at 2014-04-18 18:28:32 - 10 comments
  5970. Builtin types are not documented

    d76f65e Opened by emberian at 2014-05-29 21:16:35 - 2 comments
  5971. rustdoc: json output failure

    0f43685 Opened by klutzy/defunct at 2014-02-19 11:21:48 - 2 comments
  5972. remove the need for foreign ABI wrappers

    73963ad Opened by Daniel Micay at 2016-03-18 16:06:17 - 6 comments
  5973. Opening file with open_writer(Append) throws an Error

    ef20a2b Opened by Andreas Sinz at 2013-11-04 21:26:02 - 3 comments
  5974. ty_fixed_length_vec's length const-expr not eval'ed consistently (vs other const-exprs)

    3d530d4 Opened by Felix S Klock II at 2015-01-20 22:41:15 - 3 comments
  5975. RFC: variadic generics

    58ca916 Opened by Eduard-Mihai Burtescu at 2014-10-08 23:34:42 - 24 comments
  5976. ty::type_is_sized needs to work via type_contents

    3639813 Opened by Felix S Klock II at 2015-02-18 13:30:28 - 2 comments
  5977. Add basic backtrace functionality

    8416d1d Opened by Alex Crichton at 2017-03-24 19:22:31 - 9 comments
  5978. should rustpkg install examples/foo install the binary into bin/foo?

    293caf9 Opened by Erick Tryzelaar at 2014-04-04 12:06:46 - 2 comments
  5979. io::FileStat needs to be less platform-dependent

    d321f81 Opened by Alex Crichton at 2013-11-04 21:26:02 - 1 comment
  5980. io::file needs to get expanded to be "fully functional"

    523acfd Opened by Alex Crichton at 2013-11-04 21:26:02 - 2 comments
  5981. expose a way to mark cold/hot branches with llvm.expect

    e766bff Opened by Daniel Micay at 2013-11-29 18:11:40 - 3 comments
  5982. Replace try_send/try_recv with is_closed

    140cc74 Opened by Brian Anderson at 2013-11-13 08:10:29 - 8 comments
  5983. Make try_recv do what you expect

    493f077 Opened by Brian Anderson at 2013-11-13 08:11:25 - 3 comments
  5984. Mut patterns need more tests

    2a7e297 Opened by Niko Matsakis at 2016-02-02 18:36:16 - 3 comments
  5985. improve error message for "expected ~[T] but found a ~-box pattern"

    d1a76eb Opened by Felix S Klock II at 2014-11-10 23:42:24 - 6 comments
  5986. Clarify and document region nesting rules

    37d5f12 Opened by Niko Matsakis at 2015-04-22 19:20:44 - 5 comments
  5987. Permit intemingling lifetime and type parameters, distinguish early from late bound

    7d7c229 Opened by Niko Matsakis at 2013-10-29 15:09:27 - 1 comment
  5988. Remove the fixed_stack_segment attribute

    98c4e4f Opened by Alex Crichton at 2013-11-11 20:01:31 - 11 comments
  5989. TypeContents code is inscrutable

    09036ab Opened by Niko Matsakis at 2013-11-06 21:01:18 - 4 comments
  5990. Rewrite std::rt::thread in Rust

    c96082c Opened by Brian Anderson at 2013-11-05 18:16:10
  5991. Expose extra::url::Url's query string encoding

    fd4c83b Opened by Keegan McAllister at 2013-10-30 01:43:07 - 1 comment
  5992. Allow for implicit scope-ends for variables/borrowing/destructors

    c623872 Opened by Ash Earlz at 2014-12-29 16:35:03 - 3 comments
  5993. make check fails on arch linux

    eb8d5b3 Opened by Leon Sixt at 2013-10-30 19:02:14 - 2 comments
  5994. Tuple's are not allowed as lvalues

    7a5bbc7 Opened by Adrien Tétar at 2014-03-23 21:08:41 - 8 comments
  5995. ICE: adt::represent_type called on non-ADT type

    e723222 Opened by Seo Sanghyeon at 2014-12-18 14:32:15 - 3 comments
  5996. Unused imports are too conservative

    e4263e3 Opened by Alex Crichton at 2019-03-31 20:27:38 - 9 comments
  5997. overlong bit shifts cause undefined behaviour

    2d94268 Opened by Daniel Micay at 2015-03-24 13:22:14 - 38 comments
  5998. floating point to integer casts can cause undefined behaviour

    8b4abab Opened by Daniel Micay at 2020-05-06 20:33:42 - 235 comments
  5999. integer to floating point casts can cause undefined behaviour

    32ad4d1 Opened by Daniel Micay at 2017-05-08 15:10:46 - 10 comments
  6000. LLVM (thus, Rust) floating point support support is incomplete

    8aceaf8 Opened by Daniel Micay at 2023-08-04 19:03:13 - 11 comments
  6001. Remove hashes from library file names?

    5f38e99 Opened by Brian Anderson at 2013-12-11 03:11:20 - 18 comments
  6002. Emacs mode has issues with single quotes

    c9c0661 Opened by Daniel Hackney at 2017-03-24 19:22:31 - 3 comments
  6003. Linking with cc gets a spurious return code on ARM

    61ff0d0 Opened by Chris Morgan at 2013-12-23 12:58:15 - 3 comments
  6004. rustc -O doesn't work on ARM

    0562d58 Opened by Chris Morgan at 2013-11-03 09:07:37 - 3 comments
  6005. test runner tasks could take their name from the test's name

    32d6cde Opened by Huon Wilson at 2013-11-01 19:41:24 - 2 comments
  6006. On Mac ox 10.9 make install failed

    ba96884 Opened by Sirenia at 2013-11-01 02:46:54 - 6 comments
  6007. Arbitrary functions shouldn't be isomorphic to tuple structs

    cc46369 Opened by Joshua Yanovski at 2014-10-25 09:12:14 - 8 comments
  6008. ICE involving traits with lifetime params (?)

    fb73a43 Opened by Steve Harris at 2014-05-11 00:32:26 - 4 comments
  6009. std::rand::reseeding: infinite recursion in fill_bytes()

    3c71101 Opened by Robert Irelan at 2013-11-01 13:26:24 - 3 comments
  6010. Create content hashes of upstream crates and detect when they change

    86a86ab Opened by Brian Anderson at 2014-03-02 21:55:32 - 4 comments
  6011. Simplify symbol version mangling

    5c0cdcb Opened by Brian Anderson at 2015-01-21 20:11:04 - 4 comments
  6012. Do static linking by default

    866ba9f Opened by Brian Anderson at 2014-01-19 07:24:13 - 7 comments
  6013. Consider using available_externally linkage for cross-crate inlined functions

    3fe29de Opened by Alex Crichton at 2014-05-29 23:08:35 - 9 comments
  6014. Make tuple structs just constructors, not functions as well.

    1f4b79d Opened by Joshua Yanovski at 2013-11-01 14:09:37 - 4 comments
  6015. make DESTDIR="foo" install is broken

    6809fe4 Opened by Daniel Micay at 2013-11-02 08:28:51 - 1 comment
  6016. Failed to Encode struct to JSON after removing node from inherit array

    1fbcf54 Opened by cnd at 2013-11-01 12:09:43 - 1 comment
  6017. ICE using enum variant constructor in borrowed vector initializer

    163229a Opened by Josh Matthews at 2014-03-07 00:21:40 - 2 comments
  6018. The Cell type may be unsound as it is currently implemented

    85f4ed8 Opened by Alex Crichton at 2014-04-11 13:36:31 - 8 comments
  6019. rustc -Wall to show all possible warnings

    7b21dcf Opened by Andrew at 2018-03-14 23:43:14 - 6 comments
  6020. Autotool site defaults can cause autotools using dependencies to be inconsistent with Rust's configuration

    cb2c5a1 Opened by Ms. Molly Stewart-Gallus at 2016-02-02 17:06:30 - 2 comments
  6021. io::stdin().read(buf) hangs when stdin is pipe on Linux

    31dc83f Opened by Stepan Koltsov at 2013-11-10 21:31:14 - 3 comments
  6022. rustpkg test claims to support --cfg but doesn't

    167c3c8 Opened by Steven Fackler at 2013-11-05 09:42:41 - 1 comment
  6023. add #[unstable] or #[experimental] to std::{reflect, repr}

    0348111 Opened by Daniel Micay at 2014-01-06 17:51:38 - 2 comments
  6024. add an assign default method to Clone

    afe3096 Opened by Daniel Micay at 2013-11-09 05:36:21 - 2 comments
  6025. Incorrect example at using Path

    fab664c Opened by Jonas mg at 2013-11-04 21:26:02 - 2 comments
  6026. stop treating all intrinsics as unsafe, instead make it part of the type checking table

    020cd22 Opened by Daniel Micay at 2013-11-04 23:03:28 - 2 comments
  6027. Synch libuv submodule to joyent/libuv, tag 0.11.14

    d1373cd Opened by Luca Bruno at 2014-06-05 18:23:34 - 5 comments
  6028. rustpkg build only checks the timestamp of main.rs/lib.rs when rebuilding.

    5d161de Opened by Feiko Nanninga at 2013-11-03 20:44:18 - 2 comments
  6029. libuv does not compile for iOS-target

    4874315 Opened by kud1ing at 2013-11-09 12:37:17 - 4 comments
  6030. Rustpkg can't install dependencies that use the src/foo/lib.rs structure

    b927467 Opened by Steven Fackler at 2013-11-13 05:05:34 - 4 comments
  6031. Period "." in file or #[link name causes custom extension executable instead of .exe

    1cd4b0b Opened by SecondNature at 2015-01-23 00:53:22 - 4 comments
  6032. Unignore rustpkg test_no_rebuilding

    b82f758 Opened by Steven Fackler at 2014-02-04 13:55:00 - 1 comment
  6033. consider removing the environment pointer parameter

    47cb994 Opened by Daniel Micay at 2014-01-27 18:46:47 - 6 comments
  6034. emacs mode: ']', ')', and '}' close previous open paren/brace/bracket

    c1c8399 Opened by Felix S Klock II at 2017-03-24 19:22:32 - 4 comments
  6035. Order of lints in "rustc -W help" should be consistent

    f748ade Opened by Jesse Ruderman at 2014-06-05 18:21:39 - 5 comments
  6036. The symlinks_works test is ignored on windows

    c0e33eb Opened by Alex Crichton at 2015-04-16 02:52:32 - 3 comments
  6037. 'extern mod foo(name = "bar")' is not equivalent to 'extern mod foo = "bar"'

    309e4bf Opened by Andrei Formiga at 2013-11-09 11:16:13 - 1 comment
  6038. rt::io::fs is missing the abilty to change time metadata of files

    ebbdb22 Opened by Alex Crichton at 2013-11-10 21:31:14 - 3 comments
  6039. replace marking all extern fns unsafe with a lint pass

    f1a80e8 Opened by Daniel Micay at 2013-12-19 18:53:32 - 2 comments
  6040. Can't pipe stdout/stderr to the same pipe for a child process

    1547f00 Opened by Alex Crichton at 2015-02-16 18:04:23 - 4 comments
  6041. integer overflow in vec::with_capacity

    be388eb Opened by Daniel Micay at 2013-11-11 18:01:23
  6042. Move EnumSet to std?

    a2c307f Opened by Brian Anderson at 2015-01-06 21:02:13 - 16 comments
  6043. move extra::ringbuf to libstd

    d1e31af Opened by Daniel Micay at 2014-03-22 21:46:50 - 1 comment
  6044. move extra::priority_queue to libstd

    ae35ee6 Opened by Daniel Micay at 2014-03-22 21:46:48
  6045. move extra::treemap to libstd

    4f3e66d Opened by Daniel Micay at 2014-03-22 21:46:44 - 1 comment
  6046. make empty enums non-affine

    5b4a4aa Opened by Niko Matsakis at 2013-11-06 21:01:18 - 1 comment
  6047. stdout is not as buffered as it could be in some cases

    5cb25de Opened by Alex Crichton at 2017-02-07 20:28:59 - 2 comments
  6048. Makefile still lists the old library crate names even we have gone to use lib.rs

    d0a44a6 Opened by William Wong at 2013-11-05 15:42:35 - 2 comments
  6049. ICE: Stray dot.

    94d2374 Opened by Derek Rhodes at 2013-11-17 06:51:38 - 1 comment
  6050. rustdoc search doesn't handle non-trait impls in a different module to the type definition

    dd66522 Opened by Huon Wilson at 2014-03-08 02:26:45 - 3 comments
  6051. too many arguments to fmt!

    e5f0bd9 Opened by zhanghua at 2013-11-06 04:30:05 - 3 comments
  6052. in android, println not working.

    9e7125a Opened by Patrick Kim at 2013-11-07 02:33:11 - 8 comments
  6053. bigint add function cause Segmentation fault

    2ed3c60 Opened by Patrick Kim at 2013-11-17 16:37:01 - 5 comments
  6054. lifetime misformatted (leading &) in rustc note output

    31529d4 Opened by Felix S Klock II at 2014-05-24 01:01:20 - 7 comments
  6055. Univariant enums cannot have repr set

    2651a28 Opened by sp3d at 2016-02-01 09:23:41 - 5 comments
  6056. reserve various useful future keywords

    af8c725 Opened by Niko Matsakis at 2014-09-18 21:12:32 - 16 comments
  6057. Investigate representing slices with 3 words, just like vectors

    a22ebb5 Opened by Niko Matsakis at 2015-01-16 20:01:51 - 11 comments
  6058. Remove default bounds on ~ objects and procs

    d67b345 Opened by Niko Matsakis at 2014-03-27 23:32:17 - 10 comments
  6059. fs::stat() returns truncated created, modified, and accessed times

    f69b75d Opened by William Wong at 2013-11-10 21:31:14 - 2 comments
  6060. pthread_attr_t definition is incorrect, will cause unaligned memory accesses

    118e2a2 Opened by Daniel Micay at 2013-11-06 05:56:04 - 4 comments
  6061. The time-related FileStat fields shouldn't be u64

    16b07a4 Opened by Alex Crichton at 2015-01-19 20:32:25 - 2 comments
  6062. Expose task, and scheduler name information to debuggers

    c712b0c Opened by Ms. Molly Stewart-Gallus at 2015-01-31 07:20:39 - 3 comments
  6063. Warn when match variables start with an uppercase letter

    5bcfe8f Opened by Keegan McAllister at 2015-09-15 00:51:48 - 8 comments
  6064. extra::time: test failure on non-PST Windows machine

    a840fcd Opened by klutzy/defunct at 2013-11-08 06:46:09
  6065. Returning an enum in 32-bit FFI is broken

    2fc914a Opened by Alex Crichton at 2013-11-26 05:42:15 - 6 comments
  6066. Rustpkg should invalidate cached versions when --cfgs or -O levels change

    4f23cb0 Opened by Steven Fackler at 2014-03-13 05:06:10 - 4 comments
  6067. add language-level support for thread-local data

    6744d19 Opened by Daniel Micay at 2013-11-26 22:47:17
  6068. ICE on misplaced lang attribute

    3236a65 Opened by klutzy/defunct at 2013-11-06 06:38:23 - 2 comments
  6069. mingw support for C11/C++11-style thread-local data is broken

    cc86031 Opened by Daniel Micay at 2014-09-12 06:00:31 - 4 comments
  6070. Create a tool to generate semantically correct tags files

    4f03f85 Opened by Chris Morgan at 2015-01-21 19:29:29 - 8 comments
  6071. Implement dynamic string interpolation

    9dbe368 Opened by bstrie at 2015-01-21 18:04:59 - 4 comments
  6072. Enhanced functions for Option

    9e76a1d Opened by Oren Ben-Kiki at 2013-11-08 08:04:03 - 6 comments
  6073. define Ord as a total ordering and remove the f32/f64 implementation (similarly, remove the Eq implementation)

    e951b48 Opened by Daniel Micay at 2014-02-24 20:54:42 - 43 comments
  6074. ndk version up problem

    05d8c6a Opened by Patrick Kim at 2013-11-08 12:43:35 - 3 comments
  6075. Timer facilities should have a sleep_until method

    77fa92d Opened by Ms. Molly Stewart-Gallus at 2016-03-04 17:47:48 - 2 comments
  6076. segfault with small Rust program

    5867c7d Opened by chetmurthy at 2013-11-07 04:33:24 - 9 comments
  6077. Stop unconditionally printing failure messages on stderr

    0020345 Opened by Patrick Walton at 2014-01-16 21:18:11 - 7 comments
  6078. conflicting types build failure on mingw-w64 32bit

    08c7bc4 Opened by klutzy/defunct at 2013-11-08 12:31:09 - 4 comments
  6079. can't find crate for std on mingw-w64-32bit

    20728bd Opened by klutzy/defunct at 2013-11-10 21:31:14 - 10 comments
  6080. Rustdoc: monospaced font appears too large on a Retina display

    da3d5a6 Opened by Steven Fackler at 2013-11-13 23:46:24 - 4 comments
  6081. Rustdoc: search results should show up in history

    b93572f Opened by Steven Fackler at 2014-03-13 05:04:21 - 1 comment
  6082. Rustdoc should display anchor links next to things

    b6b2f5a Opened by Steven Fackler at 2014-02-19 11:21:48
  6083. Move BufferedReader::{read_until, read_line} somewhere else

    3847672 Opened by Steven Fackler at 2013-11-17 10:26:39
  6084. Clarify and document operator overloading trait matching rules etc

    5f80384 Opened by Niko Matsakis at 2014-12-22 08:08:15 - 6 comments
  6085. Add arbitrary-base literals

    1a8a832 Opened by Brian Anderson at 2014-08-13 04:25:46 - 8 comments
  6086. Whether or not extra::time functions are monotonic should be documented

    e0d7dee Opened by Ms. Molly Stewart-Gallus at 2015-01-14 18:15:02 - 3 comments
  6087. Make friend schedulers more robust

    88eda70 Opened by Brian Anderson at 2013-12-27 05:28:22 - 3 comments
  6088. send_deferred is incorrect for SingleThreaded tasks

    1d32e4d Opened by Brian Anderson at 2013-12-27 05:28:39 - 2 comments
  6089. ~Foo should auto-borrow to &Foo when casting to a trait object

    81d0bfe Opened by Steven Fackler at 2014-07-28 20:44:24 - 5 comments
  6090. rustpkg should let one easily access the generated assembly, and LLVM code for a module

    ec39ecb Opened by Ms. Molly Stewart-Gallus at 2014-03-01 09:05:43 - 1 comment
  6091. Associate source file position with closures

    5a9fa9d Opened by Oren Ben-Kiki at 2013-11-08 16:54:22 - 5 comments
  6092. Add iter_with_index and mut_iter_with_index to vectors

    b315f15 Opened by Oren Ben-Kiki at 2013-11-08 08:03:31 - 2 comments
  6093. inflexibility with diverging functions

    16f2be3 Opened by Daniel Micay at 2013-11-08 13:18:37 - 6 comments
  6094. using generic functions with a foreign ABI doesn't work

    51b1fff Opened by Daniel Micay at 2014-02-23 19:54:52 - 9 comments
  6095. 'dlopen(null pointer)' does not work on the android

    9549645 Opened by jaeminMoon at 2020-04-26 23:31:53 - 6 comments
  6096. Consider creating a version of struct with different defaults (class?)

    67393ab Opened by Niko Matsakis at 2014-03-23 08:57:59 - 14 comments
  6097. Confusing not trait error message

    0b069b8 Opened by klutzy/defunct at 2015-01-23 00:48:41 - 4 comments
  6098. Lints to identify enums where variants have wildly different sizes

    9ddba3d Opened by Niko Matsakis at 2014-05-26 08:46:27 - 3 comments
  6099. Add multi-element wildcards to tuples and tuple-structs

    836527e Opened by Brian Anderson at 2015-02-02 10:55:15 - 3 comments
  6100. Change package_id from Option<@str> to @str in LinkMeta (metadata/common.rs)

    66a7f62 Opened by Andrei Formiga at 2014-03-01 09:06:53 - 1 comment
  6101. rustpkg install foo installs to CWD, not RUST_PATH

    17fa634 Opened by Brendan Zabarauskas at 2014-03-01 09:07:28 - 5 comments
  6102. Type aliases do not work in #[repr(...)] for C-style enums

    949acff Opened by Brendan Zabarauskas at 2018-06-30 04:44:03 - 9 comments
  6103. Timer periodic method can cause a weird failure

    6abe455 Opened by Ms. Molly Stewart-Gallus at 2013-11-10 21:31:14 - 1 comment
  6104. fix to pass os::tests::copy_file_ok on android

    20c6060 Opened by yichoi at 2013-11-10 03:04:22 - 2 comments
  6105. fix to pass 3 tests in rt::io::signal::test on android

    8f813bd Opened by yichoi at 2015-08-13 20:34:38 - 10 comments
  6106. Fix unstable::dynamic_lib::test::test_loading_cosine on android

    97ca99b Opened by yichoi at 2020-04-26 23:31:53 - 4 comments
  6107. fix to pass 7 tests in run::test and test/run-pass/rtio-processes.rs on android

    1b96d0c Opened by yichoi at 2021-11-25 02:15:53 - 7 comments
  6108. The Any trait should not use virtual calls for type checks

    d1a298b Opened by Patrick Walton at 2017-04-15 06:02:05 - 24 comments
  6109. Add a friend keyword at the module level

    b99fc09 Opened by Oren Ben-Kiki at 2014-03-20 20:46:38 - 2 comments
  6110. Linking to iOS fails

    9632064 Opened by kud1ing at 2014-06-17 05:32:30 - 13 comments
  6111. Lint for unused extern mod

    19301c3 Opened by klutzy/defunct at 2014-10-11 19:26:27 - 3 comments
  6112. uvio needs tests for pipes on windows

    8c85f63 Opened by Alex Crichton at 2013-11-11 16:51:17
  6113. Flatten numeric trait hierarchy and allow for user extensibility.

    a0fcd15 Opened by Brendan Zabarauskas at 2014-11-16 04:17:55 - 34 comments
  6114. Collisions in type_id

    a90bf51 Opened by Palmer at 2024-12-21 05:06:46 - 163 comments
  6115. mut borrow checker seems to be too conservative in matches

    b6edf29 Opened by Erick Tryzelaar at 2015-02-02 11:12:49 - 7 comments
  6116. ICE using trait lifetime in a method definition

    ec2326e Opened by Erick Tryzelaar at 2013-12-06 01:36:18 - 7 comments
  6117. Comma not allowed after last field in struct destructuring

    f109d65 Opened by Brendan Zabarauskas at 2013-12-20 18:21:34
  6118. fix to pass bench/shootout-k-nucleotide-pipes.rs on android

    d2aa80b Opened by yichoi at 2016-02-02 17:02:49 - 5 comments
  6119. Rustpkg test runs tests of an external dependency if it's already been downloaded

    d78e197 Opened by Steven Fackler at 2014-03-01 09:09:30 - 3 comments
  6120. Anonymous lifetime inference regression

    9d03581 Opened by Steven Fackler at 2014-11-07 02:02:53 - 7 comments
  6121. Borrow check thinks that a method call starts before its parameters are evaluated

    12856ba Opened by Micah Chalmer at 2013-11-10 10:51:34 - 1 comment
  6122. once fn/proc() allows use-after-move of captured variable

    8f76d3d Opened by Benjamin Herr at 2014-04-10 03:01:56 - 3 comments
  6123. rustc has overflowed its stack

    e93a3eb Opened by aeqwa at 2013-11-10 16:52:41 - 3 comments
  6124. ICE for adding block to str

    03305d6 Opened by klutzy/defunct at 2014-03-07 00:21:40 - 1 comment
  6125. Pattern matching on C-like enums when values are not imported cause unintuitive behaviour

    556ca0e Opened by Léo Testard at 2015-07-01 05:22:58 - 5 comments
  6126. Include file name in IO errors (especially FileNotFound).

    d9f8f88 Opened by Oren Ben-Kiki at 2014-06-17 17:14:32 - 5 comments
  6127. Abort at program exist with RUST_LOG=debug and SIngleThreaded task

    ebeef62 Opened by Micah Chalmer at 2013-11-11 01:06:07 - 1 comment
  6128. rusti segfault on range(1, 2)

    49aa37c Opened by Diego Ongaro at 2013-11-11 09:44:34 - 3 comments
  6129. error: internal compiler error

    d49489f Opened by jeff-davis at 2013-12-18 19:58:32 - 1 comment
  6130. Add 'lifetime' and 'type parameter list' fragment specifiers to macro parser.

    85a6a10 Opened by Brendan Zabarauskas at 2017-05-02 02:13:11 - 5 comments
  6131. Unfortunate type bound on Range

    e95413b Opened by emberian at 2015-01-20 23:36:01 - 7 comments
  6132. Allow interpolated paths after use during macro expansion.

    d86ff66 Opened by Brendan Zabarauskas at 2016-04-17 14:45:56 - 2 comments
  6133. Add RangeEnum trait

    da8ad15 Opened by Oren Ben-Kiki at 2015-02-11 00:35:14 - 7 comments
  6134. Make working with unsafe pointers easier

    967ec7a Opened by Brian Anderson at 2014-12-15 08:07:27 - 1 comment
  6135. rustpkg doesn't find libraries with missing sources

    6cc5b5d Opened by Yehuda Katz at 2014-03-01 09:00:46 - 5 comments
  6136. make rustdoc show whether types are affine, Send and/or Freeze

    59857b1 Opened by Daniel Micay at 2014-03-26 18:18:15 - 3 comments
  6137. Seek needs finalization of its API

    5f8b5bf Opened by Alex Crichton at 2014-02-12 17:21:51 - 3 comments
  6138. BufWriter needs an implementation or removal

    c5dc914 Opened by Alex Crichton at 2013-11-13 21:26:27
  6139. Expanding the test infrastructure for a "fancy suite"

    ff0494c Opened by Alex Crichton at 2013-11-30 23:48:48 - 2 comments
  6140. Type inference doesn't work for functions returning generic vectors with trait bounds

    b50310d Opened by Huon Wilson at 2015-07-22 20:44:50 - 2 comments
  6141. io_error: "too many open files" on Mac

    1a19450 Opened by Volodymyr Gorbenko at 2013-12-07 06:22:54 - 4 comments
  6142. Refactor arena API to permit reuse, play nicely with new

    a84f9d7 Opened by Niko Matsakis at 2015-01-20 20:10:26 - 5 comments
  6143. &mut references located in aliasable memory should be considered frozen

    032fa2f Opened by Niko Matsakis at 2013-11-25 11:43:41 - 4 comments
  6144. RFC: Consider supporting function return type deduction

    47fe3af Opened by Erick Tryzelaar at 2014-09-19 03:39:17 - 17 comments
  6145. fix to pass run-pass/core-run-destroy.rs on android

    29d1ae7 Opened by yichoi at 2013-11-19 04:01:35 - 1 comment
  6146. make check broken on windows

    b14276d Opened by klutzy/defunct at 2013-11-14 07:01:21 - 2 comments
  6147. Hard-wired index operator for vectors implicitly converts integral types

    0d7eb7c Opened by Brendan Zabarauskas at 2014-07-11 14:46:00 - 23 comments
  6148. fix to pass workcache::test on android

    d0055d7 Opened by yichoi at 2014-06-19 17:28:03 - 1 comment
  6149. Generic impls of traits don't autoderef

    55eb851 Opened by Alex Crichton at 2014-12-18 14:32:15 - 5 comments
  6150. Finish the Chan/Port types

    70a208f Opened by Alex Crichton at 2013-12-17 17:23:17 - 1 comment
  6151. extra::workcache is not 100% re-entrant, but rustpkg acts like it is

    543a298 Opened by Felix S Klock II at 2014-04-20 14:59:08 - 3 comments
  6152. extra::tempfile::TempDir causes IoError during Drop

    4ea6740 Opened by klutzy/defunct at 2015-02-11 18:45:39 - 6 comments
  6153. Implement task-safe "current directory"

    6332a76 Opened by klutzy/defunct at 2015-08-13 20:35:28 - 12 comments
  6154. In-scope traits are leaking beyond imports

    6364b6a Opened by Alex Crichton at 2014-01-08 19:21:34 - 3 comments
  6155. Internal compiler error passing an iterator as a parameter.

    5d7970a Opened by Damien Radtke at 2013-11-15 21:58:33 - 5 comments
  6156. rustpkg may be ignoring -O flag

    afa11b4 Opened by Tim Chevalier at 2014-02-13 03:23:19 - 6 comments
  6157. Rust should have an optional dependency on C++

    5eafcb2 Opened by Alex Crichton at 2013-12-24 21:56:29 - 6 comments
  6158. rustpkg incorrectly assumes packages have a crate file at the top level

    e329496 Opened by Tim Chevalier at 2014-03-01 09:02:47 - 2 comments
  6159. rustpkg test failure on windows

    656db04 Opened by klutzy/defunct at 2014-02-04 13:54:30 - 2 comments
  6160. debug-info test failure on windows

    479c01e Opened by klutzy/defunct at 2014-04-04 01:32:03 - 10 comments
  6161. Implement task-safe platform-indepent timezones

    7da9b5d Opened by klutzy/defunct at 2015-02-03 04:59:47 - 5 comments
  6162. Inexact and/or Wrong {From,To}Primitive

    d5e5c9e Opened by Kang Seonghoon at 2015-06-29 16:54:06 - 13 comments
  6163. armhf code generation is broken

    380accb Opened by Igor Bukanov at 2014-03-13 16:36:36 - 34 comments
  6164. Lint for misleading indentation

    4bd6fe2 Opened by Gábor Lehel at 2015-01-21 01:37:11 - 3 comments
  6165. Add way to dump the AST

    de2db9f Opened by emberian at 2023-02-08 14:57:37 - 2 comments
  6166. Better error message when using ~ in statics

    01eb545 Opened by emberian at 2013-11-18 01:26:38
  6167. Fix semantics of let _ = ... not to drop

    da24e7f Opened by Mark at 2021-11-17 19:56:54 - 33 comments
  6168. FFI tutorial: explicitly document how to define a function callable from C

    802ecb9 Opened by Felix S Klock II at 2015-01-17 22:31:36 - 4 comments
  6169. Proposal: Struct fields in concert with anonymous fields

    5fdd11a Opened by Oren Ben-Kiki at 2015-01-23 00:36:09 - 2 comments
  6170. Redesign compiler diagnostic logging

    e6bba5a Opened by emberian at 2016-01-15 06:38:31 - 8 comments
  6171. Support 1:1 Scheduling

    11017c4 Opened by Alex Crichton at 2013-12-27 05:27:41 - 15 comments
  6172. Super weird parse error

    ebd1678 Opened by emberian at 2015-02-10 05:45:52 - 4 comments
  6173. Bug:Compiler hitting unexpected failure after running make && make install

    5649689 Opened by Tessy Joseph John at 2013-11-15 08:31:10 - 7 comments
  6174. add built-in complex number types for C ABI compatibility

    b19a720 Opened by Daniel Micay at 2015-02-02 10:57:48 - 4 comments
  6175. Lifetime handling doesn't handle function pointers properly

    b7b79a2 Opened by Léo Testard at 2017-04-11 16:59:24 - 9 comments
  6176. Allow type ascription on patterns and expressions

    4bb3552 Opened by Huon Wilson at 2014-11-02 21:44:31 - 11 comments
  6177. Compiler gives wrong error message when matching on invalid enum value

    061c91f Opened by Oren Ben-Kiki at 2013-11-15 13:20:02 - 2 comments
  6178. Improve symmetry when calling a function with a borrowed parameter

    d429b6d Opened by Yehuda Katz at 2014-07-03 21:14:53 - 23 comments
  6179. rustpkg optimization not working?

    ce59e81 Opened by itdaniher at 2013-11-15 19:57:19 - 1 comment
  6180. Test cases are disorganized

    77e71d9 Opened by Ms. Molly Stewart-Gallus at 2015-01-13 08:47:20 - 3 comments
  6181. Windows: rustc should embed application manifest into executables

    0a20441 Opened by vadimcn at 2021-09-06 20:44:59 - 6 comments
  6182. Add Rust versions of all the Rosetta Code tasks

    30edde7 Opened by emberian at 2015-01-20 23:08:25 - 8 comments
  6183. Windows: Binaries should have the application manifest

    d35ae90 Opened by Biru Mohanathas at 2013-11-16 09:21:10 - 1 comment
  6184. Stop using @str in the compiler

    8ebdae5 Opened by emberian at 2014-02-05 22:59:07 - 12 comments
  6185. Permit mutation of &mut pointers whose pointees have been borrowed

    b8b445c Opened by Niko Matsakis at 2018-05-18 17:51:39 - 7 comments
  6186. Dupe Bug still working...

    ba67ea6 Opened by LiquidDuckHD at 2013-11-16 22:19:57 - 2 comments
  6187. extra::bigint does not handle overflow correctly

    17451d6 Opened by emberian at 2013-11-17 16:37:01
  6188. rename malloc/free language items -> local_malloc/local_free

    8bb85b5 Opened by Daniel Micay at 2014-10-13 09:21:32 - 2 comments
  6189. Argument expression move happens before all arguments are evaluated

    9b9ca1f Opened by Yuri Kunde Schlesner at 2014-03-31 21:39:05 - 1 comment
  6190. Allow generating a C header representing the exported symbols of a lib

    3369b49 Opened by Huon Wilson at 2022-11-18 12:29:06 - 12 comments
  6191. Extend allow/warn/etc attributes to be applicable to individual use declarations

    a113ff7 Opened by Felix S Klock II at 2014-04-25 01:21:31 - 4 comments
  6192. rustdoc's web frontend search does not allow searching for paths

    d9ab8e9 Opened by emberian at 2014-01-15 06:16:38 - 1 comment
  6193. ICE with macro_rules! inside macro_rules!

    323fe1c Opened by comex at 2014-07-03 23:26:52 - 4 comments
  6194. rustpkg cannot build executables sanely

    9d54bd1 Opened by Patrick Walton at 2014-04-04 12:04:41 - 2 comments
  6195. rustpkg install foo also tries to build the current package

    68acdeb Opened by Patrick Walton at 2014-04-04 12:04:33 - 2 comments
  6196. How to get rust and rusti when compiling from Git repo?

    2379cc6 Opened by Derek Chiang at 2013-11-18 08:42:58 - 1 comment
  6197. Efficient passing of structs with movable fields

    902cbdb Opened by Igor Bukanov at 2014-05-26 04:34:44 - 3 comments
  6198. linking problem on extern "C" fn called via trait method (on type parameter) in other crate

    a977f21 Opened by Felix S Klock II at 2013-12-01 00:25:39 - 4 comments
  6199. privacy exposure bug when struct has field(s) and an impl

    d6f6555 Opened by Felix S Klock II at 2013-12-18 07:06:36 - 3 comments
  6200. cfg: composing/nested and+not does not work

    d498e84 Opened by Felix S Klock II at 2013-11-18 13:07:33 - 3 comments
  6201. privacy exposure bug when mixing explicit type ascription and an impl on struct

    9ecb841 Opened by Felix S Klock II at 2013-11-22 19:02:30 - 5 comments
  6202. by-value self arguments are not described properly in debug info

    6e811e6 Opened by Michael Woerister at 2013-12-18 18:31:48
  6203. Name resolution issue with recursive macros

    d7740da Opened by comex at 2015-04-20 23:36:29 - 6 comments
  6204. Confusing error with :: on struct

    7817cd4 Opened by comex at 2014-08-04 09:00:17 - 2 comments
  6205. proc bounds and closure lifetimes are parsed incorrectly

    d1b82d9 Opened by Marvin Löbel at 2014-04-06 09:51:38 - 15 comments
  6206. RFC: add wint_t to libc, by analogy with wchar_t there?

    abe8d04 Opened by Felix S Klock II at 2013-11-19 09:51:20 - 4 comments
  6207. Add benchmarks for piped stdout/stderr to a tty

    91baad9 Opened by emberian at 2013-11-26 06:36:48 - 1 comment
  6208. Add StringReader, StringWriter, and StringStream

    291ba7a Opened by emberian at 2014-06-17 17:17:54 - 6 comments
  6209. Disallow (most) reserved/keywords as lifetime names

    d935913 Opened by Huon Wilson at 2013-12-06 02:51:20 - 4 comments
  6210. make a tutorial on shared ownership (Rc, Arc, concurrent data structures)

    1303f5f Opened by Daniel Micay at 2014-07-30 23:10:05 - 2 comments
  6211. Issue a warning when a file is included twice

    fce7c15 Opened by Alex Crichton at 2013-11-19 21:42:42 - 2 comments
  6212. Option<*T> should be represented as a pointer

    381fae1 Opened by Niko Matsakis at 2014-02-01 08:46:29 - 5 comments
  6213. RFC: Make *T not nullable

    f203f6e Opened by Niko Matsakis at 2014-01-24 15:33:46 - 43 comments
  6214. Refine the story of externally referenced private structures.

    c5f5b16 Opened by Alex Crichton at 2014-11-03 20:57:55 - 27 comments
  6215. mutexes should be separate from condition variables

    1f45395 Opened by Daniel Micay at 2014-12-29 16:34:15 - 3 comments
  6216. Attempting to move a non-copyable static segfaults

    0170e9d Opened by Steven Fackler at 2014-02-28 04:06:55 - 20 comments
  6217. std::ptr::read_ptr shouldn't take *mut

    1c254ce Opened by Benjamin Herr at 2013-11-21 22:01:45 - 1 comment
  6218. add mutable concurrent containers (queues, priority queues, non-contiguous vector, hashmap)

    74e471a Opened by Daniel Micay at 2015-02-15 18:22:07 - 2 comments
  6219. consider using a different hash than SipHash for integer keys in rustc

    31aa379 Opened by Daniel Micay at 2014-03-11 01:16:52 - 4 comments
  6220. Wrong return type of extern functions

    ff6d0c7 Opened by Jan Špaček at 2013-12-11 18:41:37 - 5 comments
  6221. Wrap the return value of the type_id intrinsic in an opaque box

    bf04b28 Opened by Alex Crichton at 2013-11-30 10:31:52 - 2 comments
  6222. Cannot have the same supertrait twice, but with different type parameters

    ba53801 Opened by George Burton at 2015-03-05 21:03:18 - 6 comments
  6223. rustdoc broken on generic intrinsics

    dc82d00 Opened by Daniel Micay at 2013-11-22 00:01:40
  6224. Rust's coherence checking overconservative

    3460164 Opened by Matthew Do at 2014-11-03 14:23:19 - 6 comments
  6225. Replace conditions with dynamically scoped variables

    db665d3 Opened by Brian Anderson at 2014-09-24 05:00:01 - 18 comments
  6226. enums with SIMD vectors in them don't work

    50c35b3 Opened by Jed Davis at 2014-02-04 10:41:37
  6227. Macro expansion is quadratic in the number of let statements.

    e712e71 Opened by Huon Wilson at 2016-07-15 19:43:29 - 13 comments
  6228. -Z extra-debug-info injects reference-count problem on @managed boxes

    1f3da31 Opened by Felix S Klock II at 2014-10-11 19:41:53 - 3 comments
  6229. Small discriminants are causing bad code generation

    62a092a Opened by Alex Crichton at 2014-02-14 16:56:44 - 11 comments
  6230. proposal for new task API

    69be70b Opened by Daniel Micay at 2013-12-19 20:18:45 - 6 comments
  6231. Using by-value self with an immediate, implicity-copyable struct should pass a copy as the self param.

    7bf5f3b Opened by Luqman Aden at 2014-01-11 18:12:04 - 8 comments
  6232. Procs don't allow capturing mutable variables

    89cf227 Opened by Alex Crichton at 2014-01-28 02:41:51 - 10 comments
  6233. ICE with cast in fixed-length vector

    530ec10 Opened by Ms2ger at 2014-08-24 03:06:10 - 5 comments
  6234. rustdoc should support --cfg

    95e2e83 Opened by Daniel Micay at 2014-10-06 21:40:51 - 4 comments
  6235. std::select::select only works on ports of the same type

    1953539 Opened by Ms. Molly Stewart-Gallus at 2014-06-02 08:04:16 - 1 comment
  6236. logging macros and writeln!() crash if stderr is redirected to /dev/null

    4d33423 Opened by David Renshaw at 2013-11-25 07:51:47 - 4 comments
  6237. Consider graduating std::unstable::{sync,atomics} to std::sync

    5bf1a61 Opened by Alex Crichton at 2013-12-31 19:56:28 - 11 comments
  6238. Alternative backend

    51548f7 Opened by Luca Barbato at 2014-09-19 03:43:15 - 3 comments
  6239. Linking fails with GNU gold

    e538008 Opened by Luqman Aden at 2013-11-24 15:25:13 - 2 comments
  6240. Rename Iterators invert() method to something shorter, like flip()

    b6e0f22 Opened by Marvin Löbel at 2014-01-24 13:43:56 - 16 comments
  6241. Improve error about close delimiter

    4bf9f51 Opened by Tom Schuster at 2013-11-25 09:07:32
  6242. Multiple comment slashes lead to error

    2c7b7b6 Opened by Volker Mische at 2013-11-28 00:40:03 - 2 comments
  6243. A generic &X that implements trait Trait cannot be stored in a struct that is cast to Trait

    ec5999f Opened by Erick Tryzelaar at 2013-11-25 15:09:33 - 5 comments
  6244. Reading from stdin with libuv on separate task fails on windows

    919107b Opened by Luqman Aden at 2013-11-25 14:51:39
  6245. Task creation should fall back to spawning a kernel thread

    eaa616e Opened by Alex Crichton at 2013-12-27 05:28:49 - 2 comments
  6246. procs should implement Finally

    bb93c39 Opened by Jack Moffitt at 2015-01-20 19:45:31 - 5 comments
  6247. missing doc lint doesn't check crate doc

    ca2376c Opened by klutzy/defunct at 2013-12-06 09:06:19
  6248. Segmentation fault on window change

    c069b5f Opened by Derek Guenther at 2013-11-25 20:47:23 - 3 comments
  6249. maybe expose a way to pass pre-calculated hashes along with hash table keys

    402a152 Opened by Daniel Micay at 2015-02-02 10:57:49 - 2 comments
  6250. get_host_addresses crashes with 'called Option::unwrap() on a None value'

    2ced73c Opened by Paul Merrill at 2013-11-26 18:26:56
  6251. Language items are entirely unsafe

    8366322 Opened by emberian at 2013-11-26 07:32:26 - 2 comments
  6252. Unused mut lint doesn't warn on mut self

    f0ca640 Opened by Huon Wilson at 2014-01-27 18:46:47
  6253. Add an abstraction to std::io::process for dealing with error gracefully

    2ea4bea Opened by emberian at 2015-01-20 23:19:32 - 5 comments
  6254. Permit fn(self) methods to be invoked on object types

    ba4af0c Opened by Niko Matsakis at 2014-07-01 04:36:35 - 15 comments
  6255. Ptr must be a pointer to a Val type LLVM error

    3b4fbc0 Opened by alexjg at 2013-11-26 16:23:51 - 2 comments
  6256. Allow multi-statement macros

    1fbf60e Opened by Steven Fackler at 2016-06-02 06:06:56 - 13 comments
  6257. Nested proc usage can't use outer owned data

    04de39b Opened by Alex Crichton at 2014-02-23 05:56:53 - 3 comments
  6258. Unsoundness from premature drop of temporary in match scrutinee

    24bfd15 Opened by Keegan McAllister at 2014-04-28 07:26:43 - 10 comments
  6259. rust can not make binary for android

    b0deaf4 Opened by Patrick Kim at 2013-11-28 03:42:09 - 2 comments
  6260. Supertrait methods are called on inner type of object type rather than any explicit impl for the object type

    b3a450f Opened by Huon Wilson at 2013-12-02 10:58:49 - 3 comments
  6261. Error on make - libuv/libuv.a missing

    186449d Opened by sononix at 2013-11-28 19:04:09 - 6 comments
  6262. Can't implement methods with the same name on non-overlapping generic specializations

    3957dc0 Opened by Josh Matthews at 2015-08-17 16:00:02 - 3 comments
  6263. ICE with non-procedure type in 'do' expression

    d8a5b66 Opened by KokaKiwi at 2014-03-01 05:12:03 - 3 comments
  6264. rustpkg: Trying to install a library twice gives: no such file or directory

    8b68d7f Opened by kud1ing at 2014-02-06 18:36:54 - 1 comment
  6265. Lifetime bound "forgotten" in a function

    c187e86 Opened by Jan Špaček at 2013-12-02 14:24:35 - 4 comments
  6266. [extra::url] Support URL with non-relative schemes

    e6611ea Opened by Simon Sapin at 2014-07-31 12:56:42
  6267. [extra::url] Support relative URLs

    1c87f6f Opened by Simon Sapin at 2014-07-31 12:56:42
  6268. Rewrite extra::url, based on the right spec

    e454123 Opened by Simon Sapin at 2014-07-31 12:56:41 - 14 comments
  6269. static.rust-lang.org doc builder is failing

    ce46187 Opened by Huon Wilson at 2013-11-30 05:00:48 - 1 comment
  6270. Mysterious runtime deadlock

    fba2294 Opened by Alex Crichton at 2013-12-05 03:57:18 - 1 comment
  6271. Integer hex literals should perhaps not consider signededness

    2785745 Opened by Alex Crichton at 2013-12-31 19:58:59 - 2 comments
  6272. Using std::unstable::intrinsics::uninit() causes voidBroken module found

    6f2a48e Opened by Cole Mickens at 2014-02-05 06:56:36 - 2 comments
  6273. Item macros do neither support import lines nor inner attributes

    1a21cce Opened by Marvin Löbel at 2015-02-16 19:44:14 - 4 comments
  6274. Remove the pub use cmp::{min, max} reexport in libstd/num/{uint_macros, int_macros}.rs

    f6d5bd5 Opened by Marvin Löbel at 2013-11-30 00:05:23 - 1 comment
  6275. type inferred for proc expression is not proc?

    da6556f Opened by Felix S Klock II at 2013-12-02 21:31:41 - 2 comments
  6276. RFC: should closure type expr (|A| -> B) support an optional & sigil?

    08d667d Opened by Felix S Klock II at 2013-12-02 14:41:25 - 1 comment
  6277. make #[macro_escape] work at a crate level

    38d420c Opened by Daniel Micay at 2013-11-29 18:57:53 - 1 comment
  6278. hide implementations of public traits for private types in documentation

    2e34e72 Opened by Daniel Micay at 2014-07-28 23:54:43 - 2 comments
  6279. treat intrinsics as native functions in the documentation

    1f152bf Opened by Daniel Micay at 2014-07-28 23:55:43 - 2 comments
  6280. Support a mixture of dynamic and shared rust libraries when linking

    889169d Opened by Alex Crichton at 2014-06-13 20:31:36 - 1 comment
  6281. non-inline, non-generic destructors are always external

    48b64c9 Opened by Daniel Micay at 2018-09-26 13:52:17 - 10 comments
  6282. if true { ... } runs destructors twice

    38cd4f0 Opened by Alex Crichton at 2013-11-30 13:11:41 - 7 comments
  6283. Optimize the size of a statically linked binary and library

    53e2a1c Opened by Alex Crichton at 2014-01-03 07:31:32 - 7 comments
  6284. Support LTO

    1ffe9e1 Opened by Alex Crichton at 2013-12-10 02:16:32 - 6 comments
  6285. Consider again propagating dynamic native dependencies

    2f23f56 Opened by Alex Crichton at 2013-12-03 17:31:38 - 2 comments
  6286. Snapshots should simply be a rustc binary

    f2f4e8b Opened by Alex Crichton at 2013-12-07 06:16:18 - 1 comment
  6287. librustllvm should be a static library

    6339676 Opened by Alex Crichton at 2013-12-07 06:16:18
  6288. 'static bound not enforced in borrowed trait coercion

    54d389e Opened by Armin Ronacher at 2015-01-19 08:58:04 - 3 comments
  6289. std::run functions fail after io_error

    f1cfb60 Opened by klutzy/defunct at 2013-12-14 22:06:20
  6290. ICE: --linker=

    d6a1214 Opened by klutzy/defunct at 2013-12-22 07:26:38
  6291. run-pass failed at math related 3 tests on linux 64

    1250ec0 Opened by yichoi at 2013-12-02 17:39:11 - 4 comments
  6292. ICE on extern "Rust" fn declaration

    0f6e986 Opened by Huon Wilson at 2014-05-22 08:01:28 - 1 comment
  6293. Inconsistent behaviour & peculiar error messages for extern "Rust" fn main()

    c70251b Opened by Huon Wilson at 2014-06-03 00:11:36 - 3 comments
  6294. extra tries to find rustrt, but make install doesn't install it

    e9ec9c2 Opened by klutzy/defunct at 2013-12-03 05:27:35 - 1 comment
  6295. Should &'a Value as &'a Trait work?

    551f456 Opened by Felix S Klock II at 2014-09-09 22:11:32 - 3 comments
  6296. Parser does not parse ~fn()

    4ac9b2c Opened by Julia Evans at 2014-04-06 09:51:38 - 7 comments
  6297. Consider using an embedded libm

    d802f3c Opened by emberian at 2015-01-23 02:04:55 - 6 comments
  6298. Link error building Rust on Linux

    60edd28 Opened by Keegan McAllister at 2013-12-04 23:59:42 - 6 comments
  6299. Confusing error message for impl of a nonexistent type

    6c6e870 Opened by Keegan McAllister at 2013-12-02 23:19:49 - 1 comment
  6300. no way to disable exception handling with static/dynamic linking

    d74edbe Opened by Daniel Micay at 2014-11-01 17:54:20 - 3 comments
  6301. no support for full stack safety provided by a guard page

    7a1102f Opened by Daniel Micay at 2014-08-15 08:47:29 - 2 comments
  6302. Reduce code duplication by replacing ty_nil with ty_tup(~[]).

    3905f88 Opened by Eduard-Mihai Burtescu at 2014-11-04 18:12:29 - 2 comments
  6303. Rustc does not warn when .so/.rlib files are not in sync

    f073b5f Opened by Alex Crichton at 2023-07-20 10:48:29 - 10 comments
  6304. Unable to convert from Result<T,E> to Option<T>

    2c540c6 Opened by lbonn at 2013-12-05 19:03:31 - 3 comments
  6305. run-pass/issue-10626.rs goes nuts

    1f54396 Opened by Volker Mische at 2013-12-04 14:32:17 - 12 comments
  6306. Type parameters on statics

    5014fc5 Opened by Brendan Zabarauskas at 2020-09-16 00:10:22 - 10 comments
  6307. Nullary variants should be considered rvalues, not static identifiers.

    463fae1 Opened by Niko Matsakis at 2014-03-12 15:41:11 - 7 comments
  6308. Destructor for @Trait is not run in certain circumstances

    2cff84f Opened by Philipp Brüschweiler at 2014-04-28 07:26:43 - 4 comments
  6309. Cannot parse use {foo, bar}

    6632680 Opened by Lily Ballard at 2013-12-11 11:16:19
  6310. Make it possible to statically link system libraries

    c822e57 Opened by Deleted user at 2013-12-04 23:21:10 - 3 comments
  6311. Rustdoc: exposes private modules that reexport functions

    73bcf07 Opened by Ms. Molly Stewart-Gallus at 2014-02-17 06:43:12 - 1 comment
  6312. make check fails on OSX

    6859ce1 Opened by David Renshaw at 2013-12-15 13:01:40 - 10 comments
  6313. Crate metadata matching should consider a target architecture

    ca5ef9c Opened by Alex Crichton at 2014-11-14 10:12:39 - 2 comments
  6314. RFC: remove do

    156bc5d Opened by Chris Morgan at 2014-01-29 17:41:38 - 12 comments
  6315. consider making in a contextual keyword

    cb4b228 Opened by Daniel Micay at 2014-05-08 03:28:13 - 9 comments
  6316. str::split unclear how repeat sep is handled

    66b0269 Opened by Felix S Klock II at 2013-12-07 11:01:24 - 1 comment
  6317. Invalid use of lifetimes causes internal compiler error

    48711a1 Opened by Kuldahar at 2013-12-05 09:02:00 - 3 comments
  6318. ICE: borrow-vec associated with bad sty: &ty_err

    60c75df Opened by Deleted user at 2013-12-05 10:28:18 - 1 comment
  6319. The string API should be more generic.

    fd2ca93 Opened by Marvin Löbel at 2015-02-02 17:15:38 - 7 comments
  6320. Compiler allows repeated moves out of a captured variable in a proc()

    c2176c0 Opened by Thomas P at 2013-12-05 23:28:41 - 4 comments
  6321. RFC: Centralize on special types as a way of informing inference about special constraints

    03d71af Opened by Niko Matsakis at 2014-02-01 04:46:39 - 8 comments
  6322. SharedChan can be used to create cycles

    247ce36 Opened by bill-myers at 2014-01-17 19:48:25 - 16 comments
  6323. use a default deny lint for preventing cycles

    180bcab Opened by Daniel Micay at 2013-12-08 04:21:12 - 1 comment
  6324. Rename the 'sub-tutorials' to 'guides'

    8b236b4 Opened by Brian Anderson at 2014-01-25 07:35:18 - 6 comments
  6325. Cannot relate bound region: ReInfer(53) <= ReLateBound(284, ...

    ba6b320 Opened by xcv- at 2014-03-21 16:20:05 - 3 comments
  6326. Compiling rustc on OSX 10.6 fails with "Symbol not found: __tlv_bootstrap"

    2f644a0 Opened by agrif at 2025-01-05 21:11:30 - 9 comments
  6327. Add scientific notation format specifier for floating point values

    988f4d0 Opened by SiegeLord at 2013-12-07 02:39:38 - 1 comment
  6328. "sequence_element_type called on non-sequence value" on pattern-matching vectors

    2510d95 Opened by agrif at 2014-05-21 04:12:24 - 2 comments
  6329. Trouble passing closures with borrowed pointers inside options

    f08e0ce Opened by SiegeLord at 2014-06-23 07:21:37 - 5 comments
  6330. Building with old library causes ICE

    23ee141 Opened by klutzy/defunct at 2014-08-08 05:04:43 - 2 comments
  6331. Columns in spans are one-too-small by convention

    141b17e Opened by Huon Wilson at 2014-01-02 04:51:53
  6332. extra::stats suffers from catastrophic cancellation

    5e8c099 Opened by Huon Wilson at 2013-12-19 12:21:27 - 11 comments
  6333. RFC: rename push/pop/unshift/shift to push_{front,back}/pop_{front,back}

    47dead1 Opened by Erick Tryzelaar at 2014-07-24 00:21:17 - 22 comments
  6334. missing_doc lint only accepts sugared docs

    e201056 Opened by Steven Fackler at 2013-12-09 08:19:55 - 2 comments
  6335. Trait visability is not consistent.

    82db683 Opened by Karen Webb at 2013-12-10 11:11:36 - 1 comment
  6336. Borrow checker has inconsistent behavior when handling nested pattern matching

    cbe6b90 Opened by Edward Z. Yang at 2013-12-09 17:13:20 - 3 comments
  6337. rustc fails w/ io_error on F18, i686

    ec97281 Opened by itdaniher at 2014-09-10 16:03:26 - 4 comments
  6338. Dead code check false positive for static used in match

    c2cd392 Opened by Jason Fager at 2013-12-14 19:51:22 - 2 comments
  6339. ICE: Cannot relate bound region

    68d0555 Opened by Zack Slayton at 2013-12-09 10:43:59 - 3 comments
  6340. add a NonManaged kind

    14ddbf6 Opened by Daniel Micay at 2014-01-09 21:24:34 - 1 comment
  6341. std::io::UnstableFileStat doesn't report the correct number of blocks for files on Linux

    ba65698 Opened by Derek Chiang at 2013-12-09 07:09:19 - 5 comments
  6342. Windows: run-pass/test-runner-hides-main.rs triggers LLVM assert

    0ca790b Opened by vadimcn at 2014-04-27 19:29:30 - 3 comments
  6343. Stop exporting amain for android.

    06bb134 Opened by ILYONG CHO at 2013-12-18 14:21:33 - 3 comments
  6344. Borrow checker gives confusing error message when in loop

    837cf46 Opened by Edward Z. Yang at 2019-03-13 01:29:23 - 9 comments
  6345. Patterns in extern fns either ICE or aren't type-checked

    ba2d385 Opened by Huon Wilson at 2014-03-05 22:01:43 - 10 comments
  6346. RFC: Generalize Freeze, etc. into custom-defined does-not-contain traits

    222378e Opened by Gábor Lehel at 2014-03-13 15:59:34 - 6 comments
  6347. LLVM assertion when redefining a symbol with a different type

    91d1d63 Opened by Julia Evans at 2016-12-01 17:45:05 - 13 comments
  6348. use statement fails silently if it would shadow an existing name

    5e0daa7 Opened by Karen Webb at 2014-04-08 18:44:46 - 4 comments
  6349. Remove all uses of the 'self lifetime from the codebase and make it illegal to use self as a lifetime name

    8e74386 Opened by bstrie at 2013-12-11 23:11:18
  6350. Manual has incorrect statement of what lvalues are

    de7dc21 Opened by Edward Z. Yang at 2013-12-16 00:26:27 - 1 comment
  6351. Rust is failing to build on i686-pc-mingw32

    61b6d49 Opened by cnd at 2014-01-16 13:46:41 - 15 comments
  6352. Enabling recursion in Visitor.visit_ty makes the compiler reject fixed-length arrays

    885d199 Opened by Alex Crichton at 2015-02-23 23:29:56 - 7 comments
  6353. Old docs appear under /doc/master/ng/... on the website

    9b86b52 Opened by Huon Wilson at 2013-12-15 11:46:49 - 3 comments
  6354. --test-shard ignores benchmarks?

    244cd6c Opened by Kevin Cantú at 2014-05-20 00:01:35 - 3 comments
  6355. Private module(s) in rustdoc search results.

    165492e Opened by Eduard-Mihai Burtescu at 2014-02-07 15:37:08 - 2 comments
  6356. borrowck treatment of struct-tuple more liberal than struct with fields

    c4eb3e1 Opened by Felix S Klock II at 2014-09-15 20:51:05 - 3 comments
  6357. rustpkg can't find std on Windows

    02dba66 Opened by Jan Niklas Hasse at 2013-12-14 16:06:29
  6358. rust-mode incorrectly highlights quotations

    68d8b5a Opened by Deleted user at 2013-12-10 14:47:38 - 1 comment
  6359. Internal compiler error: 'index out of bounds'

    3fec897 Opened by Wendell Smith at 2013-12-10 16:31:44 - 3 comments
  6360. On compiler error, the compiler says "try running with RUST_LOG=rustc=1": does that do anything?

    1bf8095 Opened by Wendell Smith at 2013-12-11 09:05:40 - 6 comments
  6361. Compiling rust on OSX fails with Assertion failed: ((unsigned)Val < Attribute::EndAttrKinds && "Attribute out of range!")

    fab8ebd Opened by xasmx at 2014-01-12 06:14:49 - 5 comments
  6362. RFC: requiring leading :: on use declarations

    cad9508 Opened by Felix S Klock II at 2014-02-25 23:06:55 - 9 comments
  6363. Remove imports of the form "use path1, path2;"

    42c4cf8 Opened by Alex Crichton at 2013-12-18 14:21:33
  6364. dead_code shouldn't warn for unused exported methods when compiling tests

    0d88fcb Opened by Steven Fackler at 2014-01-24 03:20:37 - 6 comments
  6365. Managed boxes are not completely gated

    e3dc826 Opened by Alex Crichton at 2013-12-15 08:56:26 - 2 comments
  6366. New #[pkgid]-based library naming is problematic

    697f439 Opened by Lily Ballard at 2014-01-07 07:03:28 - 21 comments
  6367. Timers need to work in 1:1 mode

    22d8668 Opened by Alex Crichton at 2014-01-23 05:56:30 - 5 comments
  6368. RFC: add lint warning when ignoring return values

    d75d11b Opened by Brendan Zabarauskas at 2013-12-12 01:44:06 - 2 comments
  6369. Out-of-range float literals are not checked by type-limits lint

    3b196ca Opened by Huon Wilson at 2014-07-15 14:21:49 - 2 comments
  6370. Types used only in extern blocks seem to be dead

    beea436 Opened by emberian at 2013-12-15 10:28:22 - 3 comments
  6371. Incorrect error message on type mismatch when pointer to C function is required

    a67ebda Opened by Andrey Popp at 2014-08-12 23:01:44 - 1 comment
  6372. can't build head on my os x 10.8 machine

    8117147 Opened by Carter Tazio Schonwald at 2013-12-13 23:28:13 - 16 comments
  6373. Have multiple references to a struct by trait

    e3bb386 Opened by HeroesGrave at 2013-12-16 03:41:10 - 2 comments
  6374. nested not in cfg doesn't work

    54dc898 Opened by klutzy/defunct at 2014-05-28 03:27:08 - 1 comment
  6375. rustpkg strips all crate attributes other than pkgid

    92566e7 Opened by Steven Fackler at 2013-12-16 05:57:51 - 3 comments
  6376. Impl search fails in case of generalized trait inheritance

    5ad200c Opened by Michael Arntzenius at 2017-03-23 16:34:55 - 8 comments
  6377. Macro with empty expansion in expression position causes an "unexpected <eof>" error

    bff85f5 Opened by Huon Wilson at 2018-10-26 20:08:34 - 5 comments
  6378. Benchmark times should not display all significant figures.

    c29c75e Opened by Huon Wilson at 2017-03-24 19:22:32 - 2 comments
  6379. internal compiler error: type_of with ty_param

    bca8f12 Opened by bstrie at 2014-03-03 00:06:23 - 4 comments
  6380. index out of bounds: the len is 1 but the index is 1

    583f337 Opened by Andrew Poelstra at 2014-01-09 09:36:27 - 2 comments
  6381. dead code warning misfires on unsafe pointers

    8e07b1f Opened by Jack Moffitt at 2013-12-16 10:26:30 - 1 comment
  6382. Android testing ignores TESTNAME variable

    f0a847c Opened by Brian Anderson at 2014-01-14 07:01:48
  6383. extra::time::test::test_to_timespec fails on (some) Android

    df14260 Opened by Brian Anderson at 2015-02-14 11:50:13 - 3 comments
  6384. check in configure / make that cc,gcc, and g++ point to same compiler

    0623e82 Opened by Carter Tazio Schonwald at 2014-03-02 12:54:35 - 3 comments
  6385. Vec Iterator inconsistencies

    e55df11 Opened by Palmer at 2013-12-16 17:28:13 - 4 comments
  6386. rustpkg: test executables are lost when RUST_PATH is not set

    f0f010f Opened by Masanori Ogino at 2014-02-13 19:03:49 - 1 comment
  6387. Confusing error when trying to call non-function

    db9715c Opened by emberian at 2015-11-24 04:26:56 - 11 comments
  6388. Names of intermediate files collide when running rustc in parallel

    0ad0ac7 Opened by SiegeLord at 2021-11-11 05:43:17 - 13 comments
  6389. rustc --test lib.rs when #[crate_type = "rlib"] produces unwanted *.bc file

    3abe2e7 Opened by Lily Ballard at 2013-12-17 20:51:37
  6390. android tests pass misleadingly when a device is not available

    55573d7 Opened by Brian Anderson at 2015-01-12 08:05:52 - 1 comment
  6391. Optimize vec::MoveIterator for POD types

    4141514 Opened by Erick Tryzelaar at 2013-12-16 13:16:31 - 1 comment
  6392. 'assertion failed: !lib.is_empty()' on mingw-w64 (32bit)

    df1b9bf Opened by klutzy/defunct at 2013-12-19 15:59:51 - 1 comment
  6393. pub mod b{use b::*;pub mod b;} compile failure

    cda5e02 Opened by Deleted user at 2014-05-22 08:01:28 - 3 comments
  6394. Old docs appear on the website

    6d6d309 Opened by Adrien Tétar at 2014-05-04 18:17:33 - 4 comments
  6395. Tutorial's owned linked list has minor inefficiency (and is non-idiomatic C)

    c682858 Opened by Edward Z. Yang at 2013-12-16 12:43:08 - 9 comments
  6396. vec.push_all and vec.expand is 3 times slower than vec.push_all_move

    5785479 Opened by Erick Tryzelaar at 2014-05-02 03:18:22 - 5 comments
  6397. ICE: translating unsupported cast: () (cast_other) -> uint (cast_integral)

    c1c3db3 Opened by klutzy/defunct at 2014-06-18 22:36:43 - 2 comments
  6398. Add --print-outputs flag to rustc

    6b4bfc1 Opened by Jack Moffitt at 2014-04-03 23:33:19 - 1 comment
  6399. dead_code doesn't recognize use as an enum discriminant value

    89ee9dd Opened by Steven Fackler at 2013-12-16 16:16:27 - 2 comments
  6400. Borrow checker is sensitive to the order of borrows in surprising ways

    6e087e2 Opened by Edward Z. Yang at 2013-12-16 14:40:52 - 1 comment
  6401. Native comm tests are disabled on Windows

    fbc8af6 Opened by Alex Crichton at 2013-12-30 19:16:48
  6402. Improve error message for deref field on native ptr

    d2b0270 Opened by Felix S Klock II at 2016-08-18 11:36:48 - 4 comments
  6403. Dead code lint warns on types used in generics

    4b023d4 Opened by klutzy/defunct at 2013-12-18 01:26:33 - 1 comment
  6404. Rustdoc doesn't parse pub mod foo;

    91854ec Opened by Eric Holk at 2013-12-16 21:47:37 - 1 comment
  6405. Maybe emit phis directly instead of using alloca

    3193bde Opened by o11c at 2013-12-20 10:59:09 - 8 comments
  6406. The benchmark harness runs a minimum of 300 iterations.

    bf837a7 Opened by Huon Wilson at 2017-11-19 02:30:48 - 7 comments
  6407. Stack overflow should not abort, it should fail!()

    b259eed Opened by Alex Crichton at 2016-03-04 18:03:14 - 4 comments
  6408. Error in 'str' documentation

    5e4c471 Opened by Wendell Smith at 2013-12-19 11:46:34
  6409. &[u8].to_owned() does not compile to a memcpy

    1d1e453 Opened by Alex Crichton at 2014-04-17 00:23:21 - 3 comments
  6410. ICE: Cannot relate bound region

    3c34b28 Opened by Eric Holk at 2014-03-21 17:06:55 - 2 comments
  6411. Rustdoc is generating everything into a single directory

    72e332a Opened by Huon Wilson at 2013-12-18 00:57:44 - 7 comments
  6412. Errors on Windows are different than on unix

    2934ea5 Opened by Cadence Marseille at 2014-06-03 12:05:19 - 5 comments
  6413. librustc cannot be used as a library?

    b95e6a1 Opened by Kevin Cantú at 2013-12-17 19:52:29 - 5 comments
  6414. leak in Rust std::os::fs on OS X? (DefaultMallocZone)

    3f15345 Opened by Kevin Cantú at 2013-12-19 09:31:52 - 3 comments
  6415. Rustdoc fails when generating doc for librustc

    239e9a5 Opened by Léo Testard at 2014-01-09 13:52:42 - 1 comment
  6416. Rename pkgid to crate_id

    76cad19 Opened by Brian Anderson at 2013-12-19 17:06:39
  6417. Add --crate-id/--crate-hash/--crate-file-name flag to rustc

    28e0258 Opened by Brian Anderson at 2014-04-03 23:23:30 - 1 comment
  6418. Forbid modules from having the same name as any of their ancestors

    8adda14 Opened by bstrie at 2014-05-13 09:06:08 - 4 comments
  6419. SharedChan is not Freeze

    c7e837e Opened by Jack Moffitt at 2013-12-23 03:31:42 - 6 comments
  6420. C func returning Option<extern fn> is not immediate on 32-bit linux

    4756a39 Opened by Lily Ballard at 2014-05-19 18:50:31 - 8 comments
  6421. llvm rebuild failure on windows buildbot

    99b6407 Opened by klutzy/defunct at 2014-01-30 17:44:58 - 4 comments
  6422. Investigate whether dumb_println can be removed

    615a786 Opened by Alex Crichton at 2015-01-23 02:34:28 - 2 comments
  6423. Cannot call static methods on type aliases, "module wasn't actually a module!"

    66103ac Opened by bstrie at 2015-09-28 22:58:27 - 18 comments
  6424. Rename pkgid/PkgId/pkg_id to crateid/CrateId/crate_id everywhere

    ecce702 Opened by emberian at 2014-01-29 22:10:46 - 7 comments
  6425. when a trait bound can't be fulfilled the compiler should tell you why

    8cfdcba Opened by Jack Moffitt at 2014-05-07 05:37:44 - 1 comment
  6426. LocalIo is unsafe and should not be.

    39fcb44 Opened by Alex Crichton at 2015-02-10 04:12:15 - 1 comment
  6427. Green schedulers need a bootstrap task

    7bf653b Opened by Alex Crichton at 2013-12-27 19:41:46
  6428. Make -o do something reasonable or remove it

    86ad60f Opened by Brian Anderson at 2014-02-06 21:51:29 - 9 comments
  6429. Stats.sum doesn't handle NaNs, infinities and overflow correctly

    cfd04c3 Opened by g3xzh at 2017-04-15 06:07:09 - 12 comments
  6430. LittleLock should protect against spurious wakeups

    3ba5f67 Opened by Alex Crichton at 2014-01-17 04:12:55 - 3 comments
  6431. librustc still cannot be used as a library? (trouble resolving libstd)

    c13601d Opened by Kevin Cantú at 2013-12-19 07:33:38 - 2 comments
  6432. make[1]: Circular libuv.a <- libuv.a dependency dropped.

    4bdc49b Opened by Huon Wilson at 2013-12-23 07:46:33
  6433. Consider adding the absolute CFG_LIBDIR to the search paths for rustc

    6efd816 Opened by Alex Crichton at 2015-08-13 20:37:24 - 2 comments
  6434. comm_adapters is not compiling

    ee5bc39 Opened by Alex Crichton at 2013-12-20 13:46:31
  6435. Add a documentation index to the generated docs

    0a63639 Opened by Brian Anderson at 2014-05-07 05:37:08 - 3 comments
  6436. Make -Z gen-crate-map the default when compiling staticlib

    4ff045b Opened by Alex Crichton at 2013-12-19 23:40:48 - 1 comment
  6437. ICE: debuginfo::set_members_of_composite_type()

    425ded0 Opened by Jack Moffitt at 2014-05-23 22:55:12 - 4 comments
  6438. rust doesn't optimize closure in scan iterator

    a881e58 Opened by Erick Tryzelaar at 2021-09-07 10:45:53 - 29 comments
  6439. #[cfg] does not filter struct fields or enum variants

    a004e9a Opened by Huon Wilson at 2014-01-03 07:51:54
  6440. There needs to be a way to combine the effects of try_recv and recv_opt

    ce6887c Opened by Ms. Molly Stewart-Gallus at 2014-01-15 21:46:49 - 5 comments
  6441. Lint for superfluous let/match

    bb75810 Opened by Gábor Lehel at 2015-12-02 01:20:02 - 7 comments
  6442. Consider making reachable extern fns #[no_mangle] by default

    afa5e16 Opened by Alex Crichton at 2014-01-21 19:02:27 - 2 comments
  6443. RFC: Disallow interleaving commas after result blocks in match exprs

    e425628 Opened by Brendan Zabarauskas at 2014-09-24 05:00:04 - 4 comments
  6444. Implement attributes for branch weight

    0240ce6 Opened by Kyle Van Berendonck at 2018-06-08 03:42:01 - 4 comments
  6445. run-make tests fail when configured for multiple targets

    2e08ba0 Opened by Brian Anderson at 2017-09-03 20:25:46 - 5 comments
  6446. Use of RWArc during unwind after failure poisons it, despite failure not occurring during write

    ee752bb Opened by Micah Chalmer at 2013-12-23 02:16:31 - 1 comment
  6447. rustpkg doesn't install to the correct location

    845d7d9 Opened by Andrew Chin at 2014-02-13 19:03:38 - 1 comment
  6448. Tasks getting starved when trying to create HashMaps

    7f62ec5 Opened by Jason Fager at 2014-09-19 03:45:22 - 10 comments
  6449. Reader::read raises EndOfFile condition when reading after EOF reached

    de65f76 Opened by Stepan Koltsov at 2013-12-23 17:15:28 - 1 comment
  6450. Windows build is failing due to missing libpthread

    5b128bb Opened by Amey at 2014-04-16 15:33:22 - 2 comments
  6451. rustc ICE output filename begins with .

    7364130 Opened by Kevin Cantú at 2014-04-24 19:33:49 - 2 comments
  6452. Unrecognized options crash rustc

    13a6ad9 Opened by Val Markovic at 2013-12-23 20:32:56 - 4 comments
  6453. Tutorial ambiguity or mistake re: destructuring & let

    ebf8d13 Opened by Oliver Hassett at 2014-06-25 17:01:24 - 7 comments
  6454. reachability/dead_code doesn't visit some type parameters

    9ce3393 Opened by emberian at 2015-03-01 11:42:18 - 4 comments
  6455. bors is broken

    8f64653 Opened by emberian at 2013-12-22 18:10:11 - 1 comment
  6456. Support "proc {}" syntax

    c1e0260 Opened by Alex Crichton at 2014-06-13 20:32:41 - 2 comments
  6457. std::io should re-export more sub-items

    0e2dab1 Opened by Alex Crichton at 2014-04-15 20:50:55 - 5 comments
  6458. Linker library order is important

    6cecde3 Opened by vadimcn at 2014-03-13 06:37:28 - 3 comments
  6459. emacs rust-mode.el: "file:line-num" output does not work with "note:"

    e7f035e Opened by Felix S Klock II at 2017-03-24 19:22:32 - 3 comments
  6460. native::start does not know the stack boundary

    b5b66b2 Opened by Alex Crichton at 2014-02-21 19:27:58 - 1 comment
  6461. Spelling inconsistency: Clonable and Cloneable

    836c8d3 Opened by Alexandros Tasos at 2013-12-28 13:13:06 - 3 comments
  6462. auto-unwrap: make foo()! the same as foo().unwrap()

    9b3b951 Opened by Liigo Zhuang at 2014-06-03 12:44:16 - 4 comments
  6463. ICE in libsyntax/codemap.rs

    30e1479 Opened by Chris Wong at 2014-02-25 07:27:57
  6464. i686-pc-mingw32 build fatal runtime error: Could not unwind stack, error = 5

    a458095 Opened by cnd at 2013-12-26 06:56:41 - 5 comments
  6465. RFC: Simplify attribute syntax

    a4c36b1 Opened by Gábor Lehel at 2013-12-26 11:13:33 - 3 comments
  6466. "internal compiler error: no type for node 81"

    48ccec3 Opened by Duncan at 2014-01-10 21:01:33
  6467. Cannot use parens for grouping in patterns

    d0a687d Opened by Huon Wilson at 2014-12-07 03:23:00 - 2 comments
  6468. Don't promote binaries between stages

    a853aa3 Opened by Brian Anderson at 2017-02-11 00:13:56 - 7 comments
  6469. unwinding problem on android

    63922e9 Opened by yichoi at 2014-01-04 21:16:49 - 13 comments
  6470. Update bundled gyp for CLT-only OS X

    e077b4a Opened by Jack Nagel at 2013-12-29 03:02:18 - 1 comment
  6471. ICE when using lto and prefer-dynamic

    0a6a9b2 Opened by Virgile Andreani at 2013-12-31 23:02:14 - 1 comment
  6472. rust fails to bootstrap when llvm 3.3 is installed in system

    4d5ae02 Opened by Ehsanul Hoque at 2014-01-22 22:47:42 - 15 comments
  6473. Mutable trait object cast counts as move, not as temporary borrow

    d358120 Opened by Marvin Löbel at 2014-01-03 10:50:21 - 3 comments
  6474. Arm with hard float broken

    7b5ce2e Opened by Luqman Aden at 2013-12-30 07:36:57
  6475. I/O streams need to be able to read and write simultaneously

    6a2cab6 Opened by Lily Ballard at 2014-06-25 05:39:25 - 52 comments
  6476. Specify trait implementation, resolution, and coherence for 1.0

    af66ef1 Opened by Felix S Klock II at 2015-04-02 21:31:35 - 7 comments
  6477. No way to emit volatile loads/stores

    fa2533f Opened by Catherine at 2014-04-28 07:01:23 - 12 comments
  6478. Update project FAQ to mention performance

    ca7008a Opened by Erick Tryzelaar at 2014-08-02 03:51:14 - 1 comment
  6479. any member of static struct is not able to be used in match arms range expression.

    4ffdc3f Opened by Jeong, YunWon at 2016-11-29 19:53:46 - 3 comments
  6480. assertion failure while compiling code with multibytes characters

    8240de1 Opened by Jeong, YunWon at 2014-02-25 07:27:57 - 4 comments
  6481. Column offset should be 1-based instead of 0-based.

    9f448e1 Opened by Jan Niklas Hasse at 2013-12-28 23:28:00 - 1 comment
  6482. Timer functions should maybe not take milliseconds as an argument

    ed39da1 Opened by Alex Crichton at 2014-08-14 00:51:37 - 11 comments
  6483. Use after free with mutable owned pointers

    5051f33 Opened by Evan Wallace at 2014-03-07 00:21:40 - 5 comments
  6484. Decide on key-value attribute style

    e7fb81b Opened by Seo Sanghyeon at 2014-05-13 17:49:00 - 6 comments
  6485. Internal Compiler Error after setting flag "-L/usr/local/lib"

    5f15bd8 Opened by David Renshaw at 2016-02-02 17:36:48 - 4 comments
  6486. RFC: implicit generic function arguments with bounds

    f26f1c0 Opened by Eduard-Mihai Burtescu at 2014-09-24 05:00:08 - 7 comments
  6487. Implicit trait coercions with moves will segfault

    a6c3298 Opened by Alex Crichton at 2014-01-14 04:16:54 - 3 comments
  6488. Problem with passing struct to C function on windows

    59d8aa5 Opened by Deleted user at 2014-03-19 17:06:50 - 6 comments
  6489. libgreen sched::test_spawn_sched_blocking is unstable

    3b3e90b Opened by Chris Morgan at 2013-12-30 04:02:11 - 1 comment
  6490. Unix pipes (named pipes on windows) need a 1:1 implementation

    9a2ff42 Opened by Alex Crichton at 2014-02-18 05:11:50 - 2 comments
  6491. DNS needs an implementation in 1:1 mode

    9462e6e Opened by Alex Crichton at 2014-02-16 21:45:56 - 1 comment
  6492. implement signal handling

    153079a Opened by Alex Crichton at 2015-11-12 19:35:03 - 8 comments
  6493. Implicit trait object coercion doesn't work through arrays

    bbdc928 Opened by Steven Fackler at 2014-07-02 05:36:32 - 2 comments
  6494. Need to re-fix Windows manifest embedding.

    aa36a16 Opened by vadimcn at 2020-03-15 15:09:24 - 19 comments
  6495. Option< <'a>||> inconsistenly requires <> and the space

    4f82d7b Opened by Huon Wilson at 2014-04-06 09:51:38 - 5 comments
  6496. <'static> || doesn't work

    575f111 Opened by Huon Wilson at 2014-04-06 09:51:38 - 3 comments
  6497. Cannot store a closure using <'a> || lifetime syntax or inside generic types

    667ba09 Opened by Huon Wilson at 2014-04-06 09:51:38 - 1 comment
  6498. Add a file locking API to std::io::fs

    8ea9dbd Opened by Gareth Smith at 2014-04-21 00:40:52 - 5 comments
  6499. many system calls don't handle EINTR

    85e2787 Opened by Daniel Micay at 2014-01-05 19:32:01 - 8 comments
  6500. Replace std::hashmap::{each_key, each_value} with iterators

    7ed67e2 Opened by Gareth Smith at 2014-04-20 20:02:31 - 1 comment
  6501. Add empty method to iterators

    3108d4e Opened by Josh Matthews at 2014-01-17 15:51:46 - 4 comments
  6502. Add back rust_begin_unwind

    d1bf339 Opened by Brian Anderson at 2013-12-31 06:06:49
  6503. rust code css

    bb4c964 Opened by Shamir Khodzha at 2014-01-01 05:13:54 - 2 comments
  6504. TESTNAME doesn't work with run-make tests

    d85223c Opened by Huon Wilson at 2014-01-05 01:46:46 - 1 comment
  6505. replace channel-based timers with a recv_timeout method

    491c6fc Opened by Daniel Micay at 2015-03-11 00:21:23 - 6 comments
  6506. Spurious dead_code warning

    e5a42dd Opened by Tom Dale at 2014-01-02 06:07:07 - 5 comments
  6507. Linker error with private default methods used in a reachable method

    6b4591c Opened by Alex Crichton at 2014-01-02 06:07:07 - 1 comment
  6508. Can double-ref (&&x) parsing be fixed?

    3d8a257 Opened by Brian Anderson at 2014-04-18 04:16:24 - 1 comment
  6509. "ar" invocation failure for android build atop OS X

    995dff8 Opened by Felix S Klock II at 2014-02-01 05:08:46 - 2 comments
  6510. Error Handling in the master documentation.

    490fb26 Opened by Dannick Pomerleau at 2014-01-04 15:36:53
  6511. test suite leaves stray 'message.txt' file in the working directory

    609c718 Opened by Jesse Luehrs at 2014-01-02 06:07:07
  6512. matching on &'static str triggers "assertion failed"

    99ca2ce Opened by Paolo Falabella at 2013-12-31 14:27:32 - 1 comment
  6513. Cannot indent second line of a struct instantiation in some cases

    05dc59e Opened by Max Willsey at 2013-12-31 15:37:58 - 1 comment
  6514. emacs rust-mode: Cannot indent second line of a struct instantiation in some cases

    23d3b02 Opened by Max Willsey at 2014-01-01 10:11:54 - 2 comments
  6515. Linking dylib to rlib doesn't emit error, although reversed one does

    1ed034e Opened by klutzy/defunct at 2013-12-31 19:29:32 - 1 comment
  6516. Internal Compiler Error: unexpected failure

    cd31da0 Opened by Benjamin Travis Summers at 2014-05-21 04:16:49 - 3 comments
  6517. rustpkg is not looking at target libraries

    5d036cb Opened by Alex Crichton at 2014-01-11 22:56:21 - 8 comments
  6518. crate_type = "lib" means a dynamic lib

    c195095 Opened by Patrick Walton at 2014-01-29 09:01:46 - 7 comments
  6519. No error on invalid #[crate_type]

    1ed4533 Opened by Huon Wilson at 2014-01-03 22:41:46 - 1 comment
  6520. Assertion failed: rp.is_none() in src/librustc/middle/typeck/collect.rs:1108

    39fcae8 Opened by Maja Piechotka at 2014-01-02 00:22:35 - 4 comments
  6521. rustc --ls segfaults on invalid files

    d3bc011 Opened by Deleted user at 2014-01-03 14:56:45 - 1 comment
  6522. rust fails to bootstrap when llvm 3.3 is installed in system

    8baeec7 Opened by Maja Piechotka at 2014-01-01 20:58:17 - 1 comment
  6523. Should "system" ABI be "win64" on x86_64 windows?

    a6eda2d Opened by Brian Anderson at 2014-09-12 00:29:05 - 4 comments
  6524. Mutable borrow of unit-like struct is a weird edge case

    820f113 Opened by comex at 2014-03-12 23:17:10 - 3 comments
  6525. It should be possible to shift a primitive by uint in generic functions

    f4aa293 Opened by Alexandros Tasos at 2014-01-02 18:56:18 - 1 comment
  6526. Consider emitting a warning if a negative constant with no suffix is silently converted to unsigned

    839411e Opened by Alexandros Tasos at 2014-05-06 13:40:44 - 13 comments
  6527. task '<unnamed>' failed at 'assertion failed: !outputs_disc.is_empty()'

    56be7a0 Opened by Maja Piechotka at 2014-04-04 12:04:15 - 2 comments
  6528. Crash in glue_take

    6aad4b8 Opened by Dzmitry Malyshau at 2014-08-13 00:20:00 - 4 comments
  6529. Create libabc-rs (and possibly xyz program) as a sample library

    c32466a Opened by Maja Piechotka at 2015-01-23 02:31:51 - 2 comments
  6530. Extern mod'd shared objects do not respect visibility of structs (linker errors)

    bdd8033 Opened by wilkie at 2014-01-03 22:12:23 - 2 comments
  6531. doc crate tests ignore TESTNAME

    ea6e457 Opened by Brian Anderson at 2014-01-05 01:46:46
  6532. Consider making the build triple a top level directory in a rustpkg workspace

    892af29 Opened by SiegeLord at 2014-07-29 03:25:03 - 1 comment
  6533. Native tasks also want to know the stack bounds

    b4ca3c4 Opened by Brian Anderson at 2014-01-04 19:26:56
  6534. Can't designate registers in asm! macro

    e4dcde5 Opened by Edward Wang at 2016-12-21 16:57:51 - 5 comments
  6535. Mutably capturing in a closure doesn't count as a borrow

    23ceb7e Opened by Alex Crichton at 2014-02-12 00:40:37 - 4 comments
  6536. Nullable-pointer Options aren't FFI-compatible with the base pointer types.

    c3d465b Opened by Jed Davis at 2023-10-25 21:39:50 - 8 comments
  6537. from_base64 fails when str ends with =\n

    d931b3a Opened by Torste Aikio at 2015-01-20 09:22:51 - 3 comments
  6538. native::start does not join all spawned tasks

    f05486f Opened by Huon Wilson at 2014-02-16 21:46:33 - 4 comments
  6539. Can't compile "morestack.S" for iOS

    4d69a29 Opened by kud1ing at 2014-06-17 05:32:19 - 11 comments
  6540. Incorrect span for path in 'use' items

    b29f541 Opened by Nick Cameron at 2014-01-09 16:56:28
  6541. Can't express "T : Foo<X1> implies T : Foo<X2>"

    81c6988 Opened by vadimcn at 2015-02-10 23:21:29 - 2 comments
  6542. Improve error message of match arms have incompatible types

    79e7ea3 Opened by klutzy/defunct at 2014-06-01 06:11:45
  6543. debuginfo dies on librustdoc

    598af6f Opened by emberian at 2014-01-09 08:39:38 - 12 comments
  6544. rustpkg install fails due to libuv-error "cross-device link not permitted",

    4cd59f9 Opened by nielsle at 2014-02-05 03:09:36 - 2 comments
  6545. redis benchmark hangs with native tasks

    5407994 Opened by Patrick Walton at 2014-01-06 19:51:39 - 1 comment
  6546. Can't compile "libc.rs" for iOS

    f788982 Opened by kud1ing at 2014-01-11 18:01:45 - 3 comments
  6547. Conditions shouldn't allocate

    cfb32ca Opened by Patrick Walton at 2014-03-12 03:13:57 - 3 comments
  6548. Poor performance of std::iter::range (vs while-loop) on < 64-bit ints

    19cca63 Opened by Nick Smith at 2014-02-13 20:07:08 - 2 comments
  6549. Implement copy_iter() for vectors

    346c1e0 Opened by Armin Ronacher at 2015-01-12 17:19:47 - 5 comments
  6550. struct fields in enum declarations generate junk types

    c11996a Opened by Jorge Adriano Branco Aires at 2014-11-10 10:31:24 - 1 comment
  6551. Struct passed by-value from C to Rust get's corrupted (using FFI and .dll from Visual Studio)

    a3d9b1e Opened by Matthias Einwag at 2014-03-19 17:06:50 - 4 comments
  6552. Trying to concatenate strings with operator += results in an Internal Compiler Error

    cbad7e8 Opened by Matthias Einwag at 2014-05-10 16:44:42 - 3 comments
  6553. Suggest ".clone" for "use of moved value" if the thing is cloneable

    cf6372f Opened by Patrick Walton at 2016-02-11 19:59:32 - 3 comments
  6554. .bc file not found when building with --rlib

    34584aa Opened by Jan Niklas Hasse at 2014-01-07 13:51:36
  6555. Lacking support for nonblocking read from a TcpStream

    78d9d89 Opened by Derek Chiang at 2014-04-28 05:27:46 - 1 comment
  6556. SharedChan should not exist, it should be Chan + clone()

    b8b259c Opened by Alex Crichton at 2014-02-12 05:46:48 - 2 comments
  6557. extra-debug-info does not appear to work on OSX with lldb

    4a6ea76 Opened by Alex Crichton at 2014-01-28 14:26:28 - 12 comments
  6558. rust run?

    8c8a2a6 Opened by Thiago Pontes at 2014-01-07 00:40:46 - 2 comments
  6559. native::start should get a more accurate estimate of the stack bounds

    2237718 Opened by Huon Wilson at 2016-03-24 23:32:38 - 6 comments
  6560. Make extract-tests.py use the same test directives as rustdoc's test extractor

    27123e1 Opened by Brian Anderson at 2014-01-28 23:31:41 - 4 comments
  6561. Change xfail directives in compiletests to ignore

    70607aa Opened by Brian Anderson at 2014-02-11 18:52:00 - 1 comment
  6562. Bad error with deriving(Eq)

    9835eee Opened by comex at 2014-01-07 06:12:18 - 1 comment
  6563. Surprising lifetime mismatch

    6901fe7 Opened by Lily Ballard at 2014-01-12 11:27:46 - 3 comments
  6564. Chan::new() doesn't returns a value of type Chan

    7fcf29a Opened by Liigo Zhuang at 2014-01-25 01:05:08 - 7 comments
  6565. TcpStream.eof() is implemented as fail!()

    d933ad6 Opened by Lily Ballard at 2014-01-09 18:53:40 - 2 comments
  6566. Please rebase bundled LLVM to 3.4

    a4e2fa6 Opened by Luca Bruno at 2014-02-01 05:13:01 - 3 comments
  6567. BufferedReader's fill() doesn't fill the buffer

    0893c07 Opened by Florob at 2014-01-08 23:16:30
  6568. Link to tutorial gives 403 forbidden

    50a2a85 Opened by Zac Hallett at 2014-01-07 16:12:55 - 1 comment
  6569. Rust compiles invalid program which segfaults - borrowed pointer to trait object outlives original value

    674d205 Opened by Vladimir Matveev at 2014-09-15 20:51:05 - 4 comments
  6570. Native tasks do not have a guard page.

    24eb516 Opened by Alex Crichton at 2014-06-08 06:39:29 - 3 comments
  6571. Guard pages should be optional

    8b31780 Opened by Alex Crichton at 2015-08-31 07:08:33 - 3 comments
  6572. allowing dead code should be transitive

    2fb0b6d Opened by Jack Moffitt at 2014-01-12 20:26:34 - 3 comments
  6573. Test run summary is wrong

    475689a Opened by Brian Anderson at 2014-01-17 13:26:47 - 5 comments
  6574. compile error using fail! is confusing

    98df344 Opened by Jack Moffitt at 2014-11-07 02:02:53 - 1 comment
  6575. Rust traits treat (T, &T) and (&T, T) as same type

    cf11548 Opened by Maja Piechotka at 2014-10-15 04:07:32 - 2 comments
  6576. Cell is unsound around variance

    b98a1ae Opened by Patrick Walton at 2014-02-01 04:46:39 - 7 comments
  6577. Reduce allocations in the Task structure

    46b04e6 Opened by Brian Anderson at 2015-01-21 19:23:51 - 2 comments
  6578. include!(...) does not see local variables

    60ed5e7 Opened by Stepan Koltsov at 2014-01-08 04:33:25 - 3 comments
  6579. Fold prep.js functionality into rustdoc

    63e57c9 Opened by Brian Anderson at 2017-03-24 19:22:32 - 2 comments
  6580. Teach rustdoc to syntax highlight

    eecc574 Opened by Brian Anderson at 2017-03-24 19:22:32 - 1 comment
  6581. error 71 while installing rust on mac osx mavericks

    a548cf4 Opened by Anh Le at 2014-01-09 17:09:33 - 4 comments
  6582. Semantically version the language specification, compiler, and libraries

    66e0f07 Opened by emberian at 2014-09-24 05:00:12 - 7 comments
  6583. add a lint for useless transmutes

    a611fbd Opened by emberian at 2015-11-08 10:36:28 - 7 comments
  6584. Cannot use Macros in Trait Bodies

    5d4c2db Opened by Armin Ronacher at 2016-02-02 17:35:41 - 4 comments
  6585. Feature Request: BufferedReader function for reading without returning delimeter

    ec5bf76 Opened by Justin Leis at 2015-01-21 18:59:52 - 18 comments
  6586. Forbid destructors on objects that aren't 'static bounded

    3fb1c45 Opened by Patrick Walton at 2014-01-09 02:11:52 - 14 comments
  6587. std::str methods dont work if incuded before std::util

    4f9e621 Opened by farhan tanvir at 2014-01-08 17:50:03 - 2 comments
  6588. &mut [] results in "constant contains unimplemented expression type"

    aaa82f9 Opened by Tobba at 2014-03-17 18:52:01
  6589. Some libnative tests in run-pass don't terminate on Android.

    6158b6e Opened by Brian Anderson at 2015-01-21 17:50:28 - 6 comments
  6590. Rename LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVE

    86726ce Opened by Brian Anderson at 2014-01-15 00:21:29 - 1 comment
  6591. rustdoc --version fails

    eb30876 Opened by Brian Anderson at 2017-03-24 19:22:32 - 2 comments
  6592. make install always rebuilds docs

    15239f8 Opened by Brian Anderson at 2014-02-02 20:36:23 - 1 comment
  6593. rustpkg --help does not work

    eec235a Opened by Brian Anderson at 2017-03-24 19:22:32
  6594. volatile_load & volatile_store fail on structs

    62185e6 Opened by Alexander Blom at 2015-02-10 23:21:00 - 3 comments
  6595. allow opting out of garbage collection overhead

    38ab525 Opened by Daniel Micay at 2014-02-06 23:31:34 - 5 comments
  6596. mark references to Freeze objects as read-only with TBAA metadata

    0be46cc Opened by Daniel Micay at 2014-03-26 23:00:36 - 2 comments
  6597. Bug report instructions are wrong

    8f1d089 Opened by jsd1982 at 2014-01-12 09:22:46 - 4 comments
  6598. Don't show dead code warnings for functions local to dead code

    54f8486 Opened by Jorge Adriano Branco Aires at 2014-01-10 01:01:59 - 2 comments
  6599. Turn style lints to warn by default

    b9e12a7 Opened by Brian Anderson at 2014-02-22 11:39:02 - 3 comments
  6600. The 0.9 Windows installer installs empty dll files

    978fe74 Opened by Deleted user at 2014-04-02 19:39:16 - 8 comments
  6601. rustdoc search should allow for 2 char symbols

    5234e9d Opened by Jack Moffitt at 2014-02-15 20:27:20 - 3 comments
  6602. Dead code should consider lang items live

    47bb9d3 Opened by Huon Wilson at 2014-01-23 05:48:27
  6603. rustdoc does not document borrowck::doc

    51f2244 Opened by Brian Anderson at 2014-01-11 11:56:23 - 3 comments
  6604. Generate librustuv docs

    5847199 Opened by Brian Anderson at 2014-01-11 11:56:23
  6605. Avoid placing immutable lvalues in allocas and zeroing them to cancel cleanup.

    c98be11 Opened by Eduard-Mihai Burtescu at 2016-02-02 18:20:52 - 8 comments
  6606. ICE: Cannot relate bound region

    070e365 Opened by Marvin Löbel at 2014-01-10 11:55:45 - 1 comment
  6607. size_t should be defined as uint

    58221b6 Opened by Nick Smith at 2014-04-17 21:39:55 - 19 comments
  6608. internal compiler error: no ref

    426aade Opened by Hanno Braun at 2014-03-01 11:01:34 - 1 comment
  6609. Lifetime syntax is inconvenient due to several declarations being required

    097c418 Opened by Deleted user at 2014-06-15 08:46:49
  6610. RFC: Limited return type inference constrained to a trait

    e42317b Opened by Gábor Lehel at 2014-09-19 03:38:45 - 32 comments
  6611. It seems rustpkg doesn't understand utf8-package name

    0f56266 Opened by Marat K at 2014-01-11 05:38:20
  6612. rustc doesn't allow -W/--warn more than once

    0937542 Opened by lucy at 2014-01-16 04:21:45 - 5 comments
  6613. rustc stack overflow on type of infinite size.

    47b744e Opened by Koute at 2014-01-11 02:34:49 - 3 comments
  6614. Poor error message for pointer patterns with trait objects

    4064644 Opened by Huon Wilson at 2014-10-25 17:44:44 - 2 comments
  6615. iOS: "LLVM ERROR: Segmented stacks not supported on this platfrom"

    6f248d5 Opened by kud1ing at 2014-06-17 05:32:36 - 1 comment
  6616. rustpkg Initialize BuildContext/WorkCache later in the build process

    ca31060 Opened by nielsle at 2014-01-11 21:39:17
  6617. os::args() should return ~[~[u8]] instead of ~[~str]

    40fb607 Opened by bill-myers at 2014-01-11 14:29:41 - 1 comment
  6618. Pointer can be accessed after ownership was transfered and segfaults

    5a9451c Opened by Lasse Jansen at 2014-01-14 04:16:54 - 1 comment
  6619. error: internal compiler error: node_id_to_type: no type for node expr 1u (id=29)

    cd58587 Opened by Edu Garcia at 2014-04-15 08:46:36 - 3 comments
  6620. rustc hangs when printing block with no trailing newline

    617531a Opened by Lily Ballard at 2014-05-09 02:06:53 - 2 comments
  6621. Identical test files

    2b3cca6 Opened by kud1ing at 2014-06-23 17:56:42 - 3 comments
  6622. Missing pow implementation for integers

    ec72624 Opened by Flavio Percoco at 2014-01-18 06:01:58 - 3 comments
  6623. RFC: ignore vs. xfail

    3cf4fa4 Opened by Brian Anderson at 2014-05-07 05:45:15 - 4 comments
  6624. Let pattern matching on tuple structs broken for double generic functions.

    6a09675 Opened by nightpool at 2014-03-07 00:21:40 - 1 comment
  6625. Documentation: add an "Is Rust used in production?" FAQ

    ee6d022 Opened by kud1ing at 2014-08-01 03:31:49 - 1 comment
  6626. Style guide should define whether or not to use abbreviations in error messages (e.g."can't" vs "can not")

    ea9e7b5 Opened by kud1ing at 2014-12-30 15:15:03 - 4 comments
  6627. Let-in binding syntax

    41f513e Opened by Luci Brănescu-Mihăilă at 2014-01-15 13:13:38 - 5 comments
  6628. A struct defined to hold a closure accepts a proc in its constructor

    a93d1fe Opened by bstrie at 2014-04-28 07:26:43 - 7 comments
  6629. Static mutable enum variables break the compiler.

    b2eec2b Opened by Damien Radtke at 2014-03-03 00:08:44 - 1 comment
  6630. Make && Make Install Show Up An Error

    8289117 Opened by talnetd at 2014-01-13 21:37:35 - 10 comments
  6631. allow user definable infix operators

    ff0cd5d Opened by Carter Tazio Schonwald at 2014-01-25 00:28:06 - 6 comments
  6632. Fields of private structures should be private by default

    a53ce67 Opened by Alex Crichton at 2014-01-26 20:56:33 - 5 comments
  6633. rustdoc creates highlighted source in a directory that contains the absolute path to the source

    fc5a2c8 Opened by SiegeLord at 2014-02-17 06:54:51 - 1 comment
  6634. RFC: Implement base numeric types and bool as a library

    aacd710 Opened by Brendan Zabarauskas at 2014-09-24 05:00:16 - 8 comments
  6635. Should Sender::try_send return the message on failure?

    a35beda Opened by Brian Anderson at 2014-04-12 20:37:02 - 4 comments
  6636. error: cannot borrow immutable captured outer variable in a heap closure as mutable

    318781d Opened by Nick Desaulniers at 2014-01-14 02:53:07 - 1 comment
  6637. ICE: Cannot relate bound region with extern mod

    991389c Opened by klutzy/defunct at 2014-03-07 00:21:40 - 2 comments
  6638. bind_error tests fail on android

    6efde74 Opened by Brian Anderson at 2015-01-21 18:04:25 - 1 comment
  6639. Invalid Rc/RefCell borrow when having a Gc pointer inside

    d72078b Opened by Dzmitry Malyshau at 2014-01-15 19:43:45 - 17 comments
  6640. add big integers to libstd

    9d14f04 Opened by Daniel Micay at 2014-01-22 13:00:52 - 4 comments
  6641. Some std::f32 constants are actually f64s

    b3da478 Opened by Lennart Jansson at 2014-04-24 11:27:08 - 4 comments
  6642. We need exhaustive, coherent documentation on implicit copyability

    e417dae Opened by bstrie at 2015-01-17 22:31:36 - 15 comments
  6643. RFC: Tuple swizzling

    ac0f5b4 Opened by Richard Diamond at 2014-04-17 19:46:48 - 3 comments
  6644. pthread_join's out param should be a *mut, right? (nitpick)

    73a083a Opened by Felix S Klock II at 2014-08-12 22:23:41 - 4 comments
  6645. remove the concept of managed-unique from libstd

    563ba72 Opened by Daniel Micay at 2014-01-16 03:01:57
  6646. Absurd codegen with owned trait objects and enums

    7da6c78 Opened by Alex Crichton at 2014-01-15 02:01:14 - 1 comment
  6647. Discriminants may not want to all be as small as possible

    e89d580 Opened by Alex Crichton at 2014-01-26 07:29:25 - 8 comments
  6648. Assertion 'Ty && "Invalid GetElementPtrInst for type!"' failed

    d9d9e4e Opened by Martin Evans at 2014-03-01 19:36:31 - 1 comment
  6649. ICE on attempt to use do syntax for map

    eb9d813 Opened by Vitaly Shukela at 2014-01-30 23:56:17 - 1 comment
  6650. Error message references removed feature "@Trait"

    dca4a6f Opened by Vitaly Shukela at 2014-07-29 02:10:14 - 1 comment
  6651. Allow reassigning a &mut to an inner pointer

    b03c367 Opened by Huon Wilson at 2014-01-16 14:19:11 - 4 comments
  6652. doc/rust.md: broken references

    8b83766 Opened by Achille Fouilleul at 2014-01-18 18:16:37
  6653. Experiment with thread_local globals for I/O dispatch

    1673234 Opened by Alex Crichton at 2014-09-19 03:46:28 - 3 comments
  6654. Officially provide the Rust logo

    dad3483 Opened by kud1ing at 2019-10-22 00:00:45 - 37 comments
  6655. Document @ syntax in pattern matching

    5f4756b Opened by Andrew at 2014-01-15 12:26:16 - 1 comment
  6656. Unexpected Failure Path

    1ca7997 Opened by Deleted user at 2014-01-15 16:34:14 - 1 comment
  6657. tutorial eschews destructuring-let (favoring match) too much

    e79c8b7 Opened by Felix S Klock II at 2014-07-30 23:19:12 - 3 comments
  6658. --lib and --rlib should override crate type specified in source.

    328a9ec Opened by SiegeLord at 2014-04-15 19:12:00 - 2 comments
  6659. one of the io doc tests fails if port 8080 is already bound to

    61ff017 Opened by Nick Desaulniers at 2014-06-10 06:37:10 - 1 comment
  6660. internal compiler error: cannot get field types from the enum type Foo without a node ID

    4fc9215 Opened by Piotr Zolnierek at 2014-03-01 12:16:28
  6661. bitwise operation takes wrong value

    86acd79 Opened by Anton Burticica at 2014-05-12 00:45:21 - 4 comments
  6662. Add debug logging output to Sender

    f9e3caa Opened by Lars Bergstrom at 2018-09-24 16:58:47 - 6 comments
  6663. Atomics need to take &self rather than &mut sef

    c7e1b02 Opened by bill-myers at 2014-03-22 05:38:55 - 11 comments
  6664. Remove special rooting for @T

    1e293f8 Opened by Niko Matsakis at 2014-04-24 14:01:34 - 7 comments
  6665. Bus error when referencing a static variant

    a5de7f1 Opened by Steven Hugg at 2014-01-16 01:12:29 - 1 comment
  6666. Compilation Error

    578ca68 Opened by Ye Lin Aung at 2014-01-17 07:19:10 - 4 comments
  6667. Private lang items should be exported symbols

    6d7da0e Opened by Huon Wilson at 2014-02-22 20:51:50 - 5 comments
  6668. missing_doc lint expects docs on private traits

    45c2b18 Opened by Steven Fackler at 2015-03-31 08:43:25 - 1 comment
  6669. Private traits can be implemented cross-crate

    98c74cf Opened by Steven Fackler at 2014-01-19 09:56:39 - 2 comments
  6670. Windows verbatim paths shouldn't normalize path when .push-ed

    1c07844 Opened by Erick Tryzelaar at 2015-02-04 08:47:21 - 3 comments
  6671. suspect bug in emitting debug information

    b06af62 Opened by Alexander Samoilov at 2014-01-28 10:53:12 - 11 comments
  6672. feature gate log_syntax macro

    f44b3d8 Opened by Brian Anderson at 2014-01-19 02:06:39 - 1 comment
  6673. Runtime crash in libgreen

    7d5fec5 Opened by Alex Crichton at 2014-01-21 17:30:41 - 1 comment
  6674. Trait coercion may ask for a static bound

    6fedbfc Opened by Alex Crichton at 2014-06-13 20:29:27 - 5 comments
  6675. rustdoc: Document exported macros

    88ba8af Opened by Steven Fackler at 2014-01-17 06:45:10 - 1 comment
  6676. -Z gen-crate-map should be a crate attribute

    aca95f4 Opened by Alex Crichton at 2014-03-26 09:56:56 - 2 comments
  6677. Implement compile time function evaluation (CTFE)

    ac25b11 Opened by Brendan Zabarauskas at 2014-10-14 02:27:35 - 4 comments
  6678. Remove the dependency on libm

    bce33f3 Opened by Brendan Zabarauskas at 2014-05-13 03:22:54 - 7 comments
  6679. Segfault after implicit conversion to ~Trait

    4d6d723 Opened by John Simon at 2014-01-17 23:04:57 - 3 comments
  6680. Check for static methods of the same name when calling an non-existent method

    1930050 Opened by Huon Wilson at 2014-05-07 05:53:18 - 1 comment
  6681. feature gate all quasi-quoting macros

    cf8eb50 Opened by Brian Anderson at 2014-02-05 10:11:37 - 6 comments
  6682. feature gate trace_macros! macro

    7881523 Opened by Brian Anderson at 2014-01-27 17:26:43 - 2 comments
  6683. malloc/realloc with a zero size may return a null pointer on success

    155da66 Opened by Daniel Micay at 2014-01-19 13:51:35
  6684. rustdoc: SipState link duplicated in std::hash docs

    2aa5f85 Opened by Steven Fackler at 2014-03-01 20:32:20 - 3 comments
  6685. io::fs::test::truncate_works::native is flaky on windows

    2974956 Opened by Alex Crichton at 2014-06-16 08:03:44 - 1 comment
  6686. 'static lifetime annotations ignored on slices

    3ade459 Opened by Steven Fackler at 2014-07-05 17:26:15 - 3 comments
  6687. bytes!() is now hard to use in a lot of cases due to lifetime issues

    47624bd Opened by Lily Ballard at 2014-05-18 21:36:35 - 7 comments
  6688. Rustdoc hidden code example is incorrect

    79ddf0d Opened by Huon Wilson at 2014-02-01 00:26:33
  6689. Unwinding instruction gets emitted regardless -Z no-landing-pads flag

    5924bc3 Opened by Edward Wang at 2014-01-21 02:26:23
  6690. Configure not detecting compiler.

    b99b146 Opened by Zack Piper at 2014-01-18 20:57:35 - 3 comments
  6691. Process::new and dynamic_library::open_external should take &[u8]s, not Paths or ~strs

    1673c06 Opened by Erick Tryzelaar at 2014-05-15 17:06:45 - 6 comments
  6692. Running Rust on Windows 7

    c715fc9 Opened by Emeka at 2014-05-13 03:21:52 - 12 comments
  6693. rustpkg hangs when importing private module

    aefdd1e Opened by Paul Schoenfelder at 2014-04-20 13:59:48 - 2 comments
  6694. Warn on shadowing generics

    68bc87c Opened by Carl Lerche at 2015-01-20 23:06:39 - 4 comments
  6695. Infinitely recursive struct definitions compile successfully when behind fixed-size vector

    6e884e2 Opened by isabel at 2014-01-20 15:36:36 - 4 comments
  6696. Building rust/src/rt/rust_try.ll fails when building for arm-apple-darwin

    db18cc5 Opened by Matias Piipari at 2015-02-10 23:36:32 - 10 comments
  6697. --dep-info doesn't reflect real output filename when using -c or --emit-llvm

    1ffe412 Opened by Yuri Kunde Schlesner at 2014-02-06 21:51:29 - 2 comments
  6698. Multiline strings with carriage return - unknown string escape

    e51ff93 Opened by Adam Frisby at 2014-11-14 10:12:39 - 2 comments
  6699. --libdir is not used by rustc and rustpkg

    1e903a3 Opened by Fabian Deutsch at 2014-11-21 08:56:52 - 5 comments
  6700. rustc error: internal compiler error: type_of with ty_param

    4796eda Opened by Carl Lerche at 2014-01-20 00:55:59 - 2 comments
  6701. rustc: internal compiler error: Cannot encode inference variable types

    3f7db26 Opened by Matthias Reitinger at 2014-06-27 15:01:32 - 2 comments
  6702. Rustdoc doesn't redirect links of uses of reexported items with inlined documentation

    3deb31a Opened by Huon Wilson at 2014-02-19 11:21:49 - 5 comments
  6703. Rustpkg fails with nonexistent_package after previous rustpkg compilation fails

    e8c0939 Opened by Steve Leonard at 2014-02-04 13:54:52 - 2 comments
  6704. Enum variants are always exported cross-crate

    f1ee293 Opened by Huon Wilson at 2014-05-09 03:56:42 - 3 comments
  6705. Empty struct lifetime bug

    03def92 Opened by Hong Chulju at 2014-01-31 14:46:33 - 11 comments
  6706. Fatal runtime error and illegal instruction when compiling with LTO

    d403b12 Opened by Björn Steinbrink at 2014-01-22 10:06:21 - 4 comments
  6707. Public methods on private types are not exported symbols

    76dd8dc Opened by Huon Wilson at 2014-11-02 22:08:00 - 2 comments
  6708. fatal runtime error when using UnixListener with a BufferedStream

    5a77602 Opened by Mathijs van de Nes at 2014-02-12 08:52:57 - 2 comments
  6709. Document how use path::Trait; pulls impls into scope

    0deb35b Opened by Sean McArthur at 2014-12-08 19:00:02 - 12 comments
  6710. Infinite loop when compiling nested macros

    b5fa3a8 Opened by Ben Noordhuis at 2014-02-19 20:35:48 - 9 comments
  6711. Handle users requesting a too-small stack size

    4dd18cf Opened by James Miller at 2014-02-01 03:31:44 - 3 comments
  6712. Equivalent to Python atexit functionality

    7b2d9a1 Opened by Bryan Murphy at 2015-01-23 02:27:30 - 8 comments
  6713. runtime error regardless of stack size in spawn_stack

    864334e Opened by Deleted user at 2014-02-10 21:48:18 - 6 comments
  6714. Rustdoc's should_fail isn't very useful

    c0e36c9 Opened by Alex Crichton at 2014-02-16 01:51:29
  6715. extend --dep-info flag with variant that emits just the list of files to stdout

    8926598 Opened by Felix S Klock II at 2015-11-19 23:25:38 - 10 comments
  6716. Compilation fails on 10.9: Undefined symbols for architecture x86_64:

    81ffa62 Opened by Magnus Holm at 2014-01-27 14:12:43 - 2 comments
  6717. mention rust_panic in default panic! message

    32ec9ac Opened by Felix S Klock II at 2016-01-26 19:30:58 - 1 comment
  6718. Slice impl methods do not require a lifetime on self even if the trait specifies it

    b597060 Opened by Erick Tryzelaar at 2014-01-21 16:57:01 - 1 comment
  6719. Compile Failure: unknown debug flag: no-debug-borrows

    5722a2f Opened by Brian Seitel at 2014-01-21 20:34:12 - 2 comments
  6720. Codegen bug: dest == expr::Ignore || bcx.unreachable.get()

    fc9062a Opened by Alex Crichton at 2014-02-10 22:06:42 - 10 comments
  6721. Possible codegen bug flagged by valgrind

    4e2af2f Opened by Alex Crichton at 2014-01-26 12:12:40 - 6 comments
  6722. rustdoc: description of submodules are displayed twice

    249e385 Opened by Masanori Ogino at 2014-05-07 12:11:52
  6723. "can't find crate for std" error when rustc is a symlink

    6676c94 Opened by Ben Noordhuis at 2014-01-22 00:54:06 - 1 comment
  6724. Span note for last semicolon points at one space after the last expression rather than at the semicolon

    7d3f763 Opened by ktt3ja at 2014-09-15 20:51:05 - 2 comments
  6725. Diagnostic doesn't align properly in span where line number increases by one digit

    7413faf Opened by ktt3ja at 2015-07-01 10:21:25 - 3 comments
  6726. error: unknown debug flag: no-debug-borrows

    5ac2f01 Opened by Alexander Samoilov at 2014-01-22 04:23:32 - 1 comment
  6727. RFC: feature gate #[simd] & mark the simd types in std #[experimental]

    f34502d Opened by Huon Wilson at 2014-01-28 07:01:26 - 3 comments
  6728. [UR] Ease the use of similar concept (binary tree vs red black tree, rope vs string vs buffer,...)

    6dfbe99 Opened by Nicolas Boulay at 2014-01-23 10:11:56 - 5 comments
  6729. Confusing error message for methods in formatting.

    77b0e9f Opened by Cyrille Karmann at 2017-05-30 14:08:56 - 6 comments
  6730. [UR] local storage inside function

    d282847 Opened by Nicolas Boulay at 2015-02-02 10:57:53 - 8 comments
  6731. rustpkg unit tests depend on external rustpkg binary

    30397b1 Opened by klutzy/defunct at 2014-02-04 13:53:03 - 1 comment
  6732. error: Unrecognized option: 'Help'

    b3d1483 Opened by Abhay Kadam at 2014-01-23 13:11:30 - 1 comment
  6733. Investigate improving scheduler work-stealing efficiency

    3972675 Opened by Alex Crichton at 2014-09-19 03:47:56 - 32 comments
  6734. Need a way to load the _rust_crate_map_toplevel from a SO on Android

    c44c0f7 Opened by Lars Bergstrom at 2014-03-26 09:56:56 - 6 comments
  6735. Return Option rather than fail on empty vectors.

    fdff560 Opened by Simon Sapin at 2014-02-01 16:36:26 - 1 comment
  6736. Internal compiler error: sequence_element_type called on non-sequence value

    0721f73 Opened by Joseph Crail at 2014-05-22 08:01:28 - 1 comment
  6737. Unexplained lifetime error in closure type

    c03e2a5 Opened by Niko Matsakis at 2017-06-18 19:45:50 - 9 comments
  6738. Cross-crate stability attributes on tuple structs are ignored

    9c1bdb7 Opened by dmanescu at 2014-02-01 14:46:24
  6739. RFC: Improve the module system

    1b51769 Opened by kud1ing at 2023-05-24 15:09:11 - 58 comments
  6740. Stop using absolute rpaths

    debdd6a Opened by Brian Anderson at 2016-02-18 22:55:16 - 26 comments
  6741. Stop relying on rpath

    22a13f9 Opened by Brian Anderson at 2014-07-09 00:31:39 - 7 comments
  6742. [UR] true "real" type, not a IEEE754 one.

    1b40412 Opened by Nicolas Boulay at 2015-01-21 20:06:55 - 10 comments
  6743. Constructing an iterator from a slice or Vec doesn't optimise completely

    1e41c24 Opened by Huon Wilson at 2014-07-21 20:36:59 - 11 comments
  6744. Error when building rustc on up-to-date Arch Linux (x86-64)

    19fc3f2 Opened by smikims at 2014-01-23 13:47:46 - 1 comment
  6745. Tutorial docs improvement metabug

    7863e13 Opened by Felix S Klock II at 2015-01-19 01:56:29 - 5 comments
  6746. SpiderMonkey trace hook generation

    d601879 Opened by Brian Anderson at 2015-01-19 14:22:25 - 5 comments
  6747. Native networking should use SO_REUSEADDR where appropriate

    68efd33 Opened by Alex Crichton at 2014-01-24 21:36:45 - 2 comments
  6748. Use our new syntax extension loading machinery to remove the hardcoded macros in libsyntax

    3524f94 Opened by bstrie at 2016-07-14 22:34:13 - 4 comments
  6749. Rename channel types and constructor

    a44ecce Opened by Brian Anderson at 2014-03-13 22:21:29 - 84 comments
  6750. Using the #[start] attribute causes --test to be silently ignored

    af163e0 Opened by Nick Smith at 2015-08-26 20:07:27 - 3 comments
  6751. Cheat sheet: add "How to implement an iterator?"

    fe73871 Opened by kud1ing at 2014-06-23 17:21:11 - 3 comments
  6752. reverse vs. rev methods on DoubleEndedIterator are confusing

    5201690 Opened by Daniel Micay at 2015-01-17 18:50:38 - 7 comments
  6753. Parenthesised part of type mismatch error message sometimes prints back-to-front

    bd7bb88 Opened by Nick Smith at 2014-11-07 02:02:53 - 2 comments
  6754. Implement some garbage collector

    673f35c Opened by Brian Anderson at 2015-01-21 20:06:56 - 6 comments
  6755. placement box

    933ec41 Opened by Brian Anderson at 2016-06-06 18:39:54 - 11 comments
  6756. Add overloadable deref traits

    65ba4f7 Opened by Brian Anderson at 2014-02-14 11:26:35 - 3 comments
  6757. Add Share kind

    a8b121f Opened by Brian Anderson at 2014-03-20 14:01:49 - 30 comments
  6758. Package all required components of the MinGW toolchain

    595e4bd Opened by Brian Anderson at 2014-09-25 01:53:37 - 27 comments
  6759. Implement a fast HashMap / hash function

    947407c Opened by Brian Anderson at 2015-01-21 01:37:12 - 44 comments
  6760. Peekable's is_empty() has the wrong definition.

    bd14ed0 Opened by Nick Hamann at 2014-01-25 15:51:30 - 1 comment
  6761. Compiler rejects cast in match arm

    6e172bd Opened by Ben Noordhuis at 2023-08-20 11:35:57 - 7 comments
  6762. Using rustc as a library hits "can't find crate for std" error

    d31da37 Opened by Huon Wilson at 2017-04-15 06:10:58 - 6 comments
  6763. remove standard library information from the Rust manual

    cb4b804 Opened by Daniel Micay at 2015-03-28 01:53:28 - 4 comments
  6764. Can't implement methods for an imported struct type without using global path

    c107b07 Opened by Nick Hamann at 2015-01-23 03:06:11 - 4 comments
  6765. error in libstd docs when trying to examine method on extension to type outside of the target module

    4159672 Opened by Jeff Olson at 2014-01-25 22:15:23 - 1 comment
  6766. infinite recursion in type_structurally_contains with enums

    4951f58 Opened by comex at 2014-01-25 22:16:41 - 1 comment
  6767. Add support for specifying external libraries by filename

    2c3fdeb Opened by Deleted user at 2019-11-14 07:01:21 - 7 comments
  6768. Using #[phase(syntax)] on use instead of mod crashes the compiler

    ecb5359 Opened by Maja Piechotka at 2014-02-11 11:21:42 - 3 comments
  6769. Reintroduce jemalloc

    29ddf4d Opened by Brian Anderson at 2014-05-11 07:46:45 - 2 comments
  6770. Reconsider default-public struct fields

    c2a4a9c Opened by Brian Anderson at 2014-04-01 00:06:31 - 4 comments
  6771. Make extern mod xxx optional

    e3ea17d Opened by Liigo Zhuang at 2014-05-07 06:00:14 - 32 comments
  6772. Local storage is always initialized

    f1adc99 Opened by Brian Anderson at 2014-01-26 07:19:55 - 2 comments
  6773. RFC: Allow external #[deriving(...)] implementations

    fd39d84 Opened by Steven Fackler at 2014-11-24 22:06:37 - 9 comments
  6774. Rename std::borrow

    41ee1a9 Opened by Brian Anderson at 2014-01-30 23:41:29 - 6 comments
  6775. Stop enforcing FIXME issue numbers

    f462112 Opened by Brian Anderson at 2014-01-29 15:56:12 - 6 comments
  6776. Change all XXX's to FIXME's

    121b397 Opened by Brian Anderson at 2014-01-26 07:53:07 - 1 comment
  6777. Add a lint for catching clone() auto(de)ref confusion.

    3516c5d Opened by Marvin Löbel at 2016-02-11 20:00:01 - 7 comments
  6778. allow multiple mod or extern mod inclusions per stmt

    9596577 Opened by Daniel Micay at 2014-07-01 15:28:11 - 14 comments
  6779. Trait method resolution is overly eager for nested pointers & types

    f4995a2 Opened by Huon Wilson at 2015-03-17 13:29:53 - 3 comments
  6780. Stable or versioned ABI?

    88226c6 Opened by Simon Sapin at 2014-08-04 08:57:52 - 4 comments
  6781. Stack overflow declaring mutually recursive traits

    5231a2e Opened by Erick Tryzelaar at 2015-04-21 22:00:03 - 3 comments
  6782. RFC: Remove glob-import functionality completely

    b8452ad Opened by James Miller at 2014-09-24 05:00:20 - 6 comments
  6783. rustpkg tries to move directory from /tmp, resulting in IO error when the destination is on an external device

    1fcfc07 Opened by Derek Chiang at 2014-01-27 00:08:57 - 2 comments
  6784. Refactor the standard library into a crate of crates

    5bab3e9 Opened by Brian Anderson at 2014-05-07 05:57:36 - 4 comments
  6785. Make the standard library work in kernel mode

    142776e Opened by Brian Anderson at 2014-06-10 17:16:59 - 3 comments
  6786. Grammatical inconsistencies in the documentation

    cd06b21 Opened by Virgile Andreani at 2014-06-23 17:37:25 - 4 comments
  6787. Decide whether to keep pointer sized integers as the default

    1bcd90b Opened by Brian Anderson at 2014-04-17 21:36:45 - 7 comments
  6788. libnative does not close port cleanly under some circumstances

    ad7f98b Opened by Derek Chiang at 2014-01-28 22:38:59 - 6 comments
  6789. sigils in front of macro_rules's expr nonterminal can convert a literal to a ~str

    9531468 Opened by Huon Wilson at 2014-09-19 07:55:32 - 2 comments
  6790. Try rethinking the format_args! macro

    2f5996f Opened by Alex Crichton at 2014-01-27 17:31:50 - 5 comments
  6791. new buildsystem has wrongish deps, specifically for libnative

    5e73e55 Opened by emberian at 2014-01-28 01:21:44 - 3 comments
  6792. ICE on pattern matching Option

    45c210b Opened by Paolo Falabella at 2014-05-22 08:01:28 - 1 comment
  6793. Use a stable release of LLVM

    042d43f Opened by Brian Anderson at 2014-04-17 16:10:49 - 6 comments
  6794. rustpkg can't find std and extra

    710da82 Opened by Eric Holk at 2014-02-06 20:53:53 - 5 comments
  6795. ICE: Wrong temporary lifetime computation

    11cd4ac Opened by Flavio Percoco at 2014-01-30 00:21:40 - 4 comments
  6796. Potential generalization of destructing struct destructuring

    188dd12 Opened by Gábor Lehel at 2015-01-23 03:01:46 - 5 comments
  6797. Figure out final solution for volume-relative windows paths

    af0e823 Opened by Lily Ballard at 2016-01-05 16:27:30 - 9 comments
  6798. We need fs::realpath

    3994675 Opened by Lily Ballard at 2017-05-03 22:53:32 - 16 comments
  6799. Remove rustpkg

    e00c8e4 Opened by Brian Anderson at 2014-02-02 10:46:18 - 4 comments
  6800. Build docs into a different directory

    6198660 Opened by Brian Anderson at 2014-02-02 20:36:23 - 6 comments
  6801. make install without make causes error

    271b995 Opened by comex at 2014-04-29 00:52:26 - 3 comments
  6802. "make" on OSX fails

    45d5a7f Opened by Ryan Stout at 2015-04-28 07:58:49 - 12 comments
  6803. Internal compiler error with unreachable nested if-expression

    ae4656a Opened by Nick Smith at 2014-02-10 22:06:42 - 2 comments
  6804. Borrowing strings seems broken

    024f653 Opened by emberian at 2014-10-03 07:27:53 - 4 comments
  6805. RFC: remove pub use globs

    7ea23ce Opened by Felix S Klock II at 2014-09-18 21:15:47 - 22 comments
  6806. remove segmented stack preludes or at least make them optional

    5635b0d Opened by Daniel Micay at 2014-10-21 22:23:37 - 11 comments
  6807. Closure fails to borrow its upvar, causing memory unsafety

    ef7f326 Opened by Huon Wilson at 2014-03-07 00:21:40 - 4 comments
  6808. mk/install.mk:122: *** unterminated call to function foreach': missing )'.

    79e22e2 Opened by Tobias Markmann at 2014-01-29 05:41:36 - 2 comments
  6809. port from ~[T] to Vec<T>

    eb423b5 Opened by Daniel Micay at 2014-09-08 02:47:26 - 8 comments
  6810. make Vec<T> implement the slice methods

    d680a9e Opened by Daniel Micay at 2014-12-18 04:05:21 - 4 comments
  6811. Adding or removing an item should not silently change behavior of downstream code

    cc643ef Opened by Gábor Lehel at 2014-06-12 21:29:33 - 22 comments
  6812. build failure: librustc-0d83f02f-0.10-pre.so: undefined reference to `LLVMRustDebugMetadataVersion'

    e014eda Opened by Alexander Samoilov at 2014-01-29 02:35:43 - 5 comments
  6813. ICE when trying to parameterize on ebml::writer::Encoder

    2c69d64 Opened by Jeff Olson at 2014-04-08 16:55:17 - 4 comments
  6814. ICE const value has different size than its type (again)

    d65ee55 Opened by Kang Seonghoon at 2014-05-11 00:37:26 - 2 comments
  6815. Using Mozilla Develloper Network(MDN) for RustDocumentation

    aaca162 Opened by Axel Viala at 2014-01-28 21:15:24 - 17 comments
  6816. Change #[lang="foo"]-style items to #[lang("foo")]

    2b68abf Opened by Patrick Walton at 2014-03-14 11:08:57 - 21 comments
  6817. make 0install the basis of the official Rust package manager

    2af128a Opened by Daniel Micay at 2014-03-22 21:50:44 - 9 comments
  6818. SIGABRT when compiling with -Z lto and extern mod extra

    e763aa7 Opened by Jorge Aparicio at 2014-03-18 21:22:45 - 4 comments
  6819. Add spawn! and try! macros

    19dfa83 Opened by Scott Lawrence at 2015-01-23 03:00:03 - 22 comments
  6820. Have a proper 404 page for rust-lang.org and static.rust-lang.org

    95db979 Opened by Huon Wilson at 2014-05-21 02:52:20 - 7 comments
  6821. Configure S3 to allow omitting the trailing index.html on documentation pages

    9fc4dd4 Opened by Huon Wilson at 2014-05-13 02:09:38 - 7 comments
  6822. libc::free() should expect a mutable pointer

    038de78 Opened by Deleted user at 2014-01-29 07:01:34 - 1 comment
  6823. LLVM assertion on SIMD bit shift, ICE on SIMD division

    54a5447 Opened by Deleted user at 2014-01-30 11:31:31
  6824. Program fails to compile for confusing reasons

    1555063 Opened by Alex Gaynor at 2014-01-29 05:46:16 - 1 comment
  6825. --test -Z lto optimizes the benchmarks out

    8d30b19 Opened by Deleted user at 2014-01-29 06:28:25 - 1 comment
  6826. omitting frame pointers breaks retrieving DWARF debug info for parameter values

    e7e0684 Opened by Daniel Micay at 2018-05-01 10:10:48 - 23 comments
  6827. task 'rustc' failed at 'assertion failed: lib.rlib.is_none()'

    fef6e66 Opened by Сухарик at 2014-02-21 04:41:54
  6828. Accessing &mut through & oddities

    b2a7e90 Opened by Alex Crichton at 2015-01-04 15:37:49 - 8 comments
  6829. use real vtable type in the trait object representation

    c4da0aa Opened by Daniel Micay at 2017-03-01 15:48:21 - 4 comments
  6830. glob("*") does not support matching non-utf8 filenames

    234db2b Opened by Lily Ballard at 2015-01-05 08:47:54 - 7 comments
  6831. stop generating a TyDesc for trait objects

    8e95cb1 Opened by Daniel Micay at 2014-02-23 20:34:43 - 1 comment
  6832. Embedding API

    303e5f3 Opened by Brian Anderson at 2015-01-31 23:49:57 - 3 comments
  6833. Make rust_stack_exhausted a lang item

    e97c42f Opened by Brian Anderson at 2014-05-31 00:53:06 - 11 comments
  6834. Proc lifetime bug

    2a6405a Opened by Sven Nilsen at 2014-03-07 08:04:38 - 5 comments
  6835. emit intrinsic declarations lazily

    f8d553e Opened by Daniel Micay at 2014-04-10 14:16:57 - 1 comment
  6836. bump minimum OS X version to 10.7

    7758312 Opened by Daniel Micay at 2014-02-01 07:28:22 - 4 comments
  6837. Add a macro non-terminal for the interior of a block

    d4763cd Opened by Huon Wilson at 2015-01-21 20:01:37 - 2 comments
  6838. ICE with #[unsafe_destructor]

    33762ee Opened by Jason Miller at 2014-01-30 17:07:41 - 2 comments
  6839. RFC: C99-style designated initializers

    56e94ae Opened by Edward Wang at 2014-09-16 03:54:36 - 4 comments
  6840. Uniform function call syntax

    73c9e2b Opened by Brian Anderson at 2014-10-15 00:35:22 - 9 comments
  6841. LLVM failure "Calling a function with a bad signature!" when matching on &'static strs

    123e99d Opened by Vladimir Matveev at 2014-06-10 21:52:03 - 3 comments
  6842. Don't link to libc by default

    a88019a Opened by Brian Anderson at 2014-02-16 21:49:22 - 2 comments
  6843. methods of re-exported private items are not placed in the search index

    5f2af6f Opened by SiegeLord at 2015-02-11 01:19:11 - 2 comments
  6844. Vector (and others) .reserve and .reserve_at_least naming is poor

    cd3999a Opened by Huon Wilson at 2014-02-04 13:41:41
  6845. CreateSymbolicLinkW (and possibly others) are not supported in Windows XP

    51bc431 Opened by Kang Seonghoon at 2014-03-12 18:48:30 - 11 comments
  6846. Unwinding on mac64 is broken with fp elim

    d75f304 Opened by Alex Crichton at 2017-03-01 15:38:27 - 5 comments
  6847. Change io_error abstraction

    86477ab Opened by Nick Desaulniers at 2014-01-31 20:56:55 - 2 comments
  6848. Procs do not capture mutability

    b60df02 Opened by Nick Desaulniers at 2014-08-09 13:16:24 - 6 comments
  6849. Confusing error message with < binop

    1b1f57e Opened by Deleted user at 2017-05-03 21:37:04 - 3 comments
  6850. ICE with phantom types using default type parameters

    2e50fa7 Opened by Masanori Ogino at 2014-02-02 13:26:18 - 2 comments
  6851. make docs fails if configured with --disable-rpath

    3fc12bc Opened by NAKASHIMA, Makoto at 2014-02-02 20:36:23
  6852. Owned trait objects are erroneously permitted to contain references

    3d49965 Opened by Chris Morgan at 2014-06-19 21:13:44 - 8 comments
  6853. fail_bounds_check incorrectly casts temporary to static

    ffade33 Opened by Brian Anderson at 2014-02-18 21:36:52
  6854. de-glob std

    5f247c1 Opened by Brian Anderson at 2014-10-23 17:54:46 - 5 comments
  6855. The // SNAP feature of tidy is broken

    eeaf1b6 Opened by Huon Wilson at 2014-02-06 03:41:30 - 1 comment
  6856. Allow specification of starting index in str::find

    2cdcae3 Opened by xales at 2015-07-07 21:30:19 - 7 comments
  6857. RFC: Add syntaxic sugar for struct expressions fields from variables of the same name

    572a58d Opened by Simon Sapin at 2014-09-24 05:00:23 - 6 comments
  6858. rustdoc should indicate when a doc was inherited from a trait.

    ea53d15 Opened by Jake Kerr at 2014-05-07 12:11:52 - 2 comments
  6859. Document impl Clone for Rc with Rc specific information

    0d2e790 Opened by Jake Kerr at 2014-12-10 18:29:07 - 3 comments
  6860. Rust 0.9 Segmentation fault in BufferedReader

    f782f38 Opened by Dmitrii Vasilev at 2014-02-02 18:45:48 - 2 comments
  6861. clamp allocations of size 0 to 1 or pass size to free

    671505c Opened by Daniel Micay at 2014-04-04 10:12:31 - 11 comments
  6862. Consolidate codegen-related compiler flags

    027f5b3 Opened by Alex Crichton at 2014-02-10 10:36:23 - 1 comment
  6863. use consistent terminology to describe moves

    1dbd774 Opened by Daniel Micay at 2015-01-12 20:03:27 - 2 comments
  6864. ICE when compiling function w/ Iterator with lifetime constraint

    3a160d8 Opened by Yuri Kunde Schlesner at 2014-03-21 17:50:02 - 2 comments
  6865. Implement libnative signal handling

    bb3b539 Opened by Brian Anderson at 2014-02-03 04:25:01 - 1 comment
  6866. Optimise std::vec's .sort_by for short vectors (remove/reduce allocations)

    73c5b92 Opened by Huon Wilson at 2014-02-14 04:34:07 - 2 comments
  6867. Add a shorter macro for println!("{:?}", foo)

    008a817 Opened by Simon Sapin at 2020-10-14 01:41:32 - 29 comments
  6868. put reflection in format strings behind a feature gate or mark it with #[experimental]

    8dfaf5a Opened by Daniel Micay at 2014-05-28 06:21:49 - 13 comments
  6869. debug-info/function-arg-initialization.rs is xfail'd

    21bfcbf Opened by Alex Crichton at 2014-02-20 14:56:49 - 1 comment
  6870. Rationalize specification of cross-build target tools

    1ae6af2 Opened by vadimcn at 2015-01-23 02:57:29 - 3 comments
  6871. Possibly invalid "unconstrained types" calling trait method with constraints

    6856511 Opened by Erick Tryzelaar at 2014-12-22 10:52:08 - 8 comments
  6872. document and justify temporary lifetime rules in the documentation

    35b4a7d Opened by Niko Matsakis at 2015-07-07 17:22:49 - 9 comments
  6873. tweak temporary lifetime rules for if and while conditions

    fdd1df8 Opened by Niko Matsakis at 2016-08-28 23:13:24 - 7 comments
  6874. Resolve problems in finalization API

    31c1504 Opened by Brian Anderson at 2014-10-02 21:06:54 - 3 comments
  6875. Rename the if_ok! macro

    713cbdc Opened by Alex Crichton at 2014-02-21 02:11:54 - 17 comments
  6876. Implement allocators, integrate with box, smart pointers, containers

    846410a Opened by Brian Anderson at 2015-02-04 07:46:40 - 19 comments
  6877. need std::io::listener for impl Listener<TcpStream, TcpAcceptor> for TcpListener

    8ba6872 Opened by Nick Desaulniers at 2015-01-20 06:24:41 - 1 comment
  6878. proc permits upvars to be moved repeatedly in a loop

    d66ee37 Opened by Nick Desaulniers at 2014-04-10 03:01:56 - 6 comments
  6879. Failed asserting on Select drop

    7ca7ba7 Opened by Deleted user at 2015-02-14 08:38:06 - 7 comments
  6880. std::comm::select! needs to be an exported macro

    853dd3c Opened by Alex Crichton at 2014-02-28 08:16:53
  6881. Direct Rc/Weak cycle causes double free

    4cdbf0e Opened by Huon Wilson at 2014-02-06 12:21:36 - 5 comments
  6882. rename assert! and assert_eq! to reflect that they uphold an invariant

    ea72fe7 Opened by Daniel Micay at 2014-05-02 09:06:51 - 2 comments
  6883. Lower-case diagnostics in libsyntax and librustc

    3ea68cc Opened by Brian Anderson at 2014-02-08 23:12:09 - 2 comments
  6884. path: Windows paths may contain non-utf8-representable sequences

    de78e98 Opened by Lily Ballard at 2015-02-04 08:47:21 - 29 comments
  6885. RFC: Remove num::Orderable

    bbaa158 Opened by Michael Darakananda at 2014-02-14 04:28:10
  6886. segfault when trying to write multiple times to a socket moved across a task boundary

    dc0f06b Opened by Colin at 2014-02-06 05:03:44 - 3 comments
  6887. ICE: "vtables missing where they are needed"

    50422d3 Opened by Michael Woerister at 2014-02-06 17:42:10 - 4 comments
  6888. Why this code cause coredump ?

    7e1f032 Opened by Simon Liu at 2014-02-06 17:11:09 - 2 comments
  6889. Add min/max/clamp to Ord

    e1635f4 Opened by Michael Darakananda at 2014-02-23 20:13:31 - 11 comments
  6890. License in-tree docs correctly

    897f230 Opened by Brian Anderson at 2014-02-08 01:26:29 - 1 comment
  6891. println!(format!("")) causes infinite loop in compiler

    c29ac7c Opened by Douglas Young at 2014-02-06 19:55:21 - 1 comment
  6892. RFC: Give anonymous lifetimes names based on their parameter

    7980645 Opened by Lily Ballard at 2014-09-03 21:24:21 - 9 comments
  6893. Make unwinding task-independent

    550bdda Opened by Brian Anderson at 2015-01-21 01:37:13 - 3 comments
  6894. io::Process needs to expose more functionality

    adcc756 Opened by Alex Crichton at 2014-02-17 01:56:38
  6895. Exportable macros require hardcoding crate's name

    69be683 Opened by Huon Wilson at 2015-10-03 21:55:30 - 6 comments
  6896. assignment of statement expressions crashes compiler

    14e10da Opened by Jorge Adriano Branco Aires at 2014-02-07 14:46:24 - 1 comment
  6897. Candidate methods not culled by type bounds

    546c3d6 Opened by SiegeLord at 2014-11-03 17:00:45 - 2 comments
  6898. Tune merge_sort insertion threshold

    179b80f Opened by zkamsler at 2014-04-20 16:25:38 - 1 comment
  6899. io::net::unix needs to be renamed

    0e3515b Opened by Alex Crichton at 2014-09-17 20:06:27
  6900. Building rustc without using the system defaults

    287e61b Opened by Marc Bowes at 2014-06-01 07:48:39 - 2 comments
  6901. Convert the "Rust for C++ programmers" wiki page into a C/C++ migration/comparison guide

    80a9076 Opened by Huon Wilson at 2015-02-10 03:08:00 - 5 comments
  6902. Cross compilation + #[phase(syntax)] = sadness

    412ce77 Opened by Alex Crichton at 2014-06-05 21:34:50 - 3 comments
  6903. Introduce new keyword(s) to modify mutability

    ff0152c Opened by Derek Chiang at 2014-08-23 18:10:00 - 3 comments
  6904. Use keyword crate to define crates: pub crate std;

    e62e0f9 Opened by Liigo Zhuang at 2014-09-24 05:00:25 - 9 comments
  6905. Introduce post-increment like in C++

    a0da7be Opened by Michael Shaulskiy at 2020-11-08 09:24:31 - 15 comments
  6906. io::IoError should carry info on the invalid byte sequence on non-utf8 InvalidInput

    39744d2 Opened by Felix S Klock II at 2018-07-28 21:59:10 - 8 comments
  6907. LLVM assertion hit when bootstrapping with a local rustc ("Invoking a function with bad signature")

    c66e133 Opened by Luca Bruno at 2014-02-09 19:35:05 - 4 comments
  6908. 'index out of bounds: the len is 0 but the index is 0' on match { } block

    a4f042f Opened by Deleted user at 2014-05-22 08:01:28 - 6 comments
  6909. Return value/use extra::test::black_box in benchmarks that are optimised to nothing

    33fa811 Opened by Huon Wilson at 2014-08-22 18:45:56 - 5 comments
  6910. Make it possible to search for docs across crates

    e647205 Opened by Derek Chiang at 2014-04-16 19:50:19 - 3 comments
  6911. Macros bypass other feature gates

    ec60a05 Opened by Brian Anderson at 2015-04-02 21:33:17 - 18 comments
  6912. CreateSymbolicLinkW: incorrect function signature

    b480eb5 Opened by cremno at 2014-02-10 07:06:28
  6913. Run LLVM function passes immediately after translating a function to LLVM IR.

    47a8771 Opened by Eduard-Mihai Burtescu at 2014-02-09 19:32:56 - 2 comments
  6914. A proc can be called twice when captured in a proc

    091577d Opened by Huon Wilson at 2014-04-10 03:01:56 - 3 comments
  6915. #[deriving(Show)] handles its interior fundamentally incorrectly

    fcaa9de Opened by Huon Wilson at 2015-02-15 18:50:22 - 10 comments
  6916. try! not usable in main()

    3bb0adc Opened by Jason Fager at 2018-04-03 09:56:34 - 18 comments
  6917. prefer-dynamic has bad error messages when rlibs are available

    ca37329 Opened by Dzmitry Malyshau at 2014-02-20 13:41:49 - 2 comments
  6918. Equiv and HashMap need a better interface

    78bf87f Opened by Alex Crichton at 2014-11-18 19:30:39 - 7 comments
  6919. Process spawning should expose the ability to drop capabilities on linux

    2123748 Opened by Alex Crichton at 2015-03-05 01:49:25 - 3 comments
  6920. Unpacking tuples through assignment

    e49eb75 Opened by Tobba at 2014-02-09 22:17:05 - 2 comments
  6921. I/O objects should be Freeze

    c2f9fe7 Opened by Alex Crichton at 2014-03-26 18:15:49 - 5 comments
  6922. Function sections should be enabled by default in the static compiler

    ef18b06 Opened by Tobba at 2014-02-21 23:10:31 - 4 comments
  6923. Consider dropping Freeze from the MutexArc bounds

    7cce2c2 Opened by Alex Crichton at 2014-02-09 23:16:14 - 3 comments
  6924. Failed to find impl for trait, but that trait shouldn't be used anyway

    ca0bc89 Opened by Palmer at 2014-11-06 18:55:16 - 6 comments
  6925. Borrow checker gets confused by a conditionally returned borrows

    970733e Opened by Huon Wilson at 2014-09-19 09:54:35 - 6 comments
  6926. Danger of leaking file descriptors when spawning processes

    1dd33b2 Opened by Alex Crichton at 2015-04-10 14:57:41 - 21 comments
  6927. Make --crate-file-name always return one file with any kind

    8381cd9 Opened by Armin Ronacher at 2015-01-19 20:33:42 - 4 comments
  6928. Reserve 'do' keyword

    45a1dcd Opened by Brian Anderson at 2014-02-11 12:34:01 - 6 comments
  6929. Compiler should not globally stop compilation based on errors

    3f174ee Opened by Lars Bergstrom at 2024-01-27 11:58:14 - 9 comments
  6930. Expose an UTF-8 checking function that returns the index of the error

    ebc9454 Opened by Deleted user at 2015-02-16 18:27:55 - 12 comments
  6931. ICE rather than "unresolved import" when use is mixed with [#phase(syntax)]

    193f4ea Opened by Raphael Speyer at 2014-02-10 23:18:13 - 2 comments
  6932. rustc --dep-info has started using absolute paths in the output

    8ea1ad8 Opened by Lily Ballard at 2014-02-11 13:51:42 - 7 comments
  6933. Syntax crates are broken on OSX Homebrew builds

    fd99811 Opened by Steven Fackler at 2014-03-13 05:02:50 - 13 comments
  6934. Devise a way to test spans

    ada97e0 Opened by Seo Sanghyeon at 2018-11-07 22:44:42 - 4 comments
  6935. Weird error message when returning an &'r T

    5d5ca30 Opened by Tethys Svensson at 2014-07-06 22:16:36 - 1 comment
  6936. Internal compiler error when using "--pretty typed"

    dd44001 Opened by Tethys Svensson at 2014-07-18 00:17:55 - 2 comments
  6937. Use issuetemplate.com to make issue triaging easier.

    e00ba24 Opened by Kent C. Dodds at 2014-09-22 13:59:07 - 1 comment
  6938. LLVM DIG assertion when running make check with -g

    a1c4ee0 Opened by Nick Cameron at 2014-05-22 15:12:20 - 6 comments
  6939. RefCell causes unnecessary code bloat + branches

    ff29bf7 Opened by Daniel Micay at 2014-05-23 15:03:28 - 3 comments
  6940. standard library results in enormous binaries

    d594f00 Opened by Daniel Micay at 2014-03-23 09:06:44 - 6 comments
  6941. More specific errors for kind check failures

    c76c970 Opened by Niko Matsakis at 2015-01-16 20:08:56 - 2 comments
  6942. Stability attributes and kinds

    d58c09b Opened by emberian at 2014-06-10 18:12:11 - 12 comments
  6943. Define what the stability attributes mean

    16c6cf7 Opened by emberian at 2014-07-30 23:27:26 - 7 comments
  6944. 'rustc' failed at 'lookup_item: id not found: 112089'

    a38e24a Opened by Mathijs van de Nes at 2014-02-13 11:59:02 - 3 comments
  6945. improve error message when the content of loop is not a block

    31c679d Opened by Ariel Ben-Yehuda at 2014-11-14 10:12:39
  6946. Drop allowed while active borrows still in scope

    0a23315 Opened by Thiez at 2014-07-02 13:47:14 - 17 comments
  6947. Calling a closure needs to be treated like a unique-immutable borrow

    64fa278 Opened by Niko Matsakis at 2014-04-23 20:06:38 - 6 comments
  6948. failed at 'assertion failed: prev >= 0', /Users/kevin/Dev/rust/rust/src/libstd/comm/stream.rs:355

    88bef7a Opened by Lily Ballard at 2014-02-14 00:27:21
  6949. Want a way to spawn a task that doesn't block its task pool from exiting

    dfd8395 Opened by Lily Ballard at 2014-06-10 17:21:51 - 4 comments
  6950. Some way to dump debug info about all living tasks

    6a90532 Opened by Lily Ballard at 2014-09-19 05:02:47 - 3 comments
  6951. There have any plan to add timeout API when reading/writing socket?

    1993b73 Opened by Simon Liu at 2015-01-20 06:21:26 - 1 comment
  6952. Change the debug! macro ast expansion for temporaries

    065288f Opened by Alex Crichton at 2014-02-19 15:11:46 - 3 comments
  6953. comparative code examples in tutorial/guides should be minimal diffs

    de5424e Opened by Felix S Klock II at 2014-07-16 17:49:01 - 6 comments
  6954. Can't define a function name using concat_idents!()

    a4ff0c4 Opened by Keegan McAllister at 2016-05-24 21:03:51 - 17 comments
  6955. Surprising, possibly buggy behavior on &mut patterns in for loops

    93348f3 Opened by bstrie at 2014-02-27 21:46:34 - 8 comments
  6956. internal compiler error: no ref

    793dc00 Opened by Danny George at 2014-03-01 03:55:32 - 1 comment
  6957. Mutability of variables captured by procs is ignored

    e92f880 Opened by Huon Wilson at 2014-02-15 02:09:04 - 3 comments
  6958. Allow unsafe statements

    89d96ca Opened by Alexander Blom at 2014-09-16 03:56:02 - 3 comments
  6959. break and continue are not hygienic

    451e2ee Opened by Flavio Percoco at 2014-02-24 00:47:03 - 14 comments
  6960. Fix quote macros (e.g. quote_pat) and make a test that we can un-ignore-test

    04ade9d Opened by Felix S Klock II at 2017-01-03 20:42:27 - 2 comments
  6961. Define ExpansionContext trait for the quote_foo! macros to use

    a586303 Opened by Felix S Klock II at 2019-01-24 18:30:06 - 2 comments
  6962. quote macros do not err or warn on trailing token-trees in input

    ce090b9 Opened by Felix S Klock II at 2019-01-24 18:30:06 - 4 comments
  6963. compiler-rt dependencies are not set up properly

    5efd57d Opened by Lily Ballard at 2014-12-15 16:02:14 - 3 comments
  6964. Redesign website

    3b77793 Opened by Brian Anderson at 2014-06-24 01:11:32 - 10 comments
  6965. Remove floating point modulus as a built-in operation; relegate it to the libraries

    1068194 Opened by Brian Anderson at 2014-04-20 19:51:33 - 5 comments
  6966. builtin arithmetic ops should be inlined when used in a generic function

    9aa32ad Opened by Daniel Micay at 2019-06-25 19:38:25 - 9 comments
  6967. Add a cheap & basic debug-info generation option

    e3806c5 Opened by Huon Wilson at 2014-03-06 11:06:41 - 7 comments
  6968. replace the real number trait hierarchy with a single IEEE754 Float trait

    c9fc75e Opened by Daniel Micay at 2014-05-21 03:37:53 - 25 comments
  6969. rustc crashes matching Option<&S> when S is a struct with no fields.

    d4f5a93 Opened by Jake Kerr at 2014-07-04 13:41:29 - 1 comment
  6970. External linker arguments should be topologically ordered

    520f772 Opened by Kang Seonghoon at 2014-03-25 23:15:36 - 7 comments
  6971. rustdoc erroneously recognises typedefs of cross-crate typedefs as enums

    f0b6396 Opened by Chris Morgan at 2014-05-27 23:43:39 - 1 comment
  6972. rustdoc creates bad links on pub use of enum variants

    917ac75 Opened by Chris Morgan at 2014-02-19 11:21:48
  6973. Rustdoc doesn't show default type parameters

    b9f75df Opened by Huon Wilson at 2014-06-23 12:41:38 - 1 comment
  6974. serialize::Decodable decode() should return a IoResult/DecodeResult?

    2632a21 Opened by Michael Neumann at 2014-03-28 08:36:48 - 9 comments
  6975. Add emit_binary() to serialize::Encoder trait

    6443a20 Opened by Michael Neumann at 2015-01-23 02:53:54 - 1 comment
  6976. IoResult bloats return values

    d26c231 Opened by Michael Neumann at 2014-02-16 00:30:58 - 7 comments
  6977. assertion failed: self.steals >= 0

    2677f03 Opened by Frank Denis at 2014-02-16 08:46:31 - 2 comments
  6978. Unexpected internal compiler error using incompatible rlib

    eb9a268 Opened by Emilia Bopp at 2014-02-21 04:41:54 - 1 comment
  6979. run-make tests don't work on windows

    d31fcff Opened by Brian Anderson at 2014-04-28 04:51:42
  6980. Add a getopt flag that consumes all remaining arguments

    577f095 Opened by Deleted user at 2015-01-19 21:05:56 - 2 comments
  6981. Vim plugin highlights single line comments nested within a multi line comment

    aebee38 Opened by Steven Fackler at 2014-03-02 02:46:46 - 5 comments
  6982. Capturing stdout from test code is inconsistent

    20c8dfa Opened by Micah Chalmer at 2023-12-25 00:03:03 - 22 comments
  6983. RFC: Rename BitAnd, BitOr, and BitXor to And, Or, and Xor

    bbe4910 Opened by Brendan Zabarauskas at 2014-09-24 05:00:31 - 8 comments
  6984. utf16_chars() and from_utf16() stop on 0_u16

    639d9ba Opened by Simon Sapin at 2014-02-19 04:41:49
  6985. utf16_chars incorrect for even-numbered non-BMP planes

    f656314 Opened by Simon Sapin at 2014-02-19 04:41:49
  6986. lto-smoke test fails due to multiple definition of 'rust_swap_registers'

    07f7239 Opened by Douglas Young at 2014-02-16 21:06:30 - 1 comment
  6987. FreeBSD 10 support in snapshots for stage0.

    0ad78f4 Opened by lyuts at 2014-03-30 04:08:51 - 11 comments
  6988. Can we stop rustc --test warning of an unused main()?

    88118c0 Opened by Chris Morgan at 2015-09-14 11:02:09 - 15 comments
  6989. ICE when compiling with --pretty=typed option

    3315f0f Opened by Edward Wang at 2014-02-17 00:37:17 - 1 comment
  6990. Raise an error / warning on single path match

    0fc7041 Opened by Flavio Percoco at 2014-02-17 00:01:02 - 5 comments
  6991. make check failes with -g

    fa9660c Opened by Nick Cameron at 2014-02-20 14:56:49 - 2 comments
  6992. Give better error messages for visibility errors where there are defintions in both namespaces

    edeaf96 Opened by Nick Cameron at 2016-03-03 05:16:12 - 1 comment
  6993. Distribute compiletest binary

    51f26e5 Opened by Steven Fackler at 2022-08-13 21:36:51 - 17 comments
  6994. master is on fire

    04c44b0 Opened by emberian at 2014-02-17 23:26:49 - 8 comments
  6995. RFC: Remove inner attributes and inner doc-comments syntax

    6ae8219 Opened by Liigo Zhuang at 2014-03-30 06:23:06 - 4 comments
  6996. Provide iterator-based approach for collections::list

    7dc6935 Opened by Bruno de Oliveira Abinader at 2014-02-28 06:56:53
  6997. Move markdown library out of librustdoc into it's own libmarkdown

    2fcdbc1 Opened by Michael Neumann at 2014-11-10 16:57:02 - 2 comments
  6998. Better error message about [T] as a bare type (and in general)

    143009a Opened by Simon Sapin at 2014-09-16 03:58:15 - 4 comments
  6999. Unnecessary parens could warn on let foo = (bar);

    5d0a101 Opened by Alex Crichton at 2014-02-22 19:36:45 - 6 comments
  7000. Nonblocking I/O

    98bf58b Opened by Alex Crichton at 2014-06-17 17:13:45 - 5 comments
  7001. Update compiler-rt before 0.10 release

    71c45d9 Opened by Masanori Ogino at 2014-02-18 22:51:40 - 1 comment
  7002. [RFC] Proposal for infix . associated/'static' method syntax

    97a820f Opened by Nick Cameron at 2014-03-16 23:30:25 - 22 comments
  7003. Crash (null ptr) in recv_opt

    89a646d Opened by Gavin Baker at 2014-02-18 06:21:10 - 1 comment
  7004. make install starts rebuilding stage0 after a just completed make

    3c3f4de Opened by Deleted user at 2015-02-13 03:38:22 - 6 comments
  7005. Add FailingReader<R:Reader> to make every Reader fail on errors

    1ebd741 Opened by Michael Neumann at 2014-03-13 08:06:39 - 10 comments
  7006. Pattern matching with overlapping matches crash the compiler

    ccf19db Opened by Haraldur Karlsson at 2014-05-22 08:01:28 - 5 comments
  7007. "unsupported representation for univariant enum" when using the repr attribute with single-variant enums

    a9af501 Opened by bstrie at 2014-02-18 17:37:53 - 1 comment
  7008. Pluggable lints (and attributes)

    67ec280 Opened by Lily Ballard at 2015-01-23 02:50:32 - 4 comments
  7009. Make bors warn about commits without issue #s

    78cc3d4 Opened by Brian Anderson at 2015-01-23 05:13:29 - 10 comments
  7010. std::os has a possible infinite loop/OOM crash when running commands that return a lot of text

    5a0faa0 Opened by Huon Wilson at 2014-02-20 09:46:55
  7011. Compiler error when referencing crate "glfw-rs"

    acda70a Opened by hhildebr at 2014-02-19 20:55:45 - 8 comments
  7012. fail and fail_bounds_checks lang items should take &'static str not *u8

    0b89875 Opened by Huon Wilson at 2014-08-23 18:04:33 - 1 comment
  7013. Implementations of traits for &mut T yields surprises about mutability

    0a7f142 Opened by Chris Morgan at 2014-02-25 02:26:47 - 2 comments
  7014. The num::bigint::RandBigInt trait is not publicly accessible

    8e3ba7d Opened by James Sanders at 2014-02-20 08:31:56
  7015. stdio module description "stutters"

    0d8e498 Opened by Val Markovic at 2014-02-26 20:11:39 - 8 comments
  7016. [RFC] Remove "normalized to NFKC" clause from the reference manual, section 3.1

    6951a30 Opened by Masanori Ogino at 2014-08-05 09:46:32 - 6 comments
  7017. [RFC] Use one dot . instead of four dots :: in path syntax

    d760566 Opened by Liigo Zhuang at 2014-02-19 22:28:31 - 7 comments
  7018. Using Chan from a thread created from a c library crashes after sometime

    d88cd81 Opened by arturo at 2014-02-23 01:46:05 - 6 comments
  7019. Separate tests from code under test in libraries

    ad72a2d Opened by Emilia Bopp at 2020-02-12 16:05:19 - 10 comments
  7020. Add std::str::Chars remaining() function

    522c51b Opened by Michael Neumann at 2014-09-02 21:55:50 - 7 comments
  7021. Closure symbols no longer contain hashes and also collide

    7d2ae8f Opened by Alex Crichton at 2014-03-14 14:56:24 - 1 comment
  7022. Operator overloading only considers the method name, not which trait is implemented

    6b4f208 Opened by SiegeLord at 2014-02-25 22:11:37 - 2 comments
  7023. Resolve the nested inner macros correctly

    5709c6e Opened by Edward Wang at 2017-05-16 21:26:34 - 9 comments
  7024. GetFinalPathNameByHandleW should be audited

    db17b16 Opened by Lily Ballard at 2014-02-28 02:46:54 - 2 comments
  7025. Add a derive! macro to utilise deriving sugar outside Struct/Enum definition

    eac1703 Opened by Ben Harris at 2014-02-20 07:10:46 - 4 comments
  7026. Remove rustc dependency on libextra

    8d59c3e Opened by HeroesGrave at 2014-03-15 07:41:30 - 3 comments
  7027. Unsafe blocks inside compiler macros silence unused_unsafe warning

    fdd5cd7 Opened by Huon Wilson at 2014-02-21 16:21:50
  7028. #[allow(default_type_param_usage)] is not gated

    cd6f469 Opened by Alex Crichton at 2014-02-25 14:36:35 - 1 comment
  7029. Better error message for incorrect struct construction syntax.

    844b2be Opened by Dylan Braithwaite at 2015-04-14 14:59:48 - 3 comments
  7030. Audit all concurrent types for &mut aliases

    b1aa3b0 Opened by Brian Anderson at 2015-04-16 23:09:50 - 2 comments
  7031. Immutable statics should only allow types which are Freeze

    2e8a0dd Opened by Alex Crichton at 2014-02-28 04:06:56 - 4 comments
  7032. floating point types have an incorrect implementation of Eq and Ord

    351c06c Opened by Daniel Micay at 2014-02-24 11:53:49 - 1 comment
  7033. add back noalias to &mut parameters

    f7bbbaa Opened by Daniel Micay at 2014-05-05 17:01:43
  7034. semver: ignore build metadata

    76fb210 Opened by Masanori Ogino at 2014-02-25 05:22:00 - 2 comments
  7035. rust package size has gone from 120MiB in 0.9 to 330MiB with master

    8b88798 Opened by Daniel Micay at 2014-04-01 11:38:27 - 6 comments
  7036. RFC: Totally ordered wrappers for f32 and f64 (and possibly others)

    d4eea36 Opened by Kang Seonghoon at 2014-02-24 12:30:14 - 38 comments
  7037. move -Z lto to -C lto

    ac4f3ee Opened by Daniel Micay at 2014-09-21 09:30:39 - 2 comments
  7038. Linker argument order sometimes wrong.

    7d63969 Opened by Karen Webb at 2014-02-28 08:16:53 - 2 comments
  7039. lint for matches with a single case

    64fbeef Opened by Daniel Micay at 2016-02-11 20:00:15 - 3 comments
  7040. Possible bloat from over-use of default methods on trait objects

    6838910 Opened by zkamsler at 2015-03-02 17:42:45 - 2 comments
  7041. match binding is unexpectedly mutable

    862608a Opened by Lily Ballard at 2014-02-25 08:01:51 - 8 comments
  7042. Investigate placing modules in separate object sections

    42db888 Opened by Alex Crichton at 2017-02-08 15:43:34 - 3 comments
  7043. Remove vector methods that enforce uneccessary allocations or copies

    b7fe760 Opened by Marvin Löbel at 2014-09-29 04:05:26 - 2 comments
  7044. Add a dedicated benchmark slave

    bd58194 Opened by Brian Anderson at 2015-05-26 22:02:23 - 3 comments
  7045. Symlinked libraries after commit #12164

    b34e0ff Opened by Peter Nguyen at 2014-02-25 07:27:57
  7046. rustc reads directory incorrectly on BSD

    cff4102 Opened by Brian Anderson at 2014-12-05 03:43:15 - 1 comment
  7047. Add a 'bors lint' for changing submodules

    0ce5b48 Opened by Brian Anderson at 2015-01-20 00:58:55 - 3 comments
  7048. rustc: infinite loop print compile errors when compiling macros

    578eb5a Opened by Liigo Zhuang at 2014-02-22 09:15:43 - 4 comments
  7049. Fix googleability of docs

    a0c5298 Opened by Brian Anderson at 2016-07-14 16:54:18 - 18 comments
  7050. RFC: Allow inference of argument/return value in trait impls

    6eab15f Opened by Huon Wilson at 2014-09-24 05:00:35 - 2 comments
  7051. It is possible to call object member function after object had been dropped

    8cb2a04 Opened by yegor-alexeyev at 2014-06-25 03:42:02 - 10 comments
  7052. -Z lto fails to compile in Windows

    68d5f9f Opened by Kang Seonghoon at 2014-03-27 00:40:38 - 7 comments
  7053. ToStr should return the same as Show

    81235c7 Opened by Richard Gomes at 2014-02-24 13:21:52 - 1 comment
  7054. RFC: conditional attributes

    2d0f890 Opened by Huon Wilson at 2014-05-04 07:27:38 - 5 comments
  7055. Converting types with an expression (not a statement)

    0dab91e Opened by Val Markovic at 2014-02-23 00:30:02 - 3 comments
  7056. Exhaustive match of number treated as non-exhaustive

    7a16e00 Opened by Eric Biggers at 2015-11-12 19:31:54 - 17 comments
  7057. Consider pass macro invocation arguments as AST instead of TokenTree

    73b276f Opened by Edward Wang at 2015-01-23 02:39:48 - 6 comments
  7058. Rustdoc should show output of examples

    7ffba7b Opened by Huon Wilson at 2014-07-29 00:00:29 - 7 comments
  7059. The naming of BufReader/BufWriter and MemReader/MemWriter is confusing

    144f502 Opened by Michael Neumann at 2015-02-11 18:35:45 - 3 comments
  7060. Mismatched type Result instead of Option causes internal compiler error

    8f06aea Opened by Michael McLellan at 2014-07-14 12:32:00 - 4 comments
  7061. Match checking doesn't handle static constants correctly.

    a9a4582 Opened by Eduard-Mihai Burtescu at 2015-04-19 06:54:30 - 6 comments
  7062. Generic foreign functions are not allowed

    21a2633 Opened by emberian at 2014-08-07 17:36:15
  7063. Seg fault in Arc

    0412c20 Opened by manuels at 2014-02-24 07:38:38 - 4 comments
  7064. Rustdoc calls 'std' a module

    f36d4a9 Opened by Brian Anderson at 2014-03-01 04:11:40
  7065. cyclic trait inheritance leads to a rustc stack overflow

    67adbfa Opened by Nick Cameron at 2015-05-04 20:48:56 - 8 comments
  7066. Loop label hides variables with same name

    c18691d Opened by Steven Fackler at 2014-06-13 22:37:05 - 44 comments
  7067. Move std::libc to standalone libc, and rename all c_type to c::type

    513a50e Opened by Liigo Zhuang at 2014-07-21 20:13:27 - 3 comments
  7068. Windows native io tests are failing

    e93d7ae Opened by Huon Wilson at 2014-02-28 09:10:17 - 3 comments
  7069. use correct naming for the comparison traits and add trait inheritance

    2e4760a Opened by Daniel Micay at 2015-01-05 06:45:46 - 29 comments
  7070. RFC: Once Vec<T> has landed, introduce a Bytes type

    8309ce0 Opened by Michael Neumann at 2014-03-23 08:32:42 - 9 comments
  7071. slice implementation of Ord requires Eq

    2637325 Opened by Daniel Micay at 2014-02-24 13:29:40 - 1 comment
  7072. Compound assignment (+=) on uninitialized variables is allowed

    2c8c189 Opened by Benjamin Herr at 2014-03-10 21:57:02 - 13 comments
  7073. No safe way to get a raw ptr to an uninitialized variable

    381f847 Opened by sp3d at 2014-09-19 04:00:04 - 3 comments
  7074. Better error message for wrong use of modules

    219c24c Opened by Val Markovic at 2017-05-30 14:14:42 - 5 comments
  7075. Better error message for wrong use of modules

    6e9bbf6 Opened by Val Markovic at 2014-02-25 04:06:57 - 2 comments
  7076. Values should be moved in deconstructed arguments

    677bac3 Opened by Q P Liu at 2016-04-16 15:05:12 - 3 comments
  7077. --test-shard A.B is just broken

    9e519e0 Opened by Kevin Cantú at 2014-03-19 06:12:37 - 4 comments
  7078. 'rustc' failed at 'vint too big'

    720f9e0 Opened by David Evans at 2014-02-25 17:51:15 - 1 comment
  7079. Vec<T> should be in the collections module

    5ac581e Opened by Daniel Micay at 2014-05-19 16:17:44 - 3 comments
  7080. use consistent terminology to refer to containers/collections

    e4a9704 Opened by Daniel Micay at 2014-06-09 09:52:03 - 4 comments
  7081. failure to resolve import

    f230674 Opened by Alexander Samoilov at 2014-02-25 18:34:21 - 2 comments
  7082. Remove condition tutorial from doc index

    2b73b1c Opened by Brian Anderson at 2014-06-23 16:05:20 - 7 comments
  7083. rust-lang.org DNS for aliases broken

    b7240fa Opened by Brian Anderson at 2014-05-14 23:45:39 - 2 comments
  7084. Index out of bounds @ vtable.rs:25

    0492322 Opened by Aran Donohue at 2014-06-28 11:01:38 - 1 comment
  7085. Make sure future localization story is sane

    5ae1c2f Opened by Brian Anderson at 2014-05-28 18:18:23 - 5 comments
  7086. Doc and rustdoc cross-document cross-references

    6c1fcfb Opened by Brian Anderson at 2015-04-16 23:16:57 - 1 comment
  7087. Teach rustdoc to display the output of code examples

    af93a32 Opened by Brian Anderson at 2014-02-26 01:36:51 - 1 comment
  7088. #[link(kind="static")] extern still prefers .so

    ff62afc Opened by Keegan McAllister at 2014-04-28 05:29:45 - 2 comments
  7089. Test runner fails if /tmp is mounted with "noexec"

    6fae340 Opened by Felix Crux at 2014-02-28 08:16:53
  7090. Nullary enum variants shouldn't be able to be matched/declared with trailing parens ()

    11214d7 Opened by Huon Wilson at 2014-03-17 20:51:57 - 2 comments
  7091. Extend dead code detection to cover files that are not loaded

    9c6c976 Opened by Chris Morgan at 2016-02-11 20:00:28 - 4 comments
  7092. ICE when pattern matching on &[T]

    523acbc Opened by Tim at 2014-05-22 08:01:28 - 1 comment
  7093. BUG: compiler doesn't detect method-chain lifetime breach?

    6dc576d Opened by Phil Dawes at 2014-02-26 09:19:57 - 3 comments
  7094. trait declaration + bare impl on that trait give error messages mentioning "duplication modules"

    94460bd Opened by Huon Wilson at 2014-12-22 08:14:50 - 2 comments
  7095. Delete libextra::unicode

    5607fe7 Opened by Piotr Zolnierek at 2014-03-15 07:41:30 - 5 comments
  7096. Introduce a Unsafe<T> type to be used as the basis for Cell, RefCell, Atomic, etc and remove Freeze

    0d23f75 Opened by Niko Matsakis at 2014-03-22 21:11:49 - 13 comments
  7097. Attribute for "swapping" types in tests, making dependency injecting easier

    0e522e8 Opened by Val Markovic at 2015-01-23 03:09:08 - 2 comments
  7098. Figure out the definition ord Ord/Eq, TotalOrd/TotalEq

    934cc22 Opened by Brian Anderson at 2014-03-13 20:40:37 - 2 comments
  7099. Compiler cannot pretty print

    c1dc31e Opened by Mark Christiaens at 2014-07-17 22:47:42 - 3 comments
  7100. Incorrect matching on tuples with value ranges

    bbdca64 Opened by adwhit at 2014-03-27 11:06:59
  7101. std::io::fs::Path::is_dir incorrectly claims it returns false for links

    343c382 Opened by Lily Ballard at 2014-04-28 17:03:16 - 2 comments
  7102. src/librustc/middle/typeck/infer/test.rs needs salvaging

    232e28c Opened by Alex Crichton at 2015-01-23 03:11:12 - 1 comment
  7103. Pretty printer inlines modules

    ebd5cb9 Opened by Chris Morgan at 2018-09-27 12:35:55 - 6 comments
  7104. Iterators in the std library should implement Eq where possible

    2b1c076 Opened by Val Markovic at 2014-09-26 05:02:04 - 10 comments
  7105. Better error message for matching against not-imported enum variant

    46e347f Opened by Edward Wang at 2014-02-27 09:21:40 - 3 comments
  7106. Web site should be transferring data compressed

    3f48724 Opened by Huon Wilson at 2014-05-22 02:41:41 - 5 comments
  7107. Allow using Self in impls

    76062c9 Opened by emberian at 2014-09-24 05:00:38 - 11 comments
  7108. Better error message for out of date dependencies?

    a0fb71e Opened by Lars Bergstrom at 2014-02-28 20:01:32 - 2 comments
  7109. Put the doc language in the doc url

    bd10f7c Opened by Brian Anderson at 2015-01-12 20:01:43 - 14 comments
  7110. Rust types in FFI lint

    8ae5366 Opened by Alex Crichton at 2015-12-20 16:44:45 - 6 comments
  7111. Pattern reachability algorithm fails in the presence of uninhabited types

    17c0aa9 Opened by Gábor Lehel at 2024-12-21 05:06:47 - 37 comments
  7112. uses in crate root shadow crates in inner modules

    d207bed Opened by mind-zz at 2014-04-11 00:22:24 - 6 comments
  7113. mkdir rt fails because it exists

    b2d2029 Opened by cnd at 2014-02-28 08:05:09 - 1 comment
  7114. Make Rust python scripts Py3K compatible

    2617d47 Opened by Flavio Percoco at 2016-11-29 22:39:18 - 9 comments
  7115. Feature Request: OpenMP/TBB like Parallel For Loops

    6395443 Opened by Siavash Eliasi at 2018-04-30 21:12:20 - 4 comments
  7116. Refactor collections::List<T> to avoid using managed boxes

    61cf3be Opened by Bruno de Oliveira Abinader at 2014-04-02 13:49:13 - 3 comments
  7117. rustdoc --test interleaves failure output

    3b5b120 Opened by Huon Wilson at 2014-03-01 09:46:31 - 1 comment
  7118. Prevent reads via original path of mutably borrowed content

    0873b48 Opened by Niko Matsakis at 2014-06-14 08:21:53 - 6 comments
  7119. Rewrite Rc and Arc to use Cell and Atomic respectively

    896523a Opened by Niko Matsakis at 2014-03-21 15:16:54 - 17 comments
  7120. What should BufferedWriter do on flush failure in drop?

    e349695 Opened by Alex Crichton at 2014-11-18 04:47:20 - 14 comments
  7121. Add a way to fail the process on fail!

    783084d Opened by Lars Bergstrom at 2015-01-23 03:15:37 - 5 comments
  7122. Interesting error message with custom hashers

    30d8cb2 Opened by Alex Crichton at 2014-03-01 00:34:18 - 2 comments
  7123. Make extern "rust-intrinsic" coerce to unsafe Rust functions

    39f0c80 Opened by Brian Anderson at 2016-06-28 00:30:13 - 4 comments
  7124. Replace various intrinsic wrappers with intrinsic reexports

    c4a5ea9 Opened by Brian Anderson at 2016-06-10 06:22:40 - 6 comments
  7125. Rename test::BenchHarness to test::Bencher

    d86c631 Opened by Liigo Zhuang at 2014-04-11 18:41:42 - 10 comments
  7126. Idea: "compact" enums and structs

    a345b27 Opened by Gábor Lehel at 2014-09-24 05:00:42 - 3 comments
  7127. Can't use label for while loop

    5dabf38 Opened by Chris Morgan at 2014-08-30 10:46:30 - 7 comments
  7128. Circular trait bounds causes stack overflow in rustc

    0a719fc Opened by Michael Savage at 2015-04-21 21:31:38 - 10 comments
  7129. Doc comments on modules are included twice in AST

    ddd46c3 Opened by Zack Slayton at 2015-01-23 03:16:53 - 3 comments
  7130. Adjust the rustdoc highlighting colour scheme

    e8ea047 Opened by Huon Wilson at 2014-03-04 21:11:45 - 12 comments
  7131. ICE: failed to find block with tag 27

    d84d80a Opened by Viktor Dahl at 2014-03-02 19:20:13 - 1 comment
  7132. Can't cast char to char

    1f3926b Opened by Viktor Dahl at 2014-09-16 04:00:57 - 2 comments
  7133. make check-stage1-std fails due to internal compiler error.

    b7f4611 Opened by Douglas Young at 2014-03-04 15:36:09 - 2 comments
  7134. ICE on cross-crate reexported unit struct

    eca3962 Opened by Alex Crichton at 2014-10-01 13:12:31
  7135. Shadowed name possibly not resolved cross-crate

    2b7da8d Opened by Alex Crichton at 2015-01-26 08:49:32 - 1 comment
  7136. Matching against a u8 with char literal

    7a8e0d0 Opened by Val Markovic at 2020-05-13 07:33:40 - 8 comments
  7137. Runtime Failures on TCP Stress Testing: (libuv) kqueue(): Too many open files and more

    cd7bd0f Opened by Ehsanul Hoque at 2014-03-13 06:46:40 - 8 comments
  7138. Re-assigning a closed TcpStream and reading causes a segmentation fault

    7d3f794 Opened by Raphael Speyer at 2014-03-03 11:50:50 - 1 comment
  7139. The try! macro doesn't live up to its prominent position

    79a2c82 Opened by Jason Fager at 2015-01-16 20:52:43 - 5 comments
  7140. std::str::Bytes should implement Clone

    1affdb2 Opened by Val Markovic at 2014-12-17 23:43:21
  7141. More flexible initialization for vectors

    b9d926b Opened by Kyle Van Berendonck at 2014-03-06 20:14:39 - 2 comments
  7142. Headings in rustdoc markdown chunks should have anchors & with copyable links

    d90b2a9 Opened by Huon Wilson at 2014-03-06 08:36:45
  7143. libgreen is not always built correctly

    4a1c2fb Opened by Damien Schoof at 2014-03-04 17:03:07 - 2 comments
  7144. Remove Freeze

    9a48f9a Opened by Niko Matsakis at 2014-03-05 00:55:51 - 12 comments
  7145. 'assertion failed: list.len() == 0', /libnative/io/timer_timerfd.rs:166

    0545725 Opened by Mathijs van de Nes at 2014-03-06 09:51:43 - 6 comments
  7146. #[deriving(Encodable)] crashes rustc --pretty expanded

    7377daf Opened by Kang Seonghoon at 2014-04-17 18:49:53 - 1 comment
  7147. usleep is broken and should not be used

    ba9d495 Opened by Daniel Micay at 2014-03-06 09:51:42
  7148. sleep should have nanosecond precision

    90c0779 Opened by Daniel Micay at 2016-08-02 06:14:36 - 7 comments
  7149. sleep(abstime) is missing

    eb801e9 Opened by Daniel Micay at 2015-02-02 10:43:28 - 1 comment
  7150. readdir is not thread-safe, so using it is unsound

    fdbaed2 Opened by Daniel Micay at 2014-03-06 09:51:42
  7151. gmtime and localtime aren't thread-safe so using them is unsound

    9679eec Opened by Daniel Micay at 2015-02-03 04:02:38 - 5 comments
  7152. ICE: lookup_item: id not found: 473214

    3bafc90 Opened by Mike Blumenkrantz at 2014-03-05 00:36:12 - 1 comment
  7153. Remove DeepClone

    1729652 Opened by Brian Anderson at 2014-03-09 04:16:50 - 5 comments
  7154. libnative timer doesn't close when using linux

    5b5435f Opened by Peter Nguyen at 2014-03-06 09:51:43
  7155. No ground.

    785c372 Opened by Dinendeal at 2025-01-05 08:55:35 - 2 comments
  7156. rename std::vec -> std::slice

    7ff0717 Opened by Daniel Micay at 2014-03-20 07:31:52
  7157. Auto-dereferencing pointers

    2d3488b Opened by Val Markovic at 2014-06-01 23:44:34 - 5 comments
  7158. Remove string [] indexing

    aacff99 Opened by Huon Wilson at 2014-07-02 07:26:36 - 18 comments
  7159. std::min and std::max should require TotalOrd

    b9644bd Opened by Daniel Micay at 2014-03-14 22:11:26 - 3 comments
  7160. remove the cmath module, and remove the redundant layer of wrapper functions

    9c58e4c Opened by Daniel Micay at 2014-04-05 14:16:37 - 6 comments
  7161. Lifetime Pointer to Lifetime Closure Bug

    f888269 Opened by Sven Nilsen at 2014-12-15 10:42:36 - 5 comments
  7162. Compilation bug? error: cannot determine a type for this bounded type parameter: unconstrained type

    fae5fd7 Opened by Carl Lerche at 2015-01-21 07:06:25 - 5 comments
  7163. Trait coercion when assigning struct field

    6fb7171 Opened by Kyle Cook at 2014-03-11 14:10:32 - 2 comments
  7164. Grenade Stack Becomes unusable

    571602b Opened by modsec at 2014-11-12 13:13:16 - 3 comments
  7165. RFC: Add RcMut<T> and GcMut<T> wrappers

    5c3d3ea Opened by Steven Fackler at 2014-03-17 20:19:55 - 9 comments
  7166. RFC: installation paths and runtime paths

    5bfc74b Opened by o11c at 2015-01-23 03:20:41 - 5 comments
  7167. A link to Path::stat method in the search is broken

    675bd78 Opened by Kang Seonghoon at 2014-03-06 10:18:50 - 2 comments
  7168. Impl on type imported unqualified from different module

    518d4df Opened by Huon Wilson at 2014-09-29 07:38:15 - 1 comment
  7169. RFC: Rename char to make it clearer that it is a unicode codepoint/scalar value

    eb6632f Opened by Huon Wilson at 2019-08-25 10:24:57 - 21 comments
  7170. Refactor rvalue datums in trans to carry the expression id from which they originated

    09af66a Opened by Niko Matsakis at 2016-02-03 20:49:01 - 4 comments
  7171. 'make check' fails on a machine with IPv6 disabled.

    8cf32f1 Opened by Trustin Lee at 2015-01-24 06:11:12 - 2 comments
  7172. Formatting Issue in docs

    5fe580a Opened by Davis Silverman at 2014-03-06 23:09:23 - 2 comments
  7173. Possibly Syntax Issue

    4fb7c07 Opened by Kyle Cook at 2014-03-06 20:18:28 - 1 comment
  7174. rustc: Anonymous lifetimes within structs are refused too rigorously

    4b98b12 Opened by Florob at 2014-12-02 17:25:02 - 1 comment
  7175. HashMap::with_capacity_and_hasher has the wrong-ordered arguments

    dc0708a Opened by Yehuda Katz at 2014-03-07 04:41:36
  7176. Trait object coercion does not work with return objects

    93ffbd0 Opened by Jessie Grosen at 2014-12-18 14:32:15 - 2 comments
  7177. Tests failures on i686-pc-mingw32

    13ded6b Opened by Liigo Zhuang at 2015-02-20 02:39:03 - 5 comments
  7178. Internal compiler error: index out of bounds

    c89ff79 Opened by Emilia Bopp at 2014-04-26 17:15:18 - 4 comments
  7179. Apply coercion rules on return expressions

    a6eaae1 Opened by Arjan Topolovec at 2014-09-23 22:40:01 - 8 comments
  7180. can't build rust from the master branch

    6ad55cf Opened by Noxivs at 2014-11-10 16:50:43 - 4 comments
  7181. --pretty expanded produces a compiler error

    84ecaec Opened by Yehuda Katz at 2014-03-08 01:52:39 - 1 comment
  7182. Trait objects cannot call methods that take self by-value

    1332e53 Opened by Lily Ballard at 2014-03-08 04:38:14 - 2 comments
  7183. Localized documentation doesn't support out-of-tree builds

    f4221f1 Opened by Huon Wilson at 2015-01-12 20:00:43 - 2 comments
  7184. Bounded nonallocating task communication is needed.

    8287bb9 Opened by Ms. Molly Stewart-Gallus at 2015-01-23 03:23:10 - 7 comments
  7185. Remove \xXX char escapes from the language

    a434cc7 Opened by Val Markovic at 2014-09-24 05:00:46 - 7 comments
  7186. rename std::vec_ng -> std::vec

    1f06239 Opened by Daniel Micay at 2014-03-20 10:56:54 - 3 comments
  7187. rustdoc should not automatically insert feature gates for testing code snippets in plain markdown files

    16996ee Opened by Huon Wilson at 2014-11-03 22:47:28 - 1 comment
  7188. Upgrade sundown to hoedown in rustdoc

    b50bc9d Opened by Huon Wilson at 2014-05-07 12:11:52 - 1 comment
  7189. Parser ambiguity with trait bounds and closure arguments

    2f91629 Opened by Alex Crichton at 2014-06-13 22:37:05 - 7 comments
  7190. "unexpected end of macro invocation" error has a bogus span

    2abd9a5 Opened by Steven Fackler at 2014-03-09 05:28:27 - 1 comment
  7191. Casting a reference to a trait object reference loses lifetime information

    3874a9c Opened by James Miller at 2014-08-29 19:24:27 - 4 comments
  7192. Allow macros to determine the length of multiplicative arguments

    4ba7558 Opened by Deleted user at 2014-03-25 22:31:12 - 3 comments
  7193. RFC: Make Take and Skip iterators DoubleEndedIterators when built from ExactSize iterators

    f1754fc Opened by Deleted user at 2014-05-06 22:16:34
  7194. Emacs rust-mode should have its own repository

    622864d Opened by Guillaume Gelin at 2015-02-01 11:26:25 - 6 comments
  7195. Spurious failure in debug-info/limited-debuginfo.rs with newer gdb (7.7).

    b6c0ddc Opened by Florob at 2014-03-15 06:06:30 - 2 comments
  7196. Bug report URL gives 'Access denied'

    c7fd4c2 Opened by heinrich5991 at 2014-03-12 15:26:09 - 2 comments
  7197. rustc build for gnueabihf host / target fails at rust_try.o

    38f95ed Opened by itdaniher at 2015-09-03 20:45:03 - 5 comments
  7198. debug-info/limited-debuginfo.rs fails with gdb 7.7

    44f7d94 Opened by Daniel Micay at 2014-03-09 20:19:14 - 1 comment
  7199. Modify Json Decoder to handle missing/optional Json fields if mapped to Option

    48de587 Opened by Michael Peterson at 2014-09-09 22:11:28 - 18 comments
  7200. lstat implementation on windows

    0042cd9 Opened by lbonn at 2015-04-30 22:04:38 - 2 comments
  7201. Bad error message with Self in inner function

    528a5e3 Opened by Tobias Bucher at 2015-05-01 23:59:19 - 10 comments
  7202. make install broken on windows

    1431818 Opened by klutzy/defunct at 2014-03-21 22:51:47 - 4 comments
  7203. error: not all control paths return a value

    5c62c95 Opened by electricface at 2014-03-10 08:32:09 - 3 comments
  7204. Once::doit impl duplicated in libsync docs

    247fe85 Opened by Steven Fackler at 2014-03-19 19:06:47 - 1 comment
  7205. Failling assertion in oneshot abort_selection with native threads.

    85fcf90 Opened by Deleted user at 2014-03-12 23:17:10 - 2 comments
  7206. Documentation LaTeX generation creates files that make pdflatex handle non-ASCII characters incorrectly

    19b0d50 Opened by Huon Wilson at 2015-01-12 20:00:27 - 14 comments
  7207. Lint for redundant lifetimes.

    45dd946 Opened by Eduard-Mihai Burtescu at 2016-02-11 20:00:54 - 7 comments
  7208. Integrate privacy into autoderef loop with overloaded deref

    419d2d7 Opened by Niko Matsakis at 2017-09-04 02:24:58 - 10 comments
  7209. Remove remaining nolink usages

    379acac Opened by Flavio Percoco at 2014-03-12 23:17:10
  7210. rustc -g file.rs does not work

    eebc28a Opened by Felix S Klock II at 2014-03-12 17:07:06 - 1 comment
  7211. Strange format!() behavior

    c28ba4f Opened by engstad at 2014-03-10 17:56:59
  7212. Strange format!() behavior

    6d8c730 Opened by engstad at 2014-03-10 18:33:43 - 7 comments
  7213. \ escape error in CR LF line mode.

    5517d92 Opened by Liigo Zhuang at 2014-03-11 04:17:59 - 1 comment
  7214. Fix call to [get|record]_sp_limit for thumb arch

    9bb11e3 Opened by Ben Harris at 2015-08-24 21:59:51 - 1 comment
  7215. Improve method lookup auto-deref behavior (subissue of trait reform)

    1be8809 Opened by Eduard-Mihai Burtescu at 2014-10-16 00:02:33 - 12 comments
  7216. Flaky stderr of child processes with libgreen

    a615a49 Opened by Alex Crichton at 2014-04-24 18:26:27 - 1 comment
  7217. Json method cleanup

    97dbef0 Opened by Zack Slayton at 2014-03-12 23:17:10
  7218. Allow evaluation and pattern matching within guards (what Haskell calls "pattern guards")

    96082a5 Opened by Keegan McAllister at 2015-01-21 20:06:57 - 3 comments
  7219. by-ref closure capture semantics are a backwards compatibility hazard

    c846503 Opened by Daniel Micay at 2015-01-08 19:27:08 - 2 comments
  7220. Macros can't expand to 'match' alternatives

    0d64ef0 Opened by Keegan McAllister at 2021-06-07 22:09:11 - 11 comments
  7221. rustdoc fails unpleasantly when it can't tokenise a code block

    86bf493 Opened by Chris Morgan at 2016-04-28 00:36:25 - 3 comments
  7222. Lint for functions that don't return but aren't written as "-> !"

    5e9228c Opened by Jesse Ruderman at 2016-02-11 20:01:04 - 7 comments
  7223. debuginfo: Extraneous descriptions of enum discriminator are emitted

    173f5b6 Opened by vadimcn at 2014-04-12 12:09:56 - 6 comments
  7224. Rethink supporting Windows XP

    4e65819 Opened by Liigo Zhuang at 2015-06-30 21:25:28 - 70 comments
  7225. Unable to compile rustc on ubuntu 12.04 vm (osx host machine)

    fca735c Opened by Bryce Fisher-Fleig at 2014-03-13 00:05:52 - 4 comments
  7226. ICE using struct MyStruct<'a, 'b> { x: &'a MyTrait<'b>,}

    b201400 Opened by nielsle at 2014-03-21 17:52:21 - 3 comments
  7227. &[1, 2, 3] should always be &'static [<generic integer>]

    41acf2c Opened by Daniel Micay at 2015-02-11 01:49:47 - 5 comments
  7228. ICE on trait method with type parameter bounded by trait with lifetime parameter

    8c633d1 Opened by David Renshaw at 2014-04-17 22:08:05 - 4 comments
  7229. lifetime variables in type bounds not properly enforced

    ab49182 Opened by David Renshaw at 2014-07-26 00:54:27 - 11 comments
  7230. Feature gate #[lang] attributes and extern "rust-intrinsic" {} blocks

    78be001 Opened by Huon Wilson at 2014-06-24 09:36:52 - 1 comment
  7231. Cross-compiling to Windows is broken

    e7ce547 Opened by emberian at 2020-08-09 01:38:37 - 39 comments
  7232. robin-hood HashMap "tail-call" should be rewritten as a loop

    74df711 Opened by Felix S Klock II at 2014-03-14 10:11:32 - 1 comment
  7233. Style guide for links/references/citations in docs

    01a1513 Opened by Huon Wilson at 2015-03-07 12:23:46 - 5 comments
  7234. Matching on a function causes "found structure or enum pattern"

    2ec41e9 Opened by Huon Wilson at 2014-10-28 01:16:06 - 1 comment
  7235. ICE: opaque error when destination directory doesn't exist

    f317326 Opened by Chris Wolfe at 2014-04-24 09:31:33 - 14 comments
  7236. Add ability to search by type signature on the docs

    8e353d0 Opened by Jonathan Reem at 2015-01-21 19:36:16 - 11 comments
  7237. Trouble calling a function from a debugger

    5b4dddb Opened by Alex Crichton at 2017-10-20 15:15:19 - 10 comments
  7238. Build error on OS X: error: Unrecognized option: 'Q'.

    26224f2 Opened by Tobias Markmann at 2015-01-23 03:35:02 - 2 comments
  7239. Cannot break on rust_fail using lldb on OSX

    4f9673c Opened by Lars Bergstrom at 2015-04-16 23:23:00 - 7 comments
  7240. split crates are a major backwards compatibility hazard

    6538229 Opened by Daniel Micay at 2014-03-20 23:39:48 - 5 comments
  7241. debug-info/limited-debuginfo.rs failure

    b31203b Opened by emberian at 2014-03-14 11:59:14 - 3 comments
  7242. Provide force coloring option for rustc

    a4ef912 Opened by Siddharth at 2016-02-27 18:39:57 - 2 comments
  7243. std::str::StrSlice::char_at() should returns Option(char)

    6ddaf05 Opened by Liigo Zhuang at 2014-06-03 23:26:18 - 12 comments
  7244. Compile this code, an error has occurred

    2b84509 Opened by electricface at 2015-03-30 04:27:38 - 10 comments
  7245. Vec/Str need an efficient way to shift() multi-items

    a381c72 Opened by Liigo Zhuang at 2015-04-30 19:26:13 - 8 comments
  7246. internal compiler error: no type for local variable

    ed2cd2a Opened by Deleted user at 2014-05-21 04:59:27 - 1 comment
  7247. Line-based breakpoints set dozens of unwanted ones

    7876fd6 Opened by Josh Matthews at 2014-04-16 17:51:34 - 5 comments
  7248. Mention type placeholders in the manual and tutorial

    3abf07f Opened by Marvin Löbel at 2015-02-16 03:52:36 - 2 comments
  7249. Reading more bytes than a file contains yields EOF instead of data

    2cdf05c Opened by Josh Matthews at 2014-03-22 09:06:45 - 7 comments
  7250. Clarify our story with as and type placeholders.

    cf78af0 Opened by Marvin Löbel at 2017-04-15 15:45:19 - 8 comments
  7251. libgreen's stack_bounds implementation includes the guard page

    b03f1eb Opened by Josh Matthews at 2014-03-15 10:51:28 - 3 comments
  7252. Check transmute restrictions in the crate where it is used

    bb5944d Opened by Brian Anderson at 2014-06-13 22:37:05 - 8 comments
  7253. struct xx_Type {} error = xx_Type should have a camel case identifier

    46c769d Opened by SecondNature at 2014-03-15 04:04:13 - 1 comment
  7254. Cannot use select! with Receiver contained in a struct

    4041afe Opened by Michael Peterson at 2017-08-01 22:02:17 - 14 comments
  7255. Rustdoc could allow setting compilation flags for compiling, or just a no_link flag

    e895b98 Opened by Huon Wilson at 2014-05-07 12:11:52 - 2 comments
  7256. add a std macro_rules path!

    dfd1610 Opened by electricface at 2014-03-15 20:22:27 - 3 comments
  7257. Expand the unsafe & low-level guide to cover static mut, more #[no_std], modern asm!

    5bac44c Opened by Huon Wilson at 2015-04-22 20:37:12 - 2 comments
  7258. Partial type hint breakage

    4ac4441 Opened by Steven Fackler at 2014-10-15 04:07:32 - 7 comments
  7259. vec!() does not handle a trailing comma

    c1c81ae Opened by Kang Seonghoon at 2014-04-08 16:55:17
  7260. add a macro rule try_or!

    9208d6a Opened by electricface at 2014-03-15 20:21:13 - 2 comments
  7261. add a macro rule open_file!

    d0cdfcf Opened by electricface at 2014-03-15 20:21:45 - 1 comment
  7262. Get rid of perl in in build tree

    3f71214 Opened by Johann Höchtl at 2015-01-24 03:24:40 - 2 comments
  7263. add a macro rule sleep!

    e67778d Opened by electricface at 2014-03-15 20:21:27 - 1 comment
  7264. add a macro rule system!

    acd3323 Opened by electricface at 2014-03-16 03:24:19 - 4 comments
  7265. ICE: failed to find block with tag 7

    5b94050 Opened by Michael Dilger at 2014-10-25 21:49:19 - 7 comments
  7266. ICE: encode_symbol: id not found

    cd9a0f9 Opened by Alex Crichton at 2014-09-15 20:51:05 - 2 comments
  7267. Put impls of primitives near the traits they implement in std

    2782d49 Opened by Brian Anderson at 2014-05-28 21:16:40 - 17 comments
  7268. rustdoc src links link to the wrong place for modules

    40d582e Opened by Brian Anderson at 2014-04-28 13:46:48
  7269. Expand rustdoc docs to discuss doc conventions

    e0d4265 Opened by Brian Anderson at 2014-07-30 23:28:16 - 1 comment
  7270. glob::glob not match "./*.rs"

    e16fa3f Opened by electricface at 2014-04-09 22:31:55 - 1 comment
  7271. Rustdoc should show [src] link for methods

    a4e8f30 Opened by Huon Wilson at 2017-07-30 04:02:09 - 6 comments
  7272. typeck: audit the use of a_is_expected pattern

    ed9b0fb Opened by Edward Wang at 2015-01-23 03:30:32 - 1 comment
  7273. Implement DST

    b195a18 Opened by Nick Cameron at 2015-01-20 22:36:40 - 11 comments
  7274. rustdoc treats ignored doc tests incorrectly

    d94803d Opened by Brian Anderson at 2014-04-04 20:06:57 - 1 comment
  7275. Remove AtomicFlag

    9b1c1e5 Opened by Brian Anderson at 2014-03-17 14:06:58
  7276. Add fetch_and, fetch_or, fetch_nand, fetch_xor to AtomicInt, AtomicUint

    cf24a20 Opened by Brian Anderson at 2014-04-04 06:21:52 - 1 comment
  7277. Allow attributes on statements

    d24fcf4 Opened by Huon Wilson at 2014-11-02 21:46:18 - 6 comments
  7278. make clean should delete the tmp directory

    04ae57f Opened by Nick Cameron at 2016-06-28 00:27:10 - 4 comments
  7279. serialize::json can't handle HashMap<uint, V>

    473a934 Opened by Jeff Olson at 2014-03-19 04:11:01
  7280. Add the unsized keyword

    787f09e Opened by Nick Cameron at 2014-06-06 02:44:40 - 3 comments
  7281. Can't compile .rs files with utf-8 BOM

    b4e389e Opened by Liigo Zhuang at 2014-03-19 04:11:01
  7282. Remove loop keyword from the language

    01c958f Opened by Liigo Zhuang at 2014-11-04 13:55:46 - 8 comments
  7283. Doc for stringify!

    dbbd07b Opened by Manish Goregaokar at 2015-01-23 03:31:21 - 1 comment
  7284. mac-32 nopt builds are broken again

    5f8dc7d Opened by Alex Crichton at 2014-03-19 04:11:01
  7285. Allow Numbers After Underscore in Camel Case Types

    00eb485 Opened by Sven Nilsen at 2014-03-26 19:18:45 - 1 comment
  7286. (Re?)enable LaTeX math in documentation

    41ff094 Opened by Simon Sapin at 2014-05-07 12:11:52 - 4 comments
  7287. Output of an --emit dependent on other outputs present

    9b00409 Opened by Charles Eckman at 2014-03-23 22:11:51 - 6 comments
  7288. Functions marked #[bench] are not typechecked

    0d127f6 Opened by emberian at 2017-03-24 19:22:32
  7289. Borrows of unsafe immubtable static items is permitted on constructors

    fc6c904 Opened by Flavio Percoco at 2014-03-25 11:11:47
  7290. std::path::Path does not implement Show

    3de67b9 Opened by Yehuda Katz at 2014-03-18 23:57:01 - 5 comments
  7291. rustc mistakes non-rust crates for candidates

    db04bb7 Opened by Aurora Nockert at 2014-03-20 18:50:19 - 4 comments
  7292. Document that leading blocks are never expressions

    88619c8 Opened by comex at 2015-02-13 18:59:42 - 8 comments
  7293. Room for optimization improvement on reference counting

    fc0a49e Opened by Alex Crichton at 2018-09-02 21:37:59 - 22 comments
  7294. rustc overwrites input file when it has no extension

    f9dac9c Opened by comex at 2017-12-22 01:48:44 - 8 comments
  7295. Stack overflow with simple incorrect code

    09af08a Opened by Peter Atashian at 2014-03-20 01:20:03 - 1 comment
  7296. set native thread name for the debugger

    6fd9ea0 Opened by Daniel Micay at 2014-03-20 04:12:41 - 1 comment
  7297. Pattern matches with ranges & unsucessful guards don't behave correctly

    2b9cef8 Opened by Rewi Haar at 2014-03-27 11:06:59 - 3 comments
  7298. feature request: add convenient [] operator to std::vec::Vec

    741ee1a Opened by Alexander Samoilov at 2014-07-19 10:11:29 - 6 comments
  7299. #[deriving] and unsafe pointers are easy to get wrong

    ddcaa28 Opened by Huon Wilson at 2014-03-28 07:21:53 - 3 comments
  7300. error message for mismatched &Trait vs. &mut Trait" could be improved

    2fba1ce Opened by Deleted user at 2014-08-18 11:51:11 - 2 comments
  7301. Functions that exhaust iterators should take them by value.

    4fff2d1 Opened by Marvin Löbel at 2014-10-14 17:10:32 - 11 comments
  7302. feature request: equivalent for Vec<T> of std::slice::from_buf

    e7117cb Opened by Olivier Saut at 2014-08-19 02:08:55 - 1 comment
  7303. Don't ICE when implementing Drop on enums

    66b8430 Opened by Brian Anderson at 2014-07-23 00:51:12 - 2 comments
  7304. ICE: "vtables missing where they are needed" with autoderef

    2c56eaf Opened by Alex Crichton at 2014-03-23 01:31:53 - 1 comment
  7305. ICE: deref invoked on expr of illegal type

    e8701aa Opened by Alex Crichton at 2014-03-23 01:31:53 - 1 comment
  7306. Rustdoc should allow reexports to manually request their docs to be inlined

    69ef391 Opened by Huon Wilson at 2014-05-07 12:11:52
  7307. Traits with no fns or all fns have defaults should not require an implementation

    d669f82 Opened by Carl Lerche at 2022-01-14 14:28:24 - 14 comments
  7308. std::io::process::ProcessExit does not implement Clone

    6a57559 Opened by Carl Lerche at 2014-03-22 06:51:40
  7309. #[deriving] should copy lint attributes from the original item

    496ac9f Opened by Kang Seonghoon at 2015-11-27 18:37:07 - 1 comment
  7310. give_expl_lifetime_param is behaving non-deterministically

    6066b58 Opened by Felix S Klock II at 2014-10-03 17:20:43 - 2 comments
  7311. give_expl_lifetime_param is silently dropping other formal lifetime params

    bc681a4 Opened by Felix S Klock II at 2014-11-07 02:02:53 - 7 comments
  7312. improve error msg on inner attr after extern crate et al.

    06adbc7 Opened by Felix S Klock II at 2015-11-20 05:14:07 - 2 comments
  7313. Unsoundness: free variable in proc can be consumed twice

    593f02b Opened by Keegan McAllister at 2014-03-21 20:34:30 - 1 comment
  7314. json cannot decode non-BMP character escapes

    5b5b29f Opened by Keegan McAllister at 2014-04-13 14:31:53 - 2 comments
  7315. Autoderef requests a mutable slot when it shouldn't

    202f08f Opened by Alex Crichton at 2014-03-22 14:50:32 - 1 comment
  7316. New attribute syntax incompatible with macro_rules attr matchers

    844bdce Opened by Brian Anderson at 2014-03-29 01:26:46 - 2 comments
  7317. rustdoc: "FormatMessage failure" on Windows

    12190f1 Opened by Liigo Zhuang at 2014-03-22 16:46:52 - 5 comments
  7318. win: FormatMessage failure when io failed

    dc93150 Opened by klutzy/defunct at 2014-03-22 16:46:52
  7319. ICE when taking reference of an array element across crate border

    5a37f39 Opened by Risto Saarelma at 2015-03-17 13:29:54 - 3 comments
  7320. Binary operator "as" has weaker precedence than binary operator "<"

    f277195 Opened by Alfredos-Panagiotis Damkalis at 2014-03-22 17:46:03 - 1 comment
  7321. Clarify configue errors

    a412984 Opened by strangeglyph at 2015-01-25 16:09:52
  7322. tuple support for Encodable/Decodable trait

    3286316 Opened by Andrew Gallant at 2014-03-23 23:26:53
  7323. Documentation for reexported types missing all impls

    aee4457 Opened by Steven Fackler at 2014-03-28 04:16:55
  7324. Alignment not respected on the heap

    23bf699 Opened by Clark Gaebel at 2014-05-11 07:46:46 - 14 comments
  7325. when using only libnative (or libgreen), there should be no dynamic dispatch

    54840d5 Opened by Daniel Micay at 2014-03-25 22:45:16 - 1 comment
  7326. rustc fails in the linker when compiling foo.rs with a sibling directory called foo

    7dccf58 Opened by Huon Wilson at 2018-02-06 12:37:00 - 4 comments
  7327. rustdoc doesn't show methods/impl information for reexported types

    67cd035 Opened by Huon Wilson at 2014-03-23 16:48:41 - 2 comments
  7328. TotalEq shouldn't need to have the secret method just for #[deriving]

    4c6c1f8 Opened by Huon Wilson at 2017-06-05 21:52:24 - 8 comments
  7329. ICE: Unnamed argument in static trait methods

    996c5b7 Opened by Jorge Aparicio at 2014-10-18 15:07:23 - 3 comments
  7330. Compiler crash with unnamed parameter.

    c977ad6 Opened by Corey Williams at 2014-03-24 15:42:18 - 3 comments
  7331. mk files ...//.rs regexp does not go deep enough

    51a9db0 Opened by Felix S Klock II at 2014-03-28 02:56:54 - 2 comments
  7332. Reader should handle 0-length reads better

    7edb19b Opened by Lily Ballard at 2014-10-07 19:19:20 - 1 comment
  7333. Remove the Sized kind

    d2b6bac Opened by Nick Cameron at 2014-04-07 05:18:30 - 1 comment
  7334. Allow the last field of a struct to be a DST

    3161481 Opened by Nick Cameron at 2014-09-23 22:43:01 - 5 comments
  7335. program dies silently when doing I/O on a defunct child Process

    f9203bb Opened by Jorge Aparicio at 2014-03-28 21:01:46 - 4 comments
  7336. Process::signal(0) returns Ok() when child process was killed externally

    511d160 Opened by Jorge Aparicio at 2014-03-28 19:41:44
  7337. Mutex<T> should be Share even if T isn't

    2e7d4c7 Opened by Steven Fackler at 2014-04-22 14:26:35 - 11 comments
  7338. Types implementing Deref{,Mut} shouldn't have any other methods or public fields

    05d3177 Opened by Steven Fackler at 2016-01-05 11:30:58 - 11 comments
  7339. make install is broken

    4ef12f4 Opened by Alexander Samoilov at 2014-03-28 11:23:50 - 9 comments
  7340. libgreen/rustuv cant write huge files

    df2258d Opened by Tom Fogal at 2014-03-26 11:11:55 - 1 comment
  7341. make: *** No rule to make target prepare-everything', needed by install'. Stop.

    068898d Opened by kud1ing at 2014-03-25 20:15:24 - 1 comment
  7342. macro_registrar in a private module is collected as dead code

    a7e10bd Opened by Keegan McAllister at 2017-01-03 17:29:43 - 4 comments
  7343. typeck should safe-guard against types with un-substituted formals

    9165ab8 Opened by Felix S Klock II at 2017-04-11 17:17:55 - 6 comments
  7344. typeck::check::check_item's ItemFn handling should subst more

    a4a3427 Opened by Felix S Klock II at 2014-03-29 03:16:44 - 1 comment
  7345. debuginfo: Generate debugging information for function level static variables

    614393a Opened by Craig MacKenzie at 2017-04-15 16:09:52 - 3 comments
  7346. Add lint for & -> &mut transmutes

    89699be Opened by Huon Wilson at 2015-05-07 00:20:26 - 5 comments
  7347. configure relies on 'which' to determine what's installed but 'which' isn't always installed

    7365258 Opened by Brian Anderson at 2014-03-29 13:06:37
  7348. rustdoc no longer showing rust logo

    2ef8d31 Opened by Brian Anderson at 2014-03-28 11:21:47 - 1 comment
  7349. #![attr] not ignored on the first line of the file

    3c1bd57 Opened by SiegeLord at 2014-03-26 16:08:51 - 3 comments
  7350. Trait inheritance isn't considered in trait bounds checking

    90571ac Opened by Alex Crichton at 2015-04-20 16:29:47 - 4 comments
  7351. path attribute is silently accepted and ignored for inline mod items.

    c337d0b Opened by Felix S Klock II at 2017-05-30 17:08:02 - 2 comments
  7352. unwrap/get/get_ref/take etc. conventions

    ed049c9 Opened by Brian Anderson at 2014-11-25 11:41:48 - 9 comments
  7353. Implement a lock-free hashmap

    2c40036 Opened by Derek Chiang at 2015-01-21 19:36:17 - 7 comments
  7354. Lifetime inference issue when destructuring in argument list

    4405730 Opened by Steven Fackler at 2014-10-03 07:27:53 - 2 comments
  7355. Growable, bounded by weight channels

    8c1d18e Opened by Carl Lerche at 2015-01-23 03:46:05 - 5 comments
  7356. RFC: Keeping a stack of expressions in trans

    e15a979 Opened by emberian at 2015-01-21 20:06:58 - 10 comments
  7357. Match on fixed-length vec gives wrong error message

    8b24bfe Opened by Jesse Ruderman at 2014-06-02 23:29:33 - 2 comments
  7358. Rustdoc cross-crate search should list items from the current crate first

    1ef1bbe Opened by Huon Wilson at 2014-04-16 07:52:00
  7359. configure script doesn't check for make ahead of time

    47bca3f Opened by Felix S Klock II at 2015-01-25 16:09:53 - 1 comment
  7360. serve the rust-lang.org domain over https

    b5424a5 Opened by Daniel Micay at 2016-03-20 20:11:22 - 17 comments
  7361. sign snapshots and nightly builds with a low trust buildbot key

    1c35399 Opened by Daniel Micay at 2014-04-01 22:52:27 - 1 comment
  7362. Remove RefCell::get

    7e5fff8 Opened by Erick Tryzelaar at 2014-04-04 16:56:55 - 3 comments
  7363. internal compiler error: incorrect size

    f7b335f Opened by Stepan Koltsov at 2014-10-04 17:46:43 - 4 comments
  7364. make; sudo make install leaves files owned by root

    1819a66 Opened by Ted Horst at 2014-03-31 05:21:37 - 3 comments
  7365. DESTDIR is broken in make install

    dbf7059 Opened by Veeti Paananen at 2014-03-29 04:13:47 - 2 comments
  7366. DESTDIR currently broken

    989c23e Opened by Brian Anderson at 2014-03-30 05:40:16 - 1 comment
  7367. No aliasable, non-nullable, mutable pointers

    175e85a Opened by emberian at 2014-12-29 11:02:28 - 15 comments
  7368. HashMap.mangle no longer exists

    d7e35e7 Opened by Huon Wilson at 2014-05-26 16:53:33 - 5 comments
  7369. doc: wrong layout in static constants that span more than one line in its definition

    2092216 Opened by Jorge Aparicio at 2014-05-07 12:11:52 - 1 comment
  7370. Assigning a mutable owned pointer to itself causes a segfault

    2f32efe Opened by Paige Ruten at 2014-03-30 04:36:53 - 3 comments
  7371. rustc failure with unwrap_or(fail!())

    0adfe36 Opened by Guillaume P. at 2014-09-15 20:51:05 - 3 comments
  7372. ICE with lifetimes in generic default methods

    0bf653d Opened by Carl Lerche at 2014-04-17 04:41:24 - 3 comments
  7373. collections::HashMap should provide find_equiv_mut

    1073ae3 Opened by Carl Lerche at 2014-03-30 18:26:34 - 1 comment
  7374. sync::Arc is failing to free memory

    1a363a7 Opened by Deleted user at 2014-03-31 00:16:41 - 2 comments
  7375. "Not enough storage is available to process this command." on Windows 7

    6c9f5e5 Opened by Steve S at 2014-04-08 14:14:08 - 2 comments
  7376. Undefined reference with debug flag

    6e99063 Opened by KokaKiwi at 2014-04-12 12:10:07 - 5 comments
  7377. ICE: defining static with struct that contains enum with &'static str variant

    00ddfb6 Opened by Arjan Topolovec at 2014-06-11 14:37:07 - 2 comments
  7378. Run valgrind on a bot

    cc26f72 Opened by Brian Anderson at 2015-01-05 08:21:39 - 8 comments
  7379. 'make dist' doesn't work correctly on mac

    08edc53 Opened by Brian Anderson at 2017-02-11 00:14:09 - 5 comments
  7380. Tracking Issue: fetch_nand

    03babce Opened by Alex Crichton at 2018-04-16 10:31:18 - 10 comments
  7381. Wrong number of parameters bug

    6a49267 Opened by Ygg01 at 2014-04-01 07:40:48 - 2 comments
  7382. Addressing a Share static mut should be safe

    ea35183 Opened by Alex Crichton at 2015-03-23 07:38:12 - 6 comments
  7383. "Moving" out of a static could be a memcpy

    01e1922 Opened by Alex Crichton at 2014-11-10 09:45:01 - 7 comments
  7384. Infinite loop enabling optimization and debugging

    f76a311 Opened by Erick Tryzelaar at 2014-04-01 23:21:37 - 4 comments
  7385. Remove python dependency

    3e28d62 Opened by netkgk at 2014-04-03 23:02:40 - 9 comments
  7386. rvalue destructors inside of a bare block run at the wrong time

    928e8f8 Opened by Steven Fackler at 2014-06-12 21:33:40 - 15 comments
  7387. make check-stage1 is broken

    11ea9bd Opened by Felix S Klock II at 2014-04-05 23:06:27 - 1 comment
  7388. Vec should retain in-place methods

    8dfdc79 Opened by Kang Seonghoon at 2014-04-05 00:11:45 - 1 comment
  7389. Cannot run make '/bin/sh: 1: : Permission denied'

    b6a9f11 Opened by SiegeLord at 2014-04-02 08:20:52 - 5 comments
  7390. Have 'make dist' automatically generate SHA256 sums

    e1aee47 Opened by Brian Anderson at 2014-12-16 00:41:37 - 1 comment
  7391. Have bots automatically sign distributable artifacts

    8fbc040 Opened by Brian Anderson at 2015-01-03 21:39:42 - 5 comments
  7392. Add TLS cert to static.rust-lang.org

    6be7b50 Opened by Brian Anderson at 2014-04-01 22:53:15 - 1 comment
  7393. Have bots sign snapshots

    1df4794 Opened by Brian Anderson at 2016-05-24 21:33:35 - 5 comments
  7394. test/debug-info: filename extension matters on windows

    c1857f3 Opened by klutzy/defunct at 2014-11-01 16:35:02 - 7 comments
  7395. static variable + debuginfo causes link error

    d9ee6d2 Opened by klutzy/defunct at 2014-04-02 05:34:36 - 2 comments
  7396. libnative: main task has bad thread local data on windows

    cb0b521 Opened by klutzy/defunct at 2014-10-01 11:43:27 - 26 comments
  7397. Autoderef does not find methods on traits in scope

    1c66fa1 Opened by Josh Matthews at 2014-12-18 14:32:15 - 7 comments
  7398. The msg "perhaps this crate needs to be recompiled?" should include paths

    e42783e Opened by Felix S Klock II at 2014-04-05 05:21:34
  7399. "consider removing this semicolon" note appears before the corresponding error

    ffae8a2 Opened by Huon Wilson at 2014-07-05 19:51:44 - 1 comment
  7400. #[derive(Clone)] should explicitly override clone_from

    dc2b40c Opened by Huon Wilson at 2017-12-03 01:01:15 - 3 comments
  7401. Compiler bug with 'println!' followed by 'fail!' when compiling library

    f2171dc Opened by Sven Nilsen at 2014-08-26 22:06:55 - 3 comments
  7402. Compiler bug with 'println!' followed by 'fail!' when compiling library

    0138c71 Opened by Sven Nilsen at 2014-04-03 15:35:15 - 1 comment
  7403. Remove mentions of managed pointers from the tutorial

    ebc994e Opened by bstrie at 2014-04-05 11:36:33 - 5 comments
  7404. Add patch number to version

    3498448 Opened by Brian Anderson at 2014-05-13 06:07:18 - 4 comments
  7405. Assigning break to a variable hits type checking errors even outside a loop

    5c9cf70 Opened by Huon Wilson at 2014-04-05 12:56:34 - 4 comments
  7406. src/README.md is out of date

    f6eac4d Opened by Simon Sapin at 2014-11-06 22:45:37 - 2 comments
  7407. concat_idents! is not very useful

    65441b8 Opened by Alex Crichton at 2016-05-24 21:03:35 - 5 comments
  7408. std::f32 declares wrong mantissa length

    c57258a Opened by Maximilian Lupke at 2023-08-22 12:25:12 - 7 comments
  7409. Add true properties

    4181cc1 Opened by Adam Russell at 2014-04-04 17:18:01 - 2 comments
  7410. stdin().read_u8 results in unknown error (OS Error 8 (FormatMessageW() returned error 15105))

    384bacc Opened by Deleted user at 2014-04-10 05:19:13 - 9 comments
  7411. DerefMut needs to be able to be triggered by implicit coercion to &mut Trait

    9220bba Opened by Lily Ballard at 2014-12-29 16:36:13 - 4 comments
  7412. RefCell and &mut ~Trait strange syntax is required.

    ad083c7 Opened by dpc at 2014-04-04 06:09:40 - 1 comment
  7413. rustdoc no longer hides private struct fields

    8df1358 Opened by SiegeLord at 2014-04-06 04:36:33
  7414. Initialize a static vector with vec!() leads to rustc failure.

    5eaabca Opened by Falco Hirschenberger at 2014-05-21 05:45:52 - 1 comment
  7415. error: internal compiler error: unexpected failure if -o filename is used

    883dee6 Opened by Vladimir Pouzanov at 2015-04-21 15:19:56 - 2 comments
  7416. Unintuitional behaviour of range(-1,1)

    74d3708 Opened by Falco Hirschenberger at 2014-04-04 17:35:49 - 3 comments
  7417. Bootstrapping fails with --opt-level=1

    2e9f003 Opened by Alex Crichton at 2014-05-31 07:53:34 - 4 comments
  7418. std::local_data broken with zero-sized types

    b000612 Opened by Simon Sapin at 2014-04-04 18:38:34 - 2 comments
  7419. static lifetime being required too often

    6bff8dd Opened by Carl Lerche at 2014-12-23 04:41:18 - 5 comments
  7420. Parsing << is incorrect for closure types

    af4a33b Opened by Alex Crichton at 2015-02-19 00:52:45 - 4 comments
  7421. error: internal compiler error: unexpected failure on resolving external static

    27ec550 Opened by Vladimir Pouzanov at 2015-04-22 19:17:36 - 9 comments
  7422. Opt-in built-in traits

    f3f01c1 Opened by Patrick Walton at 2014-04-04 22:32:16 - 1 comment
  7423. Editor highlighting and syntax should also be packaged in the installer packages

    66d60da Opened by Peter Nguyen at 2016-08-01 22:44:15 - 4 comments
  7424. undefined reference to `timerfd_settime'

    5f13b76 Opened by Carl Lerche at 2014-04-10 23:02:01 - 1 comment
  7425. libnative does not handle fds with O_NONBLOCK

    a861cd4 Opened by Lily Ballard at 2015-01-21 20:06:59 - 34 comments
  7426. main entry missing if crate_type = "bin" and "lib" is both given

    30d3b25 Opened by klutzy/defunct at 2014-05-05 01:31:48 - 2 comments
  7427. Point out which type's field is private

    9cdae82 Opened by Ms2ger at 2014-04-06 18:51:31 - 1 comment
  7428. value is borrowed too far

    638b4da Opened by Stepan Koltsov at 2014-04-15 14:06:28 - 2 comments
  7429. Signal listener example code causes rustc LLVM compiler abort

    bdcfb73 Opened by Nathan D. Typanski at 2014-06-05 15:21:56 - 1 comment
  7430. sync::one::Once should be able to "ignore" a run

    80fa9e9 Opened by Huon Wilson at 2014-04-11 02:09:35 - 6 comments
  7431. u is not a type, but is reported as if it were in mismatched types message

    db458de Opened by Felix S Klock II at 2014-04-13 19:16:49
  7432. rustc attempts to free ~ZeroSizeType

    1144f9e Opened by Daniel Micay at 2014-04-08 16:55:17
  7433. run-pass/lang-item-public.rs is ignored on windows

    a43c6b3 Opened by Alex Crichton at 2015-02-23 23:09:53 - 1 comment
  7434. mark &T parameters where T contains no Unsafe<U> as readonly and noalias

    d8f2aac Opened by Daniel Micay at 2014-09-19 22:02:12 - 1 comment
  7435. ICE when trying to tame std: failed at 'lookup_item: id not found: 148798'

    4f92f58 Opened by Dan Connolly at 2015-10-19 21:14:48 - 6 comments
  7436. pub static disappears if only used from asm

    db1b52c Opened by Keegan McAllister at 2017-03-09 17:51:11 - 5 comments
  7437. Array as asm input generates wrong code

    cc4e9fa Opened by Keegan McAllister at 2020-05-22 19:05:34 - 5 comments
  7438. Remove hack around requiring Sized bound in collect.rs

    fb29550 Opened by Nick Cameron at 2014-07-08 17:41:42
  7439. Array as asm output ICEs LLVM

    4e52c35 Opened by Keegan McAllister at 2020-05-22 19:06:11 - 13 comments
  7440. $1 in asm with only one operand silently chooses some arbitrary register

    81b8443 Opened by Keegan McAllister at 2020-05-22 19:07:00 - 5 comments
  7441. Add a lint for shadowed names

    afbf103 Opened by emberian at 2015-01-21 19:36:18 - 10 comments
  7442. Loop alignment uses inefficient single-byte NOPs on x86

    5dc439d Opened by Keegan McAllister at 2014-04-07 13:50:15 - 2 comments
  7443. Optionally allow writing to stdout in test runs

    cfde27f Opened by Derek Chiang at 2014-04-24 19:36:22 - 1 comment
  7444. Prevent storing and passing DST values

    8fb91b2 Opened by Nick Cameron at 2014-04-24 16:21:25 - 1 comment
  7445. The failure from Unwrapping an "Err" does not tell you what error it was

    4b929a4 Opened by Wendell Smith at 2014-04-14 08:36:50
  7446. add a feature-gated f128 type

    652125c Opened by Daniel Micay at 2014-04-23 03:46:32
  7447. Can't compare unsafe function pointers

    b1d12a0 Opened by Josh Matthews at 2015-01-23 03:47:16 - 2 comments
  7448. '+' (read+write) asm outputs not supported

    20e9d71 Opened by Keegan McAllister at 2014-04-07 22:47:56 - 1 comment
  7449. term: windows console handling is incomplete

    b040de0 Opened by emberian at 2015-01-21 21:38:44 - 3 comments
  7450. Non-existant shadowed import succeeds incorrectly

    d1d028f Opened by Brian Anderson at 2014-04-11 00:22:24
  7451. "cannot infer an appropriate lifetime for automatic coercion" in struct initializer

    58d9157 Opened by Stepan Koltsov at 2014-10-03 07:27:53 - 10 comments
  7452. error: internal compiler error: node_id_to_type: no type for node expr A::C (id=61)

    b686a8f Opened by Deleted user at 2015-03-17 13:29:53 - 2 comments
  7453. malloc: *** error for object 0x10b5c62f8: pointer being freed was not allocated

    93e82e1 Opened by Carl Lerche at 2014-04-08 21:30:45 - 2 comments
  7454. std::io::fs::walk_dir has O(n^2) behaviour

    9a592d4 Opened by Huon Wilson at 2014-04-24 21:56:19 - 10 comments
  7455. Non-ASCII Crate IDs do not work

    d21dcfd Opened by Lily Ballard at 2014-04-09 00:36:49 - 4 comments
  7456. List re-exports of a symbol in the documentation for that symbol

    3a7cac3 Opened by Meyer S. Jacobs at 2018-09-24 16:06:54 - 3 comments
  7457. Memory leak on FreeBSD

    163ae54 Opened by Alex Crichton at 2014-04-11 11:01:38
  7458. Build with --llvm-root=$DIR fails when Rust is already installed into $DIR

    aa13373 Opened by Masanori Ogino at 2015-01-23 03:47:46 - 1 comment
  7459. visible_private_types lint sometimes should explain why type is private

    9e560d8 Opened by Felix S Klock II at 2015-11-05 09:42:57 - 1 comment
  7460. Write (at least) type signatures of placeholder functions in docs

    a72729c Opened by Huon Wilson at 2015-01-17 22:31:36 - 6 comments
  7461. Report fields which are never read as dead.

    03eb302 Opened by Eduard-Mihai Burtescu at 2014-10-18 22:39:58 - 1 comment
  7462. Runtime segfault on freebsd

    bd8dc92 Opened by Alex Crichton at 2015-07-28 22:12:34 - 14 comments
  7463. span misidentified within format! on "consider removing this semicolon"

    1c945e3 Opened by Felix S Klock II at 2014-04-22 03:26:36 - 1 comment
  7464. Cast from f64 to f32 not working with latest nightly on Windows

    8cf1cb0 Opened by Alexander Overvoorde at 2014-10-05 07:12:17 - 9 comments
  7465. Implementing traits for lambdas with static lifetimes stopped working

    33637a2 Opened by Carl Lerche at 2014-10-03 07:27:53 - 1 comment
  7466. Share allows for unsafe mutations in safe code

    49b7e45 Opened by Michael Woerister at 2014-06-19 21:16:40 - 11 comments
  7467. make check failures on windows 7

    bc6e956 Opened by Liigo Zhuang at 2014-06-02 16:45:05 - 4 comments
  7468. Tests for rustdoc search indices

    ee30908 Opened by Kang Seonghoon at 2018-05-31 16:36:30 - 2 comments
  7469. Change old documentation that uses deprecated "do" syntax

    5c70d76 Opened by Michael Hauser-Raspe at 2014-04-12 22:57:03 - 2 comments
  7470. Compiler failure (vector initialization)

    bad9b1a Opened by nwin at 2014-06-10 06:37:10 - 2 comments
  7471. timerfd is incompatible with common linux kernels

    355526a Opened by Brian Anderson at 2014-04-17 03:53:36 - 4 comments
  7472. Rewrite resolve

    2a17288 Opened by Brian Anderson at 2017-01-05 13:58:40 - 11 comments
  7473. One bot should build with linux 2.6.18

    b733560 Opened by Alex Crichton at 2014-09-17 22:12:52 - 1 comment
  7474. error: mismatched type -> internal compiler error: unexpected failure

    92c9295 Opened by Deleted user at 2014-04-14 19:16:54 - 1 comment
  7475. Vec<()> does not iterate correctly

    cf3f248 Opened by Andrew Dorney at 2014-04-13 12:46:56 - 2 comments
  7476. Cloning a 1MB vector is 30x slower than cloning a 1MB ~str

    771dc45 Opened by Keegan McAllister at 2014-04-16 12:06:28 - 11 comments
  7477. Assignment returns value

    3408908 Opened by HeroesGrave at 2014-04-19 15:04:09 - 4 comments
  7478. Compiler crashes when loading macros from a crate that contains syntax extensions

    65d9aca Opened by Andrzej Janik at 2014-04-16 15:11:06 - 6 comments
  7479. Use new attribute syntax in tutorials.

    3c245ce Opened by Manish Goregaokar at 2014-04-14 15:25:42
  7480. Use new attribute syntax everywhere

    7b357cc Opened by Manish Goregaokar at 2015-01-23 03:49:16 - 5 comments
  7481. Vector pattern exhaustiveness

    7172bfd Opened by Patrick Reisert at 2014-06-21 03:56:26 - 1 comment
  7482. Unintuitive error message for missing conditional in if-else expression

    af01f7d Opened by Kristoffer Haugsbakk at 2017-08-22 07:13:21 - 6 comments
  7483. std::repr does not work properly for packed fields

    0797bb9 Opened by Stepan Koltsov at 2014-10-21 22:19:30 - 3 comments
  7484. error: internal compiler error: no type for local variable 28u32

    62798ea Opened by richö butts at 2014-04-13 07:39:09 - 2 comments
  7485. expected 'T' but found 'T'

    db6327c Opened by Slowhand5 at 2014-04-13 02:14:00 - 1 comment
  7486. proc and closure expressions do not accept ! as a return type

    916d02e Opened by Rewi Haar at 2014-09-17 18:21:20
  7487. Windows nightlies have statically linked rustc/rustdoc binaries

    0e61236 Opened by Alex Crichton at 2014-04-16 15:11:30 - 2 comments
  7488. Compiling crates with debugging symbols

    1a29d0a Opened by artella.coding at 2015-01-23 03:53:51 - 3 comments
  7489. oneshot timer fails in select! if timeout is large value or 0

    87e5ac0 Opened by Arjan Topolovec at 2014-04-16 07:52:00
  7490. Syntax-phase crates are always linked against

    3be7aa7 Opened by Steven Fackler at 2014-04-14 22:46:56
  7491. borrowck unsoundness

    abf3b73 Opened by emberian at 2014-10-03 07:27:53 - 10 comments
  7492. rustc.exe depends on winpthreads

    9aed8c3 Opened by klutzy/defunct at 2014-09-14 20:08:55 - 9 comments
  7493. Allow any type of argument for one-argument print! invocations

    2239b25 Opened by Manish Goregaokar at 2014-04-14 07:12:49 - 1 comment
  7494. internal compiler error: 'parse_fn_style: bad fn_style i'

    312e8e1 Opened by Vladimir Pouzanov at 2014-04-14 11:59:29 - 1 comment
  7495. TypeId is sometimes not consistent across crates

    eeba43b Opened by Meyer S. Jacobs at 2014-04-16 02:17:00 - 1 comment
  7496. StrBuf::from_owned_str makes a copy

    edf2629 Opened by Simon Sapin at 2014-04-14 13:17:06 - 1 comment
  7497. Man Page Author Section

    3ed0ea9 Opened by Tobias Bucher at 2014-04-16 07:52:00 - 3 comments
  7498. std::num::Checked{Add,Sub,Mul,Div} should have type parameters

    80ad451 Opened by Kang Seonghoon at 2015-02-11 01:35:20 - 1 comment
  7499. Incorrect private type export warning with multiple levels of module nesting and reexports

    af30f27 Opened by Josh Matthews at 2014-04-14 20:23:43 - 5 comments
  7500. 'rustc' failed at 'called Result::unwrap() on an Err value'

    a39a7c5 Opened by Philippe Daouadi at 2014-04-24 09:31:33 - 1 comment
  7501. compiler segfault with deref of *() in asm arg

    d874393 Opened by Keegan McAllister at 2020-05-22 19:07:31 - 7 comments
  7502. Various I/O operations need to have optional timeouts

    5c73fbe Opened by Brian Anderson at 2014-05-14 07:16:40 - 1 comment
  7503. Prelude injection should not use gated features

    a0633fd Opened by Brian Anderson at 2015-03-16 13:18:06 - 8 comments
  7504. Uninformative error on type mismatch in enum value constexpr

    fdf0c31 Opened by Keegan McAllister at 2015-11-05 09:37:40 - 2 comments
  7505. Remove priv keyword

    e0b910a Opened by Brian Anderson at 2014-04-16 16:31:37 - 1 comment
  7506. Design of std::os::consts is unmaintainable/unspeccable

    dacfe67 Opened by Brian Anderson at 2014-04-25 06:36:18 - 3 comments
  7507. std::io::net may need more thought

    a509f35 Opened by Alex Crichton at 2015-01-13 08:36:35 - 6 comments
  7508. std::io::pipe needs to be useful

    ed757fe Opened by Alex Crichton at 2015-02-11 18:36:01 - 3 comments
  7509. Overhaul stability pass

    03b8094 Opened by Brian Anderson at 2014-06-21 05:46:23 - 1 comment
  7510. Create stability dashboard

    fd8d8ff Opened by Brian Anderson at 2014-07-11 23:46:52 - 2 comments
  7511. Tighten up the auto-deref algorithm

    caed26f Opened by Brian Anderson at 2014-07-31 21:12:16 - 9 comments
  7512. Remove ~str constructors

    2c71905 Opened by Brian Anderson at 2014-05-02 02:12:58 - 7 comments
  7513. Put --ls behind -Z

    a4fd71b Opened by Brian Anderson at 2017-03-24 19:22:32
  7514. Implementation cannot be defined for 'type' alias

    d92c19c Opened by Luis Araujo at 2015-01-21 00:00:05 - 2 comments
  7515. --pretty typed produces non-scalar casts

    e2615e1 Opened by klutzy/defunct at 2015-11-07 07:15:25 - 3 comments
  7516. Refactor ty_vec, avoiding vstore

    c4f160c Opened by Nick Cameron at 2014-04-20 22:01:40
  7517. ToBigInt and ToBigUint should not return an error

    12b88c7 Opened by Kang Seonghoon at 2014-09-28 22:43:13 - 2 comments
  7518. Non-consecutive crate IDs triggering assert

    e1f84f7 Opened by Steven Fackler at 2014-04-18 00:16:29 - 4 comments
  7519. Sundown does not support the definition lists (and affects Rust documents)

    5dfa25d Opened by Kang Seonghoon at 2014-04-17 11:26:26
  7520. Cross compiling with --enable-ccache does not work

    628a569 Opened by Alex Crichton at 2014-04-22 01:36:36
  7521. Consider implementing "two-dimensional" index for ty::substs

    e8c5e37 Opened by Edward Wang at 2014-06-13 20:47:58 - 2 comments
  7522. emacs mode indentation is wrong when function return -> is on its own line

    edf53eb Opened by Niko Matsakis at 2017-03-24 19:22:32 - 5 comments
  7523. emacs mode indendation is wrong for string constants with backslashes

    96bc722 Opened by Niko Matsakis at 2017-03-24 19:22:32 - 4 comments
  7524. tutorial mentions variable-binding before explaining it

    c0afe65 Opened by zookoatleastauthoritycom at 2014-06-23 16:06:47 - 2 comments
  7525. tutorial about match can be misunderstood about the role of the "my_number"

    4f04715 Opened by zookoatleastauthoritycom at 2014-05-14 02:56:55
  7526. Better "unresolved import" error message and "self::"

    0faa65b Opened by Deleted user at 2016-10-26 05:37:42 - 4 comments
  7527. Tutorial should mention official nightlies

    e6d6ee4 Opened by Huon Wilson at 2014-06-23 16:07:06 - 3 comments
  7528. Consider --version output more carefully

    0e07382 Opened by Brian Anderson at 2014-06-25 04:19:50 - 14 comments
  7529. rustdoc: [src] links to "pub mod" line instead of the file itself

    11794ba Opened by Noam Raphael at 2014-04-17 22:27:20 - 1 comment
  7530. Error: 'assertion failed: libc::CloseHandle(native) != 0' if integer is too high.

    0d08822 Opened by mdinger at 2014-04-19 06:31:36 - 2 comments
  7531. read_line() fails with an unknown error when run in PowerShell (Windows 7 x64)

    462b412 Opened by Masato Nakasaka at 2014-04-18 08:07:11 - 3 comments
  7532. Docs now have poor information density

    acbf368 Opened by emberian at 2014-04-30 02:41:48 - 9 comments
  7533. Would you please split vim support as submodule?

    8e85964 Opened by Deleted user at 2014-04-18 12:17:59 - 1 comment
  7534. Cross-Origin Request on docs webfonts

    096ad65 Opened by KokaKiwi at 2014-05-07 12:11:51 - 5 comments
  7535. Tuple struct fields missing in documented signatures

    c33da1b Opened by SiegeLord at 2014-04-20 23:21:30
  7536. core dump: fn pointer in iterator

    a6681f5 Opened by Phil Dawes at 2014-07-25 09:26:18 - 12 comments
  7537. use self::b has stopped consulting local non-pub use of b

    42fdb13 Opened by Felix S Klock II at 2016-11-21 14:08:48 - 5 comments
  7538. ICE for closure / proc confusion

    4c17e38 Opened by Wendell Smith at 2014-04-22 15:36:32
  7539. Pointer tutorial should talk of all things pointer-y

    8ea902f Opened by Manish Goregaokar at 2014-08-31 10:11:35 - 1 comment
  7540. Non-zero-terminated string passed to C function puts in smallest-hello-world.rs

    d1c7d1b Opened by Tobias Bucher at 2014-04-19 07:51:34
  7541. DWARF version is clamped to at most 3

    e62d12a Opened by Alex Crichton at 2014-09-18 14:10:49 - 2 comments
  7542. ICE: ebml loader while running tests

    19f009b Opened by ql-owo-lp at 2014-05-10 23:42:29 - 2 comments
  7543. Add malloc/free functions to std and use them consistently instead of C malloc

    9b45662 Opened by Brian Anderson at 2014-05-11 07:46:46 - 3 comments
  7544. Document how to use binary installers with install.sh

    95a9551 Opened by Brian Anderson at 2014-12-10 18:44:46 - 3 comments
  7545. Static items can result in references to unexported symbols

    4bd3d8e Opened by Brian Koropoff at 2014-05-04 06:46:52
  7546. Explain closures much better in the tutorial

    bb2dbfc Opened by mdinger at 2014-05-04 22:41:44 - 2 comments
  7547. rustdoc man page out of date

    c2e8e67 Opened by Thomas Backman at 2015-01-21 01:53:38
  7548. Bad performing code from #[deriving(Eq)] for enums

    d034240 Opened by Björn Steinbrink at 2017-03-09 17:36:30 - 9 comments
  7549. rustc: "error: internal compiler error: no type for node 41: local x (id=41) in fcx 0x7ff2ddbade98"

    dcc5c61 Opened by a-p- at 2014-09-15 20:51:05 - 5 comments
  7550. Undefined reference to `__morestack' when compiling with -O

    16d6a20 Opened by Sébastien Crozet at 2014-04-19 19:06:30 - 2 comments
  7551. error message misleading if expression unsupported in match

    0b56a58 Opened by nwin at 2014-07-19 23:21:48 - 1 comment
  7552. rustc doesn't reject incompatible trait and impl methods w.r.t argument bounds

    584cb98 Opened by Edward Wang at 2014-06-19 21:19:10 - 12 comments
  7553. task 'rustc' has overflowed its stack when compiling cyclic structs and enums

    da9acf9 Opened by Ryan Mulligan at 2014-04-20 00:20:47 - 1 comment
  7554. Website's tutorial links are dead

    842a4b2 Opened by Dylan Knutson at 2014-04-21 05:02:19 - 2 comments
  7555. New docs are hostile on bad connections

    594c4a2 Opened by richö butts at 2014-12-04 16:49:09 - 3 comments
  7556. privacy: error messages could do better at telling me why something is private

    5b0809f Opened by Felix S Klock II at 2014-04-22 15:18:16 - 2 comments
  7557. Move "miscellaneous language-construct benchmarks" out of core::mem

    7e66419 Opened by Adolfo Ochagavía at 2019-12-07 17:37:32 - 3 comments
  7558. Cross-crate rustdoc links always link to master

    dc66404 Opened by Marek Kubica at 2014-07-25 14:51:36 - 3 comments
  7559. ICE on calling lifetime-generic trait method

    51dc286 Opened by David Renshaw at 2014-05-21 05:44:47 - 2 comments
  7560. remove the -Z no-opt flag

    2177a04 Opened by Daniel Micay at 2014-09-22 05:25:39 - 1 comment
  7561. closure_to_str compiler bug

    e8c6581 Opened by Alan Andrade at 2014-04-21 06:59:41 - 1 comment
  7562. compiler bug report: 'rustc' failed at 'index out of bounds: the len is 1 but the index is 1' with overloaded calls

    9730907 Opened by Michael Peterson at 2014-12-30 10:42:45 - 4 comments
  7563. Tricky to construct a dynamically sized ~[T]

    4b167b8 Opened by SiegeLord at 2014-08-19 11:00:29 - 4 comments
  7564. Add ability for rustdoc to use custom CSS.

    d9bfaa4 Opened by SiegeLord at 2015-01-11 23:33:30 - 1 comment
  7565. Inconsistent naming of mut methods (get_mut vs. mut_iter)

    bade77f Opened by Matt Brubeck at 2014-09-17 01:06:21 - 4 comments
  7566. Task sits in recv forever and doesn't notice sender has failed

    f66b86f Opened by Josh Matthews at 2014-04-21 18:06:48 - 2 comments
  7567. Seed RNGs with a uniform type

    2ecdfb3 Opened by SiegeLord at 2015-11-05 09:43:54 - 10 comments
  7568. ICE when constructing an array whose size is in an external crate

    6c282d9 Opened by Jim Radford at 2014-04-25 21:49:10 - 1 comment
  7569. Possible defect in region checker

    bed454c Opened by Christian Douven at 2014-12-30 10:42:46 - 3 comments
  7570. Rename task function to TaskBuilder::new

    813bd14 Opened by Brian Anderson at 2014-04-24 04:41:35 - 2 comments
  7571. Lifetime in match error

    faff0a3 Opened by Sean McArthur at 2015-11-05 09:35:14 - 4 comments
  7572. Write a "practical" Rust guide

    bba6bd6 Opened by Brian Anderson at 2014-06-24 01:20:31 - 17 comments
  7573. confusing error with 'extern crate'

    0d77080 Opened by comex at 2015-02-03 05:03:37 - 4 comments
  7574. Recommend replacing ones with L's in functions like println!()

    11cd4bf Opened by mdinger at 2015-11-27 20:29:35 - 7 comments
  7575. block arguments to macros are broken

    563c45d Opened by comex at 2014-05-26 07:11:29
  7576. issues with stmt arguments to macros

    c023e65 Opened by comex at 2014-04-22 15:19:17 - 2 comments
  7577. Not all debuginfo tests work on GDB 7.2

    275a940 Opened by Alex Crichton at 2015-01-13 20:43:32 - 6 comments
  7578. Assertion breaks in llvm when -g is used.

    e3965e4 Opened by Vladimir Pouzanov at 2015-11-08 04:00:05 - 12 comments
  7579. liblibc lost c_schar export

    f182f8d Opened by Felix S Klock II at 2015-01-23 03:56:59 - 9 comments
  7580. Parameter cardinality error has a terrible span.

    8209e95 Opened by SiegeLord at 2014-04-24 15:11:28
  7581. Accessing elements in a tuple

    7d0d01a Opened by Jacob Hegna at 2014-04-23 01:54:59 - 1 comment
  7582. #[link] not before extern is silently ignored

    73782ec Opened by Kornel at 2015-01-23 03:57:10 - 2 comments
  7583. f128 requires an additional third party library on many platforms

    14f6006 Opened by Brian Anderson at 2014-06-25 19:31:01 - 1 comment
  7584. Hidden methods still appear in trait implementation docs

    9475a60 Opened by Chris Morgan at 2019-12-05 13:45:11 - 12 comments
  7585. rename std::num::Zero and std::num::One

    209dd9b Opened by Liigo Zhuang at 2016-07-28 08:05:57 - 9 comments
  7586. Assertion failed. Assigning static item using out of bounds index.

    eb032bc Opened by Adam Frisby at 2015-03-30 04:29:36 - 4 comments
  7587. If Foo<'a,'b> requires 'a <= 'b, need to infer (or provide easy way to express) constraint

    a0165c8 Opened by Felix S Klock II at 2014-10-03 07:27:53 - 3 comments
  7588. Error spans for missing methods don't point at which method call it was

    5a61377 Opened by Lars Bergstrom at 2014-04-24 15:11:28 - 2 comments
  7589. Tutorial: update requirement from g++ 4.4 to g++ 4.7

    b783f06 Opened by Noam Raphael at 2014-04-28 19:16:27 - 2 comments
  7590. internal compiler error: incorrect size with sdl::video::PixelFormat

    89eb5fe Opened by Rob Norris at 2014-11-11 19:52:01 - 1 comment
  7591. Allow coercions from statically sized to dynamically sized arrays

    914b470 Opened by Nick Cameron at 2014-09-23 22:42:27 - 3 comments
  7592. Settle conventions for ~str/StrBuf, ~[T]/Vec

    9cc0066 Opened by Brian Anderson at 2014-05-21 02:49:00 - 14 comments
  7593. Redesign the Rust's logo

    1db264d Opened by Liigo Zhuang at 2015-01-23 03:59:06 - 6 comments
  7594. Crates should allow private impl of external traits for external structs

    d213a84 Opened by Alan Falloon at 2014-11-30 01:59:13 - 10 comments
  7595. Segfault when sending a value over a channel moved inside of a loop in a task

    a4762e8 Opened by Josh Matthews at 2014-04-24 03:20:45 - 2 comments
  7596. Regex tests are ignored on windows

    b2bd6c6 Opened by Alex Crichton at 2014-08-18 07:41:16 - 5 comments
  7597. rustc fails to detect duplicate switch cases due to integer overflow

    f7c0dec Opened by Vladimir Pouzanov at 2016-06-08 07:26:40 - 7 comments
  7598. librustc and libsyntax documentation built only during make install

    27abe83 Opened by SiegeLord at 2015-01-13 08:37:03 - 8 comments
  7599. task 'rustc' failed at 'No triple in crate'

    cc0e2d6 Opened by Thomas Koehler at 2014-05-15 05:13:50 - 12 comments
  7600. funkiness related to static constants in match patterns

    f7b49f3 Opened by Felix S Klock II at 2014-07-19 23:21:48 - 2 comments
  7601. make check-stage1 is broken for run-make/bootstrap-from-c-with-green

    6882d1b Opened by Felix S Klock II at 2014-05-18 23:16:32 - 7 comments
  7602. Cannot link to third-party Rust libraries in the same prefix rustc was installed to

    1690bb1 Opened by Deleted user at 2018-07-28 18:48:11 - 26 comments
  7603. Add size_hint for Permutations

    c8597e4 Opened by Wendell Smith at 2014-04-27 08:01:33
  7604. No way to unwind without printing message

    a949234 Opened by emberian at 2014-04-25 01:42:37 - 2 comments
  7605. yet-to-be-merged libregex is not testing dynamic regexps

    0619dad Opened by Andrew Gallant at 2014-04-26 09:56:24
  7606. most of the run-make tests could be silently passing on cases that should fail

    c322a86 Opened by Felix S Klock II at 2014-05-18 23:16:32 - 2 comments
  7607. Document how to implement CLike for using EnumSet

    486aa78 Opened by Simon Sapin at 2015-01-06 21:02:34 - 1 comment
  7608. Doc says std::int::BITS is 64

    f074117 Opened by Simon Sapin at 2014-04-25 18:55:07 - 3 comments
  7609. EnumSet with more variants than bits in uint silently corrupts data

    f29c943 Opened by Simon Sapin at 2014-11-07 15:21:40
  7610. Mac OS: libuv fails to build without full Xcode

    f802c7f Opened by Aaron Turon at 2014-10-02 08:42:29 - 10 comments
  7611. Permutations of [1 element] should not be empty

    79c0736 Opened by Wendell Smith at 2014-06-27 00:07:18
  7612. Test builds should default to a different executable name

    135d0f4 Opened by Deleted user at 2019-08-18 15:05:39 - 4 comments
  7613. Deque (DList) and Vec have inconsistent naming conventions

    4bb237b Opened by Patrick Walton at 2014-04-25 20:14:21
  7614. rustc internal compiler error: 'RefCell<T> already borrowed'

    610ffe1 Opened by Carl Lerche at 2014-04-26 15:21:30
  7615. Add an option to re-allow false positives in crate loading.

    d1a52f2 Opened by Deleted user at 2014-04-25 22:25:12 - 6 comments
  7616. Make functional programming not so inconvenient

    1b59faa Opened by Eduardo León at 2014-04-26 07:38:46 - 2 comments
  7617. Introduce a control flow graph to the compiler

    9dd00a2 Opened by Brian Anderson at 2014-06-18 18:05:09 - 2 comments
  7618. const_eval funkiness with overflow

    124108e Opened by Alex Crichton at 2016-08-11 22:55:50 - 9 comments
  7619. Rustdoc's in-paragraph links do not look like links.

    3cb941b Opened by Brian Anderson at 2014-04-29 08:41:48
  7620. Internal compiler error: index out of bounds

    87e58f7 Opened by Paul Merrill at 2014-07-14 12:21:39 - 2 comments
  7621. ICE on default method with argument with type but no pattern

    0552375 Opened by Huon Wilson at 2014-05-05 22:06:33
  7622. Allow destructors on a structure that does not satisfy Send, but can't have cycles

    390dfc5 Opened by Kornel at 2014-04-26 17:10:30 - 1 comment
  7623. -Z lto requires system-level libraries to be writeable

    a114c86 Opened by Kornel at 2017-05-02 01:40:07 - 3 comments
  7624. Proposal: largely revert the recent docs style changes

    e49b2e9 Opened by Chris Morgan at 2014-06-19 23:14:25 - 29 comments
  7625. "oxidize" in the make process is confusing people.

    3923971 Opened by Chris Morgan at 2014-05-21 21:46:28 - 21 comments
  7626. Installing Rust on Windows via the installer may lead to linking failures/conflicts

    566741c Opened by Patryk Ćwiek at 2020-01-08 04:35:22 - 16 comments
  7627. -L. error: couldn't read .: illegal operation on a directory (Is a directory)

    f617937 Opened by Deleted user at 2015-01-23 04:01:37 - 2 comments
  7628. task 'rustc' failed at 'failure in fork: Cannot allocate memory', /home/rustbuild/src/rust-buildbot/slave/snap3-linux/build/src/libnative/io/process.rs:495

    f8c8e5d Opened by FlyingFoX at 2014-04-26 23:37:14 - 3 comments
  7629. Documentation fonts not currently included with the nightly binary tarballs

    f9b48ff Opened by Alexandre Gagnon at 2014-05-07 12:11:51 - 3 comments
  7630. Cannot select on DuplexStream

    1565100 Opened by Zachary Tong at 2015-01-23 04:01:58 - 3 comments
  7631. File descriptor closing in spawn_process_os in libnative on Unix platforms misses file descriptors opened before lowered resource limits

    6f43071 Opened by Ms. Molly Stewart-Gallus at 2014-04-28 05:26:31 - 1 comment
  7632. zero-length static array triggers LLVM assertion error on windows

    ced4899 Opened by klutzy/defunct at 2014-08-18 07:41:17 - 6 comments
  7633. rustc --crate-type=dylib -o name produces name.exe on windows

    2870807 Opened by klutzy/defunct at 2018-09-24 17:00:47 - 4 comments
  7634. UTF8 codepoint -> Unicode codepoint in regex docs

    a0786da Opened by Andrew Gallant at 2014-06-04 08:41:43
  7635. Rust Compiler error on building rust-http

    557cf6c Opened by Richard L at 2014-04-27 19:20:58 - 1 comment
  7636. Rustdoc render inconsistency

    1ba97e8 Opened by Kang Seonghoon at 2015-01-23 04:02:48 - 3 comments
  7637. No way to specify custom C and C++ compilers in configuration

    5277d58 Opened by Ms. Molly Stewart-Gallus at 2014-05-21 03:46:24 - 4 comments
  7638. Rustdoc pretends that the struct is empty when it only has hidden public fields

    af48485 Opened by Kang Seonghoon at 2014-04-29 00:26:49 - 1 comment
  7639. ICE related to lifetimes

    8124299 Opened by Michael McLellan at 2014-12-30 10:42:46 - 4 comments
  7640. make install error on Windows

    873bfe8 Opened by Mike Capp at 2015-08-13 20:43:07 - 11 comments
  7641. Passing members as closures.

    96a09dc Opened by Tom Jackson at 2014-04-28 04:59:47 - 2 comments
  7642. libnative uses CreateProcessA on windows

    70896fc Opened by Alex Crichton at 2014-05-14 00:22:02 - 9 comments
  7643. rustdoc doesn't mark #[doc(hidden)] fields as omitted

    d320d26 Opened by Steven Fackler at 2014-04-28 06:33:40 - 2 comments
  7644. make check -j8 fails because it can't find the regex crate

    c8a81fc Opened by Nick Cameron at 2014-06-18 22:19:01 - 5 comments
  7645. getting Broken pipe on --enable-debug --disable-optimize build

    3af389e Opened by Felix S Klock II at 2015-01-23 21:48:15 - 15 comments
  7646. syntax::parse::attr implementation disagrees with BNF in manual

    897ba6d Opened by David Creswick at 2014-05-09 13:21:38 - 6 comments
  7647. rustdoc generates repeated documentation for doc comment outside module

    a0a2803 Opened by Alexandre Gagnon at 2014-05-07 12:11:52 - 3 comments
  7648. "make check" failed for invalid-library

    a4ba49b Opened by Noam Raphael at 2015-01-23 04:04:21 - 7 comments
  7649. rustc: static fixed-size array pointer, results in internal error.

    010363c Opened by Nulldata at 2014-10-18 15:07:23 - 1 comment
  7650. Windows nightly build crashing

    00f7fd4 Opened by alexkoay at 2014-04-30 06:06:19 - 5 comments
  7651. Trait constraints should allow anonymous lifetimes for references.

    dce181c Opened by Paul Crowley at 2017-03-24 19:19:46 - 10 comments
  7652. -C target-cpu should offer a 'native' option

    ce3b3f0 Opened by Huon Wilson at 2017-03-24 19:22:32 - 3 comments
  7653. Static regexes are very slow to create

    7c80421 Opened by Huon Wilson at 2016-11-29 22:57:55 - 5 comments
  7654. Creating a regexes from an empty string crashes with an OOB

    40b07a7 Opened by Huon Wilson at 2014-06-04 06:46:44 - 2 comments
  7655. libregex tests should depend on libregex_macros

    b8f945f Opened by Huon Wilson at 2014-04-29 20:46:51
  7656. -ffunction-sections triggers an LLVM assert on windows

    1938945 Opened by Alex Crichton at 2020-08-26 09:40:29 - 9 comments
  7657. internal compiler error: &mut ! was a subtype of &mut std::cell::RefMut<,<generic #8>> but now is not?

    39111ee Opened by John Regehr at 2014-10-18 15:07:23 - 8 comments
  7658. Missing DLL when using regex! macro

    b86156d Opened by Jordi Boggiano at 2014-04-30 04:06:45
  7659. 'rustc' has overflowed its stack -- illegal hardware instruction

    996aadb Opened by Carl Lerche at 2014-04-29 20:41:05 - 1 comment
  7660. Markdown footnotes are not working in the manual

    37b6684 Opened by Adolfo Ochagavía at 2014-05-12 07:37:18 - 2 comments
  7661. Make std a facade

    5bcdfde Opened by Brian Anderson at 2014-06-12 21:34:26 - 10 comments
  7662. Searching for macro documentation is unintuitive

    6fcf607 Opened by Douglas Young at 2014-05-07 12:11:52
  7663. ICE: unexpected failure

    916e0a6 Opened by Carl Lerche at 2014-12-30 10:42:46 - 10 comments
  7664. Should Process::drop wait for the child?

    7ce2bbc Opened by Alex Crichton at 2014-05-27 22:20:32 - 5 comments
  7665. Put Code of Conduct and related policy in a more prominent location

    8330a96 Opened by Brian Anderson at 2015-02-04 10:55:35 - 1 comment
  7666. Implement equality operator for #[simd] types

    cdc05a4 Opened by Brendan Zabarauskas at 2014-10-12 17:08:27 - 1 comment
  7667. Writer adaptors should have a public method flush_outer()

    05ac7e2 Opened by Lily Ballard at 2015-01-23 04:05:11 - 1 comment
  7668. use of moved value error: &mut [T, ..N] is non-copyable

    cc9a0df Opened by klutzy/defunct at 2015-01-16 20:43:40 - 2 comments
  7669. Failure to open existing files in Open mode on windows

    b1dd2e9 Opened by Jordi Boggiano at 2014-05-05 02:56:45 - 1 comment
  7670. Overly aggressive mut lint in match patterns

    6522b3d Opened by Sean McArthur at 2014-05-21 21:52:49 - 4 comments
  7671. Wrong matching with enums and overlapping ranges

    f4e8349 Opened by Sean McArthur at 2014-05-06 02:51:33 - 5 comments
  7672. "hello world" contains Lovecraft quotes

    0e927d6 Opened by Patrick Walton at 2015-01-13 03:11:32 - 39 comments
  7673. ICE with pattern match on xcrate-reexported enum variant

    86a71f2 Opened by Alex Crichton at 2014-05-01 09:16:52 - 1 comment
  7674. process spawning in libnative does not account for unrecoverable execve failures

    e40a6f8 Opened by Ms. Molly Stewart-Gallus at 2014-05-02 01:50:24 - 3 comments
  7675. Misleading error in println!/format! invocation

    0a2b146 Opened by Yuri Kunde Schlesner at 2014-05-18 03:01:10 - 1 comment
  7676. Add UnexpectedOutput to IoErrorKind (or something similar)

    e540d83 Opened by Carl Lerche at 2016-09-18 14:53:05 - 4 comments
  7677. ICE when initialising static mut to extern value

    41f9962 Opened by Ben Harris at 2014-05-02 08:21:14 - 1 comment
  7678. rustdoc search xss exploit

    4e0f3a9 Opened by zorian at 2014-05-04 09:11:52 - 6 comments
  7679. Remove ~, add Box

    f4e88b9 Opened by Alex Crichton at 2014-07-24 18:06:33 - 6 comments
  7680. wrong "borrowed value does not live long enough" for singleton struct

    7aaf465 Opened by Stepan Koltsov at 2014-11-11 20:20:38 - 4 comments
  7681. Consider -fno-asynchronous-unwind-tables

    470c5c9 Opened by Patrick Walton at 2015-10-13 22:51:01 - 3 comments
  7682. rustc doesn't handle relative symlinks to libraries

    6a31469 Opened by Yuri Kunde Schlesner at 2014-05-03 16:01:28 - 4 comments
  7683. rustdoc regression: incorrect triple for crate

    6d1645f Opened by Vladimir Pouzanov at 2014-07-26 08:41:32
  7684. rustdoc warns main is never used

    d1780f8 Opened by NAKASHIMA, Makoto at 2014-05-07 12:11:52 - 1 comment
  7685. libregex-1cae1bee-0.11-pre.so: No such file or directory

    5738640 Opened by Сухарик at 2014-06-11 08:23:59 - 7 comments
  7686. enum variant values must be cast to their own type

    a66b9ef Opened by Jack Moffitt at 2015-06-30 10:26:17 - 6 comments
  7687. No modulo operator?

    8c3d416 Opened by Alex at 2014-05-03 04:08:36 - 1 comment
  7688. Rename PatUniq to PatBox and extend support to arbitrary smart pointers

    2d4ab9e Opened by Patrick Walton at 2017-03-22 08:47:29 - 17 comments
  7689. only require Show for elements joined with connect

    131f2f5 Opened by Mathias Panzenböck at 2015-01-23 04:06:34 - 5 comments
  7690. Links on rust-lang.org return 403 forbidden

    3d23ed8 Opened by John Zeringue at 2014-05-03 13:29:54 - 5 comments
  7691. Add UTF-16 "literals"

    281f7d1 Opened by Fanael Linithien at 2014-05-04 05:15:16 - 6 comments
  7692. Passing enum by-value loses range metadata

    0bb6dad Opened by Huon Wilson at 2022-08-02 20:07:33 - 12 comments
  7693. == with Option<primitive> has two branches

    3b213c8 Opened by Huon Wilson at 2015-01-11 09:07:31 - 7 comments
  7694. Compiling a file for testing without any tests crashes LLVM

    af8b17d Opened by Joe Schafer at 2014-05-04 06:46:44 - 1 comment
  7695. Segmentation fault due to iterator living longer than its parent

    839dd09 Opened by Ziad Hatahet at 2014-05-04 06:48:26 - 1 comment
  7696. Use a proper error for unnecessary priv usage in struct fields.

    d519242 Opened by Flavio Percoco at 2014-05-05 10:54:57 - 4 comments
  7697. Remove/justify all &T to &mut T transmutes

    ebeb078 Opened by Huon Wilson at 2015-02-10 05:27:44 - 1 comment
  7698. Macro indentation issue with rust-mode

    aff9369 Opened by gsingh93 at 2015-01-23 04:07:40 - 6 comments
  7699. output more precise range metadata

    ea4d251 Opened by Daniel Micay at 2017-01-03 17:27:32 - 2 comments
  7700. libc::Nullable should have attribute that enforces null-pointer optimization

    93d49e1 Opened by Lily Ballard at 2015-08-31 07:08:08 - 1 comment
  7701. Unbundle all 3rd party libraries.

    b58284f Opened by ᴄʜʀɪsᴛᴏᴘʜᴇʀ ᴍ at 2015-09-03 20:43:17 - 8 comments
  7702. rustdoc: three tick code blocks confuse language choice with testing options

    5342a47 Opened by Felix S Klock II at 2015-02-10 03:03:55 - 2 comments
  7703. std::raw::Vec comes before std::vec::Vec in searching rustdoc

    196c33e Opened by Edward Wang at 2014-05-05 17:19:22 - 1 comment
  7704. Static assertions are marked as dead code

    126730b Opened by Josh Matthews at 2015-06-03 21:46:22 - 2 comments
  7705. compiler failure: 'expected bare rust fn or an intrinsic' (cross-crate pub use of empty struct)

    e5174b4 Opened by Alex at 2014-05-06 09:03:57 - 2 comments
  7706. bytes!() should encode to ASCII instead of UTF-8

    6ac1c5b Opened by Simon Sapin at 2015-01-21 20:07:00 - 9 comments
  7707. Borrow checker should exploit information provided by match alternatives

    b405016 Opened by Cameron Zwarich at 2014-05-06 00:43:13 - 1 comment
  7708. make check creates files example{1,2,3}.dot

    3bb51cd Opened by Lily Ballard at 2014-05-08 06:21:40 - 2 comments
  7709. MemoryMap does not fail the task if munmap fails

    60da87b Opened by Deleted user at 2015-05-17 20:19:05 - 6 comments
  7710. Cannot do use cratename at top-level; only in sub-mods. Error message unclear.

    b3104e1 Opened by Felix S Klock II at 2015-04-22 21:49:13 - 1 comment
  7711. Valgrind errors on regex! macro usage

    63a441f Opened by KokaKiwi at 2015-01-23 04:14:39 - 3 comments
  7712. ICE with static function pointer to a generic function

    81a1ae7 Opened by Marvin Löbel at 2015-01-05 00:21:17 - 1 comment
  7713. Can not create static function pointer to generic instantiation

    6795f3f Opened by Marvin Löbel at 2015-01-22 08:54:37 - 1 comment
  7714. ICE with static function pointer to generic instantiation of enum constructor

    1266cd8 Opened by Marvin Löbel at 2017-09-04 02:19:26 - 6 comments
  7715. LLVM assert abort while trying to take address of raw pointer in static

    486b47a Opened by Marvin Löbel at 2015-06-19 16:27:06 - 10 comments
  7716. Incorrect fn subtyping with bound regions and 'static

    a977302 Opened by Niko Matsakis at 2014-05-21 00:16:22
  7717. rustdoc: consider running tests in a fresh temporary directory

    7f376f1 Opened by Felix S Klock II at 2017-06-25 18:19:24 - 2 comments
  7718. make check: consider double-checking that temp files are not injected into non-standard places

    7768c76 Opened by Felix S Klock II at 2017-02-11 00:14:29 - 4 comments
  7719. rust-mode.el: foo![...] is not highlighted as macros.

    4e8bb60 Opened by NAKASHIMA, Makoto at 2014-05-13 06:14:02 - 2 comments
  7720. Can't derive a fixed-size arrays.

    3d59c8c Opened by KokaKiwi at 2014-05-06 16:10:20 - 1 comment
  7721. rustdoc could use some LD_LIBRARY_PATH handling cleanup

    41ca154 Opened by Felix S Klock II at 2023-02-03 08:53:06 - 7 comments
  7722. Remove documentation references to garbage collection

    a594116 Opened by Steve Klabnik at 2014-09-12 13:37:16 - 6 comments
  7723. auto-borrow and consistent behavior of pointers

    a74a59f Opened by Francisco Lopes at 2015-01-23 04:15:29 - 1 comment
  7724. Add fn skip(n: uint) with a default implementation to Reader

    d2a9e36 Opened by Carl Lerche at 2021-04-21 15:51:52 - 12 comments
  7725. ICE: Failure in inherit-struct8.rs

    cfab390 Opened by richö butts at 2014-12-12 21:50:54 - 1 comment
  7726. ICE: Failure in issue-9725.rs

    f5ac010 Opened by richö butts at 2014-06-25 03:42:02
  7727. ICE: Failure in unsupported-cast.rs

    0e22799 Opened by richö butts at 2015-04-09 03:52:48 - 2 comments
  7728. port to the jemalloc sized deallocation API when available

    2926c31 Opened by Daniel Micay at 2014-09-10 11:40:54
  7729. "Unreachable pattern" error should be "unresolved name"

    dd8982d Opened by Dietrich Epp at 2014-05-06 20:35:27 - 1 comment
  7730. add a way to mark raw pointers noalias

    cb27124 Opened by Daniel Micay at 2016-01-05 14:26:43 - 1 comment
  7731. FFI by-value struct function argument error on Windows

    f9948c6 Opened by SiegeLord at 2014-05-26 08:11:30 - 2 comments
  7732. ReSkolemized can leak into error messages

    269eb3f Opened by Michael McLellan at 2023-01-19 16:40:05 - 18 comments
  7733. Allow structs to have lifetime parameters even if those lifetimes are unused inside

    125c8fa Opened by Patrick Walton at 2014-05-07 00:01:41 - 2 comments
  7734. Move repo to rust-lang organization

    9d5cb5c Opened by Brian Anderson at 2014-06-17 00:04:44 - 11 comments
  7735. Automatically publish breaking-change log

    0badd84 Opened by Brian Anderson at 2015-02-02 10:42:22 - 2 comments
  7736. Type errors of the form "expected... but found..." should indicate the source of their expectation

    2929340 Opened by Cameron Zwarich at 2023-01-06 12:08:47 - 7 comments
  7737. Should Option::expect be parameterized over Any + Send?

    0f22999 Opened by Alex Crichton at 2014-06-05 05:16:45 - 1 comment
  7738. Regex on text streams

    2472d20 Opened by Сухарик at 2015-01-25 20:37:51 - 14 comments
  7739. "Rust for C++ programmers" says "Struct fields are private by default"

    29b3f2d Opened by Deleted user at 2014-05-07 17:21:43 - 3 comments
  7740. 'index out of bounds' failure for Regex::new("") and regex!("")

    00443fa Opened by Rolf Morel at 2014-05-07 17:33:04 - 1 comment
  7741. Decrementing range behaviour is very confusing when used with unsigned integers

    3292578 Opened by Tim Perry at 2014-06-25 19:33:54 - 3 comments
  7742. Cannot use #[deriving(Encodable)] on unit-like struct

    fe5e392 Opened by Andrew Dorney at 2014-06-02 19:41:37
  7743. Rust doesn't build on Ubuntu 12.04

    6837c55 Opened by Brian Anderson at 2015-01-23 04:21:10 - 11 comments
  7744. make install fails on OSX

    a23d156 Opened by David Renshaw at 2014-05-08 14:31:43 - 2 comments
  7745. Unused variable warning shouldn't apply to parameters of default trait implementations

    fb67a06 Opened by Cameron Zwarich at 2016-01-08 06:42:13 - 2 comments
  7746. std::path::posix::Path should not automatically normalize

    2842220 Opened by Alan Falloon at 2015-02-04 08:47:21 - 5 comments
  7747. regex is less efficient than it could be

    628de16 Opened by comex at 2015-01-25 20:37:54 - 4 comments
  7748. make install broken (no libcore.so)

    55846d8 Opened by HeroesGrave at 2014-05-08 05:55:04 - 2 comments
  7749. The start function should always be recognized as reachable, even with --crate-type=dylib

    2c991ff Opened by Cameron Zwarich at 2014-05-08 16:50:13 - 2 comments
  7750. Illegal mutable borrow incorrectly allowed

    6b193f3 Opened by Sam Yatchmenoff at 2014-06-27 00:01:42 - 4 comments
  7751. proc with a reference as an argument meets lifetime errors when inferring type

    5c2e201 Opened by Huon Wilson at 2017-04-29 00:34:15 - 3 comments
  7752. assertion failed !ty::type_needs_infer when infering type of closure with a reference argument

    b91f03c Opened by Huon Wilson at 2015-01-16 21:46:14 - 2 comments
  7753. ICE on branch to a proc with unspecified type & a proc with a reference arg

    487812b Opened by Huon Wilson at 2014-09-15 20:51:05 - 2 comments
  7754. Vim indentation broken with commented struct fields.

    e3c3d74 Opened by mahkoh at 2014-05-10 08:11:36 - 5 comments
  7755. I/O timeouts do not guarantee polling

    c03ac5d Opened by Alex Crichton at 2014-12-05 02:24:20 - 2 comments
  7756. #[deriving(Deref)] for newtype structs

    100f466 Opened by Lily Ballard at 2015-01-23 04:21:57 - 1 comment
  7757. Path::new should return Option<Path> vs. failing (if there is a null byte)

    3cedcbb Opened by Carl Lerche at 2015-01-23 04:24:06 - 2 comments
  7758. Path::dirname should return Path instead of [u8]

    4dde9e9 Opened by Carl Lerche at 2015-01-23 04:24:50 - 2 comments
  7759. Supertraits are not checked for correct lifetimes

    a10b827 Opened by Niko Matsakis at 2014-05-09 23:36:38
  7760. Clean up the macros chapter

    daa7b8d Opened by Seo Sanghyeon at 2015-02-20 19:26:03 - 7 comments
  7761. assertion failed: !r0.is_bound()

    8b707f8 Opened by Steven Sheldon at 2014-05-11 01:12:29 - 1 comment
  7762. segmentation fault: moved value not detected due to trait usage

    4ae5226 Opened by Diggory Hardy at 2014-07-03 23:26:52 - 8 comments
  7763. Pretty printer assertion using RUST_LOG and deriving Encodable

    e2dc1c9 Opened by Josh Matthews at 2015-01-16 22:13:27 - 3 comments
  7764. json test_read_{list,object}_streaming are flaky on 32-bit

    136c2a1 Opened by Alex Crichton at 2023-10-25 21:41:55 - 6 comments
  7765. Loadable lints

    0723019 Opened by Keegan McAllister at 2014-06-24 23:57:18 - 5 comments
  7766. Guide: how to write docs.

    e8f319b Opened by Steve Klabnik at 2015-03-07 12:23:46 - 8 comments
  7767. &mut references do not auto-reborrow when passed as a fully generic argument

    870997b Opened by Huon Wilson at 2015-03-10 11:17:40 - 5 comments
  7768. Define Ord for &mut T if T is Ord

    3cbcd26 Opened by Niko Matsakis at 2014-05-15 06:31:51 - 1 comment
  7769. rustdoc search doesn't find crate names

    7a5c5e9 Opened by Huon Wilson at 2016-02-23 05:17:13 - 4 comments
  7770. Rustdoc does not list macros in the sidebar

    ffc5376 Opened by Huon Wilson at 2014-05-13 06:07:40
  7771. pub use with names that conflict with standard prelude behave incorrectly

    42ac1bf Opened by Léo Testard at 2014-05-17 06:11:25 - 5 comments
  7772. ICE with incorrect use of box (...) ... syntax

    665d613 Opened by Huon Wilson at 2014-05-22 08:01:28
  7773. Unhelpful errors for unintended use of box (...) ... syntax

    aee2838 Opened by Huon Wilson at 2016-01-05 11:39:53 - 3 comments
  7774. ICE: task 'rustc' failed at 'OwnedSlice: index out of bounds'

    d9b2906 Opened by Val Markovic at 2014-05-21 05:41:02 - 9 comments
  7775. Compiler says string is not it's own type

    a9461e9 Opened by Richard L at 2014-05-11 00:36:17 - 2 comments
  7776. ICE: 'rustc' failed at 'index out of bounds: the len is 12 but the index is 12 - triggered by number of LoC

    891050a Opened by Jorge Aparicio at 2016-10-01 18:03:22 - 9 comments
  7777. ICE: not enough type parameters supplied to Box<T>

    35ea40c Opened by Erick Tryzelaar at 2014-05-22 08:01:28
  7778. ICE: not allowed to compare these idents

    49e9b34 Opened by Alex Crichton at 2014-07-02 02:15:23 - 1 comment
  7779. rustdoc search enum links are broken

    ded28ab Opened by Huon Wilson at 2014-05-11 18:16:52
  7780. minor test suite issues in libquickcheck

    fb26f64 Opened by Huon Wilson at 2014-05-26 12:03:58 - 1 comment
  7781. borrow checker error message has wrong pointer type with trait Test<'a>

    732647e Opened by Erick Tryzelaar at 2017-05-13 18:19:37 - 3 comments
  7782. ICE: explicit failure while typechecking

    90f02d6 Opened by Ryman at 2014-05-21 05:02:16 - 1 comment
  7783. Confusing error for missing lifetime on a closure written as <'a> |...|

    8a8358c Opened by Alex Crichton at 2015-02-02 17:20:37 - 3 comments
  7784. String searching is slow

    ec714de Opened by Huon Wilson at 2015-02-01 18:12:58 - 1 comment
  7785. use super :: A does not parse

    5b0e63b Opened by Alex Crichton at 2016-04-24 23:14:38 - 5 comments
  7786. Old Rust docs still appear in search results

    1ad8675 Opened by Eric Sampson at 2014-05-22 03:50:15 - 1 comment
  7787. use the glibc malloc hooks to replace the libc allocator on Linux

    3fcb1db Opened by Daniel Micay at 2014-11-06 00:45:38 - 6 comments
  7788. Implementations of cross-crate traits missing in rustdoc

    4c1a62d Opened by Steven Fackler at 2014-05-13 06:07:18
  7789. #[start] can be placed on functions inside other functions

    e532219 Opened by Huon Wilson at 2017-05-30 17:04:23 - 3 comments
  7790. Rename &str::as_bytes() to &str::as_utf8()

    64f84d9 Opened by Simon Sapin at 2014-11-19 21:06:16 - 9 comments
  7791. strict version hash (SVH) incorporates hidden implementation artifacts

    ac1b521 Opened by Felix S Klock II at 2014-05-15 11:11:53
  7792. code cleanup: if visit::walk_foo(a, b, c) discards b, then b should not be in its API.

    8708d8f Opened by Felix S Klock II at 2014-05-14 16:16:45 - 2 comments
  7793. rustdoc: Some trait bounds have incorrect URLs

    8796511 Opened by Alexandre Gagnon at 2014-06-01 07:51:46 - 1 comment
  7794. Access denied for libcore documentation

    dd6d8f5 Opened by Josh Matthews at 2014-05-12 19:01:41 - 3 comments
  7795. Server list obscures 'kicked' (and other) messages

    03095d8 Opened by BasKoning at 2014-05-12 15:27:54 - 1 comment
  7796. Remove note about /dev/urandom

    6dc5f1a Opened by Thomas Hühn at 2014-05-13 15:35:42 - 4 comments
  7797. Windows binary includes lots of C header metadata

    4f1ea90 Opened by Kang Seonghoon at 2014-05-17 16:13:50 - 12 comments
  7798. Link to "getting started" docs from rust-lang.org

    d1a57cb Opened by Simon Sapin at 2015-01-23 04:26:31 - 1 comment
  7799. rustc has trouble inlining inside a Bencher closure

    6efc247 Opened by SiegeLord at 2016-01-05 12:37:17 - 4 comments
  7800. Investigate inlining the fast path of jemalloc

    eb39cd2 Opened by Patrick Walton at 2014-09-11 21:52:00 - 2 comments
  7801. The basic C types should be in libcore

    48e3578 Opened by Deleted user at 2016-01-05 12:54:00 - 1 comment
  7802. I/O timeouts implemented as deadlines is probably the wrong paradigm

    fcceda6 Opened by bill-myers at 2015-01-23 22:09:04 - 4 comments
  7803. Change the CNAME for rust-lang.org

    92bebf8 Opened by Brian Anderson at 2014-05-13 00:03:41 - 2 comments
  7804. LICENSE for Code of Conduct?

    3fa4d26 Opened by isaacs at 2014-08-19 02:18:24 - 4 comments
  7805. Missing some warnings about "literal out of range for its type"

    c969e46 Opened by Deleted user at 2015-01-13 02:34:19 - 7 comments
  7806. incorrect union passing on 32bit linux

    45f8d70 Opened by Jack Moffitt at 2014-05-14 14:26:29 - 2 comments
  7807. Enforce the file system hierarchy more strictly for modules

    f4a952d Opened by Alex Crichton at 2014-05-19 14:46:46 - 2 comments
  7808. Allow blocks in statics

    aebf079 Opened by Alex Crichton at 2014-05-14 07:15:20 - 1 comment
  7809. Internal compiler error: cannot relate bound region.

    e6d2167 Opened by Deleted user at 2014-12-18 14:32:15 - 1 comment
  7810. regex! is generating unused code warnings

    5ad3486 Opened by Yehuda Katz at 2014-06-05 21:56:56 - 5 comments
  7811. rustdoc doesn't show that fns inside extern { ... } are unsafe

    fbb90a2 Opened by Keegan McAllister at 2014-05-16 00:26:55
  7812. Deprecate @ syntax, as with ~ syntax.

    97048cb Opened by Alex Crichton at 2014-06-14 19:34:25 - 5 comments
  7813. std::io::net::unix::UnixStream does not support abstract sockets on Linux.

    fd46fef Opened by Andrew Cann at 2018-03-17 12:07:31 - 6 comments
  7814. Vim indentation broken with multiline function calls in struct definitions.

    e9e7508 Opened by mahkoh at 2014-10-04 16:38:33 - 1 comment
  7815. Expand doc comments to attributes before macro expansion

    03edcbc Opened by Brendan Zabarauskas at 2014-11-07 17:21:31
  7816. Compiler error while compiling cargo

    d18c4b9 Opened by kingkorf at 2014-05-14 17:24:31 - 2 comments
  7817. Move uses of enum to bitflags! where appropriate

    da59d09 Opened by Aaron Turon at 2015-02-16 20:51:14 - 3 comments
  7818. add attribute on impl and associated lint for "no default methods"

    b00d043 Opened by Felix S Klock II at 2016-02-11 20:01:15 - 3 comments
  7819. match variant with fields unresolved when enum type in scope

    a904550 Opened by Felix S Klock II at 2014-05-17 13:36:21 - 8 comments
  7820. str::split and str::splitn doc unclear as to how empty string input is handled

    79eecb7 Opened by Felix S Klock II at 2014-05-22 13:56:25
  7821. getopts: handling of embedded = differs for --name string and --name=string

    1887c28 Opened by Felix S Klock II at 2015-02-14 18:25:19 - 2 comments
  7822. Calling a static method on a type with no static methods results in "module wasn't actually a module!" error

    3a7de68 Opened by Huon Wilson at 2014-05-17 09:36:26
  7823. Dead code lint shouldn't warn about #[static_assert] statics

    b89bd65 Opened by Huon Wilson at 2014-05-15 11:44:17 - 1 comment
  7824. error: internal compiler error: unexpected failure (expected item, found foreign item)

    d6ff678 Opened by Noah Watkins at 2014-12-30 10:42:46 - 4 comments
  7825. rustc opt parsing: -C "llvm-args=-mcpu=arm1176jzf-s" doesn't get whole input

    4814fff Opened by Felix S Klock II at 2017-05-15 21:14:29 - 5 comments
  7826. Autoref faulty on universal trait implementations

    8109848 Opened by SiegeLord at 2015-07-22 20:44:49 - 3 comments
  7827. Multithreaded fork appears flaky on OSX

    ccaa228 Opened by Alex Crichton at 2015-08-05 17:06:52 - 24 comments
  7828. Trailing comma in method call doesn’t parse

    120660f Opened by Chris Morgan at 2014-08-24 23:56:03
  7829. ICE: Example in the Intro

    517b574 Opened by Daniel Fagnan at 2014-05-17 04:09:36 - 5 comments
  7830. "y: &int:MyTrait" compiles even if int doesn't impl MyTrait

    8e40824 Opened by Noam Raphael at 2014-11-03 22:41:20 - 1 comment
  7831. what is purpose of core::prelude ?

    a0683bb Opened by Felix S Klock II at 2014-05-18 08:11:29
  7832. Relicense all shootout benchmarks to use their preferred license

    10fe210 Opened by Brian Anderson at 2014-09-29 02:40:49 - 18 comments
  7833. Allow by-move binding for patterns with guards that don't reference the bindings

    49f909d Opened by Keegan McAllister at 2016-01-05 13:10:22 - 3 comments
  7834. ICE on resolve error inside impl block

    fbffe79 Opened by Alex Crichton at 2014-05-20 03:41:26 - 4 comments
  7835. [i, j] is considered a refutable pattern for [int, ..2]

    ca7d300 Opened by Keegan McAllister at 2014-05-17 01:22:44 - 1 comment
  7836. Add support for lazily initialized statics

    4760147 Opened by Simon Sapin at 2014-11-06 22:48:10 - 1 comment
  7837. ICE with assert! misusage

    c5b0be4 Opened by Jeong, YunWon at 2014-05-17 09:23:37 - 1 comment
  7838. Destructuring isn't supported in default trait methods' arguments.

    052a74d Opened by Eduard-Mihai Burtescu at 2018-09-24 17:22:57 - 3 comments
  7839. Deriving may want to ignore marker fields

    23a3110 Opened by Lily Ballard at 2015-01-23 21:53:07 - 5 comments
  7840. Integral literals larger than i64::MAX are not detected as overflow

    5d5c3ce Opened by Lily Ballard at 2014-08-05 21:19:36 - 7 comments
  7841. Backwards compatibility hazard with Box + &mut behaviour that cannot be replicated by a pure-library type

    4fb98b8 Opened by Huon Wilson at 2018-08-04 05:21:21 - 33 comments
  7842. Incorrect error message for borrow after closure capture

    246f099 Opened by Cameron Zwarich at 2015-01-23 21:55:53 - 1 comment
  7843. The functions in core::iter::order should accept different iterator types

    fa8258a Opened by Huon Wilson at 2014-05-20 06:36:23
  7844. makefile: jemalloc is re-built on every make check / make check-stage1 etc

    42239ff Opened by Felix S Klock II at 2015-01-12 17:23:03 - 2 comments
  7845. internal compile error when using core::num::Float::sqrt

    064afed Opened by Pytheas at 2014-05-18 20:30:27 - 1 comment
  7846. quote_expr!() can cause early abort

    a7d1539 Opened by Lily Ballard at 2017-01-03 17:18:55 - 3 comments
  7847. Trait object allowed to escape its lifetime

    eb87f59 Opened by Brandon Waskiewicz at 2014-06-25 03:42:02 - 12 comments
  7848. Add a lint for calling any safe functions at all within an unsafe block

    c945f89 Opened by bstrie at 2016-02-11 20:01:24 - 5 comments
  7849. Consider to refactor json::Encoder::buffer_encode

    49b67a6 Opened by Edward Wang at 2015-01-23 04:28:12 - 5 comments
  7850. Better error message for enforcing that lifetime parameters precede type parameters in declaration lists

    c110ddb Opened by bstrie at 2014-05-24 10:16:25
  7851. ICE / LLVM ERROR with tuple structure match

    da2a336 Opened by Alexandre Gagnon at 2014-05-23 20:26:51 - 1 comment
  7852. Tracking bug for RFC 18 - undefined struct layout

    b9d3809 Opened by Brian Anderson at 2014-08-21 19:36:06 - 6 comments
  7853. PDF manual fails to build on Ubuntu 14.04 because missing ecrm1000 file

    3ed87ca Opened by Brian Anderson at 2017-06-22 21:50:19 - 8 comments
  7854. Rename StrBuf to String

    c4da6ad Opened by Alex Crichton at 2014-05-25 06:21:20 - 2 comments
  7855. match should fail when there's no matching branch

    88f1439 Opened by Deleted user at 2014-05-21 10:41:03 - 1 comment
  7856. find_linkage_metas is unused

    3559fad Opened by Josh Matthews at 2014-06-18 00:11:39 - 3 comments
  7857. Duplicate crate errors with #[phase(syntax)]

    142e182 Opened by Alex Crichton at 2014-06-25 03:42:02 - 1 comment
  7858. Remove or replace core::finally

    3902fed Opened by Brian Anderson at 2015-01-14 14:22:12
  7859. Compiler crash when reexporting types from submodule in a crate

    846b56f Opened by Paul Colomiets at 2014-05-21 23:51:05 - 1 comment
  7860. Assert on float values

    c357b8a Opened by Leon Kunert at 2014-05-21 20:27:49 - 2 comments
  7861. print floating point values at full precision by default

    0aab94c Opened by Daniel Micay at 2015-02-02 10:58:01 - 1 comment
  7862. Remove bitwise operators on bools

    bcc2828 Opened by Brian Anderson at 2014-05-22 21:28:58 - 3 comments
  7863. make format_args! only depend on libcore

    15a8356 Opened by Tom Chittenden at 2015-02-08 02:30:15 - 6 comments
  7864. Move graydon/rust-www to rust-lang

    51926cb Opened by Brian Anderson at 2014-06-06 17:30:40 - 3 comments
  7865. Linking an rlib with a dylib may not actually link the rlib

    bda7828 Opened by Alex Crichton at 2015-07-09 00:17:03 - 2 comments
  7866. emacs highlighting fails on #[foo = "bar"] attributes

    545484b Opened by Tom Jakubowski at 2014-06-17 09:56:32 - 2 comments
  7867. ICE: parametric trait method with default implementation and missing argument name

    ae607e9 Opened by Peter Jin at 2014-05-22 06:23:19 - 1 comment
  7868. os: add get_path_env function

    e7de1bc Opened by Aaron Turon at 2014-05-31 08:01:44
  7869. Float parsing should be capable to parse min and max values

    70d4531 Opened by Falco Hirschenberger at 2015-08-13 16:09:25 - 3 comments
  7870. Static libs are doubling up on new lang item definitions

    08e59f4 Opened by Ben Harris at 2014-05-22 20:18:10 - 4 comments
  7871. debuginfo: LLDB crashes since liballoc is part of the distribution

    5e094d0 Opened by Michael Woerister at 2014-06-07 05:17:03 - 2 comments
  7872. StrAllocating.to_utf16 should be an Iterator<u16>

    8460215 Opened by Huon Wilson at 2014-06-30 21:11:39 - 1 comment
  7873. gdb doesn't understand function pointers

    4aae5ab Opened by Josh Matthews at 2015-04-20 23:45:11 - 2 comments
  7874. Segfault with let _x = "test" as &Any

    97f80d8 Opened by Lily Ballard at 2014-10-03 07:27:53 - 7 comments
  7875. black_box(f()) in scope 'b gets optimized away, unless fis ||:'a -> T and 'a > 'b

    246d240 Opened by Jorge Aparicio at 2014-05-23 00:20:12 - 2 comments
  7876. Allow for representing Option<uint> as an integer with an excluded sentinel value

    9f5ea4e Opened by Cameron Zwarich at 2015-01-23 22:00:19 - 4 comments
  7877. Inline Assembly cause segmentation fault when define label.

    8d67779 Opened by iseki at 2020-05-23 01:34:02 - 12 comments
  7878. SmallIntMap doesn't have common map iterators

    a217e62 Opened by Tobias Bucher at 2014-07-25 20:31:17 - 1 comment
  7879. task 'rustc' failed at 'OwnedSlice: index out of bounds'

    b3afc06 Opened by J Balint BIRO at 2014-06-22 13:50:50 - 7 comments
  7880. Replace official "cheatsheet" with http://rustbyexample.com/

    2d9f9bf Opened by Brian Anderson at 2014-06-25 03:42:02 - 9 comments
  7881. adding support for CC/CXX/CFLAGS broke freebsd builds

    1cfa385 Opened by Felix S Klock II at 2015-07-29 16:29:11
  7882. generic float inference type is unified with f64 prematurely

    46235e9 Opened by Felix S Klock II at 2015-07-22 20:44:50 - 2 comments
  7883. rustc should suggest using .to_owned() for ~str

    383c128 Opened by Jihyeok Seo at 2015-08-12 17:11:46 - 6 comments
  7884. Already completed forward declaration re-encountered in glfw-rs

    7d13ebd Opened by Manish Goregaokar at 2014-06-18 17:01:47 - 30 comments
  7885. pub use path then use path silently cancels the reexport

    ebf3a9f Opened by Tom Jakubowski at 2014-12-30 10:42:46 - 2 comments
  7886. Consider desugaring the pattern in match to a let to improve error messages

    f0b08dc Opened by Huon Wilson at 2014-05-27 23:06:42
  7887. ICE matching a tuple containing a string

    608698c Opened by lucy at 2014-06-21 03:56:26
  7888. Remove null check from heap::deallocate

    3df80db Opened by Nick Cameron at 2014-09-11 07:10:53 - 3 comments
  7889. TotalEq for f32 and f64

    4d389a7 Opened by kitida at 2014-05-24 07:08:29 - 3 comments
  7890. 'could not find method while translating' while using macros

    63acf8e Opened by chris at 2014-06-19 11:11:32 - 3 comments
  7891. Cannot run any rust programs on windows

    9b34ef0 Opened by Lukman Shoge at 2014-08-28 21:25:07 - 13 comments
  7892. build failure: librustc-d252d482-0.11.0-pre.so: undefined reference to `std::__detail::_Prime_rehash_policy::_M_need_rehash(unsigned long, unsigned long, unsigned long) const'

    602de5b Opened by Alexander Samoilov at 2014-05-26 08:31:22 - 2 comments
  7893. Move unused-attribute pass after trans

    0ee9ea6 Opened by Steven Fackler at 2017-05-06 18:43:25 - 4 comments
  7894. Add passes to mark stability and must-use attributes as used

    32a3d7d Opened by Steven Fackler at 2024-12-21 04:53:57 - 4 comments
  7895. Add a pass to mark doc attributes as used

    db9fa44 Opened by Steven Fackler at 2019-08-17 11:23:15 - 6 comments
  7896. TcpListener::bind example gets stuck in an infinite loop for non-privileged users

    aac158e Opened by Mike Hommey at 2015-02-13 22:34:37 - 10 comments
  7897. drop impl for Process shouldn't wait()

    021ee40 Opened by Mike Hommey at 2014-05-25 05:56:51 - 2 comments
  7898. rustc: "error: internal compiler error: debuginfo::set_members_of_composite_type() - Already completed forward declaration re-encountered."

    c485cd9 Opened by a-p- at 2014-07-02 11:56:11 - 12 comments
  7899. Recommend recompiling dependencies with the "incorrect triple" error

    66922e0 Opened by Manish Goregaokar at 2017-05-30 21:25:55 - 2 comments
  7900. Improve error message when attempting to use a crate that was created as a staticlib instead of an rlib.

    0760021 Opened by Ahmed Charles at 2015-02-07 11:18:20 - 10 comments
  7901. Can the standard library rely on stated but unenforceable invariants of traits like TotalOrd?

    617e9b4 Opened by Huon Wilson at 2014-09-16 03:33:26 - 5 comments
  7902. A generic way to wrap errors would be useful in the standard library

    cfb13d7 Opened by Mike Hommey at 2014-11-11 20:43:45 - 3 comments
  7903. relicense shootout-meteor.rs to the shootout licence

    390be33 Opened by Guillaume P. at 2014-06-06 08:11:58 - 16 comments
  7904. dead_code lint misses re-exported type aliases

    cdf71a1 Opened by Felix S Klock II at 2014-05-27 19:56:42
  7905. method on non-generic priv struct callable via re-exported type alias leads to link failure

    a271127 Opened by Felix S Klock II at 2014-05-27 19:56:42
  7906. make targets: consider making doc generation part of default target

    a8eaf61 Opened by Felix S Klock II at 2017-02-11 00:14:48 - 12 comments
  7907. Nightly version mismatch

    a191843 Opened by SiegeLord at 2014-11-18 16:59:03 - 19 comments
  7908. core::str::Str.as_slice() should be renamed as_str()

    59ac37c Opened by Lily Ballard at 2015-03-24 21:15:26 - 18 comments
  7909. std::io::stdin() is causing significant trouble, losing data to its buffer

    b985813 Opened by Chris Morgan at 2014-12-05 22:46:50 - 8 comments
  7910. rustdoc is generating relative URLs to nonlocal crates

    4f75c3b Opened by Steven Fackler at 2014-05-28 08:01:50 - 1 comment
  7911. rustc crashing over illegal instruction

    d636648 Opened by Elias Boutaleb at 2016-05-27 16:56:36 - 33 comments
  7912. Support smaller failure in libcore

    0a7c1fc Opened by Ben Harris at 2014-05-29 16:23:57 - 3 comments
  7913. Patterns make parsing of optional parameter names kinda wonky

    a5ae49b Opened by Benjamin Herr at 2015-01-23 22:03:16 - 1 comment
  7914. Vim indentation broken with long match

    08cf06a Opened by mahkoh at 2014-10-04 16:37:38 - 2 comments
  7915. Implement Fn, FnMut, FnOnce traits and make them callable via the () operator

    3011a14 Opened by Patrick Walton at 2014-06-10 04:53:52 - 3 comments
  7916. Implement syntax for anonymous unboxed closures

    40d3022 Opened by Patrick Walton at 2014-11-12 20:27:35 - 7 comments
  7917. rustdoc failing on unused attribute "crate_id" if warnings are denied

    ed04703 Opened by Dzmitry Malyshau at 2014-07-25 14:58:35 - 1 comment
  7918. std::io::process::StdioContainer::Ignored doesn't attach streams to /dev/null with libnative

    af652f9 Opened by Mike Hommey at 2014-05-29 07:11:43
  7919. rustuv deadlocks at shutdown when spawning a "daemon" subprocess

    23d5ffc Opened by Mike Hommey at 2014-05-27 16:13:01 - 2 comments
  7920. #[lang="exchange_malloc"] seems to be broken

    8914143 Opened by snare at 2014-05-27 16:55:08 - 1 comment
  7921. make and make -j4 have different behavior in compiling

    94cf7d8 Opened by Xu Zhao at 2015-10-23 20:40:16 - 3 comments
  7922. Inlined documentation loses lifetime parameters on functions

    0a16182 Opened by Alex Crichton at 2019-12-20 09:00:14 - 11 comments
  7923. Short doc url don't mention Rust version at all

    c4a62c5 Opened by Huon Wilson at 2019-09-22 01:32:48 - 12 comments
  7924. Process should support the child outliving the parent

    358dd11 Opened by Alex Crichton at 2014-06-16 20:31:45 - 1 comment
  7925. Remove crate_id support from extern crate

    dec05a7 Opened by Brian Anderson at 2014-10-17 22:20:50 - 9 comments
  7926. Add --extern foo=path command line flag

    5ccdbb7 Opened by Brian Anderson at 2014-07-20 03:38:58 - 2 comments
  7927. Eliminate crate_id's

    03e33a6 Opened by Brian Anderson at 2014-07-06 00:31:41 - 1 comment
  7928. Add a command line flag to mix metadata into the version hash

    1da04bf Opened by Brian Anderson at 2014-07-06 00:31:41
  7929. Tracking issue for RFC 20 - pattern macros

    399ba68 Opened by Brian Anderson at 2014-05-31 01:01:47 - 1 comment
  7930. rustdoc: provide anchors for primitive types

    962e651 Opened by Aaron Turon at 2014-06-01 07:51:45 - 2 comments
  7931. No Mutable Slice type exists.

    580d9d7 Opened by Ariel Ben-Yehuda at 2015-01-23 22:04:52 - 1 comment
  7932. Inline fail! causes significant slowdown in write()

    1f0f206 Opened by mahkoh at 2014-10-09 06:15:35 - 21 comments
  7933. Doc: "unsafe turns off safety checks" is misleading

    a615372 Opened by Simon Sapin at 2014-10-07 19:15:17 - 3 comments
  7934. std::io::fs::symlink returns IoError: OS Error 0 on windows

    0b51761 Opened by klutzy/defunct at 2014-06-17 17:11:21 - 5 comments
  7935. StrAllocating::to_string and into_string should be removed

    59d9660 Opened by Simon Sapin at 2014-05-28 17:15:13 - 2 comments
  7936. rustdoc should mark #[deprecated] things as such

    861fdb0 Opened by Simon Sapin at 2015-01-12 22:26:04 - 7 comments
  7937. Investigate implementing an ECMA 402-based internationalization library

    782f353 Opened by Alex Crichton at 2015-02-15 18:40:19 - 3 comments
  7938. Investigate implementing an l20n-based localization library

    7ed169b Opened by Alex Crichton at 2015-02-11 00:23:36 - 5 comments
  7939. Stack overflow when calling a trait method on an enum

    3af41cf Opened by Deleted user at 2014-05-29 06:58:28 - 5 comments
  7940. Box<&mut int> allows for constructing an &int aliasing the &mut, while the &mut is still modifyable

    01d1797 Opened by Huon Wilson at 2014-05-30 21:16:40 - 10 comments
  7941. Error spans for illegal extern "ABI"

    f16d00d Opened by Liigo Zhuang at 2014-05-29 18:29:00 - 1 comment
  7942. -Zlto strips pub extern'ed functions provided by extern'ed crates

    183896c Opened by Yehuda Katz at 2014-06-07 05:17:04 - 6 comments
  7943. tutorial: Section 8

    371765c Opened by L. Amber O'Hearn at 2014-07-30 23:33:20 - 2 comments
  7944. tutorial: two kinds of box?

    46b4162 Opened by L. Amber O'Hearn at 2014-09-12 03:30:39 - 2 comments
  7945. Tracking issue for RFC 21 - lexical syntax simplification

    9053e51 Opened by Brian Anderson at 2015-05-28 16:34:52 - 2 comments
  7946. ICE with rustc --version | false

    19948a9 Opened by Lily Ballard at 2016-03-14 15:52:47 - 10 comments
  7947. rustdoc: missing type parameters on impls of generic traits

    e22c5d1 Opened by Aaron Turon at 2014-06-01 07:51:45 - 8 comments
  7948. 1307 broken links in the Rust documentation

    a96e706 Opened by Chris Morgan at 2015-03-31 22:59:08 - 8 comments
  7949. Add ability to use or-patterns within expressions in match arms

    9d721b9 Opened by Manish Goregaokar at 2014-09-16 18:56:37 - 2 comments
  7950. dlopen() + spawn = bizarre crash in libnative... nobody else can reproduce

    e49254a Opened by Mimir at 2014-05-29 17:02:16 - 3 comments
  7951. Arc::make_unique ignores weak references

    cabce12 Opened by Aaron Turon at 2014-05-30 12:56:45
  7952. Using Unsafe for type-based internal mutability is unsound

    e0528f9 Opened by Cameron Zwarich at 2014-06-03 18:29:31 - 6 comments
  7953. sync confusingly defines 3 types called Mutex

    5f32cd8 Opened by Huon Wilson at 2015-01-17 18:47:41 - 6 comments
  7954. Bitv and BitvSet do not not implement Show

    54e01e9 Opened by Kasey Carrothers at 2014-05-30 17:01:38
  7955. std merge sort is probably not failure safe

    6b77aa0 Opened by Brian Anderson at 2014-12-11 18:08:59 - 7 comments
  7956. Move the style guide from the wiki to the repository

    92a60a4 Opened by kud1ing at 2014-07-11 20:13:33 - 9 comments
  7957. Space-optimize Option<T> for integral enum T

    8c3cc51 Opened by Deleted user at 2017-05-19 16:32:42 - 10 comments
  7958. error message claims struct does not have field that it clearly does have

    9ab740c Opened by Felix S Klock II at 2014-05-31 19:56:38
  7959. Enforcing static linkage is impossible (and diagnosing why dynamic linking occurs is hard)

    72986d6 Opened by Huon Wilson at 2018-09-24 15:48:19 - 9 comments
  7960. Please add find_equiv to TreeMap

    a2ca13a Opened by Simon Sapin at 2014-09-24 19:10:31 - 3 comments
  7961. Please document the JSON streaming parser

    1c21093 Opened by Simon Sapin at 2016-03-27 04:52:27 - 6 comments
  7962. rustdoc search points to definition crate of inlined items

    e0ebb4c Opened by Huon Wilson at 2015-04-06 22:15:01 - 2 comments
  7963. crate_type="dylib" cause compiles error

    057860c Opened by Liigo Zhuang at 2014-05-31 07:28:45 - 3 comments
  7964. Need support Windows-style DLL export function names

    0e6782b Opened by Liigo Zhuang at 2014-06-03 07:15:19 - 11 comments
  7965. use gold instead of bfd on Linux if it's available

    3146887 Opened by Daniel Micay at 2016-07-14 22:13:28 - 3 comments
  7966. A type with static methods with the same name as a module generates incorrect error message

    4f0e7fa Opened by Huon Wilson at 2015-10-27 17:14:39 - 5 comments
  7967. RUST_TEST_TASKS=1 colors output when stdout is not a tty

    43f3fe0 Opened by Ben Noordhuis at 2014-06-01 09:31:44
  7968. Doc landing page and the 404 page could have the library search box

    003917f Opened by Huon Wilson at 2018-10-08 03:05:01 - 10 comments
  7969. Style play.rust-lang.org similarly to www.rust-lang.org, etc.

    190ce7c Opened by Brian Anderson at 2014-09-24 19:16:00 - 7 comments
  7970. static tuple used as a match arm yields weird error

    34c2967 Opened by Alan Andrade at 2014-07-19 23:21:48 - 4 comments
  7971. .slice() method documentation slightly misleading / inaccurate

    ca0702b Opened by Meyer S. Jacobs at 2014-06-06 11:36:55
  7972. Name shadowing within a single pattern should have a lint (or be an error)

    459be64 Opened by Huon Wilson at 2014-06-12 17:12:07 - 2 comments
  7973. Static methods in traits

    672df92 Opened by Max at 2014-06-01 22:54:03 - 3 comments
  7974. Inlined documentation reveals private methods

    f329823 Opened by Alex Crichton at 2014-06-05 06:56:48
  7975. Inlined inherent methods are duplicated in documentation

    74d316c Opened by Alex Crichton at 2014-06-05 06:56:48 - 1 comment
  7976. Inlined documentation reveals #[doc(hidden)] items

    a524c6d Opened by Alex Crichton at 2014-07-26 08:41:32 - 2 comments
  7977. Inlined documentation reveals private implementors

    ca0ff86 Opened by Alex Crichton at 2016-04-19 15:03:06 - 4 comments
  7978. Binding subpattern with @ allows for illegal mutation

    52b960f Opened by Markus Westerlind at 2014-08-01 17:41:07 - 6 comments
  7979. rustc refuses to add bitcode to specific rlibs unless the crate id is "lib"

    6e8ca9f Opened by Tobba at 2014-06-02 16:04:21 - 6 comments
  7980. Trait coercion issue

    c314577 Opened by edef at 2014-06-04 05:36:06 - 2 comments
  7981. All methods in cross-crate reexported traits are listed as required

    1be0fc0 Opened by Steven Fackler at 2014-06-05 06:56:48
  7982. rustdoc’s approach to producing output needs to be rethought

    1636409 Opened by Chris Morgan at 2018-09-24 17:02:29 - 5 comments
  7983. for bindings in macros can shadow function args

    8d8d39d Opened by Keegan McAllister at 2014-06-02 08:13:01 - 1 comment
  7984. non_camel_case_types lint check should ignore enum variants

    0932b61 Opened by Deleted user at 2016-02-11 20:01:56 - 2 comments
  7985. Captures<'t> .at, .name return "" to represent both "matches empty string" and "no match"

    a8c3f0d Opened by Eric Kidd at 2014-12-17 23:43:30 - 4 comments
  7986. Resolve is not detecting out-of-scope type parameters

    5430296 Opened by Niko Matsakis at 2014-06-07 01:36:59
  7987. check-pretty fails with RUSTFLAGS="-Z time-passes"

    f23fe45 Opened by Keegan McAllister at 2017-05-16 00:27:37 - 2 comments
  7988. Is bool FFI compatible, and if so, what is it defined to be?

    c8fd0eb Opened by Carl Lerche at 2016-11-29 21:35:32 - 12 comments
  7989. Add item predicate traits to slices, following CharEq for str

    dc94839 Opened by Aaron Turon at 2015-03-10 18:16:01 - 2 comments
  7990. Merge the Str and StrSlice?

    6d6f1ba Opened by Simon Sapin at 2014-11-04 20:06:31 - 21 comments
  7991. Remove raw_pointer_deriving lint

    694bebe Opened by Brian Anderson at 2015-11-18 15:58:03 - 7 comments
  7992. Declaring extern symbols twice results in wrong undefined symbols

    dd278a2 Opened by Tom Chittenden at 2017-01-03 17:37:01 - 4 comments
  7993. Quasiquoter raises unused import warnings

    2d03ef7 Opened by Steven Fackler at 2014-06-03 22:56:47 - 1 comment
  7994. Implement (back) ToJson on &[T]

    95d50d3 Opened by Simon Sapin at 2014-06-03 20:31:51 - 1 comment
  7995. Supertrait shown in docs for core::num::Zero but not std::num::Zero.

    b83a8bc Opened by Tom Jakubowski at 2014-06-05 12:07:00 - 1 comment
  7996. Implement #[plugin_registrar]

    4f83dc2 Opened by Alex Crichton at 2014-09-04 04:09:57 - 2 comments
  7997. Documentation of BigInt constructors doesn't mention digits are interpreted in base 2^32

    f1c0be6 Opened by Huon Wilson at 2014-06-06 11:36:55
  7998. libgreen: Remove or clean up public API for sched::Scheduler

    2667c05 Opened by Aaron Turon at 2014-09-19 04:07:53 - 2 comments
  7999. Tracking issue for RFC 23 - byte string literals

    1d8494d Opened by Brian Anderson at 2014-06-19 16:58:20 - 12 comments
  8000. rustc -Z ls libfoo.rlib doesn't show extern linked libraries

    a461608 Opened by Lily Ballard at 2017-04-29 16:48:18 - 2 comments
  8001. Home page coding style should follow the Rust coding conventions

    2501844 Opened by Brian Anderson at 2014-09-16 10:10:39 - 3 comments
  8002. Explain how the front page evaluation works

    3f6bd1a Opened by Brian Anderson at 2015-01-21 21:39:19 - 4 comments
  8003. rustdoc should support submitting code to play.rust-lang.org

    d623f5f Opened by Alex Crichton at 2014-06-07 05:17:04 - 2 comments
  8004. Figure out in-tree crypto story

    9217978 Opened by Brian Anderson at 2015-02-08 12:21:43 - 67 comments
  8005. Add robust unicode support (probably via ICU bindings)

    a376822 Opened by Brian Anderson at 2015-02-02 10:58:04 - 10 comments
  8006. Create a more robust date/time crate

    6cdc4fe Opened by Brian Anderson at 2015-01-21 10:38:00 - 24 comments
  8007. Generic SQL bindings

    d1963c4 Opened by Brian Anderson at 2015-02-02 10:58:07 - 30 comments
  8008. 10% slowdown when using iterators

    4f45521 Opened by J Balint BIRO at 2014-08-15 08:49:40 - 2 comments
  8009. pub silently dropped from nested item macro invocation

    42762b3 Opened by Keegan McAllister at 2015-02-16 03:52:35
  8010. Use benchmarks to set up a website tracking rust performance

    dd51a56 Opened by Brian Anderson at 2015-01-21 01:39:36 - 2 comments
  8011. Don't distribute stage1 artifacts

    5878eaa Opened by Alex Crichton at 2016-04-13 18:39:04 - 12 comments
  8012. Sanitize the output of llvm-config when building with external LLVM

    9c588a1 Opened by Deleted user at 2017-06-25 20:35:31 - 7 comments
  8013. Delay of iteration side effects is confusing

    e0fec47 Opened by Keegan McAllister at 2014-08-12 09:26:51 - 3 comments
  8014. Inlined trait docs don't include method argument names

    983dd59 Opened by Tom Jakubowski at 2014-06-07 05:17:03
  8015. OOM is silent beyond aborting

    cff8e98 Opened by Alex Crichton at 2016-01-14 13:38:48 - 15 comments
  8016. It's surprising that Iterator::len consumes the iterator

    c849281 Opened by Erick Tryzelaar at 2014-06-07 05:17:04 - 2 comments
  8017. Mac installer (.pkg) cannot be uninstalled with install.sh --uninstall

    7e79f89 Opened by Andrew McKinlay at 2014-06-05 22:18:57 - 1 comment
  8018. Mutating matched value in pattern guard causes segfault in safe code

    69e16cd Opened by Cameron Zwarich at 2014-07-29 19:21:58 - 6 comments
  8019. Explain why {post,pre}-{increment,decrement} are absent in the language design FAQ.

    a4e66b3 Opened by emberian at 2015-03-10 05:29:16
  8020. Feature Request: A string! macro for declaring new Owned Strings from parameter.

    0a1fb05 Opened by Justin Leis at 2014-11-06 21:04:39 - 3 comments
  8021. rustc doesn't terminate on some macro definitions

    3bce0df Opened by Ty Overby at 2015-01-26 17:31:15
  8022. rustc: impl on unknown type generates incorrect error

    59b4a5a Opened by Aaron Turon at 2014-06-15 09:47:12 - 1 comment
  8023. ICE if generic destructor has several type parameters

    34d0640 Opened by bluss at 2015-04-22 15:01:30 - 11 comments
  8024. small error in macro.bytes!.html

    88fae51 Opened by electricface at 2014-06-07 05:17:04
  8025. rustc unexpected failure path 'needs a temp dir'

    1586d0c Opened by dmanescu at 2015-09-19 21:19:35 - 3 comments
  8026. "ctypes" lint name is confusing

    783bb3b Opened by Brian Anderson at 2015-10-15 23:46:40 - 6 comments
  8027. Result of make doc is confusing

    bc1810d Opened by Keegan McAllister at 2015-09-03 04:43:47 - 2 comments
  8028. get_num_cpus needs to be exposed publicly

    5ddc094 Opened by Brian Anderson at 2014-06-17 04:31:57 - 1 comment
  8029. Mysterious runtime failures when chaining methods on a Timer

    b3d1508 Opened by dmanescu at 2014-06-08 14:41:54 - 3 comments
  8030. Argument names missing for default methods of cross-crate implementations of traits

    a0b7251 Opened by Steven Fackler at 2014-06-07 23:43:30 - 2 comments
  8031. relicense shootout-pidigits.rs to the shootout license

    4b7945b Opened by Guillaume P. at 2014-06-17 00:56:54 - 2 comments
  8032. relicense shootout-binarytrees.rs to the shootout license

    287b0d1 Opened by Guillaume P. at 2014-06-17 02:46:55 - 9 comments
  8033. Confusing error message when accessing non-existing field

    59481f9 Opened by nwin at 2014-10-28 01:16:06
  8034. Types in function signatures vanish on mouse-out in rustdoc

    01c6110 Opened by mahkoh at 2014-06-07 20:41:46 - 2 comments
  8035. std::os::pipe doesn't handle error correctly

    301d8da Opened by Hanno Braun at 2014-06-16 23:06:48
  8036. Add hashmap, hashset, treemap, and treeset macros

    24c7139 Opened by gsingh93 at 2015-03-12 03:35:19 - 28 comments
  8037. Project FAQ should explain the name 'Rust', and the project logo

    08de034 Opened by dhodder at 2014-06-18 17:52:52
  8038. Build with extern llvm fails

    ebf62e8 Opened by Jauhien Piatlicki at 2016-07-11 15:54:05 - 9 comments
  8039. Linking failure: linking with cc failed: exit code: 1

    2627a61 Opened by Jauhien Piatlicki at 2019-08-26 08:45:05 - 3 comments
  8040. Code blocks in cross-crate inlined docs duplicated without formatting

    e96db32 Opened by Steven Fackler at 2014-06-08 00:03:11 - 2 comments
  8041. Identifier format warnings should give an example

    75035cf Opened by Chris Morgan at 2014-06-09 08:07:00 - 2 comments
  8042. Remove segmented stack prelude on Windows

    96560e8 Opened by klutzy/defunct at 2014-09-30 11:21:55 - 7 comments
  8043. Bitv and BitvSet do not implement Hash

    0db3ffd Opened by Kasey Carrothers at 2014-06-08 19:16:55
  8044. Offline docs have absolute URLs in them

    8bd1ff4 Opened by Tobias Bucher at 2014-06-11 04:27:08 - 2 comments
  8045. ICE when linking to old libcore

    cc54295 Opened by Mathijs van de Nes at 2015-04-22 01:51:24 - 6 comments
  8046. "std API docs" should be relabeled on the homepage

    847866d Opened by comex at 2014-06-08 17:55:03 - 1 comment
  8047. Recursive trait definition crashes rustc

    1958b03 Opened by m10e at 2014-06-09 00:12:47 - 1 comment
  8048. Rustdoc inlining displays reexported typedefs as discrete types

    ad910b1 Opened by Ed Barnard at 2014-06-10 06:37:10
  8049. Specify that int and uint are at least 32 bits on every CPU architecture

    7fb550b Opened by Jerry Morrison at 2014-09-19 04:08:43 - 8 comments
  8050. rust slice.as_ptr() should use getelementptr, not bitcast/load

    e60387f Opened by JP Sugarbroad at 2014-06-09 01:46:16 - 4 comments
  8051. bytes!(...).as_ptr() generates bad code on 32-bit architectures

    6de99e3 Opened by JP Sugarbroad at 2015-07-23 16:24:53 - 5 comments
  8052. Manual still says nested block comments are illegal

    6c44f5e Opened by Huon Wilson at 2014-06-12 12:27:19
  8053. Why not use this "Circle :: new ()"

    a950b3a Opened by electricface at 2014-06-09 09:02:16 - 1 comment
  8054. more concise expression for "xxx".to_string()

    cbf19b9 Opened by electricface at 2014-06-09 12:19:50 - 3 comments
  8055. Confusing error message when placing #![test] on a module

    7010f5d Opened by Deleted user at 2014-10-05 12:42:17
  8056. Overloaded call operations aren't handled properly in expr_use_visitor

    d916144 Opened by Patrick Walton at 2014-07-02 23:11:44 - 1 comment
  8057. Offline docs use webfonts

    72f2aa1 Opened by Tobias Bucher at 2014-07-09 12:16:34
  8058. Doc search doesn't include crate names

    f343c6f Opened by emberian at 2014-07-05 00:23:57 - 2 comments
  8059. Missing crates for macro-expanded code produces confusion

    ce6d17e Opened by Keegan McAllister at 2015-08-03 17:39:47 - 2 comments
  8060. Compiler crash: Expected label id but found style

    4221016 Opened by edef at 2014-06-10 17:05:54 - 3 comments
  8061. Valgrind: Invalid reads on empty program.

    0271eb7 Opened by KokaKiwi at 2014-06-11 12:57:07
  8062. Re-gate on auto-win-32-nopt-c

    0662d79 Opened by Alex Crichton at 2016-02-03 17:55:29 - 3 comments
  8063. Remove enum -> float casts

    01075ae Opened by Brian Anderson at 2014-06-14 10:31:49 - 3 comments
  8064. Create multi-arch nightlies

    46c703e Opened by Brian Anderson at 2017-02-11 00:15:25 - 4 comments
  8065. Archive all nightlies

    a8a337d Opened by Brian Anderson at 2019-03-19 12:08:37 - 9 comments
  8066. Remove old (boxed) closures from the language

    c450720 Opened by Patrick Walton at 2015-01-06 02:21:18 - 5 comments
  8067. Tracking issue for a more flexible, revised trait matching system

    f2417d4 Opened by Alex Crichton at 2014-06-12 21:41:08 - 2 comments
  8068. Tracking issue for disallowing struct literals in ambiguous positions

    37cc709 Opened by Alex Crichton at 2014-06-24 02:26:56 - 1 comment
  8069. fix small ambiguity in tutorial

    97020f4 Opened by zooko at 2014-06-25 01:15:33 - 3 comments
  8070. Invoking TLD on task destruction yields an opaque error message

    cd7269e Opened by Alex Crichton at 2015-04-21 15:05:02 - 3 comments
  8071. Pretty printing should use \r\n on Windows.

    ac00ba8 Opened by Peter Atashian at 2019-09-22 01:16:55 - 10 comments
  8072. Remove fmt! i18n (RFC 26)

    e0b847e Opened by Brian Anderson at 2014-06-13 16:22:06
  8073. Remove fmt! i18n (RFC 26)

    a397ef0 Opened by Brian Anderson at 2014-06-11 00:42:59 - 1 comment
  8074. rustdoc: parenthetical after attribute syntax breaks HTML

    098003d Opened by Keegan McAllister at 2015-04-16 23:23:53 - 12 comments
  8075. ICE: ID not mapped to struct fields

    9dd639d Opened by Val Markovic at 2014-06-11 07:16:08 - 2 comments
  8076. IdentTT can't be called as a non-item macro

    9715960 Opened by Erik Hedvall at 2017-05-16 12:47:35 - 7 comments
  8077. clone of fn has odd lifetime issues that copy of fn does not

    95710af Opened by Felix S Klock II at 2014-11-02 23:37:35 - 4 comments
  8078. Borrowck oddness w/ several trait object refs in a struct

    69030dd Opened by Mimir at 2015-07-19 01:09:52 - 3 comments
  8079. Configure script change to disable managing just the LLVM submodule

    4461141 Opened by Lars Bergstrom at 2014-06-13 23:19:08 - 1 comment
  8080. Tracking issue for Bounds on trait objects should be separated with +

    2f51f42 Opened by Alex Crichton at 2014-06-12 21:45:15 - 1 comment
  8081. Start speculating bors' builds

    8068079 Opened by Brian Anderson at 2016-06-27 22:11:17 - 2 comments
  8082. Automatically rollup simple PRs

    c3eb20c Opened by Brian Anderson at 2015-01-24 03:53:47 - 2 comments
  8083. Rename Share to e.g. Threadsafe

    9b3ddc5 Opened by Brian Anderson at 2014-06-17 13:53:53 - 7 comments
  8084. Confusing error message when using int as type parameter

    47762bd Opened by John Barker at 2015-01-23 22:08:20 - 1 comment
  8085. Dead code lint trips for publically exported struct variant fields

    a7a75b0 Opened by Steven Fackler at 2014-06-13 22:37:05
  8086. #[plugin_registrar] is not type-checked

    ddb350a Opened by 김현강 at 2018-09-24 17:03:34 - 6 comments
  8087. task 'rustc' failed at 'index out of bounds: the len is 0 but the index is 0'

    01dceea Opened by Glenn Watson at 2014-06-12 11:34:39 - 2 comments
  8088. DynamicLibrary symbols can outlive their handle + crash

    7ea4274 Opened by Tom Jakubowski at 2014-06-12 12:27:15 - 2 comments
  8089. suggest binding site when issuing "try using a local type parameter instead" err msg

    258c9cb Opened by Felix S Klock II at 2018-03-10 13:31:08 - 8 comments
  8090. Shared reference to a fixed length vector in a struct can be cast to a *mut directly

    4940ad7 Opened by Huon Wilson at 2014-06-14 00:04:32 - 4 comments
  8091. Incomplete tests for non-android arm & mips.

    c79eadd Opened by Luqman Aden at 2016-06-27 23:06:20 - 3 comments
  8092. The return behavior of Block expressions in manual is unclear description

    2bcff54 Opened by Tetsuharu Ohzeki at 2015-02-16 03:52:38
  8093. robots.txt is too strict

    efd9b43 Opened by Steve Klabnik at 2014-06-13 04:43:34 - 6 comments
  8094. ICE: Mismatched trait bounds for static trait methods leads to ICE rather than error

    52c527f Opened by Ryman at 2014-10-03 07:27:53 - 1 comment
  8095. quote_item! should parse leading attributes

    f70cb76 Opened by Huon Wilson at 2014-06-13 22:37:06
  8096. Pointer type inference fails with 'unconstrained type' error

    86772d5 Opened by Ben Noordhuis at 2014-10-01 20:51:59 - 3 comments
  8097. Machine readable rustc output

    44e6f9b Opened by Edu Garcia at 2017-03-24 19:22:32 - 2 comments
  8098. difficulty of printing error messages for rtio errors

    c189be5 Opened by comex at 2014-06-16 21:26:18 - 2 comments
  8099. ICE in match expression

    e7b331b Opened by Nick Cameron at 2014-06-19 03:28:49 - 3 comments
  8100. rustc: references can escape their lifetime via trait objects

    f251849 Opened by Aaron Turon at 2014-06-13 06:49:56 - 2 comments
  8101. Internal llvm failure if using -O2 with thumbv7em-linux-eabi target

    c5184e2 Opened by Vladimir Pouzanov at 2014-06-14 17:33:50 - 3 comments
  8102. debuginfo: Type metadata for ty::t '&[core::fmt::rt::Piece<>]' is already in the TypeMap!

    53c84e9 Opened by Michael Woerister at 2014-06-18 08:49:46 - 2 comments
  8103. Failing destructors leak resources

    ad95913 Opened by Alex Crichton at 2019-05-07 17:12:40 - 35 comments
  8104. Failing during GC annihilation aborts the runtime

    573aa6e Opened by Alex Crichton at 2014-10-11 19:19:55 - 2 comments
  8105. Deprecate the bytes!() macro

    2047007 Opened by Simon Sapin at 2014-06-19 11:46:36 - 3 comments
  8106. ICE: lifetime substitution in struct fields when struct implements Drop

    77f70a7 Opened by Felix S Klock II at 2014-12-23 14:46:25 - 10 comments
  8107. spawn() results in valgrind warnings

    8dafecb Opened by Karen Webb at 2014-06-14 11:18:01 - 2 comments
  8108. json::PrettyEncoder won't encode some values

    c866649 Opened by Vojtech Kral at 2015-01-23 22:08:45 - 2 comments
  8109. "failed at 'sending on a closed channel'" when using Future

    60a34e9 Opened by schmee at 2014-06-17 04:31:57 - 3 comments
  8110. &[T, ..N] casts to *T instead of *[T, ..N] in structs

    c2f92a5 Opened by mahkoh at 2014-06-25 09:46:25 - 4 comments
  8111. Stack overflow when reinstantiating a struct from its destructor

    03324b1 Opened by Deleted user at 2014-07-01 14:51:24 - 2 comments
  8112. ICE: Type metadata for unique id '{&{&[]{struct c5265340fd5e95cf/2157e}}}' is already in the TypeMap!

    3acce2e Opened by Damien Schoof at 2014-06-18 15:06:33 - 4 comments
  8113. Rust nightly tutorial links at the top are broken

    b1fc7d2 Opened by mdinger at 2014-06-16 19:36:00 - 1 comment
  8114. table of contents links are broken in rust docs

    e4ec399 Opened by James Lal at 2014-06-16 09:56:47
  8115. Semantic of std::str::CharSplitsN and regex::RegexSplitsN don't match.

    841a09f Opened by Marvin Löbel at 2015-11-18 07:14:45 - 9 comments
  8116. Asking for a 'static bound when not needed

    748ea83 Opened by Carl Lerche at 2014-10-29 00:09:06 - 8 comments
  8117. libcollections: TrieMap is not a general Trie

    9fcb946 Opened by Jonathan Reem at 2015-01-06 20:57:58 - 1 comment
  8118. Compiler isn't trusting programmer in unsafe code

    5f2b079 Opened by engstad at 2014-06-16 19:55:13 - 13 comments
  8119. internal compiler error: Type metadata ... is already in the TypeMap!

    fbc6fbc Opened by James Rowe at 2014-06-15 07:19:23 - 1 comment
  8120. fix make check-stage1

    5ca2ecc Opened by Felix S Klock II at 2014-06-16 19:49:09 - 3 comments
  8121. Compiler generated main symbol has unavoidable pointless stack check

    db176a3 Opened by Huon Wilson at 2015-03-01 19:10:44 - 6 comments
  8122. Issue when pattern matching on tuples using guards

    77188d1 Opened by Adolfo Ochagavía at 2014-06-16 01:08:07 - 1 comment
  8123. doc: Missing link in language design FAQ

    9984558 Opened by Scott Feeney at 2014-06-17 04:31:57 - 1 comment
  8124. The ~ and @ sigils still appear in error messages

    aab565b Opened by Jorge Aparicio at 2014-06-17 04:31:57 - 1 comment
  8125. Consider installing HTML documentation

    a10bab7 Opened by SiegeLord at 2016-08-12 10:03:40 - 9 comments
  8126. Attributes are prefixed with a '' in rustdoc source view

    6b87c04 Opened by Steven Fackler at 2014-06-16 09:56:47
  8127. Close inference failure

    d8b5da8 Opened by Marvin Löbel at 2014-10-03 07:27:53 - 2 comments
  8128. ld cannot find symbol fail_

    b000247 Opened by Naman at 2014-06-16 01:02:08 - 3 comments
  8129. Stop parsing trailing + in trait bounds

    cdf4509 Opened by Alex Crichton at 2014-06-21 17:21:33 - 1 comment
  8130. UdpSocket is missing close_{read,write}

    185974f Opened by Alex Crichton at 2015-03-08 17:46:29 - 7 comments
  8131. ICE when compiling a program involving a pattern match on a tuple of strings

    0f43783 Opened by Matthew Wright at 2014-06-16 20:30:06 - 2 comments
  8132. TOC in (nightly) docs has incorrect links

    8f16579 Opened by Alexander Pánek at 2014-06-16 19:48:31 - 3 comments
  8133. Assertion failing in constructAbstractSubprogramScopeDIE if compiled with -g

    8fb2689 Opened by Vladimir Pouzanov at 2016-01-05 15:30:23 - 15 comments
  8134. ICE with pub type with direct use of default type parameter

    45a1ac3 Opened by libfud at 2014-06-17 04:31:57 - 1 comment
  8135. Cannot build rustc with debug symbols

    4ca6b9d Opened by Vladimir Pouzanov at 2014-06-16 16:13:06 - 1 comment
  8136. asm! evaluates read-write constraint ("+r") expression twice

    93633ed Opened by Felix S Klock II at 2019-11-06 01:23:57 - 1 comment
  8137. Put #[unsafe_destructor] behind a feature gate

    c58259b Opened by Patrick Walton at 2014-06-21 00:27:55 - 3 comments
  8138. Performance regression introduced by commit 760b93a

    b7a8eea Opened by Sergio Benitez at 2015-08-13 20:44:28 - 9 comments
  8139. ICE when compiling with -Z ast_json

    1ae77d2 Opened by schmee at 2014-06-17 08:11:29 - 4 comments
  8140. recursive macro --- macro doesn't exist

    aaf003a Opened by Andrew Gallant at 2014-07-22 03:41:25 - 6 comments
  8141. doc: Confusing information regarding mutability for str primitive.

    d0284d1 Opened by Ryman at 2014-08-19 03:06:22 - 1 comment
  8142. Figure out what to do about MIT's docs

    c3dbc1b Opened by Steve Klabnik at 2014-06-20 16:03:44 - 13 comments
  8143. LLVM assert when using call overload + trait object coercion

    3838bb4 Opened by Steven Fackler at 2014-06-19 03:59:07 - 3 comments
  8144. Trait coercion may ask for a static bound in overloaded call

    e2c636f Opened by Luqman Aden at 2014-06-17 20:36:42 - 2 comments
  8145. LLVM assertion with overloaded call and trait coercion.

    83e8e98 Opened by Luqman Aden at 2014-06-17 05:43:01 - 1 comment
  8146. Is there some API like "select/poll/epoll_wait"?

    5356cc3 Opened by egmkang wang at 2017-01-12 18:45:12 - 2 comments
  8147. rustc's analyses have different order of eval for asm! than what trans emits.

    2cf38c9 Opened by Felix S Klock II at 2024-12-21 04:53:58 - 6 comments
  8148. ICE: "No triple in crate" when building js.rs

    930a126 Opened by Sankha Narayan Guria at 2015-04-21 21:48:53 - 8 comments
  8149. standardise whether detailed descriptions & examples of types go on the type or the module

    7f482b0 Opened by Huon Wilson at 2015-03-07 12:23:46 - 7 comments
  8150. #![no_implicit_prelude] should only apply to the current module, not to all children

    c8b15c2 Opened by Marvin Löbel at 2017-04-30 19:44:03 - 6 comments
  8151. Refactor liveness to work on the CFG and use dataflow

    edf6e20 Opened by Niko Matsakis at 2015-09-14 09:38:36 - 2 comments
  8152. Reorganize documentation index

    489895f Opened by Brian Anderson at 2014-09-09 15:31:21 - 1 comment
  8153. revise fn sig and ty representation so that bot is not a type.

    65c070f Opened by Felix S Klock II at 2014-10-29 00:17:17 - 14 comments
  8154. Need to be able to load modules from user-specified paths

    70fce30 Opened by Brian Anderson at 2015-01-20 22:55:06 - 1 comment
  8155. Add a seperate rust-try repo and corresponding automation

    fc5805e Opened by Brian Anderson at 2015-01-20 22:56:14 - 2 comments
  8156. rustc doesn't like \r\n in string literals when breaking lines

    cc43f62 Opened by Marek Baczyński at 2014-06-19 06:32:50 - 1 comment
  8157. Support merging plain markdown files into from-source documentation

    3f48ea7 Opened by Ms2ger at 2014-07-29 00:39:08 - 1 comment
  8158. Make String/str, Vec/[] conversions more ergonomic

    2b455af Opened by Brian Anderson at 2014-11-06 22:12:15 - 9 comments
  8159. Should bounds on mut trait objects be covariant?

    5202ae7 Opened by Nick Cameron at 2015-03-24 20:59:11 - 6 comments
  8160. Double moves out of arrays are allowed

    b11d453 Opened by Cameron Zwarich at 2014-06-19 03:28:49
  8161. Tracking issue for adding partial_cmp to PartialOrd

    248a3a4 Opened by Alex Crichton at 2014-07-01 03:01:19 - 4 comments
  8162. Docs for result::collect and option::collect should use boxed pointers and Vecs

    934c18e Opened by Nathan D. Typanski at 2014-06-18 07:06:39 - 3 comments
  8163. Bad error message on typecasting while using '<' operator

    3e3bebd Opened by Siddharth at 2016-02-02 18:33:59 - 2 comments
  8164. Double Show Trait in std/fmt documentation

    793a0a9 Opened by mdinger at 2014-06-18 12:31:50
  8165. rustdoc examples in std have an explicit extern crate std when loaded in playpen

    5bff6b4 Opened by Huon Wilson at 2014-06-18 12:31:50 - 1 comment
  8166. Excessively strict borrowing rules.

    1331802 Opened by Stephen Mosher at 2014-06-18 15:11:27 - 3 comments
  8167. compiling with debug info causing internal compiler error

    f1638a2 Opened by Lukman Shoge at 2014-06-18 12:31:08 - 3 comments
  8168. Operator precedence for "as" seems incorrect in the manual

    d1842fc Opened by Lionel Flandrin at 2015-02-14 00:35:52 - 1 comment
  8169. The tutorial still references the old ~ syntax for boxed pointers

    963821f Opened by Lionel Flandrin at 2014-09-12 03:30:40
  8170. rustdoc: Arrow keys don't always work when searching

    c9eb5a5 Opened by Alex Crichton at 2014-07-26 08:41:32
  8171. Internal compiler error when using 'extern create num;'

    1947aba Opened by Theia Dobyns at 2014-06-19 06:23:47 - 1 comment
  8172. side project: include dataflow analysis/analyses in --pretty flowgraph

    37b45df Opened by Felix S Klock II at 2014-07-15 14:21:16 - 1 comment
  8173. Remove the deprecated bytes!() macro

    6a19c53 Opened by Simon Sapin at 2015-04-12 21:16:52 - 3 comments
  8174. dataflow: use CFGIndex directly as bitvector index

    7d244d9 Opened by Felix S Klock II at 2014-07-18 20:01:46 - 4 comments
  8175. flowgraph: extend cfg to support whole fn item rather than just a block

    b1f96cc Opened by Felix S Klock II at 2019-08-31 21:08:11 - 3 comments
  8176. Can't pass a POD field by value to a &mut self method

    e511bfd Opened by Keegan McAllister at 2014-06-18 21:35:59 - 2 comments
  8177. No way to deny warnings and then selectively switch some back to warn

    c24aad5 Opened by Keegan McAllister at 2016-02-11 20:02:22 - 5 comments
  8178. ICE when building the compiler with RUSTFLAGS=-g

    7cd04bf Opened by Russell Johnston at 2014-06-21 02:00:23 - 5 comments
  8179. Unicode input on windows command line does not work

    2171dcf Opened by Peter Atashian at 2015-04-17 03:00:19 - 8 comments
  8180. Destructuring of references to trait objects is broken

    d5cdc6d Opened by Steven Fackler at 2014-06-23 09:11:39 - 1 comment
  8181. Tuple error message unhelpful when more than 12 elements

    19be62b Opened by mdinger at 2014-06-19 17:31:11 - 2 comments
  8182. Alternating error messages when compiling the same source

    a1cd234 Opened by Niek Bosch at 2014-12-30 10:42:46 - 1 comment
  8183. Serialization errors can only be created from the Encoder/Decoder methods

    44aaf53 Opened by Huon Wilson at 2015-07-27 17:10:17 - 4 comments
  8184. Up and down arrows do not work in search.

    5dbcb83 Opened by Zach Pomerantz at 2014-06-19 11:39:40 - 1 comment
  8185. make runtime library loading safer

    173c099 Opened by emberian at 2015-01-21 19:36:18 - 10 comments
  8186. missing_doc lint doesn't run with --test

    1a0d0c5 Opened by Sean McArthur at 2014-06-19 22:07:13 - 5 comments
  8187. Expand generic-parsing special cases to cover >= and >>=

    f945271 Opened by sp3d at 2014-06-20 19:01:26
  8188. LTO triggers type debuginfo unification error in LLVM

    8187164 Opened by Luqman Aden at 2014-10-01 09:30:08 - 4 comments
  8189. Rename ToStr/to_str to ToString/to_string

    528cb2d Opened by Nick Cameron at 2014-07-08 22:01:41 - 5 comments
  8190. Allow reflection of Box<[T]>

    d2a2f03 Opened by Nick Cameron at 2014-10-16 02:18:48 - 1 comment
  8191. rustc error references the old '~' syntax for boxes

    a3f3a3d Opened by Lionel Flandrin at 2014-06-24 17:11:50 - 1 comment
  8192. undefined reference to `_open_osfhandle'

    99c67a9 Opened by Mitja at 2014-06-23 14:30:10 - 4 comments
  8193. Please propose a way to add / remove flags from a compilation step

    f21216e Opened by Sylvestre Ledru at 2019-08-18 17:15:32 - 9 comments
  8194. index out of bounds: the len is 0 but the index is 0 (overloaded_calls + generics ?)

    e243ea0 Opened by Nico V at 2014-06-20 16:09:29 - 1 comment
  8195. Were obsolete wiki pages really obsolete?

    deb86ee Opened by Simon Sapin at 2014-06-20 20:01:48 - 3 comments
  8196. Segmentation fault when compiling old macros

    9415a92 Opened by James Rowe at 2014-06-20 20:42:54 - 1 comment
  8197. An impl on Vec<T> for trait T causes Vec::from_slice to disappear

    1ef12fe Opened by Andrew Poelstra at 2014-09-29 07:38:15 - 7 comments
  8198. Dispatch of reflection visitor methods should be implemented properly

    9efab1a Opened by Nick Cameron at 2014-10-21 22:57:59 - 1 comment
  8199. Support higher-rank lifetimes in traits (e.g. <'a>Trait<'a>)

    bd9e3e6 Opened by Patrick Walton at 2014-10-10 05:03:19 - 12 comments
  8200. rustdoc: make static functions stand out better

    905b8a2 Opened by o11c at 2019-09-22 01:23:01 - 8 comments
  8201. make check-stage1 failed

    8cf83a6 Opened by Edward Wang at 2014-06-21 20:31:09 - 2 comments
  8202. It is not possible to call methods with explicit litefimes on self when implementing a trait

    e334765 Opened by Arjan Topolovec at 2015-01-23 22:26:56 - 9 comments
  8203. Spurious 'non-exhaustive patterns' error

    511bfe1 Opened by Michael Gehring at 2014-06-23 16:12:26 - 6 comments
  8204. unresolved import: could not find hashmap in std.

    4bd6d5c Opened by Allen Nelson at 2014-06-28 12:58:28 - 3 comments
  8205. Extern varargs are not properly called with structs by value

    13bff94 Opened by Jessie Grosen at 2015-02-11 18:58:23 - 1 comment
  8206. ICE when implementing Drop for a struct with a lifetime, without #[unsafe_destructor].

    c0ea3aa Opened by Sébastien Crozet at 2014-06-22 13:49:40 - 1 comment
  8207. Any docs exist for both core and std

    32471ce Opened by Josh Matthews at 2014-06-23 04:20:40 - 2 comments
  8208. Internal compiler error: unexpected failure

    d66a63a Opened by Tom Jakubowski at 2014-08-18 11:51:11 - 4 comments
  8209. struct Foo(); shouldn't be parsed as struct Foo;

    455f55c Opened by Benjamin Herr at 2014-06-23 14:26:38
  8210. Struct inheritance goes wrong for unit-like and tuple structs

    15e42aa Opened by Benjamin Herr at 2014-10-25 20:20:55 - 2 comments
  8211. Rustdoc inlined trait shows extra type parameters

    9d9fb64 Opened by bluss at 2014-07-26 08:41:32 - 2 comments
  8212. dead_code lint warns about struct fields it can't actually know are dead due to C FFI

    fcedf75 Opened by Lily Ballard at 2014-06-23 04:06:28 - 4 comments
  8213. dead_code lint incorrectly warns about struct fields that aren't dead due to transmuting

    d268aff Opened by Lily Ballard at 2017-04-30 19:10:56 - 14 comments
  8214. #15006 breaks make check on my linux system in run-make/c-dynamic-dylib

    d5c97e4 Opened by Benjamin Herr at 2014-06-24 18:56:49 - 4 comments
  8215. Regression on array pattern-matching

    a622adc Opened by Renato Zannon at 2014-07-02 21:02:03 - 6 comments
  8216. 'undefined reference to __morestack' when compiling with -O

    38dcdd3 Opened by Michael Gehring at 2014-06-25 03:42:02 - 1 comment
  8217. Get StackOverflow to default to Rust syntax highlighting questions tagged [rust]

    550cd62 Opened by Huon Wilson at 2014-06-25 14:55:18 - 5 comments
  8218. Better error message for trait bounds on structs.

    b5735a7 Opened by Stephen Mosher at 2014-10-25 20:22:00 - 5 comments
  8219. tests: add regression test for ICE from lifetime issue 10846

    bea8af3 Opened by Felix S Klock II at 2014-06-24 13:41:56
  8220. weak type inference on late-bound lifetime within Option

    34786f3 Opened by Felix S Klock II at 2015-02-11 00:22:54 - 2 comments
  8221. "Media" / Press Kit page

    8154402 Opened by Steve Klabnik at 2014-07-30 23:34:26 - 3 comments
  8222. Segfault in safe code via Vec::from_elem.

    6ce43ed Opened by Greg Morenz at 2014-09-12 20:03:13 - 5 comments
  8223. --dep-info does not quote spaces in filenames

    d9b166c Opened by Jussi Pakkanen at 2015-09-23 13:34:54 - 3 comments
  8224. Cloning an Arc with a Trait-Object tries to Clone the Trait-Object

    a3f6dd4 Opened by Jonathan Reem at 2014-11-17 06:09:18 - 4 comments
  8225. Warn about unused macros

    feaa883 Opened by Keegan McAllister at 2016-02-11 20:18:07 - 2 comments
  8226. incorrect pattern match

    fc69db1 Opened by David Renshaw at 2014-06-25 03:42:02
  8227. rustdoc adds non existent type parameters to trait from different crate.

    c1df246 Opened by Luqman Aden at 2014-06-24 01:43:04 - 1 comment
  8228. Remove the core::bool module

    55c4c3e Opened by Brian Anderson at 2015-04-06 22:18:55 - 2 comments
  8229. Consider using Result for FromStr, FromStrRadix and friends

    282d494 Opened by Brian Anderson at 2015-01-31 07:20:40 - 1 comment
  8230. Lifetime inference failure

    2fefcb3 Opened by Florob at 2015-03-03 20:57:21 - 1 comment
  8231. UX bug report: Expected foo but found foo.

    64a4aa8 Opened by Paul Nathan at 2016-05-02 14:57:34 - 8 comments
  8232. Borrow checker sometimes determines a lifetime to be 'static unnecessarily

    656d953 Opened by Wendell Smith at 2019-08-31 21:07:21 - 5 comments
  8233. Preserve spans when splicing into quotes

    9e32789 Opened by Keegan McAllister at 2014-09-04 00:48:45 - 1 comment
  8234. Type inference failure when passing a closure in place of a function parameter

    f64e23a Opened by Deleted user at 2015-01-23 22:29:42 - 1 comment
  8235. Process spawning via PATH is different on unix than it is on windows

    8a959ad Opened by Alex Crichton at 2014-08-12 05:06:22 - 3 comments
  8236. Assigning a linearly typed value to _ does trigger use of moved value errors on subsequent usages

    17fad8a Opened by Brendan Zabarauskas at 2014-06-24 20:54:08 - 10 comments
  8237. Built-in super-trait doesn't imply trait object implements that super-trait

    7b0c14b Opened by Huon Wilson at 2014-11-26 00:37:04 - 1 comment
  8238. Segfault building libcore with stage1 rustc and RUSTFLAGS="-g"

    b1d5c29 Opened by Luqman Aden at 2014-09-29 03:58:24 - 12 comments
  8239. Skip LintPasses whose lints are all Allow

    d88a71a Opened by Keegan McAllister at 2017-06-21 05:29:43 - 5 comments
  8240. for-loop-bound vars not hygienic

    a6f2c8b Opened by John Clements at 2014-06-26 04:01:30
  8241. The "ctime" field from stat is not time of file creation.

    899286a Opened by zookoatleastauthoritycom at 2015-02-11 18:36:43 - 8 comments
  8242. Searches including trait methods link to invalid anchors

    3fba23a Opened by Cole Mickens at 2015-04-06 22:19:43 - 2 comments
  8243. task 'rustc' failed at 'index out of bounds: the len is 12 but the index is 12'

    f9d7512 Opened by Deleted user at 2014-10-11 04:39:59 - 5 comments
  8244. Can use + operator in broken and hilarious ways

    4ed04dc Opened by Tom Jakubowski at 2014-07-04 06:36:21 - 6 comments
  8245. Some invalid syntax in format spec in format! is ignored

    0c8377c Opened by Oleksii Sholik at 2014-06-25 17:47:31 - 2 comments
  8246. clearly define the intended purpose of feature gates in the documentation

    83218b5 Opened by Daniel Micay at 2014-12-08 19:06:24 - 4 comments
  8247. read_to_end is very slow (>30x slower than 0.10)

    7326643 Opened by Arjan Topolovec at 2014-10-22 18:36:03 - 10 comments
  8248. Incorrect unreachable pattern when matching slice with ..

    111f4ba Opened by Stepan Koltsov at 2014-06-25 15:10:14 - 3 comments
  8249. Memory exploit mitigations

    595cb48 Opened by Keegan McAllister at 2019-05-20 16:42:13 - 16 comments
  8250. Make it easy to attach LLVM attributes to Rust functions

    1b4653b Opened by Keegan McAllister at 2015-09-03 20:47:50 - 8 comments
  8251. Inlined documentation of reexported trait doesn't supply some type parameters

    3b9264e Opened by Benjamin Herr at 2014-07-26 08:41:32 - 1 comment
  8252. rustup.sh could pass a prefix to install.sh if the user isn't root

    4e8d1b0 Opened by Benjamin Herr at 2016-02-02 18:36:13 - 3 comments
  8253. Stack overflow when impl'ing on recursive types

    cb25841 Opened by Andrew Poelstra at 2017-04-29 13:28:26 - 9 comments
  8254. pretty-rpass tests work only accidentally/fragilely

    45f83ca Opened by John Clements at 2018-09-24 17:08:38 - 7 comments
  8255. Use + instead of : for trait bounds in error messages.

    e8c60df Opened by Nick Cameron at 2015-06-29 19:55:36 - 4 comments
  8256. Integer fallback error has a terrible span

    d82f927 Opened by SiegeLord at 2015-02-09 18:14:03 - 2 comments
  8257. Arrays containing references eagerly default to having an unnecessarily restrictive lifetime

    422bbbb Opened by Huon Wilson at 2015-02-11 00:25:57 - 2 comments
  8258. Parser mistakes macro argument for struct initialization?

    2fbacf9 Opened by Hanno Braun at 2015-03-03 17:18:51 - 1 comment
  8259. rustc internal compiler error: 'rustc' failed at 'Box<Any>'

    3a2dd30 Opened by dso at 2014-06-26 21:52:39 - 2 comments
  8260. Integer fallback still somewhat present?

    3315bb0 Opened by Alex Crichton at 2014-06-30 11:54:05 - 12 comments
  8261. Warn when passing a struct without repr(C) to/from foreign functions

    6681bbb Opened by Keegan McAllister at 2014-06-26 19:40:26 - 1 comment
  8262. Performance regression

    d78e7c4 Opened by Peter Atashian at 2014-07-07 04:41:34 - 8 comments
  8263. Should not be able to declare mod item and type item (e.g. an enum) in same scope

    6648951 Opened by Felix S Klock II at 2014-11-08 21:36:20 - 4 comments
  8264. rustc ICE attempting to call nonexistent method on break keyword

    c34c3eb Opened by Riad S. Wahby at 2014-10-18 15:07:23
  8265. Empty main fails to link when using optimizations

    49c18f0 Opened by Wendell Smith at 2014-06-27 07:56:10 - 2 comments
  8266. Cannot transmute type parameters

    f31ac30 Opened by Tobias Bucher at 2014-06-27 20:43:16 - 1 comment
  8267. Missing debug symbols for some extern functions

    ff5c44a Opened by Josh Matthews at 2015-02-08 01:06:18 - 2 comments
  8268. Variable labeling of complex match arms should be able to label the whole arm

    78a3ffa Opened by Manish Goregaokar at 2015-01-21 20:04:28 - 3 comments
  8269. Hygiene problem in nested macros using ":pat" bindings

    6d43327 Opened by John Clements at 2014-06-28 07:06:37
  8270. 1u32 << 1u32 doesn't work

    9743450 Opened by Stepan Koltsov at 2014-06-27 20:30:02 - 3 comments
  8271. adding wcwidth for char in libcore

    498689d Opened by Riad S. Wahby at 2014-07-09 20:16:31 - 1 comment
  8272. Make Rust cross-compiler for i686-unknown-linux-gnu target fails

    7df832f Opened by Daniel A.A. Pelsmaeker at 2015-01-10 10:29:32 - 7 comments
  8273. Forbid types and modules with the same name

    982f744 Opened by Patrick Walton at 2014-06-28 01:51:58 - 1 comment
  8274. Race condition causes segfault in librustuv when using libgreen with stream reading

    75d2307 Opened by Peter Atashian at 2014-06-29 23:31:46 - 8 comments
  8275. Integer type inference doesn't check trait implementations

    180d7db Opened by Steven Fackler at 2014-10-26 06:44:24 - 1 comment
  8276. Leaking with task spawning

    5bc87be Opened by Luqman Aden at 2014-06-29 03:21:00 - 1 comment
  8277. Make fail message more presentable

    58a5221 Opened by SiegeLord at 2016-01-27 16:56:17 - 6 comments
  8278. Make rustc careful about implicit overwrites

    e7b6ac9 Opened by Nate Pisarski at 2015-01-23 22:32:37 - 1 comment
  8279. Explosive memory usage in type checker

    b0354a2 Opened by Brian Koropoff at 2014-08-30 23:43:57 - 9 comments
  8280. Error running make check on Windows

    015dfb2 Opened by schmee at 2015-02-20 02:59:28 - 4 comments
  8281. Add examples for Ord and PartialOrd traits in std docs

    f7724a3 Opened by mdinger at 2014-12-04 16:53:53 - 7 comments
  8282. Internal compiler error

    32afa73 Opened by Fernando Mendez at 2014-06-30 12:11:34 - 1 comment
  8283. Internal compiler error: expected a const, fn, struct, or variant def

    a268806 Opened by Greg Morenz at 2014-10-18 15:07:23 - 1 comment
  8284. The Zen of Rust

    d8a7ee0 Opened by llogiq at 2020-02-09 11:55:56 - 9 comments
  8285. opening curly braces inside a syntax extension, when missing, lead to weird errors

    362a41c Opened by Kevin Cantú at 2016-02-02 22:18:27 - 1 comment
  8286. ICE inside quote_item! when building a syntax extension (adding a block of {...} breaks things)

    0ab2e69 Opened by Kevin Cantú at 2015-06-29 19:54:29 - 5 comments
  8287. mutable linear types are modified when I don't think they are (except when in function calls?) [documentation needed, or real bug??]

    39002dd Opened by Kevin Cantú at 2015-03-03 17:09:23 - 2 comments
  8288. [repr(C)] enum only accepts int constants

    da7b076 Opened by mahkoh at 2015-04-11 19:21:59 - 6 comments
  8289. improve err msg for "cannot coerce non-statically resolved bare fn"

    3e37f3c Opened by Felix S Klock II at 2014-10-31 05:00:10 - 3 comments
  8290. Linking with gcc failed every time I use foreign function interface

    a193a86 Opened by Timofey Prodanov at 2014-06-30 23:40:56 - 3 comments
  8291. Unused mut lint doesn't warn on declare first - initialize later pattern

    f0a1f45 Opened by Jorge Aparicio at 2015-10-23 12:56:20 - 2 comments
  8292. Error running make check-fast on Windows

    accd6f0 Opened by schmee at 2014-09-07 16:16:36 - 1 comment
  8293. Rust allows uncallable methods to be defined in generic impl blocks

    0be4303 Opened by Zachary Dremann at 2015-06-29 19:51:15 - 3 comments
  8294. $\bot$ appears in the reference manual: math mode is broken

    6f1723e Opened by Nathan D. Typanski at 2015-01-06 11:31:42 - 2 comments
  8295. Tracking issue for Pattern Guards with Bind-By-Move

    bf96310 Opened by Alex Crichton at 2019-09-09 16:33:41 - 20 comments
  8296. int array error message gives generic integer #3 type

    d2ff0c5 Opened by Tom Burdick at 2014-11-11 20:52:23 - 2 comments
  8297. 30 minute intro: make note of stack vs heap

    93b76fe Opened by Steve Klabnik at 2014-10-07 19:14:57 - 3 comments
  8298. Tutorial: confusing paragraph in section 8

    1d6875b Opened by Ian Bicking at 2014-07-30 23:39:24 - 5 comments
  8299. Pick over the standard libraries for types that don't (but can) implement common traits

    75bdee8 Opened by Huon Wilson at 2015-01-21 20:54:49 - 44 comments
  8300. make check-fast fails at bootstrap-from-c-with-green on Windows

    8ede285 Opened by Peter Atashian at 2014-08-24 00:16:04 - 2 comments
  8301. Type/lifetime inference regression?

    7c5c00b Opened by Michael Gehring at 2014-10-08 13:30:45 - 1 comment
  8302. on assert! with 2 args: index out of bounds internal compiler error

    ce24cca Opened by Michael Nitschinger at 2014-10-11 04:39:54 - 4 comments
  8303. Explicitly define the evaluation order/"sequence points" etc.

    032032e Opened by Huon Wilson at 2015-09-01 14:06:41 - 21 comments
  8304. Immutable binding becomes mutable in const block expression

    7afc642 Opened by Marvin Löbel at 2015-06-29 19:45:48 - 2 comments
  8305. --emit=bc generates bitcode that fails to compile using clang > 3.3

    df88b3a Opened by Dominator008 at 2014-07-01 14:59:13 - 4 comments
  8306. Destructuring slices

    e1b3a79 Opened by Paolo Falabella at 2014-07-02 21:02:15 - 4 comments
  8307. simplify creating a parser from a token tree

    90c60f9 Opened by Erick Tryzelaar at 2014-07-03 23:26:53 - 1 comment
  8308. Std docs links are not all highlighted

    cd8f745 Opened by mdinger at 2015-10-29 03:20:17 - 11 comments
  8309. rustdoc: broken "src" link

    171b27a Opened by Noam Raphael at 2015-04-10 19:17:45 - 3 comments
  8310. sort_by takes a comparison fn, but min_by/max_by take a "scoring" fn

    b39ec22 Opened by Benjamin Herr at 2016-01-05 13:12:58 - 21 comments
  8311. Remove & LIFETIME EXPR from the language

    f064614 Opened by Patrick Walton at 2014-07-04 20:41:41 - 1 comment
  8312. Seemingly bogus "unsupported constant expr"

    b5d0e93 Opened by Lionel Flandrin at 2014-07-02 08:27:01 - 3 comments
  8313. Cannot implement simple trait

    d0815aa Opened by Micael Dias at 2014-07-02 16:30:46 - 3 comments
  8314. serialize::json is encouraging allocating intermediate buffers

    4a66e39 Opened by Huon Wilson at 2015-02-15 18:55:55 - 1 comment
  8315. Raw pointers have no 'primitive' page in rustdoc

    36a73fe Opened by Huon Wilson at 2015-04-10 19:17:45 - 2 comments
  8316. std::unit & core::unit modules should be crate::tuple::unit

    88eaeb0 Opened by Huon Wilson at 2015-04-06 23:00:20 - 1 comment
  8317. Compiling hello_world.rs "OS Error 2: The system cannot find the file specified."

    f4ac9c9 Opened by Kaylee Simmons at 2016-05-27 22:01:11 - 17 comments
  8318. relicense shootout-threadring.rs to the shootout license

    cb869dd Opened by Guillaume P. at 2014-07-24 19:51:07 - 2 comments
  8319. relicense shootout-k-nucleotide.rs to the shootout license

    1cae567 Opened by Guillaume P. at 2014-07-27 02:11:21 - 3 comments
  8320. debuginfo: Add a "nodebug" attribute that allows to exclude functions from debuginfo generation.

    324eedd Opened by Michael Woerister at 2014-08-15 15:41:26
  8321. manual: header links are wrong

    48baae4 Opened by Steve Klabnik at 2014-07-09 01:19:34 - 4 comments
  8322. Guide: variable bindings and mut

    1bfe95c Opened by Steve Klabnik at 2014-07-03 23:26:52
  8323. Method selection with by-val self may choose the wrong implementor

    590dd7e Opened by Alex Crichton at 2014-07-02 20:45:20 - 4 comments
  8324. make check should suspend TIME_PASSES env var for pretty tests?

    35e7748 Opened by John Clements at 2017-05-15 15:38:07 - 5 comments
  8325. ICE: Not enough storage to process this command

    3d0f811 Opened by Davis Silverman at 2014-12-12 21:28:54 - 6 comments
  8326. Rustdoc: group items by stability, rather than alphabetically

    56fcdda Opened by bstrie at 2015-04-10 21:35:04 - 3 comments
  8327. Rustc Fails to Compile Piston with Illegal Instruction Error

    aa36d78 Opened by Nikita Pekin at 2014-07-03 17:49:33 - 13 comments
  8328. Add option to include private definition in the documentation.

    20d87b4 Opened by nwin at 2021-12-14 16:47:16 - 18 comments
  8329. Discrepancy between compilation of crates and single-file executables.

    eb05b8b Opened by nwin at 2015-01-23 22:41:01 - 5 comments
  8330. Remove cross-borrowing entirely

    d665fb2 Opened by Patrick Walton at 2014-09-03 04:26:11 - 5 comments
  8331. ICE when using generic FnMut

    be53acd Opened by bluss at 2014-08-13 22:29:50 - 2 comments
  8332. ICE: translating unsupported cast: fn() -> u64 (cast_pointer) -> f32 (cast_float)

    45f3c24 Opened by Greg Morenz at 2015-06-29 19:43:44 - 4 comments
  8333. values does not live long enough when calling as_slice() on a slice

    188a504 Opened by Arjan Topolovec at 2014-07-02 23:57:35 - 3 comments
  8334. Error message for use of a keyword in ident position could be tweaked

    b4e0479 Opened by sschepens at 2024-04-26 15:11:29 - 10 comments
  8335. Rename UDP method.

    45cba2b Opened by Joseph Crail at 2014-07-05 02:27:15 - 7 comments
  8336. Incorrect Compiler Error

    7e05738 Opened by John Austin at 2014-07-03 06:17:21 - 1 comment
  8337. Task spawning in a loop is too slow (not caching stacks right?)

    e12aa4d Opened by Patrick Walton at 2014-10-02 08:56:51 - 10 comments
  8338. pointer from integer without a cast

    9b9de6e Opened by Duncan Mac-Vicar P. at 2014-07-03 18:20:07 - 4 comments
  8339. libstdc++.so.6 version glibcxx_3.4.15' not found centos 6.5

    870fb50 Opened by Leo R at 2014-09-17 15:42:01 - 18 comments
  8340. Add Haiku as officially supported operating system

    3ae942b Opened by Adrián Arroyo Calle at 2015-05-05 15:55:11 - 10 comments
  8341. #[deriving(PartialOrd)] is O(N^2) code size for N enum variants

    8520c40 Opened by Alex Crichton at 2014-07-11 17:36:40 - 22 comments
  8342. Redundant methods in core::str::StrSlice

    5d91214 Opened by Andrew Poelstra at 2014-07-03 20:18:29 - 4 comments
  8343. internal compiler error: Explicit index of non-index type [u8]

    b48fc2b Opened by nwin at 2014-12-18 14:32:15 - 4 comments
  8344. error: internal compiler error: unexpected failure

    7c421ad Opened by Anton Löfgren at 2014-10-13 07:58:43 - 2 comments
  8345. hygiene for self will be tricky

    3a6bbff Opened by John Clements at 2014-07-04 17:53:45 - 2 comments
  8346. Wrapping value in noop function call changes evaluation order

    e9f75b8 Opened by Huon Wilson at 2015-11-15 13:49:31 - 5 comments
  8347. Can't create box of parenthesised expression (documentation, error reporting)

    59ce829 Opened by Deleted user at 2014-10-31 05:00:17 - 5 comments
  8348. Optimize the next-power-of-two calculation in vectors for code size

    4a31448 Opened by Patrick Walton at 2015-03-25 00:48:13 - 3 comments
  8349. Do something better when there's a mismatch between identical-looking regions

    078cc25 Opened by Brian Anderson at 2015-06-29 19:41:54 - 5 comments
  8350. For loops should not be desugared

    007a5d6 Opened by Kristoffer Haugsbakk at 2014-07-25 04:01:14 - 5 comments
  8351. Incomplete/confusing error when match arm is a static constant

    dec13b5 Opened by o11c at 2014-07-19 23:21:48 - 1 comment
  8352. Failed to find an implementation of trait serialize::serialize::Decodable for core::cell::Cell<bool>

    53e295b Opened by mitchmindtree at 2014-07-07 06:26:35 - 2 comments
  8353. Inline direct calls to transmute in the frontend

    4a6ff44 Opened by Patrick Walton at 2014-07-18 01:33:26 - 2 comments
  8354. Translate the base into the destination when using functional record update

    614e54f Opened by Patrick Walton at 2014-08-15 17:21:24
  8355. Inline direct calls to transmute_copy in the frontend

    6e1bde6 Opened by Patrick Walton at 2023-10-24 10:12:06 - 7 comments
  8356. Inline direct calls to enum variant constructors in the frontend

    fa9cb11 Opened by Patrick Walton at 2014-07-19 14:01:50
  8357. Inline direct calls to mem::forget in the frontend

    6ad45c0 Opened by Patrick Walton at 2014-08-22 04:21:00 - 2 comments
  8358. compiler abort in LLVM code when using a newtype-wrapper as an argument

    685b5da Opened by Tethys Svensson at 2020-05-22 19:08:13 - 9 comments
  8359. Make "benchmarks game" results return

    bd12be1 Opened by kud1ing at 2014-10-16 17:26:07 - 15 comments
  8360. Tutorial: potential trip-up for beginners as a consequence of bug in for iteration

    bd3823e Opened by Kristoffer Haugsbakk at 2014-07-29 22:11:17 - 5 comments
  8361. It's sorta confusing that C++'s extern "C" turns off mangling but ours doesn't.

    2e6d3e9 Opened by Benjamin Herr at 2015-01-21 20:04:29 - 5 comments
  8362. rustc -C link-args=-static-libgcc does not work on Windows

    e0a78d9 Opened by Austin Bonander at 2014-09-24 13:11:07 - 1 comment
  8363. Box<Any> does not fulfil 'static.

    a33fd29 Opened by Stephen Mosher at 2014-07-05 05:42:02 - 1 comment
  8364. Static methods need to be in the method lookup loop for UFCS to be backwards compatible

    d290257 Opened by Patrick Walton at 2014-07-08 00:24:55 - 1 comment
  8365. Unify formatting floats and f{32,64}::to_str_digits

    bd7abb0 Opened by Erick Tryzelaar at 2015-06-29 20:19:18 - 2 comments
  8366. “consider using an explicit lifetime parameter” note appears before the corresponding error

    e825df6 Opened by Rewi Haar at 2014-07-06 07:26:43
  8367. Vec could use insert_all and insert_all_move methods

    d0ad33b Opened by Felix S Klock II at 2015-04-16 15:57:11 - 4 comments
  8368. Consider making Reader::lines() reuse one buffer in place

    6c051e1 Opened by Patrick Walton at 2015-02-11 18:37:02 - 6 comments
  8369. Vec partition could be generalized to a scatter operation

    28ec96c Opened by Felix S Klock II at 2014-07-04 22:48:04 - 1 comment
  8370. Values moved in a match get dropped too late

    f871b83 Opened by Björn Steinbrink at 2014-07-05 12:51:50 - 1 comment
  8371. Function type does not implement Clone

    82911f1 Opened by Damien Schoof at 2014-12-18 14:32:15 - 7 comments
  8372. error: internal compiler error: translating unsupported cast: *mut f32 (cast_pointer) -> f32 (cast_float)

    8fb589d Opened by Guillaume Gomez at 2014-07-10 20:46:39 - 6 comments
  8373. Allow compiler plugins to be loaded from the command line

    ea635ae Opened by Huon Wilson at 2015-01-08 18:15:02 - 9 comments
  8374. fn() does not implement FnMut

    cc07f9f Opened by HeroesGrave at 2014-07-24 18:06:33 - 6 comments
  8375. Strange behavior with unused imports

    46e717e Opened by Cameron Zwarich at 2016-03-04 18:16:09 - 10 comments
  8376. ‘rustc’ fails with verbose output when target executable exists as a directory

    bd5a99f Opened by Icelandjack at 2014-07-05 09:22:06 - 1 comment
  8377. Code example in the Guide could be improved

    3fd8aa7 Opened by Adolfo Ochagavía at 2014-07-06 15:06:37 - 1 comment
  8378. Internal compiler error when matching a slice against two byte vectors.

    3ea677a Opened by Marcel Hellkamp at 2014-07-06 13:21:42 - 1 comment
  8379. "the compiler hit an unexpected failure path": implementing Drop on struct with closure field

    16d7eaf Opened by Daniel Keep at 2014-07-05 17:14:37 - 1 comment
  8380. Improve error message when moving out of a &-reference

    3c766ac Opened by nwin at 2023-01-08 07:51:56 - 7 comments
  8381. Unify doc comment style?

    f078e9e Opened by Alexandre Gagnon at 2015-01-23 22:44:13 - 8 comments
  8382. slice.rs still mentions OwnedVector

    56be76c Opened by Alexandre Gagnon at 2014-08-08 07:21:21
  8383. Linking a static native library to a dynamic rust library doesn't necessarily actually link

    4cd2229 Opened by Alex Crichton at 2020-11-07 03:29:51 - 5 comments
  8384. Guard AUTHORS.txt email addresses against spam

    41d42ff Opened by Adrien Tétar at 2014-12-13 21:13:06 - 5 comments
  8385. borrow-vec associated with bad sty: &ty_err

    671565d Opened by mahkoh at 2014-07-06 01:04:28 - 1 comment
  8386. Deprecation should be more visible in rustdoc output

    62cd5e7 Opened by Steven Fackler at 2015-04-16 22:39:27 - 8 comments
  8387. ICE

    e2d9d5c Opened by o11c at 2014-07-06 07:30:44 - 4 comments
  8388. Allow documentation to be read from an external file

    b8338d9 Opened by Huon Wilson at 2018-05-25 20:49:02 - 8 comments
  8389. [Bug Report] Id not foud 363

    f9552e0 Opened by Yorkie Makoto at 2014-09-16 03:21:18 - 3 comments
  8390. rustdoc should render 1-tuples as (T,)

    636366f Opened by Huon Wilson at 2014-07-13 02:56:40 - 1 comment
  8391. Plugin silently ignored if only found as an rlib

    5597c71 Opened by Huon Wilson at 2014-07-11 19:46:47 - 4 comments
  8392. Self-referential templated trait overflows the stack

    66f7dba Opened by Lee B at 2015-04-21 21:59:47 - 6 comments
  8393. MemoryMap is unsound with public fields.

    f641397 Opened by Eduard-Mihai Burtescu at 2014-07-12 08:26:49 - 3 comments
  8394. Error snake for moving out of an &-pointer is wrong sometimes

    431b83a Opened by Manish Goregaokar at 2015-06-29 19:36:47 - 2 comments
  8395. internal compiler error: Explicit deref of non-derefable type

    c2f783b Opened by mahkoh at 2014-12-18 14:32:15 - 3 comments
  8396. Segfault when calling string repeat with negative argument

    f52dc97 Opened by Benjamin Sago at 2014-07-06 19:56:29 - 3 comments
  8397. Assertion failed (Calling a function with a bad signature) in dead code

    1b8a87a Opened by Greg Morenz at 2015-04-22 00:21:19 - 2 comments
  8398. Compilation of rust-0.11.0 with rust-0.11 compiler fails with src/libcore/ops.rs:576:58: 576:66 error: mismatched types: expected uint but found u8

    4d67ab9 Opened by Jauhien Piatlicki at 2014-07-07 07:02:24 - 3 comments
  8399. #[link_args] should support runs of spaces

    4368bbc Opened by o11c at 2014-07-07 18:56:39
  8400. Segmentation fault when @-binding a pattern twice

    5e56ba5 Opened by Deleted user at 2014-07-07 08:11:33
  8401. Private struct fields are in the rustdoc search index

    8d3e15c Opened by Tom Jakubowski at 2014-07-27 11:26:23
  8402. Can declare and use a type str, with confusing results

    00068b8 Opened by Tom Jakubowski at 2015-03-26 16:58:18 - 5 comments
  8403. Remove Iterator::advance

    c6f55df Opened by bluss at 2014-07-10 01:31:33 - 4 comments
  8404. Make documentation clear about conditional compilation use

    e1dc08a Opened by Karl at 2014-08-03 03:01:19 - 4 comments
  8405. Cannot move out of dereference for struct with vector.

    e4d26e5 Opened by JP-Ellis at 2014-07-07 06:10:29 - 2 comments
  8406. Clicking on std::rc's [src] link redirects to .../alloc/rc/undefined

    acfec9d Opened by Huon Wilson at 2014-07-25 17:22:40 - 1 comment
  8407. Use # vs. ## consistently for headings in documentation

    b9b02ed Opened by Huon Wilson at 2014-12-15 19:03:47 - 12 comments
  8408. channel shuts down too early during program termination

    81d1924 Opened by Michael Karg at 2014-07-07 15:12:01 - 2 comments
  8409. macro_rules that "captures" outter variable fails to compile if used inside a function, but not if used inside a method

    369375f Opened by Jorge Aparicio at 2014-07-10 22:33:18 - 5 comments
  8410. More explanatory error when calling a closure via &

    8bd3f2e Opened by Brian Anderson at 2014-10-02 13:17:27
  8411. Handling of internal plugin errors

    66e1b01 Opened by Keegan McAllister at 2017-01-03 17:31:12 - 7 comments
  8412. Rust should optimize away enum variants containing a Void type

    38f9560 Opened by Erick Tryzelaar at 2016-11-29 21:48:58 - 2 comments
  8413. DXR: no type information for destructured tuple result of enumerate call

    cedda9d Opened by Josh Matthews at 2015-01-23 23:23:34 - 3 comments
  8414. Generic functions with "C" ABI

    b26bac9 Opened by o11c at 2017-04-29 12:59:26 - 3 comments
  8415. Matching of Self doesn't take lifetime parameters into account

    99befd5 Opened by Patrick Walton at 2014-07-26 13:56:29 - 6 comments
  8416. "awesome-rust"

    51a7244 Opened by kud1ing at 2014-07-17 10:52:05 - 5 comments
  8417. ICE on Windows when linker output is too large

    9d5c432 Opened by Pierre Krieger at 2015-10-24 22:22:39 - 9 comments
  8418. #[derive]'d PartialOrd and Ord use variant declaration order, not explicit discriminant values, for (partially) C-like enums

    dd95095 Opened by Huon Wilson at 2015-04-11 01:59:24 - 8 comments
  8419. "discriminant value already exists" message for overlapping C-like enum variants could be tweaked to be clearer

    3b95119 Opened by Huon Wilson at 2014-10-05 12:42:17
  8420. Segfault in safe code: Index trait sugar v[i] ignores the borrow checker

    dc1d3b4 Opened by Jorge Aparicio at 2014-07-16 06:06:18 - 6 comments
  8421. Guide: what to do about int

    7bdfdc1 Opened by Steve Klabnik at 2015-01-16 21:19:05 - 20 comments
  8422. "Heuristica" WOFF in documentation is corrupted

    a61dfe3 Opened by Daniel Luz at 2014-07-09 12:16:34
  8423. ICE: path.segments.len() >= 2

    d8a8f09 Opened by sp3d at 2014-07-18 14:45:38 - 3 comments
  8424. Search docs by types

    39f4f57 Opened by Steve Klabnik at 2014-07-29 00:05:22 - 2 comments
  8425. Generic functions can't call external C functions

    ec65f75 Opened by o11c at 2014-07-08 21:53:06 - 1 comment
  8426. return Option instead of assert!/fail!

    da3a567 Opened by Kevin Walter at 2015-02-01 18:35:03 - 18 comments
  8427. floating point to floating point casts have undefined behaviour

    6924468 Opened by Huon Wilson at 2019-05-11 14:00:13 - 20 comments
  8428. rust guide: Zooko finds some bits too fluffy

    c4010dd Opened by zooko at 2014-07-10 03:16:36 - 16 comments
  8429. "Unable to create file without name" assert while compiling with debug info

    a8aca58 Opened by Steven Fackler at 2014-08-07 09:12:18 - 11 comments
  8430. benchmark comparisons build target

    eb9552b Opened by Aria Desires at 2015-01-23 22:48:00 - 1 comment
  8431. Building rust with --enable-rpath fails

    69eeba8 Opened by Brian Koropoff at 2014-07-10 05:01:31 - 1 comment
  8432. make install (to non-standard prefix) is failing

    a099af9 Opened by Chris Morgan at 2014-07-09 23:46:31 - 4 comments
  8433. Broken nightly tarball build for OS X

    2096420 Opened by Ilya Dmitrichenko at 2014-07-09 15:24:54 - 7 comments
  8434. Unable to print when using libgreen

    58bd7c2 Opened by Robert Clipsham at 2014-07-09 14:32:20 - 2 comments
  8435. Investigate the issue of Show bloat

    ee93fc5 Opened by emberian at 2016-12-02 21:07:31 - 18 comments
  8436. Using self inside an include! no longer works

    c1ce09d Opened by Chris Morgan at 2014-07-09 16:11:46 - 6 comments
  8437. Implement lifetime elision

    1fc111d Opened by Alex Crichton at 2016-02-18 18:52:16 - 5 comments
  8438. Error: unterminated character constant: '

    b9abea8 Opened by Fernando Mendez at 2014-07-09 23:46:31 - 4 comments
  8439. make: rustdoc failures can leave around expected build product

    abfabcc Opened by Felix S Klock II at 2017-01-03 18:18:07 - 4 comments
  8440. index out of bounds at middle::subst:405

    954cc44 Opened by Ben Gamari at 2014-07-10 21:00:50 - 6 comments
  8441. install.sh may falsely believe installed rustc is runnable on OS X

    5a90b83 Opened by Brian Anderson at 2014-07-11 15:31:43 - 2 comments
  8442. Unclear when you need to be in a rust thread

    163c978 Opened by Mathijs van de Nes at 2014-07-09 22:34:31 - 1 comment
  8443. Transmute restrictions are placed on functions called 'transmute'

    b8cc572 Opened by Brian Anderson at 2014-08-27 11:11:20 - 1 comment
  8444. Line number debug info is broken

    0c7b4f7 Opened by vadimcn at 2014-10-31 00:40:40 - 8 comments
  8445. Consider moving parts of libstd::io to libcore

    7884b9d Opened by Erick Tryzelaar at 2015-01-23 22:48:29 - 4 comments
  8446. Modifying a Option<String> via pattern matching results in inconsistent behavior

    f9a5d3b Opened by Deleted user at 2014-08-10 15:41:20 - 1 comment
  8447. circular reference counted pointer is never freed

    e41e3f9 Opened by giselher at 2014-07-10 14:49:29 - 3 comments
  8448. Unexpected failure when using ContravariantLifetime

    e3a2225 Opened by Yuri Albuquerque at 2014-07-12 19:44:30 - 2 comments
  8449. Up to K lifetime error messages for single assignment of: &'a1 &'a2 ... &'aK

    b4944dd Opened by Felix S Klock II at 2015-01-23 22:51:56 - 1 comment
  8450. libc::O_SYNC is not re-exported

    4a1e614 Opened by Carl Lerche at 2015-01-23 22:54:40 - 1 comment
  8451. libc::open should take a mode_t instead of c_int.

    09c42c6 Opened by Carl Lerche at 2014-07-13 06:26:36
  8452. Writing 0 bytes to a full buffer results in an error

    2355b85 Opened by Arjan Topolovec at 2014-07-12 11:01:45
  8453. vec![] should support the [value, ..repeat] syntax

    76548e1 Opened by Marvin Löbel at 2015-01-10 16:15:23 - 16 comments
  8454. Plugins should be present in LD_LIBRARY_PATH in order to be used

    c5a4504 Opened by Vladimir Matveev at 2015-01-23 22:57:25 - 7 comments
  8455. Shrink Span

    2cb73d0 Opened by emberian at 2017-09-25 12:52:11 - 20 comments
  8456. TcpAcceptor should be Clone like TcpStream

    1a58864 Opened by Alex Crichton at 2014-08-25 03:26:05 - 1 comment
  8457. Run ldconfig on install on unix

    0850b3b Opened by Brian Anderson at 2014-07-12 05:56:54
  8458. Add a way to expand only a particular macro or macros defined in a crate when pretty printing.

    18e09e1 Opened by Matthew McPherrin at 2018-09-24 17:09:41 - 3 comments
  8459. Add stack-measuring functionality

    d78bd20 Opened by Nicholas Nethercote at 2015-02-05 02:18:12 - 7 comments
  8460. core::fmt::Show vs std::fmt::Show

    ac63a0e Opened by kud1ing at 2014-08-06 10:18:30 - 3 comments
  8461. Should IntoStr trait be renamed to IntoString?

    dee932d Opened by Jason Thompson at 2015-01-23 22:59:55 - 4 comments
  8462. ICE index out of bounds: the len is 1 but the index is 1

    6f3e6ee Opened by Pierre Krieger at 2014-10-25 21:59:17 - 1 comment
  8463. Autoderef chooses deref() when deref_mut() is needed for ref mut pattern

    c079a08 Opened by Keegan McAllister at 2015-06-27 10:18:59 - 6 comments
  8464. Bring back rpaths, it's okay to use them if you're careful.

    bcc662c Opened by o11c at 2014-07-11 19:56:03 - 7 comments
  8465. deriving codegen: fold comparisons of variants without substructure into the catch-all

    18bd348 Opened by Felix S Klock II at 2019-09-22 01:28:28 - 3 comments
  8466. deriving codegen: add intrinsic to map enum instance to its variant index

    856a22c Opened by Felix S Klock II at 2016-10-03 14:42:59 - 6 comments
  8467. std::sync::Arc odd behavior

    50d7a62 Opened by Ghislain Guiot at 2014-07-11 23:24:49 - 1 comment
  8468. Bug in finding unreachable patterns

    85fce7f Opened by Alex Lyon at 2014-07-12 00:32:14 - 4 comments
  8469. assert_eq!() cannot be used on Path

    f809b4b Opened by o11c at 2015-02-03 02:44:43 - 3 comments
  8470. ImmutableVec::head vs Deque::front, etc

    18fc92c Opened by Brian Anderson at 2015-01-08 20:09:16 - 4 comments
  8471. Static Vec fails on Rust 0.11.0 with ugly error

    df008e6 Opened by Deleted user at 2014-09-16 03:20:04 - 1 comment
  8472. &str.words should be using the unicode word boundary algorithm

    5855363 Opened by Huon Wilson at 2015-04-22 06:37:44 - 28 comments
  8473. Have Result.unwrap use the Err's value as its error message

    990843a Opened by masklinn at 2014-07-12 14:51:21 - 2 comments
  8474. Unclear error message "partially moved value"...

    fa67f99 Opened by Matej Ľach at 2014-10-02 13:17:27
  8475. Linker: undefined reference to `__morestack'

    5915838 Opened by Daniel A.A. Pelsmaeker at 2015-05-09 04:33:49 - 10 comments
  8476. Playpen hides &&

    0f8e11a Opened by Carlos Cobo at 2014-07-12 19:22:46
  8477. TreeMap: find_with is surprising

    df6e12d Opened by Olivier Renaud at 2014-09-16 03:19:18 - 8 comments
  8478. Place collections into the root namespace of collection crate

    e132ff7 Opened by Michael Ivko at 2014-07-12 23:55:46 - 1 comment
  8479. Span of macro variables points one token too early

    57fac09 Opened by Huon Wilson at 2015-01-07 08:27:33
  8480. Implement a way to daemonize a process

    5c4c3ae Opened by gsingh93 at 2024-04-26 07:38:48 - 15 comments
  8481. Rustdoc: List impl interface before describing impl methods

    c8f70de Opened by gsingh93 at 2017-03-01 20:47:41 - 6 comments
  8482. Benign segfault in gdb on windows

    6940f6b Opened by Robert Clipsham at 2015-02-20 04:57:56 - 10 comments
  8483. Macros not visible in documentation

    7fb3c49 Opened by bluss at 2014-07-25 17:23:17 - 3 comments
  8484. rustdoc: foreign fns not inlined across pub use

    ca5435d Opened by Aaron Turon at 2014-07-26 08:41:32
  8485. Rustdoc is no longer showing macros

    17cf9a2 Opened by Huon Wilson at 2014-07-13 23:24:32 - 1 comment
  8486. References have no primitive page in rustdoc

    4c8e7b5 Opened by Huon Wilson at 2017-08-01 10:49:40 - 6 comments
  8487. in impl A for B, report trait/impl sig inconsistency before method/body inconsistency

    9222db9 Opened by Felix S Klock II at 2014-10-03 21:12:19
  8488. Deriving decodable is useless for struct with anonymous fields

    04d6725 Opened by Pierre Krieger at 2015-01-27 17:56:12 - 4 comments
  8489. Segmentation fault with rust 0.12.0 nightly : traits and references

    f72ef60 Opened by artella.coding at 2014-07-14 13:13:10 - 1 comment
  8490. Static vars in pattern matching confuses compiler.

    00f9992 Opened by Marcel Hellkamp at 2014-07-14 18:00:12 - 2 comments
  8491. bash alias to rustc stops working

    42fe87f Opened by Edward Wang at 2014-07-14 16:17:24 - 2 comments
  8492. internal compiler error: borrow-vec associated with bad sty: &ty_err

    9494585 Opened by Ben Anderson at 2014-07-17 04:39:05 - 3 comments
  8493. Inconsistent behavior when importing type implementation from local crate vs. cross-crate

    16cb880 Opened by Edward Wang at 2014-07-18 13:26:32 - 2 comments
  8494. rustc should use llvm.lifetime intrinsics to reduce stack space

    ba5dea1 Opened by Cameron Zwarich at 2014-07-22 19:36:22 - 2 comments
  8495. Implement a multimap

    ef10474 Opened by Jonas Hietala at 2015-02-02 10:49:54 - 2 comments
  8496. Can't call methods on a macro invocation

    ee2183c Opened by Keegan McAllister at 2014-07-14 20:50:12 - 1 comment
  8497. Deprecate Vec::get and Vec::get_mut

    4df9e4e Opened by Nick Cameron at 2014-07-16 06:17:27 - 2 comments
  8498. Type inference doesn't work well with Iterators (0.11.0)

    37aa94a Opened by Deleted user at 2014-10-03 07:27:53 - 2 comments
  8499. Can't infer generic integer constants as floating-point

    8b02eb8 Opened by Deleted user at 2014-09-16 02:12:13 - 1 comment
  8500. Triage emails no longer being sent

    5346627 Opened by Brian Anderson at 2014-07-28 18:56:03 - 1 comment
  8501. antlr is losing information

    c949723 Opened by emberian at 2017-05-03 05:52:36 - 6 comments
  8502. ICE in type checking.

    9f28047 Opened by Marvin Löbel at 2014-10-28 00:46:28 - 3 comments
  8503. antlr's lack of unicode is disturbing

    7f2e364 Opened by emberian at 2015-04-21 16:44:30 - 4 comments
  8504. Add docs to installer

    8607066 Opened by Brian Anderson at 2014-11-21 22:49:21 - 2 comments
  8505. Unused result lint should not fail if the result is contained by a struct

    1569236 Opened by Carl Lerche at 2014-07-15 13:43:29 - 1 comment
  8506. self variable in macros is broken (regression)

    dcc2a7e Opened by Vladimir Matveev at 2019-04-08 23:54:14 - 11 comments
  8507. Encoding/Decoding bytestrings with libserialize

    b233445 Opened by Adolfo Ochagavía at 2015-01-23 23:00:15 - 2 comments
  8508. rustc cannot find librustc when installed with rustup.sh

    2d20b5e Opened by Mike Pedersen at 2015-09-03 21:02:10 - 30 comments
  8509. ICE when trying to instanciate a trait

    c8ae641 Opened by Pierre Krieger at 2014-09-12 17:14:10 - 3 comments
  8510. covariant method return types on trait impls?

    6d88598 Opened by Felix S Klock II at 2016-03-07 20:25:51 - 5 comments
  8511. zone_id is required for link-local ipv6 addresses

    22f9494 Opened by Arjan Topolovec at 2015-04-30 20:47:01 - 5 comments
  8512. Type errors with deriving on structures/enums with internal references

    76a50f6 Opened by Vladimir Matveev at 2014-11-06 21:15:47 - 11 comments
  8513. ICE: Intrinsics cannot be used as bare functions

    06aa9a3 Opened by Alex Crichton at 2019-09-03 19:17:31 - 12 comments
  8514. rustc: co/contravariance markers for lifetimes seem backwards

    d7859c3 Opened by Aaron Turon at 2014-07-16 15:11:29 - 11 comments
  8515. Track stability of path components

    76048f5 Opened by Brian Anderson at 2023-07-05 23:26:00 - 26 comments
  8516. Don't consider macro-expansions in stability analysis?

    77389a0 Opened by Brian Anderson at 2014-07-18 07:46:28 - 8 comments
  8517. Please update travis to use compiler-rt libs provided by llvm.org/apt/

    edccd3c Opened by Sylvestre Ledru at 2015-03-20 01:56:08 - 1 comment
  8518. Integer trait divides is backwards.

    7c1d187 Opened by Jonas Hietala at 2014-09-03 14:22:44 - 4 comments
  8519. Version of 'make dist' that produces cross-compiler snapshots

    07ab35b Opened by Lars Bergstrom at 2014-07-23 21:36:22 - 4 comments
  8520. Data parallelism

    abbebf7 Opened by Lars Bergstrom at 2014-09-24 05:03:37 - 3 comments
  8521. Tasks and communication

    921b3b0 Opened by Lars Bergstrom at 2014-09-24 05:03:40 - 5 comments
  8522. Optimized representations

    6004c59 Opened by Lars Bergstrom at 2014-09-24 05:03:43 - 6 comments
  8523. Cross-memory model data

    e9c94b8 Opened by Lars Bergstrom at 2014-09-24 05:03:47 - 1 comment
  8524. Clean up i686-{pc, w64}-mingw32 triples

    eda5549 Opened by klutzy/defunct at 2014-11-06 17:05:55 - 12 comments
  8525. Implement new module import sugar

    c490078 Opened by Brian Anderson at 2014-07-23 20:01:48 - 1 comment
  8526. Rename one of sync::Mutex or sync::mutex::Mutex

    b42d2a5 Opened by Simon Sapin at 2015-01-17 18:46:08 - 6 comments
  8527. stability lint: check stability of macro uses, check bodies at def site

    7e1ea1a Opened by Aaron Turon at 2024-12-21 04:53:58 - 6 comments
  8528. internal compiler error: borrow-vec associated with bad sty: &ty_err

    260365b Opened by Thomas Rowland at 2014-09-15 20:51:05 - 6 comments
  8529. libuuid mixes up str and string

    1ec76da Opened by Davis Silverman at 2014-09-04 04:03:10 - 1 comment
  8530. a[b], the sugary version of *a.index(&b), seems to require type inference hints?

    ebf8677 Opened by Jorge Aparicio at 2014-11-07 02:02:53 - 2 comments
  8531. Lifetime inference misses what seems like a simple case

    65557d3 Opened by Cameron Zwarich at 2016-04-25 16:25:26 - 4 comments
  8532. Can rust provide a warning on unreachable if patterns?

    5475786 Opened by Vladimir Pouzanov at 2014-11-11 21:11:45 - 6 comments
  8533. Formatter::flags/std::fmt::rt::Flag should be implemented using the bitflags! macro

    c601d5e Opened by SiegeLord at 2015-04-22 22:15:18 - 2 comments
  8534. rustdoc isn't showing inlined field documentation

    c6ae663 Opened by SiegeLord at 2014-07-28 20:46:45 - 1 comment
  8535. dead_code fails to consider reexports of foreign items

    2a46765 Opened by Huon Wilson at 2014-07-21 20:36:59 - 2 comments
  8536. Rustdoc should show [src] link for trait impls

    cd299dd Opened by Benjamin Herr at 2015-04-06 23:04:24 - 1 comment
  8537. Allow single-value enum types to have size 0

    d586ba0 Opened by Matt Brubeck at 2018-04-26 20:50:12 - 7 comments
  8538. Rust collections should support inline capacity specified as a compile-time integer

    e6eda24 Opened by Cameron Zwarich at 2014-09-24 05:03:50 - 6 comments
  8539. Quote/splice discard syntactic context

    5af8ee0 Opened by Keegan McAllister at 2014-08-14 03:41:32 - 3 comments
  8540. doc: C<->Rust function table

    3c5577c Opened by Mike Blumenkrantz at 2015-02-02 09:54:42 - 6 comments
  8541. Document integer enum discriminators in the manual

    58fc956 Opened by Matt Brubeck at 2015-01-22 03:24:57 - 1 comment
  8542. internal compiler error: Explicit deref of non-derefable type

    5a65365 Opened by Allen Welkie at 2014-12-18 14:32:15 - 2 comments
  8543. Index syntax autoderef is different from direct method call

    95b930b Opened by Tomas Sedovic at 2014-11-06 00:56:57 - 3 comments
  8544. sync::Semaphore needs to require nonnegative initial resource count

    138ffe4 Opened by ben blum at 2014-07-24 03:51:22 - 3 comments
  8545. Tracking RFC 11 - bounded struct typarams

    c0ea8fd Opened by Brian Anderson at 2014-08-17 10:41:18 - 6 comments
  8546. rustc: inference for numeric literals does not take default type parameters into account

    80c3b39 Opened by Aaron Turon at 2017-11-25 15:46:01 - 14 comments
  8547. Race condition in task communication causes deadlocks

    8775441 Opened by Carl Lerche at 2014-07-20 02:41:40 - 3 comments
  8548. Nested return expressions can cause drop to run on incorrect values.

    2639d59 Opened by Luqman Aden at 2014-08-12 20:01:32 - 8 comments
  8549. Struct destructuring on function arguments is redundant

    8723b59 Opened by Ben Sidhom at 2021-09-07 11:25:32 - 3 comments
  8550. rustc: error when both both defining and using a module should be more specific

    93fe1c4 Opened by Aaron Turon at 2015-02-23 08:18:53 - 1 comment
  8551. Match condition with a global path to singleton enum constructors just creates a new variable

    91a73f5 Opened by Huon Wilson at 2014-07-24 06:36:24 - 2 comments
  8552. make install doesn't handle missing doc directory as a result of --disable-docs.

    22945c6 Opened by William Ting at 2014-12-30 18:33:04 - 2 comments
  8553. Writing a custom crate attribute is impossible with the current plugin system

    dcbc876 Opened by Marvin Löbel at 2015-03-03 16:32:29 - 5 comments
  8554. format_args! uses the plural incorrectly

    f98bf4c Opened by Steve Klabnik at 2014-07-20 11:40:14 - 3 comments
  8555. Internal compiler error, borrow checker?

    ad9df8e Opened by nwin at 2014-09-15 20:51:05 - 2 comments
  8556. Are generics under #![no_std] implicitly DST now?

    b43332f Opened by Felix S Klock II at 2015-07-30 01:59:30 - 2 comments
  8557. rustdoc: borrowed pointers have no 'primitive' page

    7e6c3a7 Opened by Aaron Turon at 2014-07-19 00:02:06 - 1 comment
  8558. Internal Compiler Error while asserting against an enum

    c5aab49 Opened by Fernando Mendez at 2014-07-24 14:18:54 - 2 comments
  8559. Reduce the number of arguments to fail/fail_bounds_check/begin_unwind

    a9fbd9e Opened by Patrick Walton at 2014-09-29 21:08:29 - 2 comments
  8560. Wrong codegen for a nested enum match with --opt-level > 0

    29fc0f9 Opened by Deleted user at 2014-07-22 07:11:26 - 10 comments
  8561. Make --test use the native scheduler

    e00ae3d Opened by Brian Anderson at 2017-03-24 19:22:18 - 2 comments
  8562. Rename std::to_str to std::to_string

    34c8c8e Opened by Brian Anderson at 2014-07-21 20:36:59
  8563. CharOffsets should impl Iterator<(char, uint)> instead of Iterator<(uint, char)>

    485edb1 Opened by Liigo Zhuang at 2015-02-19 21:25:56 - 9 comments
  8564. Autogenerated filename string symbol is incompatible with some assemblers

    fac948b Opened by Ellie Hermaszewska at 2014-08-04 08:41:20
  8565. Some method signatures in documentation missing self

    455a228 Opened by gsingh93 at 2014-07-26 08:41:32 - 3 comments
  8566. ICE when transmuting into a static

    676d1b5 Opened by Ellie Hermaszewska at 2014-10-25 21:34:59 - 3 comments
  8567. IO timeout usability improvements

    cb36259 Opened by Carl Lerche at 2015-02-16 20:50:33 - 20 comments
  8568. rgtk on Windows compiler error

    1edeb18 Opened by dubcanada at 2014-08-15 03:47:46 - 1 comment
  8569. ICE when using a trait in a struct constructor

    3679cfe Opened by Nick Hamann at 2014-09-01 21:26:07 - 2 comments
  8570. rust crashed on windows 8.1(x64) with comodo av

    a47b081 Opened by bot at 2014-08-28 21:29:10 - 1 comment
  8571. RUSTFLAGS=-g makes rustc segfault

    d79f24a Opened by Zoxc at 2014-09-29 03:58:24 - 4 comments
  8572. Add -O4 flag for link-time optimization

    02055de Opened by Alex at 2014-09-16 03:16:24 - 7 comments
  8573. Consider an AST validation function/pass to assist with debugging user-defined macros

    be83036 Opened by Huon Wilson at 2018-09-24 17:13:22 - 5 comments
  8574. rustdoc doesn't display values for inlined constants

    9ae138a Opened by Tom Jakubowski at 2014-12-15 19:03:49 - 1 comment
  8575. num::rationals rounding method is incorrect

    add2bfa Opened by libfud at 2014-09-02 03:40:02 - 2 comments
  8576. impl Show for Path?

    6f984b1 Opened by Liigo Zhuang at 2014-07-20 15:03:27 - 2 comments
  8577. rustc --print-file-name doesn't print ".exe" on Windows

    f7be59e Opened by Liigo Zhuang at 2014-07-22 21:21:18
  8578. rustdoc stopped documenting macros

    d2067b0 Opened by Simon Sapin at 2014-07-20 12:50:17 - 3 comments
  8579. Documentation: write_fmt is unclear

    9ef7aac Opened by Kornel at 2014-08-05 03:16:32 - 6 comments
  8580. setsockopt(2) and reuse

    2177d7c Opened by Angus Lepper at 2015-02-15 18:53:42 - 1 comment
  8581. fs::rename behavior differs on windows

    e0adb35 Opened by Alex Crichton at 2015-08-13 20:59:29 - 9 comments
  8582. rustc: implement error messages from lifetime elision RFC

    39a57f1 Opened by Aaron Turon at 2016-08-11 20:13:58 - 11 comments
  8583. Change to_str to to_string

    699cbc8 Opened by Felix Angell at 2014-07-20 21:22:25 - 1 comment
  8584. #[rust_call_abi_hack] usage generate warnings that's preventing homebrew unattended compilations

    d0746f6 Opened by Francisco Lopes at 2014-07-25 23:30:57 - 5 comments
  8585. stdlib #[bench]s are (possibly) never run

    f8812c1 Opened by Huon Wilson at 2015-05-03 15:50:51 - 2 comments
  8586. Better error message for trying to call an associated function as a method.

    7b5c21d Opened by emberian at 2015-02-16 18:53:07 - 7 comments
  8587. #[no_mangle] is silently ignored on generic fns

    d427f40 Opened by Russell Johnston at 2015-12-16 16:10:32 - 3 comments
  8588. backtrace: add backtrace of this

    9fade2c Opened by Yorkie Makoto at 2014-07-21 07:52:18 - 3 comments
  8589. -Z ast-json ICEs on Windows

    fc04ba8 Opened by Davis Silverman at 2014-12-12 21:27:54 - 11 comments
  8590. Poisoned Mutex at runtime with nightly

    11924f4 Opened by Michael Nitschinger at 2014-07-21 07:57:50 - 3 comments
  8591. Provide method find_slice() for &[T]

    7863198 Opened by nwin at 2015-01-23 23:03:48 - 2 comments
  8592. Self-calling functions; usecase: macros

    4372987 Opened by justanotheranonymoususer at 2015-01-23 23:04:12 - 7 comments
  8593. no trailing ( ) error message presumes user wanted nullary enum

    d0ec063 Opened by Felix S Klock II at 2019-11-14 07:29:24 - 3 comments
  8594. ICE with destructor with type param with a lifetime

    8212e7b Opened by Pierre Krieger at 2014-08-01 03:33:02 - 1 comment
  8595. builtin bounds specified on impls are not checked

    b121dfd Opened by Niko Matsakis at 2014-07-25 11:11:15 - 2 comments
  8596. TcpStream not closing socket properly

    6bfefe7 Opened by buster at 2014-07-21 18:48:28 - 6 comments
  8597. Mutable references in field

    a80184f Opened by Timofey Prodanov at 2015-03-09 16:13:26 - 4 comments
  8598. Tracking issue for lifetime elision for impl headers (feature impl_header_lifetime_elision)

    9865f87 Opened by Aaron Turon at 2018-10-25 08:11:02 - 51 comments
  8599. ICE on binding pattern containing generic

    9845710 Opened by Zachary Dremann at 2014-08-18 18:57:28 - 3 comments
  8600. Deprecate the in-tree url crate

    8a247ec Opened by Brian Anderson at 2014-07-31 12:56:41 - 6 comments
  8601. Struct literal constructors don't check type parameters on typedefs

    bb8cbfc Opened by Patrick Walton at 2014-07-24 18:06:33 - 1 comment
  8602. Model lexer doesn't handle range correctly

    28c06a1 Opened by emberian at 2014-12-31 23:11:48 - 1 comment
  8603. Weirdness with shebang between model and rustc

    2ea37e0 Opened by emberian at 2015-04-21 16:44:30
  8604. Model lexer doesn't handle question marks

    0659488 Opened by emberian at 2015-01-16 06:03:18
  8605. Move checking of tests with little x-platform risk to supplemental auto bot, turn on lexer tests

    01f4895 Opened by Brian Anderson at 2017-03-23 20:28:04 - 4 comments
  8606. Model lexer doesn't handle ... something?

    4443131 Opened by emberian at 2015-02-14 03:04:52 - 4 comments
  8607. Model lexer doesn't handle CRLF correctly

    e2a6504 Opened by emberian at 2015-04-21 16:44:30 - 1 comment
  8608. Model lexer is still wrong

    74015e6 Opened by emberian at 2015-04-21 16:44:30 - 2 comments
  8609. Initialization checks for fixed size arrays not initialized during declaration always fails

    96d9ab6 Opened by Prajwal Manjunath at 2014-07-22 01:29:19 - 1 comment
  8610. Trailing comma in method definition doesn't parse

    d369020 Opened by Peter Atashian at 2014-08-24 23:56:03
  8611. rustdoc: Inlined trait methods taking self by value don't show self argument

    be16030 Opened by Tom Jakubowski at 2014-07-22 02:43:23 - 1 comment
  8612. Cannot compile a file in a non-utf8 directory

    e4ee1b1 Opened by Alex Crichton at 2017-05-19 23:38:46 - 8 comments
  8613. Source code browser horizontal scroll bar is hard to find

    ef874dd Opened by mdinger at 2014-07-30 07:36:51 - 3 comments
  8614. Instruction does not dominate all uses LLVM error in a pattern match with a ref pattern and dereference of a box

    3f9a50f Opened by Masanori Ogino at 2015-02-11 01:43:50 - 5 comments
  8615. Calling spawn too many times crashes the program

    2b3494b Opened by Pierre Krieger at 2014-07-30 18:41:26 - 2 comments
  8616. ICE: resolve didn't write in variant

    444e693 Opened by Felix S Klock II at 2014-07-25 02:16:17
  8617. Add default type parameters to simplify Add trait

    ddb5d25 Opened by Erick Tryzelaar at 2015-01-23 23:29:47 - 4 comments
  8618. ICE for assert!() misuse

    5523424 Opened by Ryman at 2014-10-11 04:39:44 - 4 comments
  8619. Better error message for invalid octal digit

    6894c3c Opened by Jesse Ruderman at 2015-10-09 17:30:36 - 5 comments
  8620. Provide region checker hooks for more efficient generic code

    439b129 Opened by Keegan McAllister at 2015-01-21 19:22:27 - 1 comment
  8621. ICE in subst.rs (task 'rustc' failed at 'index out of bounds: the len is 1 but the index is 1', /home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/src/librustc/middle/subst.rs:420

    8492a46 Opened by Joshua Yanovski at 2014-10-01 00:50:07 - 5 comments
  8622. Even though Box<Reader> is a Reader, Box<Reader + Send> is not a Reader.

    f259a35 Opened by Jonathan Reem at 2014-11-19 23:41:42 - 2 comments
  8623. rustc: lifetime elision should not apply to covariant uses of lifetimes

    f0cc55a Opened by Aaron Turon at 2014-07-29 21:35:40 - 13 comments
  8624. Not using a bounded generic type triggers a "cannot determine a type for this bounded type parameter" error.

    d500a0c Opened by Matt Iselin at 2016-02-05 22:07:00 - 3 comments
  8625. visible_private_types warning when compiling with with test

    7945853 Opened by Mathijs van de Nes at 2014-07-29 07:51:49 - 2 comments
  8626. ICE: adt::represent_type called on non-ADT type

    ea63765 Opened by Carsten Elton Sørensen at 2014-09-08 09:51:28 - 5 comments
  8627. Error message for invalid pattern with ref/mut bindings points inprecisely and supriously mentions paths

    084e21c Opened by Huon Wilson at 2014-10-03 21:12:19
  8628. Fixed length array type with negative count is accepted

    3572f43 Opened by Lily Ballard at 2014-09-16 03:14:35 - 10 comments
  8629. Fixed length array type with extremely high count causes excessive compile time

    8f4cd7a Opened by Lily Ballard at 2016-01-05 13:19:48 - 5 comments
  8630. Fixed length array type with high un-suffixed count literal incorrectly treated as negative count

    b36bcce Opened by Lily Ballard at 2015-07-20 00:13:30 - 4 comments
  8631. The Unsafe<T> reference problem

    a347467 Opened by Ariel Ben-Yehuda at 2015-01-24 00:26:00 - 7 comments
  8632. #[deriving()], concrete implementations and problems with traits

    4ae7eb0 Opened by Sébastien Martini at 2014-07-23 17:02:48 - 3 comments
  8633. ICE: substs.types.all(|t| !ty::type_needs_infer(*t))

    32ea628 Opened by Pierre Krieger at 2014-10-03 07:27:53 - 5 comments
  8634. Expose thread/task priorities

    2a15757 Opened by Till Höppner at 2015-02-10 23:08:01 - 4 comments
  8635. regression: quote_expr! is broken now

    b25143c Opened by Vladimir Pouzanov at 2014-07-25 06:56:15 - 4 comments
  8636. Jump on unitialized memory when returning from closure with --opt-level=2

    c33b3c1 Opened by Andrew Poelstra at 2016-12-06 19:14:49 - 6 comments
  8637. rustc should forbid '-o' and --print-file-name appearing at same time

    a9b3e2c Opened by Liigo Zhuang at 2015-10-18 13:09:51 - 1 comment
  8638. Exhaustiveness should ignore non-constructable patterns

    a9f8bde Opened by Brendan Zabarauskas at 2014-07-26 17:26:04 - 3 comments
  8639. impl Reader/Writer for Vec<u8> and &[u8], get rid of {Buf,Mem}{Reader,Writer}

    8a92862 Opened by Erick Tryzelaar at 2015-01-24 00:25:32 - 2 comments
  8640. Add a min heap option to PriorityQueue

    4aa202a Opened by Jonas Hietala at 2018-11-24 13:48:53 - 31 comments
  8641. debuginfo: LLDB segfaults for some archives containing padding bytes at the end.

    00ac386 Opened by Michael Woerister at 2014-08-04 03:11:14 - 9 comments
  8642. llvm is generating different move code for interior moves, and moving an argument

    35e3683 Opened by Erick Tryzelaar at 2017-03-11 03:51:36 - 5 comments
  8643. rust-guide::13.3 Generating a secret number

    e03f514 Opened by anmej at 2014-08-19 14:45:59 - 5 comments
  8644. Type inference failure (partial hints?)

    ee4f025 Opened by Earnestly at 2014-07-27 01:45:45 - 6 comments
  8645. quote_* macros lose hygiene, gensym and span information

    d502874 Opened by Huon Wilson at 2015-04-26 12:43:51 - 12 comments
  8646. ICE on call/deref of bottom

    4943d8d Opened by Brian Koropoff at 2014-09-14 08:06:12 - 5 comments
  8647. Trait implementation for reference to trait causes stack overflow at runtime

    9142075 Opened by Devyn Cairns at 2015-03-12 12:14:21 - 2 comments
  8648. segfault caused by negative repeat

    b9c08ce Opened by Glenn Watson at 2014-07-25 04:43:45 - 1 comment
  8649. Duplicating names in a type parameter should be illegal.

    f8deeae Opened by Ty Overby at 2014-07-25 06:23:36 - 1 comment
  8650. regression: code is SIGSEGVing after LLVM lifetime intrinsics were implemented

    02c6df4 Opened by Vladimir Pouzanov at 2014-07-30 07:36:51 - 11 comments
  8651. Cannot crosscompile libcore

    f220303 Opened by Vladimir Pouzanov at 2014-07-25 08:21:49 - 3 comments
  8652. Remove recursive dependency of libstd and move out functionality into separate crates

    5f2182d Opened by Michael Neumann at 2015-01-06 00:18:43 - 3 comments
  8653. rustdoc fails at 'not a doc-comment'

    22d3a9f Opened by Simon Sapin at 2014-08-27 19:41:21 - 1 comment
  8654. Generics confusion in docs

    b86bc7a Opened by Mathijs van de Nes at 2015-04-06 23:06:56 - 7 comments
  8655. dsymutil hang when compiling Servo without optimization

    868ab71 Opened by Jack Moffitt at 2015-01-24 00:50:04 - 11 comments
  8656. entertaining error message on bad macro syntax

    68f96be Opened by Diggory Hardy at 2018-01-13 15:29:41 - 5 comments
  8657. Rustc should explain that it can explain

    de44af1 Opened by Alex Crichton at 2015-04-22 21:46:48 - 4 comments
  8658. ICE on for n in [1, 2, 3].iter() if the type of 1, 2, 3 cannot be inferred

    99a3d19 Opened by Andrew Poelstra at 2014-08-13 23:18:00 - 1 comment
  8659. ICE: adt::represent_type called on non-ADT type when returning during tuple initialization

    6cb6fae Opened by Andrew Poelstra at 2014-07-26 00:06:24 - 1 comment
  8660. String Guide suggestions

    72b56e0 Opened by Steve Klabnik at 2015-01-12 21:03:20 - 17 comments
  8661. Function pointers and lifetimes : 2014-07-24 -> 2014-07-26

    f931506 Opened by artella.coding at 2014-07-26 10:16:16 - 2 comments
  8662. Why do count and fold require a mutable iterator borrow?

    c956134 Opened by Kevin Cantú at 2014-07-26 17:24:52 - 6 comments
  8663. Removing pub from a quote_item! call causes a syntax-extension-level ICE

    684d5c9 Opened by Kevin Cantú at 2014-09-18 19:07:38 - 3 comments
  8664. ICE when putting a println! after non-break infinite loop in a library's function

    ad8d4b2 Opened by Allan Simon at 2014-08-18 11:51:11 - 3 comments
  8665. Using the iterator inside the for loop causes UB

    60646fa Opened by bluss at 2014-08-04 06:09:10 - 8 comments
  8666. Replace stack overflow checking with stack probes

    7faf1ba Opened by Zoxc at 2017-07-14 21:12:40 - 76 comments
  8667. The module boxed is displayed twice in the std doc

    db82586 Opened by Masanori Ogino at 2014-07-27 11:55:41 - 2 comments
  8668. ICE: lexer accepted invalid byte literal \xA\x4zomg step 3

    dd9a68f Opened by Carl Lerche at 2015-03-30 04:29:07 - 3 comments
  8669. Align the use of the terms "array", "slice" and "vector"

    2d06614 Opened by Masanori Ogino at 2014-09-09 06:11:21 - 1 comment
  8670. rustdoc: Struct variant fields don't have the right path in the search index

    dcf32d9 Opened by Tom Jakubowski at 2020-02-16 01:46:00 - 5 comments
  8671. Problem with lexical_ordering deprecation

    f746306 Opened by Brian Anderson at 2014-08-29 14:24:30 - 4 comments
  8672. rustdoc crashes on weird macro assertion failed: begin <= end', src/libcore/str.rs:1002

    574bc80 Opened by Andrew Poelstra at 2015-04-10 19:17:45
  8673. UnsafeCell semantics

    0a1f093 Opened by Zoxc at 2016-02-29 01:51:14 - 2 comments
  8674. String has duplicate from_str() functions

    c2c362f Opened by Alex at 2015-01-27 16:21:27 - 2 comments
  8675. Troubles with String

    bfdbd93 Opened by aart at 2014-07-27 12:42:03 - 2 comments
  8676. fatal runtime error: assertion failed: !ptr.is_null()

    7db209b Opened by Francisco Lopes at 2016-02-02 19:56:41 - 17 comments
  8677. Consider returning &c_char from CString::as_ptr

    e4d4455 Opened by Ms2ger at 2015-02-21 06:11:57 - 16 comments
  8678. macros: it is possible to downcast a tt to most anything using nested macros

    695c769 Opened by Andrew Poelstra at 2017-07-24 19:15:16 - 5 comments
  8679. ICE for incorrect "rust-call" ABI implementations

    c98f5c1 Opened by Alex at 2015-02-16 19:33:37 - 2 comments
  8680. Type errors are "checked" by the enforcer of Iterators in for loop

    5cc9408 Opened by Huon Wilson at 2014-08-29 10:16:37
  8681. Types are not mentioned in the enforcer of Iterators in for loop

    430dcb4 Opened by Huon Wilson at 2014-08-29 10:16:37
  8682. sigpipe ICE

    6662578 Opened by mahkoh at 2015-04-11 19:22:05 - 5 comments
  8683. ICE: index out of bounds: the len is 0 but the index is 0

    7d2ba44 Opened by Robert Clipsham at 2014-10-18 15:07:23 - 2 comments
  8684. Re-binding a name doesn't release its borrows

    cb67d19 Opened by Zeke Foppa at 2014-08-10 16:27:53 - 2 comments
  8685. rust compiler bug report

    494f464 Opened by Guillaume Gomez at 2014-08-01 03:32:50 - 6 comments
  8686. rustc hangs if dsymutil writes to stdout

    817bf91 Opened by Cameron Zwarich at 2014-07-30 07:36:51
  8687. Comparing a String and a &str leads to a scary error

    9c9351b Opened by Renato Zannon at 2016-05-02 14:58:28 - 6 comments
  8688. Accidentally marking crates with #[phase(link)] fails with extremely unhelpful debugging path

    219ece0 Opened by Jonathan Reem at 2014-07-29 19:48:06 - 1 comment
  8689. std::os::MemoryMap::new() fails on Windows

    ca0109b Opened by jamesluke at 2014-08-18 04:46:12 - 4 comments
  8690. rustc fails with memory corruption when --disable-jemalloc is used

    791f860 Opened by Michael Neumann at 2014-09-12 19:58:43 - 5 comments
  8691. Docs for std::rand::random should discuss performance

    6c832e9 Opened by Huon Wilson at 2015-01-16 06:03:09 - 3 comments
  8692. dataflow: collapse straight-line code to one node in cfg

    8d73c2a Opened by Felix S Klock II at 2017-01-03 17:38:35 - 2 comments
  8693. Guide: use cargo new

    07c1fc2 Opened by Steve Klabnik at 2014-08-03 01:16:17
  8694. Functions with signature fn (&str) -> &str can return string literals (&'static str)

    0e217f6 Opened by Jorge Aparicio at 2014-07-29 21:29:32 - 3 comments
  8695. (meta) Triage old issues

    c4d430c Opened by Jonathan Reem at 2015-01-26 15:28:43 - 3 comments
  8696. Option to have silent failure

    7f701a4 Opened by SiegeLord at 2014-08-01 12:04:28 - 4 comments
  8697. Minimal program w/o std, libc creates binary that seg faults

    2a2b239 Opened by Michael Dilger at 2014-07-29 22:57:33 - 1 comment
  8698. Consider building rust with Cargo

    c957bcf Opened by Alex Crichton at 2016-05-24 21:35:21 - 9 comments
  8699. Implement flexible target specs

    26c398b Opened by Brian Anderson at 2014-11-04 13:21:35 - 2 comments
  8700. Remove special borrowck treatment of Box

    9cff65c Opened by Brian Anderson at 2014-08-01 20:16:09 - 3 comments
  8701. Implement unboxed closures

    070e195 Opened by Brian Anderson at 2014-11-30 18:35:53 - 3 comments
  8702. doc, explicit Result types

    a0d3f7e Opened by João Oliveira at 2017-07-30 00:02:53 - 6 comments
  8703. Macro expansion causes rustc assert fail (self.right != self.left)

    bb6c3ee Opened by Johnathan Van Why at 2014-10-18 15:07:23 - 1 comment
  8704. Implementing Deref and DerefMut for the same type makes it impossible to call &self methods through immutable refs of that type

    13ddf0b Opened by Jonathan Reem at 2014-07-30 19:11:26 - 4 comments
  8705. Rustdoc could (have an option to) create a top-level index page

    0587836 Opened by Huon Wilson at 2018-11-02 22:29:59 - 11 comments
  8706. Side-effects of rustrt::at_exit_impl::init should probably not be gated on ::util::ENFORCE_SANITY

    9a7ee16 Opened by Felix S Klock II at 2014-08-01 03:31:49 - 1 comment
  8707. Enable lldb tests on the mac bots

    c0c792c Opened by Brian Anderson at 2014-11-03 22:27:02 - 1 comment
  8708. Rename begin_unwind lang item and core function

    9c81afb Opened by Brian Anderson at 2014-09-25 07:07:51 - 6 comments
  8709. Guide: lifetimes error example compiles successfully

    0b898ca Opened by mprobinson at 2014-08-01 03:31:49
  8710. LoanPath should not track Box at all

    3ef7fbf Opened by Cameron Zwarich at 2018-07-29 03:02:15 - 5 comments
  8711. Segfault in safe code while decoding JSON

    d4693a2 Opened by Jorge Aparicio at 2014-07-31 00:13:28 - 2 comments
  8712. rust-lang.org, the nightly archives, and rustup.sh should be served over https

    1d552d1 Opened by Erick Tryzelaar at 2014-08-12 17:23:43 - 25 comments
  8713. Set up TLS for static.rust-lang.org and put rustup.sh there

    cba35fe Opened by Brian Anderson at 2014-07-31 21:15:57 - 1 comment
  8714. Unused import lint can be less noisy

    2625a91 Opened by emberian at 2016-11-11 21:05:39 - 7 comments
  8715. Unit tests under valgrind for a cargo project give hundreds of errors

    eb43f70 Opened by Andrew Poelstra at 2014-09-16 02:01:10 - 4 comments
  8716. Vec dtor might want to try harder on failure

    10816b7 Opened by Brian Anderson at 2017-09-10 14:59:29 - 6 comments
  8717. Link text in API docs is reversed in Internet Explorer

    572759f Opened by osobolev at 2014-08-02 12:01:14 - 2 comments
  8718. Remove the url crate

    cdc55ce Opened by Simon Sapin at 2014-10-28 00:25:57 - 2 comments
  8719. Rust 0.12.0 doesn't detect dangling reference inside struct when upcasting

    b9b0df4 Opened by Xirdus at 2014-07-31 20:36:52 - 1 comment
  8720. Consider adding type annotations in comments

    5adbefa Opened by Steve Klabnik at 2014-12-17 23:43:19 - 1 comment
  8721. Strange error message on impl name resolution error

    d198f17 Opened by Keegan McAllister at 2014-07-31 18:08:55 - 3 comments
  8722. Can't use names to impl them

    526e77a Opened by Keegan McAllister at 2014-07-31 18:06:42 - 2 comments
  8723. Periodic timers behave unexpectedly with 0ms duration

    c104121 Opened by Brian Anderson at 2015-04-13 16:51:58 - 2 comments
  8724. Compiler crash when matching on extern static constant

    2da83f6 Opened by Sean Burau at 2014-08-18 05:56:15 - 1 comment
  8725. rustdoc: Descriptions on statics disrupt the layout

    14c1da0 Opened by Félix Saparelli at 2015-04-06 23:36:17 - 1 comment
  8726. Drop is called more than once for the same object

    c783a1f Opened by Glenn Watson at 2014-08-10 15:41:20 - 31 comments
  8727. time::Tm::rfc3339 docs incorrectly refer to RFC 3999

    0299585 Opened by Angus Lees at 2014-08-02 10:16:20 - 1 comment
  8728. Assist writing/using crates that should not have any code inlined into dependent crates

    5d96c5e Opened by Huon Wilson at 2015-01-21 19:36:24 - 5 comments
  8729. src/guessing_game.rs appears out of nowhere in the guide

    2d66ef2 Opened by Eduardo Bautista at 2014-08-05 00:56:00 - 4 comments
  8730. unboxed closures + overloaded calls ICE: overloaded call method wasn't in method map

    ac74fb5 Opened by Huon Wilson at 2014-08-21 16:21:05
  8731. Add a way to reset MemWriter

    c0682fe Opened by SiegeLord at 2015-02-16 19:49:57 - 4 comments
  8732. Cannot call call_mut on an unboxed closure with no arguments due to type () not being ()

    6f7741e Opened by Huon Wilson at 2014-08-22 00:51:05
  8733. Consider warning for struct/enum constructors without effect.

    06aa269 Opened by Marvin Löbel at 2015-10-29 11:44:56 - 3 comments
  8734. Method links in trait implementations are useless

    ce65954 Opened by SiegeLord at 2015-02-11 00:47:14 - 3 comments
  8735. rustdoc search doesn't find crates

    622bfb2 Opened by mahkoh at 2014-08-01 13:34:56 - 1 comment
  8736. rustdoc font is too large and serif and not crisp

    cb777b7 Opened by mahkoh at 2015-04-08 23:46:08 - 27 comments
  8737. rustdoc hides the sidebar

    4a276ca Opened by mahkoh at 2015-04-08 23:46:33 - 2 comments
  8738. Extend FromStr by from_{str,bytes}{,_initial}

    e46ae9c Opened by mahkoh at 2015-04-09 16:16:57 - 3 comments
  8739. rustdoc needs a way to specify HTML metadata for standalone docs

    e6bcb83 Opened by Brian Anderson at 2018-09-25 20:19:57 - 13 comments
  8740. Static Item Duplication

    87c0225 Opened by Jack Heizer at 2015-11-30 22:53:55 - 2 comments
  8741. Dead code warning in fail!() expansion

    b7625e6 Opened by bluss at 2014-08-11 10:41:15
  8742. slices and Vec need equivalent of StrSlice::find and Map::find

    10f0a3b Opened by nwin at 2014-08-02 13:50:26 - 2 comments
  8743. unboxed closures with multiple captures behave strangely

    fd384d2 Opened by Tobba at 2014-08-14 21:40:03 - 2 comments
  8744. Invalid non-exhaustive pattern error on scalar values

    18f650c Opened by Kang Seonghoon at 2014-08-02 22:50:22 - 2 comments
  8745. Vec::swap_remove fails if the vector is empty.

    57fbf22 Opened by kennytm at 2014-08-03 13:11:13 - 1 comment
  8746. for loops allow moving out of references

    f995914 Opened by Steve Klabnik at 2014-08-13 04:06:33 - 7 comments
  8747. rustc: reason(s) for linker options should be introspectable/reported via command line switch

    7e858e6 Opened by Felix S Klock II at 2017-03-24 19:22:18 - 3 comments
  8748. rust_fail is not exported when using "extern crate rustc"

    116251d Opened by Kevin Murphy at 2015-11-18 07:18:25 - 10 comments
  8749. sync: Inconsistant naming?

    186f518 Opened by KokaKiwi at 2015-02-02 15:29:34 - 3 comments
  8750. Bug in import

    d3153fa Opened by Guillaume Gomez at 2016-01-13 01:29:50 - 11 comments
  8751. ICE with mismatching lifetime generics between trait and impl

    d3b5cf0 Opened by Marvin Löbel at 2014-09-09 22:11:32 - 2 comments
  8752. Guide: make less ignores

    d1f14d2 Opened by Steve Klabnik at 2014-12-15 19:03:47 - 2 comments
  8753. Don't allow array types in extern "C" functions.

    f5fbdfe Opened by mahkoh at 2015-04-11 19:22:12 - 3 comments
  8754. Incorrect partially moved value error check when pattern matching boxed structures.

    dfb3da0 Opened by Deleted user at 2019-02-25 23:10:13 - 20 comments
  8755. Build Rust libraries for multiple targets.

    510e770 Opened by Alex at 2014-08-04 20:53:51 - 6 comments
  8756. can't move out nested boxes

    409b8ea Opened by Geoffry Song at 2014-08-04 00:12:14 - 2 comments
  8757. Lifetime generics are being omitted in rustdoc output

    c7749d8 Opened by Chris Morgan at 2014-08-04 00:00:20 - 4 comments
  8758. Compiler told me to report bug: "can't determine value for sysroot"

    f7b04a5 Opened by logicchains at 2017-05-20 03:04:04 - 9 comments
  8759. ICE: Out of memory error when compiling small boring code

    ad14058 Opened by Ty Overby at 2014-08-07 20:40:11 - 7 comments
  8760. io::walk_dir could have a more detailed return value, to avoid extra stat calls

    5de1a86 Opened by Huon Wilson at 2015-02-11 18:37:46 - 4 comments
  8761. io::readdir (apparently) has access to useful information about its child entries

    c8ead80 Opened by Huon Wilson at 2015-02-11 18:38:46 - 4 comments
  8762. Consider handling signals to catch hard crashes of rustc to provide nice ICE message

    47ac893 Opened by Huon Wilson at 2020-03-11 19:30:41 - 3 comments
  8763. file.eof() returns false, even if file is at EOF.

    9ad2db0 Opened by Stian Eikeland at 2014-08-18 22:43:10 - 4 comments
  8764. Allow destructors to be run directly on a memory location, so it is not impossible to handle location-dependent values

    b843755 Opened by Huon Wilson at 2015-01-27 21:01:11 - 6 comments
  8765. "found as in ident position" when casting a match expression in return position

    11b8e5c Opened by Andrew Poelstra at 2016-02-23 20:06:29 - 2 comments
  8766. Weird bits shifting behavior on win32

    a37717b Opened by Pierre Krieger at 2014-08-04 19:06:47
  8767. ctypes warning ignores parenthesized types

    0400188 Opened by Keegan McAllister at 2014-09-04 14:46:11
  8768. ICE in CFG builder with unused closure and upvars.

    63a5c35 Opened by Luqman Aden at 2014-10-18 15:07:23 - 1 comment
  8769. Building i686-unknown-linux-gnu target on OS X fails

    e3d9e17 Opened by Alex at 2016-10-07 04:36:05 - 26 comments
  8770. error: internal compiler error: encode_symbol: id not found 1569

    d4eec80 Opened by Guillaume Gomez at 2014-09-10 13:36:36 - 4 comments
  8771. Mismatched types error when using ptr::null with *mut

    c9bc87c Opened by Steven Sheldon at 2014-08-05 03:52:35 - 1 comment
  8772. super trait and trait object error with "source trait is inaccessible", but source trait is in scope (via a reexport)

    5e7de58 Opened by Jorge Aparicio at 2015-09-23 00:25:49 - 11 comments
  8773. Infinite redirect loop on doc page for 'core::str::trait'

    663af2f Opened by Huon Wilson at 2015-04-10 19:17:45 - 2 comments
  8774. Monty Hall example in std::rand is problematic

    391d942 Opened by SiegeLord at 2014-08-28 18:20:00 - 2 comments
  8775. Expand/collapse links are misaligned for doc pages with long paths

    fdfb864 Opened by Nick Hamann at 2014-08-09 23:50:21 - 2 comments
  8776. rustdoc search doesn't save which filter was used

    3508d6c Opened by SiegeLord at 2014-08-10 08:11:25
  8777. Empty arguments to processes aren't handled correctly on windows

    3ca8992 Opened by Alex Crichton at 2014-08-12 05:06:22 - 4 comments
  8778. Infinite recursion in rustdoc

    6c9f0c7 Opened by Simon Sapin at 2014-09-25 09:17:48 - 6 comments
  8779. rustdoc --test does not work on windows

    1e10efd Opened by Alex Crichton at 2014-08-06 00:58:42 - 1 comment
  8780. ICE: indexes do not lie on character boundaries with byte literal and \r\n

    20604d4 Opened by Alex Crichton at 2014-08-06 21:21:29
  8781. Rename Share to Sync

    9de3b01 Opened by Niko Matsakis at 2019-06-15 18:31:50 - 1 comment
  8782. string::raw::from_buf and c_char conflict

    86cc3ba Opened by Jack Moffitt at 2015-01-19 00:23:10 - 8 comments
  8783. unused imports not all detected

    75ad795 Opened by Zeke Foppa at 2014-08-06 02:56:40 - 3 comments
  8784. Rustdoc: re-exported ffi function metadata is not preserved.

    00801d5 Opened by Hong Chulju at 2015-04-06 23:47:29 - 3 comments
  8785. libc::execv incorrect definition

    46a7c9a Opened by Carl Lerche at 2015-06-21 20:14:50 - 6 comments
  8786. Implement UFCS (Tracking RFC 132)

    9966ff3 Opened by Huon Wilson at 2016-02-18 20:55:12 - 20 comments
  8787. Unconstraint type when it shouldn't

    bbb54d6 Opened by Pierre Krieger at 2014-08-13 08:27:55 - 4 comments
  8788. Export fd_set in libc or libnative

    d7ddfb2 Opened by Shell Turner at 2015-01-27 16:32:18 - 1 comment
  8789. Continuous builds for DragonFlyBSD

    22f20d2 Opened by Michael Neumann at 2016-05-27 16:48:22 - 16 comments
  8790. "static analysis"-gate

    5be7bfc Opened by Steve Klabnik at 2014-08-18 19:11:24 - 1 comment
  8791. Add Mathjax (KaTeX?) Support to Rustdoc

    fc2ebc6 Opened by Aria Desires at 2014-12-11 16:50:29 - 35 comments
  8792. Document all the performance

    324ad74 Opened by Aria Desires at 2015-01-21 01:39:37 - 3 comments
  8793. Playpen breaks on large files

    e8a14fa Opened by Dzmitry Malyshau at 2014-08-06 14:43:10 - 1 comment
  8794. Rustdoc --test and error messages

    d1a2f62 Opened by Steve Klabnik at 2015-04-06 23:48:07 - 2 comments
  8795. rustc -o <dir>/<bin> fails

    b310015 Opened by Andrew at 2014-08-06 15:40:46 - 6 comments
  8796. make check fails

    c74f763 Opened by Zoxc at 2015-03-16 20:09:00 - 6 comments
  8797. Add intrinsic to extract the discriminant from an enum

    a006b21 Opened by emberian at 2014-08-06 20:51:16 - 2 comments
  8798. sidebars for rust documentation pages should use semantic markup

    5d5de41 Opened by Nathan Froyd at 2015-09-09 10:54:12 - 2 comments
  8799. std::raw::TraitObject does not implement Clone

    990ff03 Opened by Jack Moffitt at 2015-01-27 17:48:11 - 2 comments
  8800. Set up automation for 64-bit windows

    27da58d Opened by Brian Anderson at 2014-09-12 16:24:32 - 4 comments
  8801. Negative literals cast to unsigned integers without a warning.

    3c318c7 Opened by mahkoh at 2014-08-07 17:57:34 - 2 comments
  8802. os::change_dir is outdated

    fa71aeb Opened by Carl Lerche at 2014-11-18 23:46:56 - 1 comment
  8803. Can't open rustdoc search results in new tab

    39d3ec2 Opened by mahkoh at 2014-10-07 12:24:51 - 3 comments
  8804. Able to compile but get "... has stopped working" error on launch in Windows 7 x64

    ae26ad4 Opened by ark- at 2014-08-28 22:14:15 - 5 comments
  8805. Document any supported environment variables rustc honours

    fedb5e6 Opened by Earnestly at 2014-08-07 19:17:01 - 1 comment
  8806. Document any supported environment variables rustc honours

    3c70f8e Opened by Earnestly at 2015-03-20 09:47:09 - 6 comments
  8807. variable bindings in for loop are not linted as unused when unused

    5f55f23 Opened by Huon Wilson at 2014-10-01 21:25:08 - 2 comments
  8808. Unknown inline asm constraints cause LLVM assertion failures

    6ab4604 Opened by main() at 2016-02-02 19:39:52 - 6 comments
  8809. ICE when specializing function with wrong number of parameters

    e8ced54 Opened by Jorge Aparicio at 2014-08-17 22:56:21
  8810. Unexpected "life is too short" error

    976c294 Opened by Dzmitry Malyshau at 2014-08-08 14:04:21 - 5 comments
  8811. Rustdoc --test does not fail if tests fail

    8a076af Opened by Alex Crichton at 2014-08-09 18:06:33
  8812. Consider adding notifications of progress

    1ccf4f0 Opened by emberian at 2015-05-01 15:54:30 - 4 comments
  8813. Building the compiler on 64-bit Windows fails in rust_builtin.c / valgrind.h (uintptr_t not defined)

    fb087ae Opened by jamesluke at 2014-08-09 07:46:32 - 1 comment
  8814. Rustc command line parser does not accept absolute Windows paths after -L

    61d741e Opened by vadimcn at 2014-08-22 02:36:02 - 1 comment
  8815. Add a default directory to RUST_TARGET_PATH

    4c1974d Opened by emberian at 2020-03-12 03:20:48 - 7 comments
  8816. FileStat does not implement Show

    83d8630 Opened by Carl Lerche at 2015-05-14 01:52:09 - 2 comments
  8817. Generic parameters in some paths in patterns are ignored

    4c7d9c7 Opened by Huon Wilson at 2014-08-12 21:56:35
  8818. guide: random secret number remarks

    00d7f63 Opened by Vinzent Steinberg at 2014-08-19 14:46:00 - 12 comments
  8819. rustdoc should support --target for doc tests

    a4f026f Opened by Jack Moffitt at 2015-04-06 23:49:34 - 9 comments
  8820. rustdoc prefers dynamic linking

    4fc1399 Opened by Jack Moffitt at 2015-11-07 16:53:04 - 13 comments
  8821. Compiler warnings are not raised for code enclosed in macros

    4e1b6ff Opened by Chandra Sekar S at 2015-02-12 02:53:44 - 4 comments
  8822. Incomplete borrow checking with closures

    3a401bc Opened by Zeke Foppa at 2014-08-13 05:51:30 - 1 comment
  8823. std::rand: inconsistent seeding

    20d85a9 Opened by Vinzent Steinberg at 2014-08-09 00:03:52 - 1 comment
  8824. Install gdb pretty-printers

    412397e Opened by Brian Anderson at 2015-01-29 06:45:16 - 4 comments
  8825. Rust miscompiles Servo after upgrading to new revision of Rust

    1f24a9d Opened by Cameron Zwarich at 2014-08-17 15:09:14 - 17 comments
  8826. Rustdoc font glitch

    35f547f Opened by Peter Atashian at 2014-08-15 04:28:20 - 6 comments
  8827. Named labels in asm!() blocks cause crashes on Mac OSX

    df0a6c2 Opened by Palmer at 2020-05-23 01:33:56 - 17 comments
  8828. ICE when initiating an array using static for size

    2e5c436 Opened by anmej at 2014-08-24 03:06:10 - 2 comments
  8829. Inline asm: The "m" constraint is broken

    c00be3c Opened by main() at 2020-05-22 19:08:51 - 8 comments
  8830. rustdoc search should not use str as keyword for searching for structs

    422e442 Opened by Huon Wilson at 2014-08-10 08:11:25 - 1 comment
  8831. rustdoc item-type search is not (directly) reproduced by the URL

    063afb2 Opened by Huon Wilson at 2014-08-10 08:11:25 - 1 comment
  8832. Integers not correctly handled in num::rational

    1cb3ce3 Opened by Tobias Bucher at 2014-09-28 22:43:16 - 3 comments
  8833. type_limits warning should fire for operators like (<=)

    c733604 Opened by Zeke Foppa at 2016-02-02 21:58:29 - 5 comments
  8834. type_limits warning should fire for initialization

    f48aa95 Opened by Zeke Foppa at 2014-08-09 18:39:42 - 1 comment
  8835. Paragraph in the guide might be in the wrong chapter...

    b439910 Opened by Eduardo Bautista at 2014-08-11 00:50:56 - 2 comments
  8836. for loop over trait that inherits Iterator gives error

    5b20673 Opened by Eli Green at 2014-08-10 03:56:58 - 2 comments
  8837. std::io::Command Type trait conversions fail when passed a value that is already of that type

    dc3ea8c Opened by Deleted user at 2015-01-27 17:53:48 - 4 comments
  8838. Inconsistent privacy of methods of orphan non-trait impls

    da1741d Opened by Huon Wilson at 2022-05-08 18:46:56 - 3 comments
  8839. ICE on a combination of type params, indexing a method and matching

    2b2a1ff Opened by Deleted user at 2014-08-17 22:56:21 - 2 comments
  8840. Problems with linking with system-wide installed libraries

    0ed1f29 Opened by Jauhien Piatlicki at 2019-03-11 17:20:24 - 19 comments
  8841. LLVM assertion failure for creating extern fns with same name but different signatures

    4bd5f23 Opened by Steven Sheldon at 2015-10-08 06:28:58 - 8 comments
  8842. LLVM assertion failure with -O -g --test

    c09b83d Opened by J Balint BIRO at 2014-08-11 17:59:53 - 2 comments
  8843. Atomic locking of multiple sync::mutex::Mutex

    127d219 Opened by Katherine Whitlock at 2015-01-21 22:05:36 - 7 comments
  8844. TLS broken on Android by fPIC -> fPIE optimization

    7b8043b Opened by Daniel Micay at 2014-08-10 21:54:22
  8845. #[deprecated] does not work for in-crate usages of items

    2282ec1 Opened by Brendan Zabarauskas at 2014-08-12 23:41:35 - 7 comments
  8846. cannot borrow argument X as mutable should give suggestion to fix

    eab78d6 Opened by Arpad Borsos at 2015-11-11 05:47:20 - 1 comment
  8847. Add a start item to the Language items list

    45527cd Opened by mdinger at 2014-08-21 03:32:00 - 1 comment
  8848. Manual: Marker types has inconsistent spacing

    e7656f3 Opened by mdinger at 2014-08-21 03:18:13 - 1 comment
  8849. Manual: the crate_name and test attributes are not listed

    82fa4a8 Opened by mdinger at 2014-10-09 07:07:39 - 1 comment
  8850. Manual: Give lists of items/attributes some type of order

    1d6f28c Opened by mdinger at 2014-08-31 10:11:34
  8851. to_string causes crazy memory usage problems

    e3c2f74 Opened by Daniel Micay at 2014-12-02 20:34:31 - 13 comments
  8852. Cannot move out of destructured fixed length vectors in let and match

    a2c5199 Opened by Brendan Zabarauskas at 2018-07-29 03:03:47 - 6 comments
  8853. Syntax context output in --pretty expanded,hygiene doesn't represent linked syntax contexts

    b319834 Opened by Huon Wilson at 2019-09-18 08:41:30 - 4 comments
  8854. Properly check bounds on type parameters

    7627fde Opened by Nick Cameron at 2014-08-11 21:43:31 - 1 comment
  8855. set() method for Vec<Default> ?

    971db8f Opened by Arpad Borsos at 2014-08-13 07:02:33 - 2 comments
  8856. Test harness should not fail!() when some tests fail

    3ace20f Opened by Simon Sapin at 2016-02-02 19:07:16 - 7 comments
  8857. Add lint for elidable lifetimes

    f9cedb8 Opened by Jonathan Reem at 2014-11-10 22:04:24 - 1 comment
  8858. Failure in a destructor leaks the entire task

    b74d574 Opened by Steven Fackler at 2014-08-12 05:41:45 - 1 comment
  8859. manual, still a reference with ~ operator

    b9add51 Opened by Cédric Levasseur at 2014-08-14 12:56:26 - 1 comment
  8860. ICE: empty struct + extern function on 32-bit OS

    e660999 Opened by klutzy/defunct at 2023-10-25 21:39:51 - 2 comments
  8861. rustup.sh and underlying binaries authentication

    ff7b375 Opened by Mickaël Salaün at 2016-08-22 22:59:13 - 6 comments
  8862. Negation of unsigned literals lint does not fire when literal type is deduced

    f5cbe54 Opened by Vladimir Matveev at 2015-01-13 02:33:20 - 3 comments
  8863. Encourage fixed-size integer

    4c969bb Opened by Mickaël Salaün at 2015-01-12 18:17:45 - 20 comments
  8864. Correct procedure to retire compile diagnostic codes

    34a688d Opened by Huon Wilson at 2014-09-07 05:21:37 - 3 comments
  8865. cargo run being introduced too late in the Guide

    24e3f56 Opened by Matej Ľach at 2014-08-15 00:41:26 - 1 comment
  8866. On permission managed windows machines (eg. win7) rust generated binaries require administrator privileges to run

    0e24a47 Opened by Brian Anderson at 2018-09-24 17:30:58 - 18 comments
  8867. Figure out combined Rust+Cargo installation

    b1d2bb1 Opened by Brian Anderson at 2015-01-05 23:14:55 - 18 comments
  8868. Run full test suite on windows bots

    ff006f3 Opened by Brian Anderson at 2014-10-01 18:42:20 - 6 comments
  8869. Windows metabug

    fe97ced Opened by Brian Anderson at 2015-07-22 02:48:55 - 13 comments
  8870. Replace use id = path; with use path as id;

    3987c67 Opened by Niko Matsakis at 2014-09-10 06:45:48 - 5 comments
  8871. Implement generalized object and type parameter bounds

    919008e Opened by Brian Anderson at 2014-08-28 16:56:23 - 1 comment
  8872. Feature gate public items in private APIs

    a5d15e0 Opened by Niko Matsakis at 2014-09-23 05:55:43 - 5 comments
  8873. Feature gate import shadowing

    cf678e1 Opened by Brian Anderson at 2014-08-17 04:36:16 - 3 comments
  8874. ICE when implementing Drop for a typedef

    9edcdd6 Opened by qrlpx at 2014-09-29 21:08:27
  8875. Use a different representation for Duration

    17ebd3d Opened by Brian Anderson at 2014-08-28 23:51:26 - 1 comment
  8876. std::bitflags declaration does not allow trailing comma

    e6248c3 Opened by Chuck Ries at 2014-09-04 22:06:16 - 3 comments
  8877. quote_expr! and friends should emit token-trees directly

    d6ea424 Opened by Felix S Klock II at 2015-04-26 12:43:51 - 1 comment
  8878. ICE from c_str with null character

    6cec4ad Opened by Jack Heizer at 2014-09-24 17:26:01 - 8 comments
  8879. ICE when a static is a reference to an extern static

    9331d74 Opened by Jack Heizer at 2014-12-12 21:28:53 - 2 comments
  8880. Bare CR allowed in code causing terrible spans

    535deb7 Opened by SiegeLord at 2024-08-16 18:55:34 - 6 comments
  8881. Borrows extended longer than they need to be

    a144f64 Opened by Jonathan Reem at 2015-10-11 10:40:54 - 5 comments
  8882. LLVM assertion failure building Servo

    b09a527 Opened by Cameron Zwarich at 2014-09-15 16:34:36 - 10 comments
  8883. CString/ToCStr shouldn't have to fail

    3dec2a6 Opened by SiegeLord at 2015-02-16 20:49:32 - 5 comments
  8884. std::mem::uninitialized documentation incorrectly states destructors will run.

    83f8768 Opened by Derek Harland at 2014-09-16 03:10:34 - 13 comments
  8885. nightly-mac bot is regularly segfaulting

    1a7b352 Opened by Alex Crichton at 2014-09-19 18:00:36 - 13 comments
  8886. deprecated lint should not warn within a deprecated module

    bc6b59f Opened by Aaron Turon at 2016-08-05 14:37:23 - 6 comments
  8887. Drop impls ignore actual type parameters when running drop glue

    98853c5 Opened by Lily Ballard at 2014-08-14 17:35:40 - 4 comments
  8888. Drop impl on type reverses order of field destruction

    6a90b86 Opened by Lily Ballard at 2014-08-16 00:11:20 - 5 comments
  8889. Crate paths specified with --extern cause bogus duplicate crates when using symlinks

    e771268 Opened by Björn Steinbrink at 2014-08-16 19:11:14
  8890. Better error message for macros with pipes as delimiters, or remove pipes as a macro delimeter

    d759834 Opened by gsingh93 at 2015-01-27 17:40:04 - 2 comments
  8891. lint for unused lvalue statement

    6bf3515 Opened by Huon Wilson at 2024-12-21 04:53:59 - 14 comments
  8892. Guide: use https for installing Rust

    2a43717 Opened by Vinzent Steinberg at 2014-08-19 01:50:16 - 3 comments
  8893. Small structs with many elements as function arguments seem inefficient

    a9e352c Opened by Björn Steinbrink at 2015-01-11 09:07:25 - 1 comment
  8894. Path::join should concat paths even if the second path is absolute

    5ddaddb Opened by Carl Lerche at 2020-02-04 10:48:08 - 24 comments
  8895. ICE: Generics + Fn + overloaded_calls

    0aed3b3 Opened by Jorge Aparicio at 2014-08-22 08:31:03 - 1 comment
  8896. ICE: ERROR:rbml::reader: failed to find block with tag 7

    db1be9b Opened by Jorge Aparicio at 2014-10-14 04:03:50 - 2 comments
  8897. use ASLR on Windows

    1e349dd Opened by Daniel Micay at 2020-10-13 16:09:44 - 6 comments
  8898. add a lint for preventing all known sources of address leaks

    97e394e Opened by Daniel Micay at 2016-02-11 20:17:07 - 4 comments
  8899. RustDoc needs to encode the real lifetime bounds, not just "RegionBound"

    f098786 Opened by Niko Matsakis at 2014-10-06 18:32:25
  8900. Add Persistent Collections to libcollections

    1ab6ccc Opened by Aria Desires at 2015-02-11 01:07:16 - 5 comments
  8901. Steal SmallVec from Servo

    d872f31 Opened by Aria Desires at 2014-09-16 02:46:24 - 6 comments
  8902. Rename --target to --host for autotools conventions

    17e5ad8 Opened by Jack Moffitt at 2014-09-01 22:56:11 - 12 comments
  8903. IoError is kind of archaic

    a75c674 Opened by bluss at 2015-04-10 07:36:44 - 5 comments
  8904. let _ = foo() runs the destructor at the wrong time

    79e82d0 Opened by Niko Matsakis at 2014-08-25 15:36:08 - 6 comments
  8905. task 'rustc' failed at 'Box<Any>', /home/dpc/opt/src/rust/src/libsyntax/ast_util.rs:791

    0855104 Opened by dpc at 2015-02-03 19:16:58 - 2 comments
  8906. Implement Index for &[T]

    d671559 Opened by kennytm at 2014-11-07 11:26:35 - 5 comments
  8907. ICE on deriving(Hash) on struct with no fields

    df39d42 Opened by Joshua Yanovski at 2015-01-16 19:11:17 - 2 comments
  8908. Iterating through a vector with a reference corrupts the contents of the vector

    e2705b1 Opened by Paige Ruten at 2014-08-16 05:57:50 - 1 comment
  8909. enable DEP on 32-bit Windows

    a0b10d9 Opened by Daniel Micay at 2014-08-16 16:26:15
  8910. Error compiling Rustc with MinGW

    db2521e Opened by Xander Masotto at 2014-08-20 19:44:31 - 2 comments
  8911. rust compiler bug report

    9867e12 Opened by Guillaume Gomez at 2014-12-30 10:42:46 - 6 comments
  8912. feature request: Compose trait for strings and functions

    2a01a62 Opened by Andrew Poelstra at 2014-08-17 17:06:58 - 7 comments
  8913. BitvSet intersect_with has incorrect behavior when called with an empty set

    528a9a3 Opened by Kasey Carrothers at 2014-08-18 02:26:20 - 10 comments
  8914. Lint warning names should be more consistent

    c2a5aed Opened by rusty-nail at 2014-10-15 06:02:38 - 6 comments
  8915. Bounds added with where clauses don't appear in documentation

    20fd061 Opened by Jorge Aparicio at 2014-09-29 21:08:23
  8916. ICE - possibly in codemap

    bd993bb Opened by Andrew Dunham at 2014-10-11 04:39:37 - 3 comments
  8917. ICE: When moving Fn bound to where clause

    b9b6b00 Opened by Jorge Aparicio at 2014-08-22 06:06:01
  8918. BigInt and BigUint should implement Hash

    51a87ec Opened by Vinzent Steinberg at 2014-08-17 21:11:20 - 2 comments
  8919. rustdoc type paths contain zero-width spaces

    7cd7662 Opened by SiegeLord at 2014-08-18 10:06:13 - 1 comment
  8920. Struct + Fn fulfills Send, but sugary version |&: ...| does not

    5cb48f5 Opened by Jorge Aparicio at 2014-10-28 01:16:06 - 1 comment
  8921. ICE: With (unnecessary) extra generic argument

    2a6d14e Opened by Jorge Aparicio at 2014-10-18 15:07:23
  8922. Private trait appears in the documentation

    9600310 Opened by Jorge Aparicio at 2014-10-22 18:57:20
  8923. ICE when using a lifetime parameter in a where clause

    7ecb77a Opened by Steven Fackler at 2014-08-22 06:06:01 - 2 comments
  8924. Language reference doesn't address inner doc comments

    d7fe5f1 Opened by Ben Gamari at 2014-08-19 12:01:05
  8925. Sets should not impl Ord, and should impl PartialOrd differently (?)

    8a613bd Opened by Aria Desires at 2014-08-18 16:08:21 - 7 comments
  8926. Rust doc's question mark shortcut does not work well with all keyboard layouts.

    8c4278d Opened by sbstp at 2015-07-01 17:55:27 - 3 comments
  8927. Packed structs are passed incorrectly to foreign functions on x86_64

    9e99e81 Opened by Björn Steinbrink at 2014-08-20 01:36:05
  8928. various eof type signatures are not consistent

    b1d42e3 Opened by Steve Klabnik at 2015-03-26 22:02:50 - 1 comment
  8929. BitvSet::is_disjoint is reversed

    9636b6e Opened by Cameron Zwarich at 2014-08-19 10:16:02 - 1 comment
  8930. "bananas".contains("nana") returns false

    b5547fb Opened by Nick Hamann at 2014-08-23 19:41:02 - 1 comment
  8931. Unusual return value from FnOnce closure

    d2cba47 Opened by Tom Jakubowski at 2014-08-22 15:15:57 - 3 comments
  8932. Interior Compiler Error

    788f99f Opened by Aaron DeVore at 2014-08-19 02:09:41 - 3 comments
  8933. use high entropy ASLR on 64-bit Windows

    38e3bd3 Opened by Daniel Micay at 2020-10-13 16:09:44 - 6 comments
  8934. borrow checking not transparent to inlining

    41cf868 Opened by Zeke Foppa at 2015-01-27 16:45:41 - 6 comments
  8935. Rename SocketAddr to InetAddr

    f50f55a Opened by Carl Lerche at 2015-03-19 02:42:54 - 10 comments
  8936. ICE with bound on struct and reference

    c12a291 Opened by Jorge Aparicio at 2014-10-18 15:07:23
  8937. Confusing error when using import globbing in test module

    28cd197 Opened by Brian Koropoff at 2014-09-03 02:36:09 - 7 comments
  8938. non-&mut unboxed closures look for FnMut trait for direct call_once/call method call

    13ac8b6 Opened by Huon Wilson at 2014-08-21 14:36:02 - 2 comments
  8939. Calling method on closure trait object leads to 'source trait is private' error

    8a3c34f Opened by Huon Wilson at 2014-08-20 09:41:02
  8940. Mutable vector modified in-place while evaluating right side of assignment

    81628b8 Opened by Alan Williams at 2015-04-12 23:06:37 - 6 comments
  8941. print len of empty array crashes the compiler

    c53f354 Opened by Ary Borenszweig at 2014-08-19 20:23:38 - 2 comments
  8942. Array length is not bigger than a negative number

    ed3248e Opened by Ary Borenszweig at 2014-08-19 17:36:52 - 4 comments
  8943. Compile time lowercasing/etc of stringify!d idents.

    9f1f4ad Opened by Manish Goregaokar at 2015-01-27 16:57:49 - 6 comments
  8944. Change extern foo = "bar" to extern "bar" as foo

    3f46f98 Opened by Patrick Walton at 2014-09-06 06:38:14 - 2 comments
  8945. Cannot transiently move out of dereference of &mut

    46813e6 Opened by Zeke Foppa at 2014-08-20 21:12:42 - 6 comments
  8946. the compiler hit an unexpected failure path

    ee396f7 Opened by Deleted user at 2014-10-16 20:01:58 - 7 comments
  8947. .to_uint() and .to_int() should return None on NaN

    0abd14d Opened by opp11 at 2016-01-05 13:25:13 - 12 comments
  8948. Syntactic context discarded when quoting a macro invocation

    3f37c32 Opened by Keegan McAllister at 2015-04-26 12:43:51 - 4 comments
  8949. ICE when using an unconstrained typaram in a typaram constraint

    061359c Opened by Erick Tryzelaar at 2014-10-16 20:03:57 - 1 comment
  8950. Parsing a string literal is quadratic in the length

    cd1ed92 Opened by Huon Wilson at 2014-08-22 22:05:57
  8951. &str.slice is bloated

    e2b697e Opened by Huon Wilson at 2014-08-24 20:24:12 - 8 comments
  8952. Lifetime of reference taken for parameter vs lifetime of function resolution

    341e8d2 Opened by serpent at 2014-08-20 14:39:54 - 1 comment
  8953. Rustdoc: "Expand Description" is rendered on page load sometimes

    8375a62 Opened by Aria Desires at 2014-09-09 05:00:17 - 3 comments
  8954. CString's as_ptr is easy to get very wrong

    42688fb Opened by Sébastien Paolacci at 2014-08-20 20:37:37 - 1 comment
  8955. Remove the assert_eq! macro in favor of special-casing a check for equality in the assert! macro

    7d42fb6 Opened by bstrie at 2015-01-17 14:09:35 - 23 comments
  8956. Improve --dep-info to include crate dependencies

    08cde46 Opened by serpent at 2018-09-24 17:33:03 - 2 comments
  8957. Closure kind inference: infer whether a closure is Fn, FnMut, etc

    1df4006 Opened by Patrick Walton at 2015-02-04 08:47:24 - 10 comments
  8958. configure --disable-jemalloc on OS X does not bootstrap

    78fd631 Opened by Felix S Klock II at 2014-09-14 10:41:37 - 3 comments
  8959. ICE: TypeParameterDef lookup failure in tc_ty

    852972e Opened by Keegan McAllister at 2014-08-26 06:21:20 - 3 comments
  8960. Manual: Language items are missing definitions

    1ede188 Opened by mdinger at 2015-02-02 09:59:26 - 1 comment
  8961. Document why std docs have many apparent duplicates

    a2df72c Opened by mdinger at 2015-02-16 03:52:28 - 5 comments
  8962. Incorrect result when using match on tuple with slice

    6712e87 Opened by Peter Atashian at 2014-09-04 08:26:13 - 3 comments
  8963. Outdated nightlies on Travis-CI

    b7ac626 Opened by Simon Sapin at 2014-12-12 17:28:51 - 21 comments
  8964. Unboxed closures with mutable reference parameter

    bd7d1a9 Opened by Clark Gaebel at 2014-10-16 22:28:56 - 2 comments
  8965. Windows build instructions are inconsistent

    42ae719 Opened by Brian Anderson at 2015-02-16 23:02:30 - 28 comments
  8966. Compilation with latest (3.6svn) LLVM fails

    5cb1f2b Opened by Jauhien Piatlicki at 2015-02-28 16:25:40 - 1 comment
  8967. should struct fields and array elements be dropped in reverse declaration order (a la C++)

    9b59183 Opened by Felix S Klock II at 2015-01-27 16:55:04 - 11 comments
  8968. Adding a line break after a Trait in a template argument list breaks emacs-mode indentation

    95bec7c Opened by gsingh93 at 2015-02-02 10:16:56 - 4 comments
  8969. Add WouldBlock error kind to IoError

    b9ad3b0 Opened by Carl Lerche at 2015-03-19 22:37:08 - 6 comments
  8970. Unboxed closures: cannot borrow data mutably in aliasable location

    449d229 Opened by Vladimir Matveev at 2014-10-28 01:16:06 - 1 comment
  8971. ICE: Using fn when proc is expected

    a887077 Opened by Ty Overby at 2015-01-26 17:31:26
  8972. Misleading unused_mut warning when moving into a proc

    22a2d13 Opened by Tom Jakubowski at 2014-08-23 09:51:01 - 1 comment
  8973. ICE returning unboxed closure

    4998124 Opened by Paolo Falabella at 2014-10-29 00:42:33 - 6 comments
  8974. Unboxed closures: cannot invoke no-argument closures

    0c0e1aa Opened by Vladimir Matveev at 2014-08-22 16:02:42 - 3 comments
  8975. Create bot to assign new PR's to reviewers

    59a2809 Opened by Brian Anderson at 2015-01-02 20:02:48 - 6 comments
  8976. Audit reference manual before 1.0

    1a9bd98 Opened by Brian Anderson at 2015-05-21 20:58:53 - 37 comments
  8977. Add release channel automation

    855193c Opened by Brian Anderson at 2015-03-26 21:34:04 - 5 comments
  8978. Add the ability to completely disable experimental features in release channels

    dba8039 Opened by Brian Anderson at 2015-01-08 07:35:53 - 5 comments
  8979. Develop standard training material

    f6ad264 Opened by Brian Anderson at 2015-02-02 09:53:00 - 5 comments
  8980. Matching on an enum shouldn't require full scoping inside the match

    4bcf8e3 Opened by mdinger at 2014-10-27 22:27:18 - 6 comments
  8981. Unboxed closures: needs_drop is true, but trait Drop is not implemented.

    3452b0d Opened by Clark Gaebel at 2014-08-23 02:19:36 - 2 comments
  8982. task 'rustc' failed at 'expect item fn'

    b116601 Opened by J. Cooper at 2014-10-28 01:16:06 - 3 comments
  8983. i64::MIN literal out of range warning

    ccc247d Opened by mahkoh at 2014-09-09 22:11:30 - 3 comments
  8984. liballoc broken w/o jemalloc

    97e090d Opened by Felix S Klock II at 2014-08-24 09:26:03
  8985. Adding #[cfg(test)] to a macro breaks non-testing builds

    9bdad36 Opened by gsingh93 at 2017-05-02 02:10:34 - 6 comments
  8986. rustdoc: a lot of test causes OS Error 8 on Win32

    7a72662 Opened by klutzy/defunct at 2014-08-25 03:07:02 - 3 comments
  8987. Inconsistent type names

    d45936e Opened by Yegor Wienski at 2015-01-27 16:53:22 - 1 comment
  8988. The Rust Guide should mention [0u, ..5] initializer syntax

    ee2be31 Opened by Screwtapello at 2014-08-23 15:25:45 - 2 comments
  8989. fail!() requires formatting in libcore

    fa4ae9b Opened by bluss at 2015-05-25 15:33:03 - 1 comment
  8990. Lints added with add_lint to the crate object itself are not processed

    b86acd9 Opened by Huon Wilson at 2016-11-15 20:03:49 - 3 comments
  8991. Trailing commas are not permitted for method calls

    083cce5 Opened by Brendan Zabarauskas at 2014-08-23 23:10:58 - 4 comments
  8992. Specify negative-returning behavior of abs method

    0527941 Opened by klutzy/defunct at 2014-08-31 10:11:33 - 3 comments
  8993. unsafe String constructors as free functions are inconsistent with design elsewhere

    8a82961 Opened by Daniel Micay at 2015-01-08 20:07:23 - 4 comments
  8994. ICE when missing module specifier

    1cdcd0b Opened by Clark Gaebel at 2014-10-18 15:07:23 - 3 comments
  8995. enums are not listed in the sidebar of rustdoc

    20b87b0 Opened by Huon Wilson at 2014-09-17 20:06:23
  8996. rustdoc lists enums as types

    d9a2d6f Opened by Huon Wilson at 2014-09-17 20:06:23 - 2 comments
  8997. Specify pointer-sized integers a bit more

    338d788 Opened by Tobias Bucher at 2014-12-04 16:47:05 - 3 comments
  8998. Warning at use site for #[repr(C)] type that contains non-#[repr(C)] types

    46a1fae Opened by Huon Wilson at 2016-02-11 20:16:56 - 3 comments
  8999. Syntax extensions (apparently) can not return multiple items.

    4604465 Opened by Simon Sapin at 2014-09-20 04:51:24 - 1 comment
  9000. Foreign function visible outside of crate.

    c2af01b Opened by Vaso Putica at 2014-08-25 13:51:12 - 1 comment
  9001. task 'rustc' failed at 'index out of bounds: the len is 12 but the index is 12'

    273731d Opened by Tshepang Mbambo at 2014-08-24 20:20:21 - 3 comments
  9002. Cannot elide lifetime parameters in function return types

    8497b35 Opened by Matt Brubeck at 2014-08-24 16:29:37 - 1 comment
  9003. Broken install when configured with a custom --prefix

    37059e6 Opened by Jason Roelofs at 2014-12-06 15:18:12 - 7 comments
  9004. Linker error with non-reachable type

    ac2e92e Opened by Alex Crichton at 2016-02-18 07:35:56 - 11 comments
  9005. Bitv uses architecture-sized uints for backing storage

    d1042a7 Opened by Aria Desires at 2014-10-15 01:12:31 - 3 comments
  9006. Dead code in Bitv undetected by Lint

    83660e1 Opened by Aria Desires at 2015-11-09 15:03:07 - 5 comments
  9007. Should the std library implement Equiv for Str?

    7f9a42a Opened by Glenn Watson at 2015-01-27 17:07:08 - 5 comments
  9008. ICE: When creating Box<FnOnce<(), ()>> from unsugared unboxed closure

    e1ab15b Opened by Jorge Aparicio at 2014-10-18 22:52:29 - 1 comment
  9009. Add form feed and vertical tab escape sequence

    fe8d805 Opened by mahkoh at 2015-01-27 19:08:15 - 10 comments
  9010. Can't mix generic and specific literals in match arms

    6cc45fd Opened by mahkoh at 2015-04-20 02:47:53 - 4 comments
  9011. Signal handling not implemented for native threads

    548dbd8 Opened by Richard Dodd at 2014-08-25 17:09:45 - 5 comments
  9012. [ICE]: Cannot relate bound region

    6b97319 Opened by crumblingstatue at 2014-10-18 15:07:23 - 2 comments
  9013. cannot define type alias for unboxed closure

    89ea369 Opened by Felix S Klock II at 2014-08-25 16:30:48 - 1 comment
  9014. |&mut:| wants (Copy) upvar to be mutable when it shouldn't

    2f9dd8f Opened by Jorge Aparicio at 2015-01-30 18:07:52 - 2 comments
  9015. ICE On Simple Example

    5413d71 Opened by Matt Walker at 2014-09-01 21:26:07 - 2 comments
  9016. std::num::pow: exponent should not be a uint

    940012e Opened by Vinzent Steinberg at 2015-01-21 20:45:52 - 1 comment
  9017. No drop flag check for DST structs

    06234e7 Opened by Nick Cameron at 2016-11-04 21:40:36 - 8 comments
  9018. Multiple assignment after declaration

    7d680a6 Opened by Tristan Storch at 2015-01-20 23:59:10 - 2 comments
  9019. [ICE] cannot relate bound region using where clause involving lifetimes

    df3135a Opened by kennytm at 2014-08-26 15:14:06 - 4 comments
  9020. [ICE] assertion failed: (left == right) && (right == left) (left: 11, right: 0)

    e7f728d Opened by Thomas Koehler at 2017-03-08 21:51:51 - 11 comments
  9021. deriving PartialEq generates unused match

    353113d Opened by Sean McArthur at 2015-03-03 16:59:00 - 1 comment
  9022. CString behaves strangely with regard to *const and *mut

    3a5e421 Opened by Yehuda Katz at 2015-01-19 00:21:21 - 5 comments
  9023. The libc::strerror function returns an inappropriately mutable pointer

    eafee1d Opened by Yehuda Katz at 2014-08-28 22:21:10 - 13 comments
  9024. Running into segmentation fault with new closures

    89453a4 Opened by Christoph Burgdorf at 2014-11-07 02:02:53 - 1 comment
  9025. box syntax does not allow an expression?

    7906d91 Opened by Franklin Chen at 2014-08-29 14:25:03 - 5 comments
  9026. Implement if-let

    39660aa Opened by Alex Crichton at 2014-10-01 17:25:28 - 2 comments
  9027. Ability to have *-pointers as arguments to MethodDefs

    9a66c0f Opened by Manish Goregaokar at 2014-08-31 15:16:03 - 3 comments
  9028. Overflow on num::rational::Ratio

    5aab2bb Opened by klutzy/defunct at 2014-09-28 22:43:19 - 2 comments
  9029. ICE: UnsizeLength with bad sty

    c1a09df Opened by Björn Steinbrink at 2014-09-01 09:36:10 - 3 comments
  9030. Poor error message with #[warn(ctypes)]

    d1c0745 Opened by Robert Clipsham at 2014-08-27 09:12:34 - 1 comment
  9031. ICE: Can't reflect unsized type

    dd771fa Opened by Björn Steinbrink at 2014-10-21 22:56:01 - 1 comment
  9032. std::os::errno returns a different type than IoError::from_errno takes

    9198379 Opened by Tom Jakubowski at 2016-01-05 13:29:30 - 7 comments
  9033. Add "super" rebinding

    3cddfca Opened by mahkoh at 2015-01-27 16:57:40 - 2 comments
  9034. Internal compiler error in metadata::tydecode::parse_def_id related to unboxes closures

    3c213ae Opened by Tethys Svensson at 2014-11-05 12:21:42 - 1 comment
  9035. Internal compiler error related to sizing of unboxes closures

    b943937 Opened by Tethys Svensson at 2014-10-28 05:37:06 - 2 comments
  9036. Guide: Bindings without initialization are not explained

    6ac6b5e Opened by Florob at 2014-09-09 22:11:37 - 1 comment
  9037. failure to spawn new tasks on OS X with Too many open files error

    983e51a Opened by Max Desiatov at 2015-08-13 20:51:58 - 7 comments
  9038. Using a custom logger requires set_logger in every task

    0166339 Opened by Sean McArthur at 2015-02-15 19:03:48 - 1 comment
  9039. Add more android slaves

    d2bc24e Opened by Brian Anderson at 2016-08-22 22:23:36 - 2 comments
  9040. Add LLVM snapshots

    d3f5fc7 Opened by Brian Anderson at 2015-09-08 18:03:33 - 1 comment
  9041. Mention Cargo on rust-lang.org/install.html

    d6c67dd Opened by Rohan Prinja at 2014-08-27 20:28:13 - 1 comment
  9042. ISAAC rng needs to detect forks, change its seed

    98684ad Opened by Andrew Poelstra at 2016-01-13 17:13:40 - 19 comments
  9043. ICE when compiling code

    5ce99ea Opened by Peter Atashian at 2014-09-03 19:36:12 - 4 comments
  9044. Move std::ascii into core and/or collections

    13f30bb Opened by Keegan McAllister at 2015-07-01 13:43:31 - 6 comments
  9045. Can't use deriving with #![no_std]

    001fdc0 Opened by Keegan McAllister at 2015-02-08 02:30:15 - 2 comments
  9046. Building arm-unknown-linux-gnueabi target on OS X fails

    ffdd8ad Opened by Alex at 2014-08-28 07:08:51 - 4 comments
  9047. Can't use vec!() without std

    224ac12 Opened by Keegan McAllister at 2015-01-06 11:31:42
  9048. Unboxed closures ICE when debug println!()d

    c75df38 Opened by Tiffany Bennett at 2014-10-19 04:48:49 - 1 comment
  9049. Implement conventions for ownership variants

    888ede4 Opened by Alex Crichton at 2014-09-17 01:06:22 - 1 comment
  9050. ICE: Unexpected type returned from struct_tail

    2e1b2fe Opened by Rewi Haar at 2016-10-26 00:54:19 - 11 comments
  9051. ICE: assertion failed: ty::type_is_sized(bcx.tcx(), contents_ty)

    14beb7b Opened by Rewi Haar at 2014-09-08 04:21:19 - 2 comments
  9052. Unboxed closures: ref-prefixed closures still capture by value

    600eb2e Opened by Vladimir Matveev at 2014-10-17 03:02:39 - 1 comment
  9053. Compiler error: can't dereference const of type [int, .. 5] (fails in ast_util.rs:776)

    4c4303b Opened by mitchmindtree at 2014-08-31 13:30:46 - 6 comments
  9054. Trailing doc comments

    3788e7a Opened by Ben Harris at 2015-01-27 17:01:58 - 2 comments
  9055. how does different version dependence libs work together

    dfe723b Opened by meagon at 2014-09-03 17:13:26 - 3 comments
  9056. Merge std::string std::to_string into std::str to reduce modules in std

    2c83a4f Opened by Liigo Zhuang at 2015-01-27 16:59:47 - 1 comment
  9057. #[cfg] on struct field permits empty unusable struct

    fe36836 Opened by klutzy/defunct at 2015-09-18 18:51:08 - 3 comments
  9058. Using an iterator in a for loop doesn't borrow the object

    c8fa5e8 Opened by Elinor B. at 2014-09-09 22:11:36 - 1 comment
  9059. Deref not applying to things that implement Index

    349861a Opened by Steve Klabnik at 2019-04-19 06:59:25 - 14 comments
  9060. compiler error

    b2f184e Opened by arturo at 2014-12-18 14:32:15 - 5 comments
  9061. Fix naming of windows dist artifacts

    42b2568 Opened by Brian Anderson at 2014-09-11 21:53:26
  9062. dst-dtor-2 is failing on the bsd snapshot bot

    f2a4c7f Opened by Alex Crichton at 2014-08-29 15:36:32 - 2 comments
  9063. DPS with fat pointers

    3c9713d Opened by Nick Cameron at 2015-09-03 20:30:55 - 3 comments
  9064. Support MSP430 architecture and target

    e11f86e Opened by Alex at 2015-01-29 04:01:23 - 3 comments
  9065. ICE: 'position 0 does not resolve to a source location', libsyntax/ast_util.rs:776

    4566143 Opened by Matt Brubeck at 2015-02-23 23:51:23 - 2 comments
  9066. Confusing error message when setting a variable to an unsized array or string

    d3374bd Opened by Rewi Haar at 2015-03-02 17:41:12 - 1 comment
  9067. local time format error: rfc822

    6e2ff6e Opened by Sai Zeng at 2015-01-27 17:03:23 - 2 comments
  9068. Add error-limiting argument to rustc

    cef97e8 Opened by mahkoh at 2015-04-11 19:22:17
  9069. Track spans and TypeTrace when relating unbound type variables in type inferencer

    75cbdb5 Opened by Niko Matsakis at 2023-08-08 13:38:11 - 5 comments
  9070. Compiler error "trying to take the sizing type of str, an unsized type"

    422da5e Opened by Oldřich Vetešník at 2014-09-17 20:08:46 - 12 comments
  9071. LLVM error when adding Sized constraint to function argument

    e6d716b Opened by Josh Matthews at 2014-09-03 22:00:07 - 3 comments
  9072. (rustdoc bug) std::collections::hashmap::Entries docs are useless

    d9960a4 Opened by mahkoh at 2014-10-08 15:42:28 - 1 comment
  9073. OSX only ICE using plugin_register

    4da8a15 Opened by Jason Roelofs at 2014-08-30 01:02:38 - 4 comments
  9074. Don't force the same type in match arms that are only evaluated for side effects or allow ; in match arms

    aab7316 Opened by mahkoh at 2015-01-27 17:04:43 - 4 comments
  9075. rustc: strange failure with lifetime bounds forcing explicit re-borrowing

    a03cf85 Opened by Aaron Turon at 2017-05-02 21:26:16 - 5 comments
  9076. Trait object coercion regression

    8d19c65 Opened by Steven Fackler at 2014-08-31 21:31:42 - 4 comments
  9077. library stabilization: allow inherent methods on primitive types

    bfeab27 Opened by Aaron Turon at 2015-04-19 07:52:11 - 12 comments
  9078. DST coercions do not work in slices

    a95d180 Opened by Huon Wilson at 2017-04-16 00:06:26 - 3 comments
  9079. Cannot perform [] DST coercions with as

    98fd72c Opened by Huon Wilson at 2015-05-23 23:45:27 - 3 comments
  9080. Unused imports not detected in dependencies

    28d4c3e Opened by Zeke Foppa at 2014-08-31 22:49:09 - 3 comments
  9081. Add support for true, no-extension GL2.1

    c88f0bd Opened by emberian at 2014-08-30 04:37:42 - 1 comment
  9082. Regression in new inference scheme

    b41168c Opened by Brian Koropoff at 2014-09-04 01:51:16 - 5 comments
  9083. run-pass/tcp-accept-stress is spuriously deadlocking on OSX

    1e01a11 Opened by Alex Crichton at 2014-08-31 19:01:02
  9084. DST leads to unintuitive errors with traits like Int

    78281c2 Opened by Huon Wilson at 2017-05-30 21:37:43 - 3 comments
  9085. std::io::TempDir::new and new_in should return IoResult

    174ab0b Opened by Simon Sapin at 2014-09-06 09:41:44
  9086. String literal macros

    20dde2a Opened by Paolo Jovon at 2014-09-01 18:31:16
  9087. failure with non-UTF8 formatting leads to hard-to-debug error

    56d00cd Opened by Huon Wilson at 2014-09-03 11:06:19
  9088. find_str returns false positives

    aa2fe14 Opened by Michał Fronczyk at 2014-09-17 20:06:19 - 15 comments
  9089. Add unwrap method to MoveItems to reclaim the Vector

    c96cb7f Opened by mahkoh at 2014-09-08 15:31:21 - 5 comments
  9090. Clean up snake case warnings in middle/trans/build.rs

    bf6b166 Opened by Zack Slayton at 2014-09-08 11:51:23 - 6 comments
  9091. Guide: goodbye.rs isn't a good example of a multi-word file name without underscore

    0a3bf96 Opened by Damien Grassart at 2014-08-31 03:19:17 - 2 comments
  9092. Display all witnesses for non-exhaustive patterns

    99111d1 Opened by Deleted user at 2016-04-18 00:42:10 - 2 comments
  9093. ICE: no def-map entry for trait

    a24aae5 Opened by Rewi Haar at 2014-09-09 22:11:38 - 1 comment
  9094. Forbidding import shadowing has bad interactions with pub use glob::* and tests

    3b38120 Opened by Andrew Dunham at 2014-08-30 23:12:42 - 3 comments
  9095. rustdoc --test should be able to expand exported macros defined in the same crate

    ea5ae6a Opened by Jorge Aparicio at 2015-04-06 23:51:19 - 4 comments
  9096. &mut [T] should implement Collection

    077c6d0 Opened by Jorge Aparicio at 2014-09-01 23:16:09
  9097. For loop iteration allows mutating container.

    1572f22 Opened by krdln at 2014-08-31 08:39:16 - 3 comments
  9098. StrSlice should implement ImmutableSlice

    8eb4b4f Opened by nwin at 2015-01-27 17:05:47 - 1 comment
  9099. Provide a non-failing slicing method for &[T] and &str

    de8ebc0 Opened by nwin at 2015-01-27 17:06:17 - 2 comments
  9100. DynamicLibrary::prepend_search_path not very useful on Linux

    156b02b Opened by Tom Jakubowski at 2016-11-19 05:43:46 - 5 comments
  9101. rustdoc renders 'a as 'static

    3775a30 Opened by bluss at 2014-08-31 12:13:25 - 1 comment
  9102. Problem compiling latest git on MSYS2/MinGW-w64 x86_64

    9e194ec Opened by Ray Donnelly at 2014-09-01 14:51:16 - 3 comments
  9103. Undeprecate ImmutableSlice::initn

    2a82fcb Opened by mahkoh at 2015-01-12 23:00:04
  9104. Unused parameters not detected in recursive functions

    5deefbb Opened by Zeke Foppa at 2015-07-20 16:05:11 - 3 comments
  9105. ICE: can't dereference const of type [char, .. 64] with &'static[char] constant

    432b503 Opened by dyrim at 2014-09-03 08:26:14 - 1 comment
  9106. Slice equality is slow

    75865c9 Opened by Nick Hamann at 2017-03-14 21:23:51 - 13 comments
  9107. Add run-pass-valgrind tests

    08330f0 Opened by Nick Cameron at 2014-10-23 07:37:22
  9108. DST-ification of libraries

    c37085f Opened by Nick Cameron at 2015-01-20 06:09:55 - 23 comments
  9109. nightly linux is failing due to debuginfo tests

    45911c5 Opened by Huon Wilson at 2014-09-18 07:30:47 - 9 comments
  9110. Deprecate the FromPrimitive trait

    f07d7f4 Opened by Adolfo Ochagavía at 2015-06-09 16:31:16 - 7 comments
  9111. Lifetime duration errors before lifetimes are bound

    29adeb2 Opened by Robert Clipsham at 2014-09-03 23:50:08 - 3 comments
  9112. ICE: non-static region found when hashing a type

    b6392c0 Opened by Tom Jakubowski at 2015-03-17 13:29:54 - 2 comments
  9113. *mut T should coerce to *const T

    f676888 Opened by Vadim Petrochenkov at 2015-01-18 22:05:19 - 1 comment
  9114. try avoid using markdown code in summary line docs

    1f5e785 Opened by Liigo Zhuang at 2014-09-26 08:18:02 - 1 comment
  9115. Cannot call a unboxed-closure trait object with () syntax

    171e58a Opened by Huon Wilson at 2015-01-02 23:57:46 - 4 comments
  9116. ICE when trying to implement Deref<[uint]>

    7f2ea21 Opened by krdln at 2014-09-04 01:06:14 - 5 comments
  9117. quote_expr silently discards trailing expressions

    1183140 Opened by Huon Wilson at 2017-07-21 23:36:58 - 3 comments
  9118. Windows: process::Command::env should be case-insensitive

    d5399c0 Opened by vadimcn at 2014-09-18 18:45:42
  9119. Build warning: issue_5723_bootstrap

    047a311 Opened by Jonas Hietala at 2014-09-02 15:53:58 - 3 comments
  9120. ICE calling an unboxed closure with the wrong number of parameters inside another closure

    7dd82bb Opened by FreeFull at 2014-10-19 00:42:29
  9121. core::slice::Items is lacking the proper lifetime annotations

    a154f79 Opened by Niko Matsakis at 2014-10-09 15:09:42 - 9 comments
  9122. Considering using Octal Notation in Permissions Errors

    d0c935a Opened by Bryce Fisher-Fleig at 2014-09-04 22:08:32 - 4 comments
  9123. JSON decoding fails on trailing comma

    60f41bd Opened by Dzmitry Malyshau at 2014-09-17 20:06:24 - 8 comments
  9124. ICE: std::os::getcwd fails too eagerly

    300c643 Opened by mahkoh at 2014-11-18 23:46:56 - 6 comments
  9125. ICE: When casting &[T] to *const [T]

    c8381d8 Opened by Jorge Aparicio at 2014-09-03 23:16:17
  9126. "Explicit lifetime bound required" message should give suggestions

    729a40f Opened by Niko Matsakis at 2016-08-04 17:00:34 - 4 comments
  9127. If two traits provide a method with the same name, and said method is used in an "unambiguous" way, the compiler picks the "wrong" trait

    0f045e8 Opened by Jorge Aparicio at 2015-02-14 11:47:57 - 3 comments
  9128. Implement tuple indexing

    56b31fd Opened by Brian Anderson at 2014-09-11 02:20:44
  9129. Feature gate some slice pattern features

    1c2b672 Opened by Alex Crichton at 2014-09-09 22:11:31
  9130. Check the bounds in impls against concrete types

    4edae18 Opened by Nick Cameron at 2014-09-06 16:31:35 - 2 comments
  9131. Bitv internal nbits counter silently overflows for huge bitvs on 32-bit platforms

    99d6410 Opened by Huon Wilson at 2014-12-23 05:02:03 - 3 comments
  9132. Statics loads from immutable statics are only sometimes eliminated

    5019da7 Opened by Huon Wilson at 2014-10-09 14:32:17 - 1 comment
  9133. Include the "periodic table" into the official docs

    efcddda Opened by NODA Kai at 2015-02-14 14:42:49 - 12 comments
  9134. Clarify the semantics of type cast

    17ff272 Opened by NODA Kai at 2015-02-16 23:25:26 - 3 comments
  9135. Duplicate Errors

    6ec8c3e Opened by Jonathan Reem at 2014-12-18 14:32:15 - 1 comment
  9136. Futureproof subslice syntax

    6a42919 Opened by Brian Anderson at 2014-09-09 22:11:32
  9137. Restore int fallback

    05b8472 Opened by Brian Anderson at 2015-01-02 07:01:27 - 26 comments
  9138. rust-guide::20 method syntax - Suggestion to explain method chaining and types of self

    7ff4fde Opened by anmej at 2015-01-25 16:09:49
  9139. 'rustc' failed at 'expected closure or fn'

    3fc91a0 Opened by Evgeny at 2014-10-03 22:02:16 - 3 comments
  9140. Better syntax checking on attributes

    a3eade0 Opened by Keegan McAllister at 2015-09-03 15:38:11 - 1 comment
  9141. Match matches in strange dependence of surrounding patterns

    caf4b1f Opened by nwin at 2014-09-04 13:56:13 - 3 comments
  9142. ICE: Unsized struct type with no unsized type params?

    234a989 Opened by Jorge Aparicio at 2014-09-12 06:40:44 - 4 comments
  9143. Switch rustdoc to Common Markdown

    f7c6267 Opened by Brian Anderson at 2015-01-21 01:34:58 - 5 comments
  9144. docs: Trying to access the source code ([src] link) of str::rc::Rc yields a "Not Found" page

    8f7c942 Opened by Jorge Aparicio at 2014-09-04 00:08:51 - 1 comment
  9145. Support -C no-split-stack regardless of target triple

    827e828 Opened by Keegan McAllister at 2014-10-10 11:07:12 - 2 comments
  9146. Write a compiler plugin guide

    4a9fff9 Opened by Keegan McAllister at 2014-10-03 09:17:07 - 1 comment
  9147. libnative/io: more methods need to be backed up by keep_going()

    ed49e8f Opened by NODA Kai at 2015-01-28 06:25:13 - 7 comments
  9148. Hygiene issues when reparsing token trees

    ed47cfc Opened by Unai at 2015-04-26 12:43:51 - 1 comment
  9149. Update language item from share to sync

    dfbde3a Opened by mdinger at 2014-09-08 20:02:22 - 4 comments
  9150. Regexes appear to be significantly slower than re2 in some cases

    5266351 Opened by Brian Anderson at 2015-01-21 19:41:31 - 7 comments
  9151. Automatically re-borrow the ExtCtxt in quotes

    888882c Opened by Keegan McAllister at 2014-09-09 22:11:31
  9152. regionck fails to link lifetime of ref bindings in certain situations

    65ac6c8 Opened by Niko Matsakis at 2017-05-01 14:34:44 - 4 comments
  9153. Implement an inline-only growable (bounded) 'vector'

    4ff6062 Opened by Huon Wilson at 2015-02-15 19:02:18 - 13 comments
  9154. std::collections::string::String is no long as a trait ?

    80c9a3d Opened by meagon at 2014-09-05 02:26:52 - 2 comments
  9155. ICE: 'No def'n found for syntax::ast::DefId{krate: 0u32, node: 4u32} in tcx.tcache',

    045cfff Opened by Nathan Rosenbloom at 2015-09-09 20:38:58 - 7 comments
  9156. Region inference fails for closure parameter

    9aaf496 Opened by Brian Koropoff at 2018-12-05 20:29:29 - 5 comments
  9157. rustdoc misses certain impl's

    f9ed246 Opened by Alex at 2014-09-07 00:45:34 - 7 comments
  9158. add more mathematical functions to the standard library

    838c62c Opened by Vinzent Steinberg at 2015-02-02 10:49:57 - 6 comments
  9159. Range is odd when used with floating point types

    76168c8 Opened by Joshua Landau at 2015-01-23 04:37:02 - 28 comments
  9160. task 'rustc' failed at 'called Option::unwrap() on a None value

    2d9c902 Opened by oolon9 at 2014-09-05 09:28:56 - 1 comment
  9161. Code blocks wrap

    daeab0d Opened by Steve Klabnik at 2015-09-29 01:45:38 - 8 comments
  9162. ICE when using unboxed closures

    63a1d85 Opened by Jonathan Reem at 2014-10-28 01:16:06 - 20 comments
  9163. A 'top-level' scope in a macro in item position unintuitively ignores everything

    ae2a2e2 Opened by Huon Wilson at 2024-04-21 23:43:59 - 4 comments
  9164. regex! docs should have an example of using # for raw string literals

    bed1bae Opened by Jason Fager at 2014-11-07 02:03:03 - 4 comments
  9165. i8 as i64 cast isn't correct

    9b04f8c Opened by Robert at 2014-09-05 18:28:02
  9166. ICE: trying to take the sizing type of A, an unsized type

    7b0181b Opened by Anders Waldenborg at 2014-10-18 15:07:23 - 2 comments
  9167. BufferedReader and -Writer<R> could implement Seek if R: Seek

    5ef8956 Opened by Benjamin Herr at 2015-01-27 17:08:06 - 1 comment
  9168. Collapse trailing padding

    ce008a0 Opened by Peter Atashian at 2023-11-18 15:08:10 - 10 comments
  9169. ICE: no type for node 30: local ref __self_0_0 (id=30)

    a8a6202 Opened by Jeff Belgum at 2014-09-21 21:10:44 - 1 comment
  9170. Separate to_string method from Show

    7e41c26 Opened by emberian at 2015-01-20 14:37:35 - 2 comments
  9171. compiler internal error: subtype error

    b75b570 Opened by Guillaume Gomez at 2014-10-30 19:19:16 - 7 comments
  9172. What is our 1.0 back-compat promise for #![no_std] code?

    0628a60 Opened by Huon Wilson at 2014-10-05 05:25:34 - 3 comments
  9173. Windows: 32-bit rust executables are not marked as "large address aware"

    5a1a64b Opened by vadimcn at 2014-09-08 13:41:23
  9174. Default Rust thread stack size is 2MB

    168e410 Opened by vadimcn at 2014-09-17 20:06:27 - 2 comments
  9175. stackoverflow on "recursive" traits

    e933a70 Opened by Jonathan Reem at 2014-09-06 17:52:05 - 1 comment
  9176. Sanitize memory and CPU registers for sensitive data

    8375b1c Opened by Mickaël Salaün at 2016-05-04 17:15:02 - 6 comments
  9177. add a low-level library for manipulating memory mappings, protection and locking

    5ab75cb Opened by Daniel Micay at 2015-02-02 10:49:59 - 1 comment
  9178. ICE compiling string-cache-macros

    b135646 Opened by Michael Savage at 2015-03-16 07:45:25 - 4 comments
  9179. secure_memset

    c68d7fe Opened by Clark Gaebel at 2014-09-06 21:36:55 - 3 comments
  9180. Cannot make an array of an enum variant if a different variant may contain a non-copy type

    097ef78 Opened by Aria Desires at 2014-10-13 22:13:38 - 2 comments
  9181. Unresolved import: extern crate ignored in submodules

    37eb603 Opened by Gavin Baker at 2015-08-13 20:53:23 - 8 comments
  9182. Crate name can include '-' in build but not be imported

    a6b64bc Opened by Gavin Baker at 2014-09-07 05:07:15 - 3 comments
  9183. std docs should have version info and build date somewhere

    f3c7ef3 Opened by mdinger at 2015-01-27 17:09:26 - 4 comments
  9184. Require inherent impls to be located adjacent to their types

    147915a Opened by Patrick Walton at 2014-09-14 10:31:21 - 1 comment
  9185. ICE fictitious type O in sizing_type_of()

    9bee1dd Opened by Nathan Rosenbloom at 2014-10-17 15:15:07 - 5 comments
  9186. relicense shootout-spectralnorm.rs to the shootout license

    1bcda05 Opened by Guillaume P. at 2014-09-18 05:00:50 - 4 comments
  9187. relicense shootout-reverse-complement.rs to the shootout license

    5a6ac61 Opened by Guillaume P. at 2014-09-09 22:11:33 - 2 comments
  9188. Arguments to std::iter::iterate should be flipped

    d35b61f Opened by Huon Wilson at 2014-09-09 22:11:34
  9189. Document that CStrings live on the libc heap.

    6017f45 Opened by mahkoh at 2014-09-20 04:51:21
  9190. Pattern reborrows get assigned the wrong lifetime in for loops' LHS.

    e8e3d02 Opened by Eduard-Mihai Burtescu at 2014-11-10 02:02:05
  9191. error: can't do this op on a uint and int

    2fcd483 Opened by mahkoh at 2015-04-11 19:22:24 - 3 comments
  9192. relicense shootout-fasta.rs to the shootout license

    726e0e0 Opened by Guillaume P. at 2014-09-18 05:00:50 - 2 comments
  9193. relicense shootout-nbody.rs to the shootout license

    74a7bc1 Opened by Guillaume P. at 2014-09-09 22:11:33 - 2 comments
  9194. Constant expression evaluation in statics is broken

    8998ef9 Opened by mahkoh at 2014-09-09 22:11:34
  9195. libc doesn't have {u,}intmax_t

    79560f9 Opened by mahkoh at 2014-10-24 06:02:26
  9196. relicense shootout-chameneos-redux.rs to the shootout license

    13e52a7 Opened by Guillaume P. at 2014-09-09 22:11:35 - 2 comments
  9197. relicense shootout-fasta-redux.rs to the shootout license

    69e2073 Opened by Guillaume P. at 2014-09-28 01:38:05 - 2 comments
  9198. No rule to make target i686-unknown-linux-gnu/rt/arch/i386/morestack.o

    e9e6460 Opened by Pierre Krieger at 2015-07-27 20:29:37 - 5 comments
  9199. debug_assert and debug logging shouldn't be enabled by default in optimized builds

    b78599a Opened by Daniel Micay at 2015-04-09 23:52:07 - 5 comments
  9200. Sometimes macros need parentheses to call a method on their output, and sometimes not

    f3aa706 Opened by Jorge Aparicio at 2014-09-07 22:31:07 - 1 comment
  9201. ICE during macro expansion: index out of bounds: the len is 5 but the index is 5

    e956b67 Opened by Jorge Aparicio at 2014-10-11 04:39:30 - 1 comment
  9202. where clause seems ignored when attached to narrower scope than binding point

    4c721f3 Opened by Felix S Klock II at 2014-12-23 19:25:37 - 4 comments
  9203. ctpop intrinsics shouldn't be unsafe

    3be4bf5 Opened by François Baldassari at 2014-09-08 04:45:57 - 3 comments
  9204. optimize dynamic allocation alignment

    360ce0a Opened by Daniel Micay at 2014-09-10 11:40:54 - 2 comments
  9205. Add a limited-time wait method to Condvar

    dea41b5 Opened by Steven Fackler at 2014-12-05 22:46:48 - 3 comments
  9206. compiling with debug level causes infinite loop with weird output

    d0819e5 Opened by Valve at 2014-09-08 07:43:54 - 2 comments
  9207. ASLR breaks debugging with gdb on Windows

    9e5a2e6 Opened by vadimcn at 2018-09-24 17:37:26 - 3 comments
  9208. Rust Nightly on Windows 8.1 - "The setup files are corrupted. Please obtain a new copy of the program."

    814d386 Opened by Carl Patenaude-Poulin at 2015-02-10 05:56:11 - 2 comments
  9209. dead code warnings on build

    60a5ef9 Opened by Steve Klabnik at 2014-10-21 18:55:22 - 1 comment
  9210. Support macro re-export

    b5bca7d Opened by Keegan McAllister at 2015-01-06 11:31:42 - 22 comments
  9211. Function types have no primitive page in docs

    be10d2a Opened by 45ujksy5l03jcvf at 2017-08-01 22:37:17 - 7 comments
  9212. Format! Padding strange utf-8 characters

    3f5c9e0 Opened by Andreas von Gegerfelt at 2015-01-16 19:14:29 - 2 comments
  9213. Error building with --codegen_units=4

    f6bec98 Opened by Nick Cameron at 2014-09-09 06:07:46 - 2 comments
  9214. -Z show-span crashes rustc

    4089120 Opened by Kasey Carrothers at 2014-09-11 04:50:51
  9215. add support for LLVM pass optimization remarks

    04b4b18 Opened by Daniel Micay at 2014-09-15 18:36:11 - 2 comments
  9216. task 'rustc' failed at 'Box<Any>', /Users/rustbuild/src/rust-buildbot/slave/nightly-mac/build/src/libsyntax/ast_util.rs:776

    0f7fab9 Opened by Glade Miller at 2014-09-13 06:25:15 - 3 comments
  9217. task 'rustc' failed at 'assertion failed: ty::type_is_sized(bcx.tcx(), contents_ty)', /Users/rustbuild/src/rust-buildbot/slave/nightly-mac/build/src/librustc/middle/trans/expr.rs:1503

    d7d94f3 Opened by Glade Miller at 2014-09-09 20:53:16 - 3 comments
  9218. lifetime param suggestion misses an inner 'a

    5568894 Opened by Felix S Klock II at 2015-07-01 05:23:36 - 3 comments
  9219. Some( NULL ) returns None

    0597af9 Opened by Kasey Carrothers at 2014-09-13 13:46:10 - 5 comments
  9220. ICE with some sort of lifetimes

    f50a18f Opened by o11c at 2014-10-18 15:07:23
  9221. Confusing error message with boxed unsized types

    b5d8939 Opened by Rewi Haar at 2014-10-28 07:50:31 - 5 comments
  9222. Span for "literal too large" points to the token after the relevant literal

    055b8e4 Opened by Huon Wilson at 2014-11-14 10:12:39
  9223. Rustdoc: Fn-level [+]/[-] buttons missing

    aaf5a00 Opened by Aria Desires at 2014-09-17 12:01:30
  9224. rustdoc: make collapsing permanent

    9f3b7b5 Opened by mahkoh at 2015-04-08 23:46:57 - 1 comment
  9225. rustdoc: locked items are invisible on the stability dashboard

    7a4430d Opened by kitida at 2015-01-27 17:11:29 - 1 comment
  9226. Rustdoc: Structs and Traits have lost their color

    f6f39b0 Opened by bluss at 2014-09-17 20:06:23 - 1 comment
  9227. Box<TraitWhichIsSend> is not Send

    6db301b Opened by Jonathan Reem at 2015-02-10 08:16:22 - 2 comments
  9228. BufferedStream<File> doesn't maintain logical position in file with mixed reads/writes

    7e82378 Opened by Benjamin Herr at 2015-08-13 20:53:37 - 7 comments
  9229. Link error Linking with cc failed

    ec8da3a Opened by Jake Scott at 2017-12-06 17:07:54 - 7 comments
  9230. ICE: adt::represent_type called on non-ADT type: u64

    2cf6db8 Opened by vadimcn at 2014-10-18 21:19:51 - 2 comments
  9231. Add a -C no-gc-sections option to rustc

    307a632 Opened by Jan Segre at 2016-04-04 16:25:59 - 3 comments
  9232. Closure moved out inside own argument can be reborrowed after moving

    dcea279 Opened by Huon Wilson at 2014-09-13 10:26:07 - 1 comment
  9233. task 'rustc' failed at 'index out of bounds: the len is 0 but the index is 0

    0fbae7b Opened by Nullreff at 2014-09-20 15:46:30 - 3 comments
  9234. -version

    1fb8bfe Opened by Sean Cleveland at 2014-09-10 18:51:30 - 2 comments
  9235. Documents should clarify about arrays

    30dc0cb Opened by NODA Kai at 2014-09-11 21:05:49
  9236. Implement the <= and >= operators via a trait that doesn't require (T, <=) to be a partial order.

    5912cff Opened by mahkoh at 2015-01-27 17:12:13 - 1 comment
  9237. ICE: failed at 't_f should be a trait

    0633b00 Opened by Jonathan Reem at 2014-10-16 20:05:34 - 5 comments
  9238. Conflicting method names in the same trait hierachy can only ever be called with UFCS syntax

    7b17778 Opened by Marvin Löbel at 2023-11-18 13:48:16 - 7 comments
  9239. Find a way to detect API breakage.

    fbd89ab Opened by mahkoh at 2015-01-29 10:44:02 - 15 comments
  9240. Windows: make tidy fails

    2dfde0c Opened by vadimcn at 2014-09-13 19:46:14
  9241. Deprecate unused Encoder trait methods

    9526ac8 Opened by bluss at 2015-01-27 17:55:45 - 4 comments
  9242. ICE:cannot relate bound region

    2d77d28 Opened by hebiyan at 2015-03-17 13:29:54 - 6 comments
  9243. No-opt bots should be built against an unoptimised/debug-enabled standard lib and helper libraries

    6a880f7 Opened by Huon Wilson at 2016-04-13 18:37:56 - 7 comments
  9244. ICE: translating unsupported cast (*const DST -> uint)

    bd6e55c Opened by Ariel Ben-Yehuda at 2015-04-09 03:52:48 - 2 comments
  9245. jemalloc configuration may be broken

    43f29e8 Opened by Valerii Hiora at 2014-09-15 04:41:18 - 9 comments
  9246. Cannot construct a static with a cross-crate tuple struct

    bf098ee Opened by Huon Wilson at 2014-10-03 07:27:53 - 1 comment
  9247. ICE with statics containing #[simd] types with length not a power-of-two

    64ed2e0 Opened by Huon Wilson at 2015-05-04 20:48:56 - 3 comments
  9248. ICE when casting to raw Any pointer

    4559f99 Opened by Deleted user at 2015-03-30 04:32:53 - 5 comments
  9249. ICE: cannot relate bound region

    ca3f4b7 Opened by rndr at 2014-09-17 20:11:05 - 1 comment
  9250. Command::detach can cause zombie processes

    b20c397 Opened by Carl Lerche at 2015-02-16 06:00:00 - 4 comments
  9251. Implement overloaded slice notation

    9a45e5d Opened by Alex Crichton at 2014-12-22 20:35:59 - 13 comments
  9252. Unify unsized types in type inference

    be279b3 Opened by Nick Cameron at 2014-11-30 18:30:25 - 4 comments
  9253. Consider confirming that the TypeIds used in a crate are unique

    3783de6 Opened by Huon Wilson at 2015-01-21 19:36:26 - 1 comment
  9254. Allow alternation within sub-patterns

    9efa2cf Opened by Matt Brubeck at 2021-05-03 17:47:05 - 6 comments
  9255. StrInterner exposes unsafe functions as safe

    9182c9b Opened by Tobias Bucher at 2014-09-15 23:36:10 - 1 comment
  9256. Cycle time has regressed by 30 mins

    e040470 Opened by Alex Crichton at 2014-09-15 08:46:22 - 4 comments
  9257. Deprecated function calls inside of macros don't warn

    798dcba Opened by Steven Fackler at 2014-10-21 14:47:25 - 7 comments
  9258. Spurious multiple crate version warning when using --extern

    0f972d4 Opened by Brian Koropoff at 2014-09-14 03:16:16
  9259. Guide: explain why things like println! and vec! are macros in Rust

    630f6b1 Opened by kud1ing at 2016-06-22 04:43:54 - 15 comments
  9260. Guide: Some Nitpicking

    3398cc2 Opened by Armin Ronacher at 2015-03-08 13:54:39 - 9 comments
  9261. Rust API doc style is sometimes confusing

    6f7ab1e Opened by Michael Eder at 2017-08-02 11:15:04 - 18 comments
  9262. Nightlies don't work on RHEL 6.5

    d967816 Opened by buster at 2014-09-17 15:01:11 - 17 comments
  9263. debuginfo: IR Call and Invoke instructions must have source location debuginfo

    e0ef6f4 Opened by Michael Woerister at 2014-09-29 03:58:24 - 2 comments
  9264. Most debuginfo tests are broken on 64-bit windows

    1d3fcc0 Opened by Brian Anderson at 2014-09-12 18:44:01 - 2 comments
  9265. ICE: LLVM Assertion failed: Invalid operand types for ICmp instruction

    0d457ac Opened by rndr at 2014-09-15 01:06:18 - 2 comments
  9266. heap: align > MIN_ALIGN can trigger undefined behavior

    fbe4094 Opened by Daniel Micay at 2017-06-20 14:23:27 - 5 comments
  9267. 104MB file must be redownloaded when rustup fails

    0430e25 Opened by Deleted user at 2015-01-27 18:58:10 - 3 comments
  9268. bitflags! should inline "contains"

    bdeb7b9 Opened by Patrick Walton at 2014-09-17 13:46:32 - 1 comment
  9269. Statically link libstdc++ for distribution

    a38a5fd Opened by Brian Anderson at 2014-09-17 13:54:49 - 2 comments
  9270. Rustc master (commit 8780d9c) won't compile on OS X Yosemite

    15d1a1d Opened by George Burton at 2014-09-22 14:35:44 - 17 comments
  9271. For loops leak resources

    5897bc0 Opened by Peter Blackson at 2014-09-17 10:16:26 - 2 comments
  9272. ICE with sized instantiation of generic transmute of &T with Sized? T.

    ab8bd9f Opened by Huon Wilson at 2015-03-16 07:44:54 - 1 comment
  9273. -C rpath does not work on OS X

    05f78c6 Opened by comex at 2019-10-25 01:32:11 - 5 comments
  9274. make error, when generating doc/guide.pdf, LuaTeX

    4b387f4 Opened by Liigo Zhuang at 2015-02-09 01:29:23 - 11 comments
  9275. Guide: implies tuples have (only) two elements

    84c6d1a Opened by Bernie Pope at 2014-10-07 18:51:26
  9276. Guide: Fixing Inverse in Generics section

    ec48c7d Opened by Prakhar Srivastav at 2015-01-16 06:03:12 - 3 comments
  9277. Docs: avoid using "here" as link text on docs index page

    b12e8aa Opened by Damien Grassart at 2014-09-17 20:06:32 - 1 comment
  9278. Guide: section on for loops shows C code which can be mistaken for Rust code

    7b53561 Opened by Bernie Pope at 2014-09-17 20:06:32 - 3 comments
  9279. Guide: reference to "really smart type theorists" unnecessary

    5b87e22 Opened by Bernie Pope at 2014-09-17 20:06:32 - 5 comments
  9280. Guide: awkward wording "the range function is a function" provided by Rust

    8a0fcf9 Opened by Bernie Pope at 2014-09-17 20:06:32
  9281. LLVM abort with indexing of byte string literal in static

    6f51472 Opened by Huon Wilson at 2015-03-29 21:32:12 - 7 comments
  9282. Source lines inside of standard library macros are wrong

    42e27ce Opened by Josh Matthews at 2020-04-24 21:53:15 - 2 comments
  9283. Compiling Error: linking with gcc failed: exit code: 1

    9d29539 Opened by Daniel Streit at 2015-09-03 20:37:20 - 3 comments
  9284. Guide: filename mismatch in Section 2 Hello, world!

    4305a40 Opened by LyoNick at 2015-01-25 21:58:19 - 3 comments
  9285. Windows 32 bits nightlies fail to compile a simple hello world

    007f181 Opened by Pierre Krieger at 2014-09-25 02:38:43 - 16 comments
  9286. Stack overflow when using recursive statics

    1ce49ea Opened by Viktor Dahl at 2014-09-20 11:20:27 - 4 comments
  9287. Make check_match not copy the AST

    58edaec Opened by Deleted user at 2015-10-27 14:35:13 - 3 comments
  9288. Pointers guide: C code approximation should also initialize *x to 5.

    2d7c7a9 Opened by Damien Grassart at 2014-09-27 10:03:05
  9289. Assertion failed: "Ptr must be a pointer to Val type!"

    4a82241 Opened by Evgeny at 2015-06-19 16:26:34 - 13 comments
  9290. Guide- link to Windows Binary gives 404

    cfdeb4b Opened by Trevor Anderson at 2014-09-17 20:06:27 - 1 comment
  9291. Run the borrow checker before the type checker

    613ab0e Opened by Zeke Foppa at 2015-02-02 11:41:25 - 4 comments
  9292. Using generics with a static vector errors

    6325bb4 Opened by Sean McArthur at 2017-07-22 00:20:55 - 4 comments
  9293. confusing compile error for second partial borrows of/from Boxes, refers to members rather than box itself

    6ff6f53 Opened by mako yass at 2018-11-06 14:03:34 - 1 comment
  9294. Rustc Stack overflow checking "cyclic" bounds in traits

    dfbe7a1 Opened by John Ericson at 2014-09-15 03:55:02 - 1 comment
  9295. need to test with more OSX versions

    a8546dd Opened by Aaron Turon at 2016-08-22 22:52:10 - 13 comments
  9296. Windows: 32- and 64-bit installations can't coexist

    5755dd3 Opened by vadimcn at 2015-10-27 14:32:58 - 3 comments
  9297. Windows: 64-bit binaries depend on libgcc_s_seh-1.dll

    31f3342 Opened by vadimcn at 2014-09-24 13:11:07
  9298. Merge the slice methods from ops::Slice with methods in core::slice

    68a3651 Opened by Nick Cameron at 2014-10-02 05:52:25 - 3 comments
  9299. Using tuples as arguments

    89d7b39 Opened by 13brain13 at 2014-09-16 02:29:01 - 5 comments
  9300. Add documentation bundle to nightly build

    3b89f09 Opened by Gavin Baker at 2014-10-01 18:12:28 - 1 comment
  9301. Inherent methods should be on equal footing with trait methods

    ba4f470 Opened by Patrick Walton at 2014-09-29 15:21:46 - 3 comments
  9302. Wrong compiler error for assignment in if conditonal

    0182eb9 Opened by anshin at 2015-01-27 17:16:24 - 6 comments
  9303. Macro guide should mention that macros can appear as patterns

    278b8af Opened by Keegan McAllister at 2014-10-05 18:45:00 - 1 comment
  9304. fs::mkdir returns OtherIoError instead of PathAlreadyExists

    a6653dd Opened by Peter Atashian at 2015-02-14 12:43:12 - 1 comment
  9305. internal compiler error: 'index out of bounds'

    973edf7 Opened by Francisco Lopes at 2015-04-21 17:41:18 - 29 comments
  9306. compile error for one line repeated 11 times

    3913382 Opened by mako yass at 2014-09-16 04:41:33 - 3 comments
  9307. Should be able to take an immutable slice of a mutable array

    7708e04 Opened by Nick Cameron at 2015-01-29 03:44:07 - 2 comments
  9308. Restrict range patterns to ...

    9a6f775 Opened by Nick Cameron at 2014-10-01 05:27:21 - 2 comments
  9309. doc: Make search more prominent

    7523b98 Opened by Jonas Hietala at 2015-01-27 17:20:40 - 1 comment
  9310. Keywords are not handled as keywords when immediately followed by ::

    1836e14 Opened by Huon Wilson at 2014-09-20 04:51:23 - 3 comments
  9311. Macro expansion notes appearing without reason

    e21c3ef Opened by Manish Goregaokar at 2014-09-29 21:55:27 - 2 comments
  9312. Feature request: Automatically convert String to &str when required.

    b78abdb Opened by Sandeep Datta at 2014-09-16 16:26:23 - 3 comments
  9313. Feature request: Drop the iter() from vec.

    5e19a26 Opened by Sandeep Datta at 2014-09-16 16:20:16 - 1 comment
  9314. FSU doesn't run destructors of temporaries

    b35fc7c Opened by Alex Crichton at 2014-09-17 20:06:28 - 2 comments
  9315. realloc-16687 test leaks memory

    967e3bf Opened by Alex Crichton at 2014-09-29 23:37:24 - 3 comments
  9316. Feature request: Assume sane defaults for numeric literals.

    8a8b0a1 Opened by Sandeep Datta at 2014-09-16 16:18:57 - 2 comments
  9317. Rustc zsh completions are terrible

    8bb3655 Opened by Alex Light at 2014-09-20 04:51:19
  9318. Implement associated items

    073f4bd Opened by Alex Crichton at 2018-02-12 10:22:55 - 31 comments
  9319. Thread crashes if Receiver is used

    396bf81 Opened by Valerii Hiora at 2015-01-27 17:45:44 - 3 comments
  9320. Trying to take the sizing type of std::io::Writer, an unsized type

    f6cdc58 Opened by Sebastian Nowicki at 2014-11-07 21:33:07 - 2 comments
  9321. macros cannot be marked with stability attributes

    7592991 Opened by Daniel Micay at 2015-10-27 14:27:41 - 6 comments
  9322. Implement "entry" API for maps

    e2c21a0 Opened by Aaron Turon at 2015-02-15 23:59:50 - 8 comments
  9323. ICE passing a trait object by reference

    210e886 Opened by Keegan McAllister at 2014-11-19 18:27:10 - 14 comments
  9324. Add variants to the type namespace

    3739b87 Opened by Brian Anderson at 2014-09-20 04:51:20 - 4 comments
  9325. Rustdoc: Following "src" on some re-exports is a 404

    0a916f2 Opened by Jonathan Reem at 2014-09-17 01:50:41 - 1 comment
  9326. Remove libgreen and runtime abstractions

    ca132ec Opened by Brian Anderson at 2014-11-21 06:16:53 - 4 comments
  9327. PATH variable grows each time compiler is run

    e386916 Opened by Brian Anderson at 2014-09-18 22:01:10 - 19 comments
  9328. Rust nightly build for OSX is failing

    18a4349 Opened by Doug at 2014-09-17 01:04:42 - 6 comments
  9329. rustdoc: StdWriter::isatty doesn't show up in search

    985ed2d Opened by Lily Ballard at 2014-12-05 22:46:55 - 1 comment
  9330. ICE: unexpected failure path, comparing in librustc/middle/trans/datum.rs

    af60e85 Opened by Daniel Keep at 2015-10-13 05:05:06 - 5 comments
  9331. Span for deprecation warnings for method calls is too large

    46930d0 Opened by Björn Steinbrink at 2014-10-03 21:12:19 - 1 comment
  9332. String guide nits

    ba369b0 Opened by Huon Wilson at 2014-10-21 00:02:49 - 4 comments
  9333. 32-bit nightlies are not being tested

    3ec4aea Opened by Alex Crichton at 2016-07-14 17:27:51 - 7 comments
  9334. Can't borrow different members of a field with overlapping lifetimes?

    a919dd0 Opened by Jason Miller at 2015-10-28 14:41:58 - 5 comments
  9335. Build with msys2 on the win32 bots

    f139e31 Opened by Alex Crichton at 2014-09-25 01:45:25 - 3 comments
  9336. random access iterators should implement a better version of nth()

    73c1bac Opened by Allen Welkie at 2015-10-27 14:23:54 - 3 comments
  9337. internal compiler error: trying to take the sizing type of str, an unsized type

    902d5f7 Opened by Michael Dilger at 2014-12-18 14:32:15 - 16 comments
  9338. rustc no longer prints the version number

    68c1cef Opened by Brian Anderson at 2014-09-17 21:27:13 - 2 comments
  9339. Confusing "does not live long enough" error notes by compiler

    64e41e5 Opened by rndr at 2014-11-19 00:34:56
  9340. Merge the win32/win64 bots

    07b4986 Opened by Brian Anderson at 2014-09-25 01:27:50 - 1 comment
  9341. Automation metabug

    fd96b2a Opened by Brian Anderson at 2016-08-22 23:28:39 - 1 comment
  9342. Create a tool for testing all cargo packages against arbitrary builds of Rust

    16abee3 Opened by Brian Anderson at 2015-08-17 20:10:53 - 4 comments
  9343. ICE: Didn't find associated type

    19b64ba Opened by Jorge Aparicio at 2015-01-06 11:31:42 - 1 comment
  9344. rustc's munging of PATH environment is racy when run in parallel

    8ed9542 Opened by Brian Anderson at 2016-06-08 17:32:52 - 5 comments
  9345. Can't return &mut str ("values differ in mutability") from a method when implementing a trait for str

    434df99 Opened by Jorge Aparicio at 2014-10-31 05:00:07 - 2 comments
  9346. Qualified associated type in generic parameter needs a space separating the <<

    c2e49fc Opened by Jorge Aparicio at 2015-01-03 05:30:47 - 5 comments
  9347. Parameter borrows should happen before receiver borrows

    cf29c1b Opened by jethrogb at 2014-09-18 08:09:52 - 5 comments
  9348. manual does not document "object-methods cannot be type-generic" restriction

    f1adbb1 Opened by Felix S Klock II at 2015-02-14 14:44:48 - 2 comments
  9349. Manual PDF link on 404 page is a 404 itself

    77aa0df Opened by Huon Wilson at 2015-01-16 06:03:07 - 1 comment
  9350. Linker error when importing a some rlib's symbols through a dylib

    4d54de2 Opened by Paolo Jovon at 2014-09-18 14:05:59 - 2 comments
  9351. ICE when casting to trait object

    45b8754 Opened by Nick Smith at 2014-10-06 02:13:29 - 4 comments
  9352. backtrace doesn't show symbol names on Windows

    77af1e1 Opened by klutzy/defunct at 2014-09-22 12:40:39
  9353. ICE: Explicit deref of non-derefable type: !

    5479f39 Opened by mahkoh at 2014-10-05 20:51:21 - 3 comments
  9354. libtime locale values

    5d62712 Opened by saosebastiao at 2015-01-29 04:03:15 - 2 comments
  9355. from_utf8 should take BytesContainer

    fc2684c Opened by mahkoh at 2015-01-27 18:16:21 - 7 comments
  9356. Add pop method to json Decoder

    67242a2 Opened by Daniil Iaitskov at 2015-01-29 04:03:58 - 2 comments
  9357. "discriminator values can only be used with a c-like enum" wrong span

    ce0f625 Opened by mahkoh at 2014-09-21 02:40:38
  9358. task '<unnamed>' failed at 'called Result::unwrap() on an Err value: path segment contains "', C:\bot\slave\nightly-win32\build\src\libcore\result.rs:608

    a10f58c Opened by Mitja at 2014-09-19 15:10:09
  9359. Matching a partially moved value results in weird runtime behavior.

    ead1527 Opened by dpc at 2014-09-23 18:45:49 - 4 comments
  9360. enable backtraces by default and stop injecting row / col via a macro

    7ad2e21 Opened by Daniel Micay at 2017-09-30 15:57:15 - 1 comment
  9361. ICE with associated types: unbound path

    90c5c61 Opened by Pierre Krieger at 2014-11-20 02:22:08 - 5 comments
  9362. File change events.

    b6d683a Opened by Evgeny Safronov at 2015-01-16 19:09:40 - 4 comments
  9363. ICE while building rustc on FreeBSD: assertion failed: self.raw.hash != self.hashes_end

    404a624 Opened by Viktor Dahl at 2015-10-27 17:16:22 - 7 comments
  9364. ICE when playing with no_std -- requires sized lang_item

    32b7f91 Opened by Andrew Chin at 2014-09-30 02:22:32 - 3 comments
  9365. Upgrade win64 bots to rev1 mingw-w64 toolchain

    ac313f1 Opened by Brian Anderson at 2014-09-25 01:27:20 - 1 comment
  9366. bump max builds to 3 on bots

    c92b85e Opened by Brian Anderson at 2014-09-24 23:05:08 - 2 comments
  9367. Better integration between MBE and procedural macros

    1967f24 Opened by Keegan McAllister at 2015-02-02 10:47:41 - 2 comments
  9368. Error messages for quasiquoted code are extremely cryptic

    e9d403e Opened by Keegan McAllister at 2015-04-26 12:43:51
  9369. Rename the doc/master S3 folder to doc/nightly

    82f512e Opened by Brian Anderson at 2017-05-12 05:02:27 - 13 comments
  9370. Aliasing rules are broken for closures

    54498f9 Opened by Dzmitry Malyshau at 2014-10-17 04:45:31 - 11 comments
  9371. ICE when matching an enum with a struct pattern of the same name

    d07f2e5 Opened by Deleted user at 2014-10-06 06:42:32
  9372. pretty printer ICEs on large expressions: assertion failed: (self.right != self.left)

    2bf011f Opened by mahkoh at 2015-04-11 19:23:07 - 3 comments
  9373. Consider eliding long macro backtraces of recursive macros

    279366f Opened by Huon Wilson at 2017-05-30 22:17:19 - 3 comments
  9374. Doc block not allowed for the last element of an enum

    7a8c085 Opened by Geoffroy Couprie at 2015-01-27 17:22:37 - 2 comments
  9375. Pointer-to-pointer + casts in FFI leads to hard-to-debug mysterious problems

    9ae5166 Opened by Huon Wilson at 2018-11-07 03:56:46 - 6 comments
  9376. Peculiar lifetime bound required error avoidable via &ref x

    71c3ad2 Opened by Huon Wilson at 2016-01-05 13:38:05 - 5 comments
  9377. Cannot construct tuple struct via type alias

    99e394d Opened by sp0 at 2014-09-21 13:17:31 - 3 comments
  9378. GDB debuginfo tests depend on operating system locale

    e5f8953 Opened by osk at 2014-09-24 12:04:59 - 7 comments
  9379. inner margin too small on printed web pages

    a9b4b9d Opened by Rich Morin at 2015-02-16 11:56:45 - 1 comment
  9380. Allow dead assignments in macros by default.

    753f9b9 Opened by mahkoh at 2015-04-11 19:22:30
  9381. mpmc queue should return value if push failed

    c4b6094 Opened by Carl Lerche at 2015-02-15 00:01:48 - 2 comments
  9382. rustc does not detect some recursive struct definitions

    f8c5fbf Opened by Joshua Yanovski at 2014-10-18 02:32:25 - 1 comment
  9383. librustuv: avoid using the magic number -1 for offset

    07d1678 Opened by NODA Kai at 2014-10-02 08:45:14 - 1 comment
  9384. unexpected token: pub for functions implemented via macros in struct impls.

    1ae997b Opened by Till Höppner at 2015-02-16 03:52:37 - 1 comment
  9385. Android now requires PIE executables

    a556944 Opened by Dan Albert at 2015-05-01 21:32:00 - 8 comments
  9386. internal compiler error: expected object type

    db0cb1c Opened by Till Höppner at 2014-09-29 21:35:36 - 3 comments
  9387. Bundled GCC on windows doesn't pick up system link paths

    9a5a0bc Opened by Alex Crichton at 2014-09-25 21:27:35 - 18 comments
  9388. error: internal compiler error: translating unsupported cast: libc::types::common::c95::c_void (cast_enum) -> *mut f32 (cast_pointer)

    0c4bf7b Opened by Nick Lanham at 2014-10-03 13:56:36 - 4 comments
  9389. std::clone::Clone documentation has obsolete reference to managed pointers

    a3760aa Opened by Ben Gamari at 2014-09-23 10:40:48 - 1 comment
  9390. ICE when assigning one static mut to another

    dd93cb3 Opened by Erick Tryzelaar at 2014-10-18 15:07:23 - 3 comments
  9391. Investigate Cost of Making TrieMap and TreeMap's iterators DoubleEnded

    816c7f3 Opened by Aria Desires at 2015-01-06 20:58:37 - 2 comments
  9392. LLVM abort when using pointer arithmetic in unsafe statics

    1637cee Opened by mahkoh at 2015-04-11 19:22:35 - 2 comments
  9393. error: internal compiler error: get_unique_type_id_of_type() - unexpected type: closure, ty_unboxed_closure

    66a84b0 Opened by Eric Kidd at 2014-09-22 21:02:34 - 1 comment
  9394. Rustdoc: Search shows incorrect paths for enum variants

    6d05ae9 Opened by mahkoh at 2014-11-06 12:48:03 - 5 comments
  9395. ICE: impossible case reached: bad combination of types for cast

    84b0d89 Opened by mahkoh at 2014-10-03 13:56:28 - 2 comments
  9396. Dividing by 0 is possible in statics.

    c743fb5 Opened by mahkoh at 2015-04-11 19:22:41 - 4 comments
  9397. Marker types should implement standard traits (Hash, Eq, etc.)

    740fff6 Opened by Cameron Zwarich at 2015-04-20 16:13:34 - 2 comments
  9398. borrow checker too restrictive in match statements, with confusing/confused compile errors

    7ec8d58 Opened by mako yass at 2019-04-29 10:53:36 - 6 comments
  9399. std::raw::Box is mega confusing

    4dba0bc Opened by Keegan McAllister at 2014-09-29 21:08:26
  9400. Cryptic make error with faulty lualatex

    f44d6eb Opened by Jonas Hietala at 2014-09-23 16:27:18 - 3 comments
  9401. rustdoc: link implemented methods appropriately

    74acf02 Opened by NODA Kai at 2015-04-10 19:17:46
  9402. A few TODO remain in the code

    100647e Opened by Félix Raimundo at 2014-09-30 22:12:23
  9403. ICE while translating unsupported cast

    8f3c4da Opened by Deleted user at 2014-10-06 02:13:51 - 6 comments
  9404. Need documentations on pointer casts

    72021db Opened by NODA Kai at 2015-03-09 18:32:23 - 2 comments
  9405. ICE: Infinite Recursion when compiling recursive type

    ed42988 Opened by Ariel Ben-Yehuda at 2014-10-18 20:33:21 - 3 comments
  9406. Cannot mark only the name of a module as stable

    9ca588c Opened by Alex Crichton at 2014-11-13 21:17:33 - 1 comment
  9407. Assertion failure when locking a mutex in a c thread (linux)

    872a424 Opened by Philippe Daouadi at 2014-10-22 19:19:49 - 9 comments
  9408. Guide: option<int> doesn't implement ToStr

    4b3f272 Opened by Steve Klabnik at 2014-09-24 13:51:19 - 4 comments
  9409. Weird parse error when writing a lifetime-bounded trait object in the wrong order

    82fa3bd Opened by Ariel Ben-Yehuda at 2015-10-27 14:15:18 - 2 comments
  9410. Items defined in a function inherit the stability of the function and trigger lint checker

    1f9a913 Opened by Elinor B. at 2014-11-18 03:02:28 - 1 comment
  9411. Rename task failure to task panic

    197824b Opened by Alex Crichton at 2014-10-30 22:59:47 - 11 comments
  9412. Overhaul the #[cfg(..)] pattern syntax

    4fa0a39 Opened by Alex Crichton at 2014-10-01 11:22:26 - 3 comments
  9413. Access to syscalls, and POSIX calls necessary for setting realtime thread priorities

    74dfa8f Opened by Andrew Wagner at 2014-09-23 22:04:15 - 1 comment
  9414. Support the x32 ABI on Linux

    202301d Opened by Keegan McAllister at 2015-10-27 14:13:00 - 2 comments
  9415. This is a test issue, please ignore it

    2bf5211 Opened by Nick Cameron at 2014-09-24 04:54:22 - 2 comments
  9416. Possible to mutably borrow elements inside a Vec inside a HashMap multiple times

    d7c615b Opened by Theodore DeRego at 2014-09-27 21:28:44 - 8 comments
  9417. Use slicing syntax for str/String

    034d5ab Opened by Nick Cameron at 2014-09-29 21:08:27 - 5 comments
  9418. Slicing syntax should work for &&[T]

    2108b59 Opened by Nick Cameron at 2014-12-18 14:32:15 - 3 comments
  9419. The Rust Reference lacks a table of contents

    ebeee2e Opened by Tom Jakubowski at 2014-11-08 04:16:50 - 8 comments
  9420. Panic within syntax extension triggers ICE

    fd5d5df Opened by Adolfo Ochagavía at 2015-04-16 11:57:11 - 3 comments
  9421. The playpen seems to have a 2 week old rust installation

    0fc4c20 Opened by Huon Wilson at 2014-09-24 14:35:36 - 3 comments
  9422. ICE: This shouldn't happen: failed to lookup structure. item_did = DefId { krate: 0, node: 737 }

    cd5c0e3 Opened by wizeman at 2014-10-25 17:33:34 - 1 comment
  9423. ICE from bogus enum construction

    97f3bae Opened by David Campbell at 2014-10-06 06:42:32
  9424. Cryptic macro error

    58763f9 Opened by mahkoh at 2015-01-12 23:05:26
  9425. Confusing error message with vec!

    fae41fa Opened by comex at 2015-01-21 00:02:02 - 3 comments
  9426. duplicate warning for unused mut variable

    dee91c3 Opened by comex at 2015-10-27 14:11:19 - 2 comments
  9427. Confusing error mentions lifetimes while problem is mutability?

    9b6a747 Opened by wizeman at 2015-10-27 14:07:12 - 6 comments
  9428. Keyword table in the language reference is not rendered correctly

    b9eb5b4 Opened by NODA Kai at 2014-10-11 18:23:05 - 2 comments
  9429. Any way to mutate JSON?

    21d17f9 Opened by Stanislav Panferov at 2015-02-08 16:23:05 - 2 comments
  9430. std::time is stunted

    2a29f4d Opened by Manish Goregaokar at 2015-01-29 00:15:05 - 6 comments
  9431. There is no syntax for struct alignment

    1f6d41b Opened by edef at 2014-09-26 04:36:54 - 7 comments
  9432. "error: illegal recursive type; insert an enum or struct in the cycle, if this is desired" not very helpful

    fb2a71d Opened by Marek Baczyński at 2021-09-01 06:13:13 - 7 comments
  9433. mingw-64 x86_64 toolchain gdb hangs during debuginfo tests

    9c77fb4 Opened by Brian Anderson at 2014-11-12 00:25:21 - 10 comments
  9434. functions with keyword args, optional args, and/or variable-arity argument lists

    9917bbd Opened by Felix S Klock II at 2014-09-25 22:19:52 - 2 comments
  9435. ICE using explicit lifetime with unboxed closures

    d5c071e Opened by Joshua Yanovski at 2014-12-18 14:32:15 - 4 comments
  9436. Poor error message for variant value being used as type.

    03e9b2d Opened by Ryman at 2015-07-18 08:25:21 - 1 comment
  9437. refactor liblibc into finer-grained crates

    1aa4f09 Opened by Aaron Turon at 2015-10-27 15:35:40 - 16 comments
  9438. Parse error when restricting a type inside a type parameter

    6c973a2 Opened by Florob at 2015-01-21 04:24:49 - 1 comment
  9439. ICE on generic type inference failure for unboxed closures

    e1fa828 Opened by Joshua Yanovski at 2014-10-28 01:16:06 - 1 comment
  9440. Translate inline assembly errors back to source locations

    870d899 Opened by Keegan McAllister at 2014-09-29 21:08:28
  9441. io::net::pipe::clone_accept_concurrent and io::net::udp::recv_from_timeout failing on win32

    f026eb9 Opened by Brian Anderson at 2015-09-03 16:11:21 - 2 comments
  9442. rustdoc: Document how and when rustdoc wraps a code block in a main function.

    6ed8887 Opened by Daniel Keep at 2015-01-16 06:03:08
  9443. Meeting a terrible fate when calling debug! macro from C

    2fa6d02 Opened by Martin Raison at 2014-10-21 22:22:02 - 4 comments
  9444. Rustc : segmentation fault

    5f0d2b1 Opened by Guillaume Gomez at 2015-02-10 21:34:03 - 3 comments
  9445. Confusing error message: dereference of &-pointer

    7d4fb3e Opened by Steve Klabnik at 2015-01-21 19:01:53 - 5 comments
  9446. Restore out-of-stack error message on Windows

    659579c Opened by Brian Anderson at 2014-10-24 21:12:19
  9447. Arena defers destroying allocated objects adding inefficiency

    7ad0d96 Opened by Nawfel at 2014-10-09 06:24:30 - 11 comments
  9448. Unused type params for trait impls cause weird errors about Sized

    bd4d904 Opened by Benjamin Herr at 2014-10-31 05:00:17 - 4 comments
  9449. Multiple params in the same param list with the same name are accepted

    6bcd952 Opened by Benjamin Herr at 2014-10-09 18:42:15 - 2 comments
  9450. add a new implementation of thread-local storage

    1f67f45 Opened by Daniel Micay at 2014-11-24 23:01:23 - 1 comment
  9451. Windows nightly installer does not update %PATH%

    c07fedf Opened by Mike Boutin at 2014-10-08 18:29:21 - 1 comment
  9452. no way to make uninitialized global variables

    0194a1c Opened by Daniel Micay at 2014-10-24 17:50:08 - 2 comments
  9453. implement destructor support for thread-local variables

    4c1b75c Opened by Daniel Micay at 2014-11-24 23:01:19 - 2 comments
  9454. Improve error message for "for x in [1,2,3] {"

    a56cb31 Opened by Keegan McAllister at 2014-11-21 14:16:51 - 3 comments
  9455. update the android builder's Android version

    017a832 Opened by Daniel Micay at 2016-08-01 22:48:58 - 4 comments
  9456. add a slow fallback for native thread local storage

    8920951 Opened by Daniel Micay at 2015-03-30 17:01:46 - 1 comment
  9457. migrate libnum issues to the new repository

    560d23c Opened by Daniel Micay at 2014-09-28 22:43:48 - 3 comments
  9458. Confusing cmd syntax errors with -C codegen-units

    50bd2d7 Opened by Keegan McAllister at 2014-11-16 13:17:54
  9459. in 《A 30-minute Introduction to Rust》 rustc dangling.rs output need update

    2b489b5 Opened by electricface at 2014-10-07 19:15:44 - 2 comments
  9460. Compile error using re-exported empty generic struct from another crate

    aa21f04 Opened by Tomas Sedovic at 2015-06-01 18:24:08 - 2 comments
  9461. internal compiler error: coherence failed to report ambiguity

    97a330d Opened by Shaun Mangelsdorf at 2014-09-29 21:35:13 - 5 comments
  9462. Regression in method resolution through Deref

    ed2e153 Opened by Steven Fackler at 2014-10-23 02:07:28 - 13 comments
  9463. Generic types are always invariant over their type parameters.

    57f6c14 Opened by Eduard-Mihai Burtescu at 2015-01-27 17:50:42 - 2 comments
  9464. Mutable indexing is strange.

    7b00ce3 Opened by HeroesGrave at 2014-11-28 01:01:47 - 3 comments
  9465. ICE on invalid assert! invocation

    4ce9645 Opened by Armin Ronacher at 2014-09-28 02:29:22 - 2 comments
  9466. Kind bounds specified as supertraits don't propagate through trait objects.

    67d50b0 Opened by Steven Fackler at 2014-10-04 23:06:49 - 1 comment
  9467. Rustdoc should show which marker traits a type implements

    7a8f9dd Opened by Steven Fackler at 2018-02-22 19:01:45 - 18 comments
  9468. Json pretty encoder doesn't encode enums the same way as the normal encoder

    d0824cf Opened by drasich at 2014-10-01 01:11:01 - 4 comments
  9469. rust compling

    0e1fab3 Opened by sononix at 2015-09-03 20:29:06 - 1 comment
  9470. Compiles without errors but fails on linking(no FFI)

    76ae4e1 Opened by Eilie at 2016-01-11 21:39:21 - 3 comments
  9471. prrrrroo.vlhh[

    ec7a430 Opened by Daniel Vainsencher at 2014-09-28 16:36:10 - 4 comments
  9472. Too much autoderef on a trait with a generic impl

    2acaa62 Opened by Ariel Ben-Yehuda at 2014-09-28 18:05:06 - 2 comments
  9473. Example from the guide doesn't compile

    4c5dd52 Opened by Helge Rausch at 2014-09-29 07:23:42 - 3 comments
  9474. rustdoc: show macro interface but not implementation

    2954632 Opened by Keegan McAllister at 2015-11-28 18:09:13 - 11 comments
  9475. test_override_env failing during make check

    b440967 Opened by wizeman at 2014-10-01 17:17:39 - 2 comments
  9476. ProcessExit should have method .code() -> int

    1079e09 Opened by Lily Ballard at 2015-02-02 10:50:07 - 1 comment
  9477. Compiler Error: trying to take the sizing type of A, an unsized type

    fafa3af Opened by Dan Simon at 2015-01-12 14:49:54 - 1 comment
  9478. Keywords table looks garbled in reference.md docs

    4048262 Opened by midinastasurazz at 2014-09-29 13:57:54 - 2 comments
  9479. Binary string literals are of type &[u8] instead of &[u8, ..n]

    908c2d9 Opened by Rewi Haar at 2015-05-15 23:48:45 - 2 comments
  9480. --dep-info does not escape spaces

    e4f18a2 Opened by Alex Crichton at 2014-10-02 09:57:30
  9481. Infinite recursion in macro expansion crashes rustc

    1913516 Opened by uwap at 2014-10-20 15:55:34 - 15 comments
  9482. ICE with byte char literal in match

    3ac66b0 Opened by Lily Ballard at 2015-04-22 00:21:14 - 6 comments
  9483. pub type Foo = foo::Foo causes bad dead_code warnings on enum variants

    14ceed0 Opened by Lily Ballard at 2017-07-22 00:28:21 - 5 comments
  9484. Optimize vec.truncate and destructors for types with no dtor at -O0

    a11517e Opened by Sven Nilsen at 2019-01-06 01:27:13 - 9 comments
  9485. Impossible to have a macro expand to pub method

    a2caacd Opened by Armin Ronacher at 2014-11-09 04:23:39 - 3 comments
  9486. ICE - ReInfer left in a type when using closures

    2e1ec1b Opened by Ariel Ben-Yehuda at 2014-10-18 15:07:23
  9487. Generalize MacExpr / MacPat / MacItems

    ef423c5 Opened by Keegan McAllister at 2015-02-28 16:18:58 - 3 comments
  9488. debuginfo/issue12886 is failing on 64-bit windows bots

    ab73c64 Opened by Brian Anderson at 2015-09-02 22:02:55 - 3 comments
  9489. FFI-unsafe warning is problematic with generic types

    26f5dc5 Opened by Josh Matthews at 2014-09-29 23:51:58 - 1 comment
  9490. Allow LintPasses to run after trans

    b69d4eb Opened by Keegan McAllister at 2018-07-02 14:13:11 - 7 comments
  9491. Can't annotate types as allow(ctypes)

    85bdd3b Opened by Josh Matthews at 2018-07-29 03:18:41 - 4 comments
  9492. automatic shrinking of hash table capacity is very expensive

    003bfbc Opened by Daniel Micay at 2015-01-14 18:15:17 - 9 comments
  9493. min_by requires Ord not PartialOrd

    3fdf5dd Opened by Greg Shuflin at 2015-01-21 20:04:30 - 8 comments
  9494. Cannot have static tuple structs

    dbc1e10 Opened by Carl Lerche at 2014-10-03 07:27:53
  9495. Methods that can fail (panic) should be marked as unsafe

    6c58e94 Opened by Sergei Kucher at 2014-09-30 09:22:14 - 3 comments
  9496. ICE: 'assertion failed: ty::type_is_sized(bcx.tcx(), contents_ty)', /home/laumann/rustlang/src/librustc/middle/trans/expr.rs:1556

    6808ce0 Opened by Thomas Bracht Laumann Jespersen at 2014-10-14 15:20:15 - 4 comments
  9497. ICE using unboxed closure sugar for FnOnce

    f949484 Opened by Joshua Yanovski at 2014-10-13 01:41:28 - 5 comments
  9498. Implement where clauses

    ba922aa Opened by Brian Anderson at 2024-12-21 05:06:47 - 9 comments
  9499. Impossible to decode variants with the Json decoder

    66e759e Opened by Pierre Krieger at 2015-02-15 18:59:53 - 3 comments
  9500. 48

    49db4e9 Opened by Brian Anderson at 2014-09-30 19:39:16
  9501. Implement updated privacy rules

    67b6964 Opened by Brian Anderson at 2014-09-30 19:42:37 - 1 comment
  9502. Implement higher-ranked trait bounds

    3c1aebc Opened by Brian Anderson at 2014-11-07 11:20:41 - 7 comments
  9503. ICE: cannot encode region variables, for trait object method calls.

    38752ea Opened by Eduard-Mihai Burtescu at 2014-10-02 15:07:35
  9504. &[] not matching the type of match arms

    d9abca9 Opened by Sven Nilsen at 2014-09-30 21:30:52 - 2 comments
  9505. Add release and develop flags to configure

    6eb98bb Opened by Nick Cameron at 2016-08-22 22:19:21 - 18 comments
  9506. Remove Gc

    cdf224d Opened by Brian Anderson at 2014-10-03 07:27:49 - 1 comment
  9507. Tracking issue for enforcing object safety when coercing to an object

    a212bd8 Opened by Nick Cameron at 2014-10-30 08:27:22 - 10 comments
  9508. Rust Guide claims C allows null in an int

    b73118f Opened by Josh Triplett at 2014-10-03 07:27:55 - 2 comments
  9509. Rust Guide 14.5 "Looping" uses different syntax for different "match" branches

    7db2112 Opened by Josh Triplett at 2014-10-03 07:27:55 - 1 comment
  9510. Rust References and Lifetimes Guide is not the place for tau advocacy

    eb03170 Opened by Josh Triplett at 2014-10-03 07:27:55 - 1 comment
  9511. Enums chapter from the Guide contains incorrect example code

    d783a39 Opened by Valve at 2014-11-02 18:53:34 - 3 comments
  9512. Rust Guide: incorrect explanation of Result.ok() / Option.expect()

    1535f40 Opened by Toni Cárdenas at 2014-10-03 07:27:55 - 1 comment
  9513. debuginfo: LTO triggers assertion in llvm::LexicalScopes::getOrCreateRegularScope()

    f64fda8 Opened by Michael Woerister at 2015-07-06 16:46:30 - 1 comment
  9514. Zero-sized structs should be FFI-safe

    38907af Opened by Mikhail Zabaluev at 2015-01-29 04:01:26 - 9 comments
  9515. ASLR on Windows breaks thread-local variables

    f8ae7b1 Opened by Daniel Micay at 2020-10-13 16:09:45 - 7 comments
  9516. Structures containing borrowed pointers should be FFI-safe

    f8c6ec7 Opened by Josh Matthews at 2015-01-27 17:54:30 - 7 comments
  9517. Tracking issue for while let

    5725bb6 Opened by Aaron Turon at 2014-10-13 21:27:52
  9518. std::macros::builtin doesn't document anything

    c5ab77e Opened by Keegan McAllister at 2015-04-07 00:59:09 - 6 comments
  9519. Adding new diagnostic descriptions causes linking issues in run-pass-fulldeps tests

    5d23d72 Opened by Deleted user at 2016-02-02 18:41:07 - 1 comment
  9520. Install README.md, COPYRIGHT, LICENSE-MIT, LICENSE-APACHE

    1c1b166 Opened by Brian Anderson at 2015-07-06 16:45:59 - 2 comments
  9521. Strengthen GPL source offer in Windows distribution

    39a8022 Opened by Brian Anderson at 2017-06-01 16:56:25 - 3 comments
  9522. docs show different method definitions for core and std

    ce8b09d Opened by Kevin Walter at 2014-10-01 21:17:27 - 4 comments
  9523. ICE when building Iron

    e9d2811 Opened by Jonathan Reem at 2014-10-03 12:27:53 - 6 comments
  9524. Error message mentions type errors and non-existent type parameter on trait with an associated type

    11beb64 Opened by Rewi Haar at 2015-05-15 23:50:19 - 1 comment
  9525. Warn when private structs have public fields

    b9988ef Opened by mahkoh at 2015-04-11 19:22:47 - 1 comment
  9526. Behavior for implemented methods not in scope

    91d7459 Opened by uwap at 2015-01-27 18:20:27 - 5 comments
  9527. Wrong error message when Self gets a different type parameter in implementation

    c428b3b Opened by uwap at 2016-10-31 22:51:24 - 3 comments
  9528. Split up the Iterator trait

    9a2d9e6 Opened by Nick Cameron at 2014-11-26 20:07:12 - 2 comments
  9529. unboxed closure sugar not working in trait objects

    32e3453 Opened by Jorge Israel Peña at 2014-11-07 02:02:56 - 4 comments
  9530. Linux nigthly is failing to build

    8d58f1a Opened by Simon Sapin at 2014-10-02 14:07:15 - 1 comment
  9531. extern crate foo as bar; gives outdated & unhelpful error message

    03a2527 Opened by Huon Wilson at 2014-10-13 04:37:57 - 1 comment
  9532. std::ops::Slice is not in the prelude

    7f7d9cd Opened by Simon Sapin at 2014-10-03 03:17:45 - 6 comments
  9533. Improve error message when using generic static method incorrectly

    eac0802 Opened by Iiro Surakka at 2016-02-02 21:47:44 - 2 comments
  9534. Should have a lint for statically detectable overlong bit shifts

    95b303c Opened by Benjamin Herr at 2014-11-04 11:20:09 - 2 comments
  9535. liblibc should let you set errno

    8da7b55 Opened by Benjamin Herr at 2015-11-07 06:57:32 - 6 comments
  9536. Confusing term for loop labels in reference doc

    9c65251 Opened by John Gallagher at 2015-01-12 19:03:45 - 3 comments
  9537. Implement global constants, alter the meaning of static

    a86a784 Opened by Alex Crichton at 2014-10-10 01:57:10 - 1 comment
  9538. Linking hello world program fails under Windows when other MingW is in PATH

    c322635 Opened by Michael Walter at 2021-12-05 14:21:40 - 2 comments
  9539. Lifetime-related internal compiler error

    47b8176 Opened by Vincent at 2014-12-30 10:42:46
  9540. ICE: find_associated_type_in_generics(): didn't find associated type anywhere in the generics list

    fbab814 Opened by Tim at 2015-01-02 23:57:43 - 4 comments
  9541. ICE: sequence_element_type called on non-sequence value: Box<str>

    62e5e8d Opened by Vitali Falileev at 2014-10-11 19:37:11 - 2 comments
  9542. rustdoc: Called Option::unwrap() on a None value

    c846439 Opened by Graham Lee at 2014-10-06 16:42:25 - 3 comments
  9543. unboxed closure ICE with debug format qualifier

    fffb627 Opened by Jeremy Letang at 2014-10-16 22:33:01 - 3 comments
  9544. ICE when mis-using self

    b6818dc Opened by Florian Hartwig at 2014-12-30 10:42:46 - 1 comment
  9545. illegal recursive type check is excessively strict on associated types

    5e55c0c Opened by sp3d at 2015-01-09 19:31:52 - 1 comment
  9546. Incorrect "Trait not implemented for &mut A" message

    e9e2c6b Opened by Simon Sapin at 2015-04-01 14:42:28 - 4 comments
  9547. Implement error interoperation

    e185a82 Opened by Alex Crichton at 2014-12-27 22:05:29 - 2 comments
  9548. error on lifetime inference with traits

    4135659 Opened by Philippe Daouadi at 2014-10-04 19:36:35 - 4 comments
  9549. DST: cannot provide inherent impl for traits

    fa3db74 Opened by Aaron Turon at 2014-11-04 10:06:57 - 10 comments
  9550. core::str::Utf16CodeUnits is not re-exported in std::str

    e87873f Opened by Simon Sapin at 2014-10-08 07:17:19
  9551. casting in a static breaks type inference

    d47c004 Opened by Cassie Jones at 2015-06-30 08:04:17 - 3 comments
  9552. ICE: unexpected failure @ middle::typeck::infer::error_reporting::InferCtxt<'a, 'tcx>.ErrorReporting::give_suggestion

    0d30cec Opened by Eric Kidd at 2014-10-06 04:47:39 - 3 comments
  9553. Linker Error when using rust-http in a dylib (plugin)

    ecf0980 Opened by Jonathan Reem at 2014-10-07 14:56:01 - 12 comments
  9554. Chained iterators cause 2x slowdown in micro-benchmark.

    7d9f9f9 Opened by mahkoh at 2017-01-23 16:29:59 - 4 comments
  9555. [...] patterns are confusingly called "vector patterns" in error messages

    49e26e3 Opened by Huon Wilson at 2014-10-05 12:42:17
  9556. stack overflow in impl Writer for &mut Writer

    0e434f4 Opened by Stepan Koltsov at 2014-10-09 21:48:44 - 3 comments
  9557. Stable docs point to master API docs

    e029852 Opened by Flavio Percoco at 2014-10-07 18:38:58 - 1 comment
  9558. Docs somewhat unclear regarding C-like enum discriminators

    3324b84 Opened by Zaven Muradyan at 2015-02-02 09:51:34 - 4 comments
  9559. internal compiler error with impl Aaa for &mut Aaa

    7c52640 Opened by Stepan Koltsov at 2014-12-18 14:32:15 - 3 comments
  9560. #[allow(non_uppercase_statics)] inside bitflags! macro makes it incompatible with modules which forbid the same.

    36913b2 Opened by Jake Kerr at 2014-10-06 09:22:28 - 2 comments
  9561. Keywords table in reference is messed up

    aa159ef Opened by Keegan McAllister at 2014-10-04 18:16:33 - 1 comment
  9562. Give a better error message for missing :: before type parameters

    a2cf1fd Opened by Keegan McAllister at 2015-03-23 18:19:05 - 6 comments
  9563. Cannot generically implement Function traits

    070dfba Opened by John Ericson at 2014-10-04 22:46:44 - 1 comment
  9564. Fn unboxed closures can incorrectly mutate upvars

    51c7a2b Opened by Brian Koropoff at 2014-10-09 21:13:27 - 6 comments
  9565. quote_method! fails to parse attributes

    096987a Opened by Ben Gamari at 2014-10-08 00:57:18 - 1 comment
  9566. strconv::from_str_bytes_common does not signify its significant byte ordering

    cafbd82 Opened by Paul Nathan at 2014-10-04 23:44:00 - 3 comments
  9567. ICE on use of unboxed closures

    fcbc680 Opened by Cameron Zwarich at 2014-10-05 04:08:22 - 1 comment
  9568. Captures of by-ref unboxed closures don't cause restrictions of the equivalent borrows

    84f13af Opened by Cameron Zwarich at 2014-10-05 04:08:46 - 3 comments
  9569. ICE: Invalid ParamSpace compiling rustc

    71360db Opened by Davis Silverman at 2015-01-16 22:20:42 - 3 comments
  9570. Improve the AsciiStr trait

    bd1cb86 Opened by NODA Kai at 2014-11-27 14:11:21 - 6 comments
  9571. libnative/io: pwrite() is broken.

    419bceb Opened by NODA Kai at 2015-02-11 18:39:23 - 1 comment
  9572. Lint for not using field pattern shorthands where applicable.

    7e0b353 Opened by Eduard-Mihai Burtescu at 2014-10-24 17:22:08
  9573. core::macros::assert_eq! should use a match to extend the lifetime of the args.

    6b95f87 Opened by Simon Sapin at 2015-01-16 19:04:58 - 2 comments
  9574. internal compiler error: ID not mapped to struct fields: variant Value in Value (id=13)

    3cafd30 Opened by Patrick Barrett at 2014-10-06 06:42:32 - 5 comments
  9575. debuginfo/evec-in-struct.rs fails on master

    1c0aafb Opened by Brian Koropoff at 2014-11-06 17:23:16 - 22 comments
  9576. internal compiler error - task 'rustc' failed at 'no entry found for key' ... hashmap/map.rs:1093

    d2de25e Opened by Jeff Petkau at 2014-11-03 23:12:40 - 3 comments
  9577. Lifetime suggestion hint interacts weirdly with closures

    ef3a179 Opened by Rewi Haar at 2017-05-30 22:23:29 - 7 comments
  9578. Unboxed closure ICE: cannot relate bound region: ReInfer(16) <= ReLateBound

    f07f568 Opened by Tom Jakubowski at 2014-12-18 14:32:15 - 3 comments
  9579. doc: binary_search does not say what order it uses when feeding inputs to callback

    d591d3f Opened by Felix S Klock II at 2014-10-06 23:22:13 - 1 comment
  9580. Lifetime bounds missing from re-exported items in documentation

    d46cc14 Opened by Tom Jakubowski at 2014-10-06 18:32:25 - 1 comment
  9581. let () has a poor error message

    0a4885a Opened by Steve Klabnik at 2015-05-07 12:03:39 - 6 comments
  9582. Lifetime elision on methods can easily create obscure errors.

    b4b0708 Opened by Eduard-Mihai Burtescu at 2014-10-10 01:02:03 - 14 comments
  9583. Get rid of redundancy in type errors

    45861ad Opened by Keegan McAllister at 2016-06-27 23:41:21 - 14 comments
  9584. Compiler crashes when pretty-printing something

    23c6cc4 Opened by Tom Anderson at 2015-04-22 02:38:08 - 3 comments
  9585. identify traits in libstd that should use associated constants

    733f2d3 Opened by Felix S Klock II at 2015-01-08 20:21:30 - 3 comments
  9586. identify traits in libstd that should use associated types (as output parameters)

    62230c5 Opened by Felix S Klock II at 2015-01-08 18:00:12 - 5 comments
  9587. identify traits in libstd that should use multidispatch

    7913ea1 Opened by Felix S Klock II at 2014-10-09 21:29:54 - 3 comments
  9588. identify traits in libstd that should use associated lifetimes

    2a22c69 Opened by Felix S Klock II at 2015-01-08 20:18:12 - 4 comments
  9589. compiletest does not work with RUST_TEST_NOCAPTURE

    aa8a5d8 Opened by Brian Anderson at 2015-02-23 23:10:00
  9590. Can't use [] to get slice of &mut Vec

    edf537c Opened by comex at 2015-01-27 18:19:08 - 1 comment
  9591. Add "typechecking" to DynamicLib

    b89785f Opened by Keegan McAllister at 2015-07-06 16:48:19 - 3 comments
  9592. use saner parameter order for reallocate / reallocate_inplace

    5748545 Opened by Daniel Micay at 2014-10-09 12:42:13
  9593. subtask of RFC 195: Implement associated constants

    befce9f Opened by Felix S Klock II at 2015-04-27 18:46:51 - 5 comments
  9594. subtask of RFC 195: implement associated lifetimes

    0ca7d81 Opened by Felix S Klock II at 2024-12-21 05:06:48 - 17 comments
  9595. Vec::clone and String::clone are very slow

    eb21aa6 Opened by rusty-nail2 at 2016-09-12 08:33:49 - 6 comments
  9596. precise_time_ns can overflow on Windows

    4a72516 Opened by rusty-nail2 at 2015-02-28 02:21:58 - 7 comments
  9597. Can still publicly re-export traits that inherit from private supertraits

    ebbfb80 Opened by Tom Jakubowski at 2014-10-07 18:51:15 - 2 comments
  9598. Questionable advice in bug report instructions

    0522210 Opened by Keegan McAllister at 2014-10-27 19:17:29 - 2 comments
  9599. Poor error message for unconstrained bounds

    be4f6dd Opened by Aaron Turon at 2014-10-14 00:59:46 - 4 comments
  9600. rustup.sh is being confused by dash into 32 bit install on 64 bit linux host

    8c2acb9 Opened by Vladimir Pouzanov at 2015-06-29 03:25:57 - 5 comments
  9601. Multi-host cross-compile build sometimes fails when building llvmdeps.rs

    f0bf14a Opened by Brian Anderson at 2014-10-30 06:27:27 - 3 comments
  9602. Factor out the common code in configure script

    bc62e36 Opened by Brian Anderson at 2017-02-11 00:16:25 - 2 comments
  9603. ICE in hashmap/map.rs

    d57c84d Opened by Paul Woolcock at 2014-10-13 01:41:40 - 4 comments
  9604. Misleading error with Drop and lifetime parameters

    b679910 Opened by Ben Noordhuis at 2015-11-07 06:56:30 - 10 comments
  9605. Linux dist builders do not generate PDFs

    e6cefc0 Opened by Brian Anderson at 2015-11-07 06:55:44 - 2 comments
  9606. Remove virtual structs

    65ba94e Opened by Brian Anderson at 2014-10-12 21:17:46 - 2 comments
  9607. Reserve abstract, virtual, override keywords

    4531338 Opened by Brian Anderson at 2014-10-08 15:32:22 - 1 comment
  9608. Tighten up conventions with unsafe apis

    c22f655 Opened by Alex Crichton at 2014-11-23 07:46:54
  9609. vec! macro should use with_capacity

    18f45c5 Opened by Daniel Micay at 2014-10-11 01:52:14 - 1 comment
  9610. Non-Deterministic Lifetime Error Message

    a3534cc Opened by Max S. New at 2016-05-24 21:02:18 - 2 comments
  9611. Suspected compiler bug: task 'rustc' has overflowed its stack

    2aaff28 Opened by Chris Dew at 2014-10-09 03:42:21 - 1 comment
  9612. Compiling a match on [T, ..N] uses O(N) stack space in rustc, leading to stack overflow

    5b2249c Opened by Chris Morgan at 2014-10-13 00:17:48 - 7 comments
  9613. boxed iterators cause a stack overflow

    9d92b83 Opened by Andrew Gallant at 2014-10-09 01:23:53 - 3 comments
  9614. Bad type inference error message with unboxed closures

    879f40c Opened by Carl Lerche at 2015-01-21 07:10:28 - 1 comment
  9615. ICE: rustc stack overflow error w/ recursive types

    1388c20 Opened by Carl Lerche at 2014-12-28 04:26:27 - 4 comments
  9616. compiletest: make check-stage1 (or at least check-stage1-cfail) no longer works on clean build dir

    24e7338 Opened by Felix S Klock II at 2014-10-14 15:18:13 - 10 comments
  9617. avoid having two distinct systems for copying

    4d70e87 Opened by Daniel Micay at 2015-03-26 12:49:54 - 11 comments
  9618. asm!: constraints to select specific registers are undocumented

    d027719 Opened by NODA Kai at 2015-09-28 18:07:42 - 4 comments
  9619. fail_ and fail_bounds_check lang items don't belong to libcore

    e0876c8 Opened by Vladimir Pouzanov at 2015-12-31 18:15:10 - 3 comments
  9620. configure sometimes saves same key multiple times in config.mk with differing values

    a0283f8 Opened by Felix S Klock II at 2014-10-27 15:48:02 - 1 comment
  9621. rustdoc should show extern fns as unsafe

    03b52ce Opened by klutzy/defunct at 2014-12-04 04:34:20 - 1 comment
  9622. Establish stabilization path for macro_rules feature

    d2cc32c Opened by Brian Anderson at 2015-01-08 19:41:48 - 5 comments
  9623. Compilation error with Box<FnOnce(uint) -> uint>

    751b928 Opened by Carl Lerche at 2014-12-18 14:32:15 - 1 comment
  9624. Rustc complains about seemingly valid string slice passed to a closure.

    e71bbb7 Opened by Lionel Flandrin at 2015-01-27 18:14:37 - 1 comment
  9625. Add lint for direct recursive self-call of function

    75bdba9 Opened by Huon Wilson at 2015-01-25 10:59:29 - 6 comments
  9626. Add a warning for casts with loss of precision

    1fc4150 Opened by Zeke Foppa at 2015-01-27 18:02:46 - 3 comments
  9627. Improve inference for conditional dispatch

    8eb7707 Opened by Niko Matsakis at 2015-02-23 20:00:39 - 3 comments
  9628. rustdoc: duplicated Sync in std::kinds

    4635159 Opened by NODA Kai at 2014-10-26 21:53:54 - 1 comment
  9629. Can't use where clauses with tuple structs

    42664cd Opened by Jorge Aparicio at 2015-01-06 11:31:35 - 6 comments
  9630. ICE: cannot relate bound region: ReLateBound(103, BrAnon(1)) <= ReStatic

    3bc9d0e Opened by Shane Hansen at 2014-12-18 14:32:15 - 2 comments
  9631. Recent LLVM Upgrade Misoptimizes Code, Breaks rust-crypto

    d4bc15f Opened by Palmer at 2014-11-02 03:49:41 - 6 comments
  9632. Unboxed closures: Type inferencer failed to detect closure argument types

    425875a Opened by Carl Lerche at 2014-12-15 09:53:16 - 9 comments
  9633. Lifetimes in closure return values are inferred to be 'static, unlike with functions

    affb103 Opened by Rewi Haar at 2015-01-08 19:24:05 - 6 comments
  9634. failed to compress

    ede4ded Opened by Mitja at 2014-10-10 04:40:39
  9635. rust-lang closures does not support recursive ,while python lambda expression does

    5440aab Opened by meagon at 2014-10-24 01:50:56 - 4 comments
  9636. Build failing on linux 32-bit

    185b14b Opened by Mitja at 2015-03-23 20:05:42 - 2 comments
  9637. prevent size overflows in the type system

    24bc0b0 Opened by Daniel Micay at 2014-10-18 18:52:39 - 19 comments
  9638. Use TLS / HSTS for the site, discourse, etc.

    61e5a9f Opened by Anne van Kesteren at 2015-05-07 12:24:08 - 8 comments
  9639. ICE Unimplemented selecting <Inner as FooTrait> during trans

    aaf827d Opened by Daniel Balchev at 2014-12-09 11:04:58 - 1 comment
  9640. remove the into_vec method from &[T]

    f252279 Opened by Daniel Micay at 2014-10-15 15:37:39 - 11 comments
  9641. prev_permutation / next_permutation and the Permutations iterator should be in libcore

    7f4e121 Opened by Daniel Micay at 2014-11-06 21:13:37
  9642. Modify method dispatch to use trait machinery

    0baffdd Opened by Niko Matsakis at 2014-12-05 23:30:04 - 1 comment
  9643. 'make docs' fails (0.12)

    5c391a7 Opened by George Borisov at 2014-10-13 15:11:49 - 2 comments
  9644. Support builtin bounds on associated types and make them Sized by default

    f372313 Opened by kennytm at 2014-11-04 10:07:00 - 6 comments
  9645. use the getrandom syscall instead of urandom when available

    adbfc25 Opened by Daniel Micay at 2014-11-07 02:02:59 - 4 comments
  9646. The Guide to the Rust Runtime needs to be updated

    841c48f Opened by Adolfo Ochagavía at 2014-10-11 08:57:13 - 3 comments
  9647. Export {Imm,M}utableIntSlice in libcollections.

    edce9aa Opened by mahkoh at 2014-11-14 00:41:39
  9648. dead_code lint doesn't catch unused const values

    cc1f38e Opened by Jorge Aparicio at 2014-10-14 15:18:16
  9649. Mobile site text size

    002c434 Opened by Liberty at 2015-01-18 14:48:36 - 11 comments
  9650. Add a CSS reset to the docs

    da715f8 Opened by mahkoh at 2015-02-24 12:38:17 - 6 comments
  9651. 'expected identifier' when 'as' keyword appears after block

    ebd494c Opened by Ben Noordhuis at 2019-08-31 21:11:14 - 4 comments
  9652. improve chunk allocation scheme used by Arena / TypedArena

    f4a8f88 Opened by Daniel Micay at 2016-01-11 10:19:53
  9653. non_uppercase_statics should be renamed for constants

    ed5906b Opened by mahkoh at 2014-10-15 06:02:38 - 1 comment
  9654. Unintelligible error for statics in pattern position

    b73c548 Opened by mahkoh at 2014-10-13 08:32:53
  9655. Compiler crashing after a valid error

    2c534c5 Opened by Brian Uosseph at 2014-10-11 04:39:22 - 4 comments
  9656. Warn when a never-return function is not written with -> !

    480ab68 Opened by Keegan McAllister at 2014-10-11 11:25:08 - 1 comment
  9657. Cargo and rustc have inconsistent version flags

    8672610 Opened by Matthew McPherrin at 2017-03-24 19:22:18 - 5 comments
  9658. Include Macro does not work properly: non-item macro in item position: include

    d60966e Opened by Armin Ronacher at 2015-03-16 13:14:10 - 2 comments
  9659. 'change_file_times' doesn't update the milliseconds portion

    21f6821 Opened by Alejandro Sánchez at 2015-02-11 18:39:49 - 3 comments
  9660. make tips outdated?

    6c45343 Opened by Michael Gehring at 2015-01-16 06:03:09 - 2 comments
  9661. ICE: Result::unwrap() on an Err value: couldn't rename path

    2bdeaa1 Opened by Markus Siemens at 2014-10-28 01:15:59 - 3 comments
  9662. Safe access to a #[thread_local] should be disallowed

    ec43301 Opened by Alex Crichton at 2017-08-12 15:21:44 - 38 comments
  9663. ICE using associated types: "unbound path"

    3dd2028 Opened by Allen Welkie at 2014-10-28 21:49:05 - 2 comments
  9664. Array length during initialization can't be a static

    ee089ac Opened by Paul Dovydaitis at 2014-10-11 22:02:29 - 2 comments
  9665. ICE: unsafe_destructor and pointer to Sized? T

    2c55b23 Opened by Roma Sokolov at 2015-05-04 20:48:57 - 4 comments
  9666. Function pointers should implement the various Fn* types

    5df1611 Opened by Carl Lerche at 2014-11-19 05:30:20 - 3 comments
  9667. Guide: guessing game promises number of guesses, but fails to deliver

    04b71de Opened by jkleint at 2014-10-14 15:20:29 - 2 comments
  9668. The enum type in Guide is not working

    4507391 Opened by Yukang at 2015-01-02 23:57:46 - 8 comments
  9669. Keyword table in the language reference is not updated

    0d363a2 Opened by NODA Kai at 2014-10-29 17:12:12 - 1 comment
  9670. Calling function with bad signature, Rust 0.13.0-nightly

    e2cfec3 Opened by Alexis Purslane at 2014-10-14 14:02:17 - 4 comments
  9671. SIMD floating point calculations will not match x86 results in many cases

    c96fc70 Opened by Ryman at 2017-02-07 20:32:51 - 3 comments
  9672. Guide: simplify testing section and move to end

    b05b28b Opened by jkleint at 2014-10-13 06:22:24 - 1 comment
  9673. rustc.exe does not reset PowerShell colors after compilation error

    d9fe0e6 Opened by Andrew McKinlay at 2014-11-03 23:12:47
  9674. "internal compiler error: unprocessed lint unnecessary_qualification at unknown node (id=14): unnecessary qualification"

    7af58c6 Opened by Brian L. Troutwine at 2015-01-16 22:25:20 - 2 comments
  9675. ICE because uninhabited types and drop flags don't mix

    a37d0fd Opened by Benjamin Herr at 2016-03-21 16:23:26 - 3 comments
  9676. std::format! auto-dereferences pointers?

    855e323 Opened by jkleint at 2015-01-27 18:00:47 - 6 comments
  9677. rustc failed at Option::unwrap() on None value

    a28a05c Opened by Ben Navetta at 2014-10-14 15:18:11 - 5 comments
  9678. ICE - compute_bounds(): resolve didn't resolve the type parameter identifier in a where clause

    253be98 Opened by comex at 2015-09-11 03:02:50 - 2 comments
  9679. <std macros>:8:12: 95:21 error: cannot apply unary operator ! to type &'static str, then compiler error

    1d852e6 Opened by crispweed at 2014-10-13 16:13:06 - 1 comment
  9680. rustc: error while loading shared libraries: libnative-4e7c5e5c.so

    a6a2ad6 Opened by qiao hai-jun at 2014-10-13 16:12:22 - 2 comments
  9681. Unused variables inside for are not detected

    3af8186 Opened by Huon Wilson at 2014-10-15 19:53:26 - 2 comments
  9682. implement a new task spawning model not depending on a managed runtime

    5950d6f Opened by Daniel Micay at 2014-12-19 10:42:08 - 5 comments
  9683. #[thread_local] statics shouldn't require Sync

    10e635e Opened by Daniel Micay at 2017-05-14 23:37:37 - 6 comments
  9684. implement new low-level and high-level mutexes and condition variables

    c6cd4db Opened by Daniel Micay at 2014-12-05 22:46:48 - 2 comments
  9685. provide a new efficient implementation of thread-local storage

    2ec55bd Opened by Daniel Micay at 2014-11-24 19:46:06 - 2 comments
  9686. the reflection story is not settled so Any and the downcast method on Box<T> should not be stable

    9b24547 Opened by Daniel Micay at 2014-10-16 22:44:51 - 4 comments
  9687. unfeature-gate tuple-indexing, then replace tuple indexing traits / methods accordingly

    be74888 Opened by Daniel Micay at 2014-12-14 09:17:28 - 5 comments
  9688. Metabug: Libcollections TODO

    78cb831 Opened by Aria Desires at 2017-11-10 08:42:56 - 28 comments
  9689. libcollections link is broken

    fdeaade Opened by Steve Klabnik at 2014-10-18 10:12:25 - 2 comments
  9690. ICE: Type parameter out of range when substituting in region 'a

    0f1cd6f Opened by Yury Shulaev at 2015-01-16 22:29:20 - 1 comment
  9691. bare impls on same-crate different-mod imported types were useful and there is no alternative

    29d8255 Opened by o11c at 2015-01-27 18:01:48 - 2 comments
  9692. Multidispatch inference failure

    8503e14 Opened by Niko Matsakis at 2014-10-18 06:17:26 - 1 comment
  9693. Pattern matching: both Some(..) and Some(_) work?

    45b87d1 Opened by Cristi Burcă at 2014-10-14 00:07:01 - 2 comments
  9694. Add less-allocating args variants

    170d266 Opened by mahkoh at 2015-02-15 18:58:54 - 1 comment
  9695. Document items generated by macros

    60da9b7 Opened by Deleted user at 2015-04-07 01:02:57 - 5 comments
  9696. Error message for lifetime bounds should give the full list of other bounds

    97b3833 Opened by Armin Ronacher at 2019-05-31 00:06:29 - 3 comments
  9697. ICE: task 'rustc' failed at 'internal error: entered unreachable code', /home/tj/rust-lang/src/librustc/middle/check_match.rs:714

    5eea012 Opened by Thomas Bracht Laumann Jespersen at 2016-10-27 04:47:36 - 6 comments
  9698. Fuzz collections for exception safety

    5a244e1 Opened by Huon Wilson at 2018-09-24 17:35:27 - 3 comments
  9699. ICE: Trying to match a refutable Slice pattern in a for loop

    65473d7 Opened by Florob at 2014-10-14 16:16:53 - 1 comment
  9700. The Guide should show off #[deriving]

    a9e3df8 Opened by Aria Desires at 2014-10-27 18:30:09 - 6 comments
  9701. regex does not handle quoted right bracket correctly within character set

    f3839e3 Opened by Joel Martin at 2014-10-29 20:12:07 - 1 comment
  9702. regex negated character set doesn't work properly with character classes

    733b335 Opened by Joel Martin at 2015-01-25 20:40:58 - 2 comments
  9703. TypedArena cannot handle zero-sized types.

    e1a4db0 Opened by Joshua Yanovski at 2016-01-11 10:19:53 - 2 comments
  9704. largs floats print slightly wrong

    3961875 Opened by Benjamin Herr at 2015-05-10 05:18:41 - 3 comments
  9705. std::iter::FlatMap shouldn't return an upper bound size hint

    425f912 Opened by Brian Anderson at 2015-05-26 18:44:11 - 3 comments
  9706. Recent regression in diagnostics ("trait Sized must be implemented" error message)

    a3d9725 Opened by Jorge Aparicio at 2014-10-31 05:00:17 - 2 comments
  9707. Make deprecation reasons more prominent

    15ea69e Opened by Keegan McAllister at 2015-01-08 21:50:21 - 8 comments
  9708. Bencher::iter should support per-iteration setup

    dd45b63 Opened by Keegan McAllister at 2017-11-19 02:34:06 - 2 comments
  9709. Implicitly copyable iterators are mega confusing

    a0d8c3b Opened by Keegan McAllister at 2015-01-31 07:20:34 - 10 comments
  9710. Remove reflection

    ea045ee Opened by Brian Anderson at 2014-10-16 20:02:52
  9711. ICE when using Iron::listen.

    96dcccf Opened by Jonathan Reem at 2014-11-05 02:41:03 - 4 comments
  9712. ICE when using associated types in gfx-rs

    89fe452 Opened by Dzmitry Malyshau at 2014-12-30 20:01:49 - 2 comments
  9713. make rust-specific entry points in jemalloc

    737c824 Opened by Daniel Micay at 2014-11-12 11:26:01 - 2 comments
  9714. Wrap the LLVM 'assume' intrinsic

    93cd06b Opened by Keegan McAllister at 2014-10-31 19:34:48 - 1 comment
  9715. Variable in unboxed closure.

    c29ec3d Opened by Mike Potanin at 2014-10-16 03:36:29 - 3 comments
  9716. Trait objects can be created with lifetime bounds that ignore input lifetimes

    faee8a2 Opened by Kang Seonghoon at 2014-10-18 16:57:26 - 5 comments
  9717. internal compiler error

    fe28c1d Opened by Mike Potanin at 2015-01-08 19:32:32 - 6 comments
  9718. impl Undefined {} gives impl coherence error, not unresolved name

    ea2f50c Opened by Huon Wilson at 2015-06-20 19:29:40 - 2 comments
  9719. Wrong reordering of match arms with ranges

    3e42f8b Opened by Kang Seonghoon at 2016-11-06 20:47:22 - 10 comments
  9720. UFCS: ICE in trans when using method from linked crate as function

    1e075b9 Opened by Jorge Aparicio at 2014-11-01 01:36:49
  9721. Restrict "\xXX" to ASCII (0x00 -- 0x7F)

    baf3c3e Opened by Aaron Turon at 2014-11-05 06:56:51 - 2 comments
  9722. StrSlice should have split_at

    3882b00 Opened by Manish Goregaokar at 2016-01-05 13:42:18 - 14 comments
  9723. Consider adding CString/*const i8 literals

    c2cee58 Opened by Andrew Cann at 2014-10-15 20:31:51 - 4 comments
  9724. ICE handling an error in a test assertion within a module hierarchy

    06594af Opened by Emilia Bopp at 2014-10-15 16:51:31 - 2 comments
  9725. Investigate LLVM support for huge objects

    40311ce Opened by Ariel Ben-Yehuda at 2014-11-20 00:22:31 - 1 comment
  9726. Proposal to add to the Rust Guide. (About crates & modules)

    7817506 Opened by Damien Levac at 2014-10-15 18:19:47 - 1 comment
  9727. Remove module prefixes from type names

    959905e Opened by Alex Crichton at 2015-02-16 23:33:56 - 3 comments
  9728. Propagate recent RFC for naming conventions

    3e6bb7a Opened by Alex Crichton at 2014-12-31 22:36:21 - 1 comment
  9729. ICE when compiling with RUST_LOG=rustc::middle

    120a3b2 Opened by Falco Hirschenberger at 2015-05-13 01:24:35 - 4 comments
  9730. Filter doc comments from macro input

    4582261 Opened by Binero at 2015-02-16 19:48:13 - 3 comments
  9731. Allow unreachable patterns in some form

    96dbd9a Opened by mahkoh at 2014-10-16 22:46:14 - 7 comments
  9732. Provide a build of lli that can run current rustc's bytecode output

    9e253d1 Opened by Mikhail Zabaluev at 2017-03-24 19:22:18 - 3 comments
  9733. Disallow Readers that return Ok(0) from read

    a7e8956 Opened by mahkoh at 2015-02-11 18:40:01 - 2 comments
  9734. Vec deallocation is extremely slow on Windows

    ef01812 Opened by Nathan Stoddard at 2014-10-16 11:06:26 - 2 comments
  9735. Possible to put/expose private type in exported/public type signature

    3fa6df7 Opened by Jorge Aparicio at 2017-03-08 17:34:11 - 6 comments
  9736. Resolve failure with multiple reexports

    4ab186d Opened by Steven Fackler at 2015-08-05 05:34:21 - 2 comments
  9737. "use self::..." doesn't work inside of functions

    81b90ee Opened by Steven Fackler at 2018-11-18 10:29:38 - 6 comments
  9738. Implement / optimize the shootout benchmarks

    f02a0cb Opened by kud1ing at 2015-01-21 19:36:27 - 16 comments
  9739. Call to Rust extern "fastcall" function does not follow GNU/Clang fastcall convention

    bae1545 Opened by Ryan Prichard at 2016-12-26 20:09:58 - 6 comments
  9740. error: mismatched types: expected core::result::Result<T,syntax::ParseErrorKind>, found core::result::Result<T,syntax::ParseErrorKind> (expected type parameter, found type parameter)

    4ae10b4 Opened by Samuel Fredrickson at 2014-10-16 15:32:51 - 2 comments
  9741. Super-trait operator doesn't work within trait

    0110e83 Opened by Oli at 2016-09-30 17:28:38 - 3 comments
  9742. Mark lt from PartialOrd as inline

    4047bd9 Opened by Deleted user at 2014-10-21 14:28:57 - 7 comments
  9743. ToSource implementation is incorrect for signed integers

    e8907cc Opened by Andrew Paseltiner at 2014-10-20 13:07:40 - 2 comments
  9744. Develop a semantic search/patch tool

    993bb97 Opened by Keegan McAllister at 2017-03-24 19:22:18 - 2 comments
  9745. Atomic intrinsics accept all pointer types and fire assertions in llvm

    ae07dae Opened by Benjamin Herr at 2016-05-22 17:12:28 - 4 comments
  9746. BufferedReader read() only reads a maximum of 64kB

    bc347d7 Opened by Gavin Baker at 2015-01-29 04:25:55 - 8 comments
  9747. Unboxed closure metabug

    aea5612 Opened by Aaron Turon at 2015-05-07 12:05:33 - 17 comments
  9748. Many feature gates are not checked in macros

    fa23da2 Opened by Brian Anderson at 2015-01-01 18:01:18 - 6 comments
  9749. libs: make TypeId opaque

    136b51a Opened by Aaron Turon at 2014-10-16 23:44:51 - 8 comments
  9750. Specify that Reader::read does not block if data is available.

    5c60c8a Opened by mahkoh at 2015-02-16 05:29:27 - 2 comments
  9751. ICE when returning trait by-value

    666795b Opened by Yuri Kunde Schlesner at 2014-10-19 23:27:15 - 2 comments
  9752. internal compiler error: adt::represent_type called on non-ADT type: !

    472eed7 Opened by Zoxc at 2014-11-07 02:02:53 - 2 comments
  9753. When UdpStream receives a message from the wrong sender, it returns Ok(0),

    003f9d7 Opened by mahkoh at 2014-10-27 07:47:47
  9754. ChanReader::read blocks until the buffer is full or the channel has been closed,

    2663426 Opened by mahkoh at 2015-01-29 03:48:57 - 1 comment
  9755. Intrinsics should be categorized into sub-modules

    ecb7a61 Opened by NODA Kai at 2014-10-21 22:34:52 - 2 comments
  9756. Make warning for having both #[main] and #[start]

    facffc2 Opened by klutzy/defunct at 2015-01-23 02:22:23 - 1 comment
  9757. Incorrect lifetime inference?

    1d5d39b Opened by Andrew Cann at 2014-10-19 03:27:32 - 2 comments
  9758. Incorrect const-ness on CString::new argument

    c5f14ce Opened by Andrew Cann at 2015-01-19 00:21:11 - 3 comments
  9759. ICE: unreachable code in check_static.rs is actually reachable.

    850d3c2 Opened by Felix S Klock II at 2014-10-28 01:16:06 - 2 comments
  9760. impl [Trait for] value {} gives impl coherence/resolve errors, rather than indicating that the impl head is not a type

    65647b7 Opened by Huon Wilson at 2015-06-25 12:10:13 - 1 comment
  9761. Convert notes to helps in the compiler

    634ae74 Opened by Brian Anderson at 2014-11-04 05:51:53 - 2 comments
  9762. "error: target type not found for const cast" triggered by the position of a mod item or by adding #[deriving(Show)]

    59d98cb Opened by Jorge Aparicio at 2016-02-02 22:09:33 - 2 comments
  9763. UdpSocket::recv_from can't handle empty packets

    cb50f86 Opened by mahkoh at 2015-01-27 18:22:19 - 1 comment
  9764. Allow (unsafe) access to the UnsafeCell inside RefCell

    f65622e Opened by Keegan McAllister at 2014-10-26 11:07:35 - 4 comments
  9765. Blanket impl lists huge number of ‘conflicting implementation’ errors

    e5c4642 Opened by Rewi Haar at 2017-05-30 21:55:37 - 5 comments
  9766. extern "C" functions are not internalized with -C lto

    1c5c13c Opened by Zoxc at 2017-05-15 15:01:37 - 16 comments
  9767. Improper instructions produced on i686-unknown-linux-gnu

    84d4b88 Opened by Alex at 2017-04-28 22:37:03 - 11 comments
  9768. Compile constant SIMD initialiser to a constant vector expression

    7c0705d Opened by Huon Wilson at 2024-10-17 16:18:55 - 5 comments
  9769. Consider compiling SIMD-from-SIMD initialisation directly to a shuffle

    32ee737 Opened by Huon Wilson at 2017-03-23 16:57:04 - 4 comments
  9770. "immutable field" errors are confusing when the handle is mutable, should describe why it is immutable

    5d61204 Opened by Huon Wilson at 2019-07-04 15:01:43 - 10 comments
  9771. Teach buildbot to shutdown EC2 slaves when idle

    2d2e1e7 Opened by Brian Anderson at 2014-10-30 03:01:09 - 3 comments
  9772. Add a macro for "unreachable" whose meaning differs in debug and release builds

    d314c17 Opened by Keegan McAllister at 2015-01-21 21:40:53 - 5 comments
  9773. Can't use "enum as u8" in constexpr

    0b6b7a8 Opened by Keegan McAllister at 2014-10-19 03:51:59 - 2 comments
  9774. "as uint" works on bare constructors of non-C-like enums

    2d83a1e Opened by Keegan McAllister at 2024-12-21 04:53:59 - 18 comments
  9775. Rust Guide section on enums is confusing since PartialEq, Eq traits are not derived by default

    0b40e56 Opened by Cathy Douglass at 2014-10-19 12:07:56 - 1 comment
  9776. std::f32::consts shouldn't be blank

    ff238b7 Opened by mdinger at 2014-12-15 19:03:51 - 3 comments
  9777. Compiler crashes when wrapping Rust callbacks in C callbacks

    622131d Opened by manuels at 2015-04-22 09:27:08 - 3 comments
  9778. Test output shows non-existing path

    b3e7f84 Opened by Daniel Hofstetter at 2015-10-27 15:12:16 - 2 comments
  9779. Unused variables lead to scary diagnostics

    27c28aa Opened by Deleted user at 2014-10-31 05:00:17 - 4 comments
  9780. Add an assert_size attribute for structs

    cd4fbd3 Opened by Keegan McAllister at 2015-02-16 19:36:52 - 4 comments
  9781. Add a glossary to the Rust Reference

    668e1e4 Opened by FreeFull at 2015-03-08 13:43:43 - 3 comments
  9782. lifetime constraints cross-interfere between method definitions

    9b9115c Opened by David Renshaw at 2014-10-28 01:44:09 - 1 comment
  9783. Static recursion checker doesn't like foreign items

    e3c4a05 Opened by Ben Gamari at 2015-04-22 00:35:38 - 1 comment
  9784. binary_search returns incorrect value in some cases

    a8e0d4b Opened by Sean Gillespie at 2014-10-19 21:44:48 - 3 comments
  9785. It is not possible to assign a Duration to a const variable

    b575389 Opened by Carl Lerche at 2015-10-27 15:11:32 - 4 comments
  9786. Add settings page to Rustdoc for long-term configuration

    d8b9a1c Opened by Aria Desires at 2018-04-22 13:24:10 - 5 comments
  9787. Add a dedicated search page to Rustdoc

    bb84901 Opened by Aria Desires at 2022-01-09 12:08:09 - 7 comments
  9788. Guide: Enums chapter contains unexplained match keyword

    b10d9b4 Opened by Lenny at 2014-11-05 17:42:01 - 10 comments
  9789. #![no_std] seems quite difficult to use in practice

    ccb7cc9 Opened by John Gallagher at 2015-01-27 18:33:51 - 11 comments
  9790. Associated types in traits used as bounds are treated as type arguments

    71d1ab3 Opened by Russell Johnston at 2015-05-17 08:04:23 - 2 comments
  9791. ICE on misuse of Float::powf(), Float::exp(), Float::exp2(), Float::ln(), etc.

    a983b37 Opened by Cassie Jones at 2014-10-20 03:31:56 - 3 comments
  9792. Associated types should permit arbitrary bounds

    d7751da Opened by Carl Lerche at 2014-11-16 03:54:31 - 3 comments
  9793. error: the trait Foo is not implemented for the type Box<Bar>

    4c69e74 Opened by Pierre Krieger at 2014-10-30 19:20:12 - 8 comments
  9794. are feature gates for tuple indexing and slicing properly enforced?

    732e4c1 Opened by Felix S Klock II at 2014-10-20 08:51:10 - 4 comments
  9795. Negative duration issue

    97ac60d Opened by Vladimir Smola at 2014-10-30 02:22:20 - 1 comment
  9796. Guide should have a simple example on how to do inverse

    54733b8 Opened by Jelte Fennema-Nio at 2014-11-06 15:15:58 - 4 comments
  9797. ICE creating structs with default type parameters with identical names and types

    bb780ce Opened by Joshua Yanovski at 2024-09-25 07:11:12 - 3 comments
  9798. Reassignment not considered by borrow rules

    79e2f02 Opened by Thomas Köppe at 2014-10-20 16:02:58 - 2 comments
  9799. Inference replaces bounded type parameter with sole implementer (was: action-at-a-distance regression)

    5388c36 Opened by Ariel Ben-Yehuda at 2014-10-22 15:37:49 - 5 comments
  9800. ICE cannot relate bound region: ReLateBound(501, BrAnon(0)) <= ReLateBound(501, BrAnon(0))

    47fb9e5 Opened by dterhorst-zz at 2014-12-18 14:32:15
  9801. rust doesn't compile on ppc64le architecture

    6ebdac3 Opened by Breno Leitao at 2015-10-27 15:11:01 - 5 comments
  9802. On-demand functions using macros

    aad0d30 Opened by Stanislav Panferov at 2015-01-21 20:04:31 - 2 comments
  9803. Iterator methods produce slow code

    bb35d2d Opened by mahkoh at 2015-02-19 21:27:57 - 6 comments
  9804. found value name used as a type with box/enum

    124380f Opened by Philippe Daouadi at 2014-10-21 20:57:49 - 1 comment
  9805. Add std::ptr::RawMutPtr to prelude

    c0ce90e Opened by qrlpx at 2014-10-31 05:00:08
  9806. Doc's example code for BufferedWriter is wrong and also generate warnings

    8ce3d60 Opened by jameschurchman at 2014-10-30 15:52:16 - 1 comment
  9807. Warnings caused by examples in libstd should fail the doc tests

    e424597 Opened by crumblingstatue at 2015-04-10 19:17:46 - 3 comments
  9808. Unexpected behavior when using break as a closure

    3a4fc07 Opened by Allen Welkie at 2014-10-21 03:23:21 - 2 comments
  9809. DList should have a method to split the list up

    790f176 Opened by Patrick Walton at 2015-01-17 18:06:28 - 6 comments
  9810. Proposal - Better control for initialization

    d7716a4 Opened by NN at 2014-11-03 08:02:08 - 10 comments
  9811. Ability to take an Immutable reference to data that is mutated later through Obfuscation

    983db4d Opened by nicole mazzuca at 2014-11-01 03:41:54 - 9 comments
  9812. ast: the id of a ref pattern conflated; has type T in some contexts and &T in others

    55bd005 Opened by Felix S Klock II at 2017-04-06 07:59:53 - 7 comments
  9813. Typechecking pass takes an extreme amount of time on trivial programs

    a6013ad Opened by bstrie at 2014-11-06 22:14:16 - 9 comments
  9814. Regression around Trait::method -> Self

    62fbe59 Opened by Yehuda Katz at 2014-10-28 01:15:59 - 10 comments
  9815. ICE: can't find associated type

    a2be34b Opened by Guillaume Gomez at 2015-01-07 21:43:44 - 2 comments
  9816. Add min/max methods for integer types

    41f483c Opened by Nathan Stoddard at 2014-10-21 22:17:27 - 2 comments
  9817. slice of static lifetime elements, contains() requires operand to have static lifetime too

    cbcf772 Opened by Michael Dilger at 2014-11-03 10:20:28 - 9 comments
  9818. ICE on impl of trait with a lifetime bound on a closure

    71bf8b1 Opened by Joshua Yanovski at 2015-01-16 22:41:22 - 1 comment
  9819. Warnings in quoted & spliced code are buggy

    0c7b390 Opened by Keegan McAllister at 2015-04-22 00:20:02 - 3 comments
  9820. rust guide: take() confusingly described as returning a list

    7ad3ea9 Opened by Luis G. Torres at 2014-10-28 16:47:06 - 1 comment
  9821. Tracking issue for RFC PR 385 - module system cleanup

    e3f0527 Opened by Nick Cameron at 2015-04-09 15:23:56 - 10 comments
  9822. Orphan rules in coherence do not account for multidispatch

    2073e65 Opened by Niko Matsakis at 2014-10-22 11:42:24
  9823. Cloning a fixed-size array loses size info.

    25a0f3e Opened by Andrew Cann at 2014-10-22 04:59:57 - 2 comments
  9824. replace "heap" with "dynamic allocation" in the documentation

    0bc62a1 Opened by Daniel Micay at 2015-05-18 20:49:33 - 34 comments
  9825. bitflags!-generated public API has poor documentation UX

    9d15c2f Opened by Steven Fackler at 2015-11-16 23:47:58 - 11 comments
  9826. thread_local does not support types that implement Drop

    8ccb1bc Opened by Carl Lerche at 2014-10-22 15:06:47 - 2 comments
  9827. ICE: Type parameter out of range when substituting in region 'a (space=FnSpace, index=0)

    6c77cbd Opened by Valerii Hiora at 2014-12-18 14:32:15 - 13 comments
  9828. allow disabling dirty page purging via an API, and consider disabling it by default

    2a630d4 Opened by Daniel Micay at 2017-06-22 17:31:49 - 4 comments
  9829. Float::fract breaks the compiler

    d66cf36 Opened by Noah Weninger at 2014-10-22 20:07:51 - 2 comments
  9830. ICE with unboxed closures

    f7c8261 Opened by Vladimir Matveev at 2014-10-28 01:16:08 - 1 comment
  9831. Order of type paramerter decleration effects type checking

    444afea Opened by John Ericson at 2015-06-29 17:08:32 - 1 comment
  9832. Trait re-exports fail due to privacy of containing module

    8cd98d3 Opened by Ryman at 2016-03-06 05:35:41 - 16 comments
  9833. Parse error when typing lifetime bounds before trait bounds in a trait object

    14c1048 Opened by Ariel Ben-Yehuda at 2015-10-27 14:59:32 - 1 comment
  9834. multiple definition in librand with parallel codegen

    db0f221 Opened by Markus Siemens at 2015-08-03 17:40:13 - 4 comments
  9835. ICE with generic types used in unboxed closures parameters

    5bd855d Opened by Juan Vidal Pich at 2014-10-24 05:45:52 - 2 comments
  9836. ICE: Index out of bounds error after argument type mismatch.

    273b017 Opened by Michael Sproul at 2014-10-23 00:08:10 - 1 comment
  9837. std::rc::Rc should accept DST

    e7feee6 Opened by Roma Sokolov at 2017-09-03 20:56:31 - 14 comments
  9838. 'rustc' failed at 'assertion failed:

    326c935 Opened by Passw at 2014-10-28 06:09:30 - 3 comments
  9839. struct variants define a ctor function as if they were regular variants

    21ef3d5 Opened by Ömer Sinan Ağacan at 2014-10-28 01:16:06 - 3 comments
  9840. Remove highlighting for prelude types (vim)

    2eac63d Opened by mahkoh at 2015-01-29 18:29:09 - 2 comments
  9841. Unusual request for a Sized bound

    81ce46c Opened by Alex Crichton at 2014-10-27 19:17:11 - 8 comments
  9842. TypedArena has undefined behaviour when types have destructors

    b4feb30 Opened by Daniel Micay at 2014-10-28 22:25:28
  9843. support clearing TypedArena with the chunks preserved

    5e4b0cc Opened by Daniel Micay at 2016-01-11 10:19:53
  9844. Aliasing &mut hiding behind trait objects

    761ade6 Opened by Alex Crichton at 2014-11-01 14:55:26 - 14 comments
  9845. assertion failure in rustc

    21a5340 Opened by Philippe Daouadi at 2014-10-23 20:27:06 - 1 comment
  9846. Cannot get a 'static reference to an explicit memory location

    cc44834 Opened by Lionel Flandrin at 2015-09-04 20:31:29 - 7 comments
  9847. Differents type signature (address, port) for TCP and UDP connection

    1a8f859 Opened by Rachid Belaid at 2014-11-11 12:49:33 - 5 comments
  9848. "internal compiler error: tried to pop without a push" when trying to use an undefined macro inside an impl block

    3d901db Opened by Loïc Damien at 2014-12-12 17:50:32 - 1 comment
  9849. Gamma function

    528a92f Opened by Deleted user at 2018-04-14 18:38:51 - 3 comments
  9850. Move editor support to a different repo

    679ab9c Opened by emberian at 2017-03-24 19:22:19 - 4 comments
  9851. ICE from syntax codemap for particular line counts, perhaps intertwined with macro expansion

    a0d5dfc Opened by Felix S Klock II at 2014-10-24 16:01:10 - 3 comments
  9852. A static field in a struct?

    98eface Opened by Alex Maslakov at 2014-10-24 15:09:04 - 1 comment
  9853. docs: Inaccessible/private types are shown under Show implementors

    6e14b8f Opened by Jorge Aparicio at 2015-04-07 02:06:17 - 1 comment
  9854. ICE when dereferencing Box<str>

    946ccbd Opened by Manish Goregaokar at 2014-10-24 17:00:33 - 2 comments
  9855. ICE when trying to call Ord::cmp as a free function

    7bf1620 Opened by Luis G. Torres at 2014-10-24 15:34:32 - 1 comment
  9856. There is no way to create Box<str>

    00a2ada Opened by Jorge Aparicio at 2015-09-28 17:26:59 - 2 comments
  9857. Consider renaming Mutex<T> -> MutexCell<T>

    b0961b2 Opened by Carl Lerche at 2015-02-16 05:35:41 - 5 comments
  9858. gdb has the wrong source location with many macros

    4f229db Opened by Alex Crichton at 2020-04-30 15:55:25 - 6 comments
  9859. StrSlice missing trim method

    8a4a26c Opened by dso at 2015-01-27 18:34:32 - 1 comment
  9860. Reference needs to document kind key of #[link]

    f31e9f6 Opened by Lily Ballard at 2014-11-07 02:02:51 - 1 comment
  9861. Spurious dead code warning when item is only used in impls

    3dbae0f Opened by Ariel Ben-Yehuda at 2019-08-27 03:49:43 - 5 comments
  9862. liballoc should bubble up out-of-memory errors

    0eb8003 Opened by Daniel Micay at 2014-11-02 23:17:19
  9863. constants are not constant due to ptr->int casts

    fc9c553 Opened by Daniel Micay at 2014-10-28 01:16:04 - 3 comments
  9864. llvm::StoreInst::AssertOK on referenced trait during compile

    9a2a161 Opened by Jack Lindamood at 2015-01-16 22:43:00 - 3 comments
  9865. Can't call methods from re-exported traits

    9209ca6 Opened by Keegan McAllister at 2015-10-20 04:16:37 - 3 comments
  9866. Emit unnamed_addr on statics

    06b1817 Opened by Ariel Ben-Yehuda at 2024-10-20 13:21:07 - 7 comments
  9867. ICE: OutputTypeParameterMismatch with unboxed closures

    a4a844d Opened by Viktor Dahl at 2014-10-28 22:25:57 - 2 comments
  9868. Show is not implemented for Arc

    187e261 Opened by Clark Gaebel at 2014-10-28 01:16:09
  9869. doc.rust-lang.org front page should have a search box

    1081c85 Opened by Keegan McAllister at 2015-01-12 21:10:58 - 5 comments
  9870. Allow implementation of Show for RadixFmt with user-defined type

    02d243b Opened by James Sanders at 2015-10-27 14:51:57 - 1 comment
  9871. Reorder Vec fields

    651b77c Opened by Clark Gaebel at 2014-10-28 01:16:04 - 1 comment
  9872. Implement stack overflow messages on BSD

    1493a19 Opened by Zoxc at 2015-11-07 07:06:47 - 2 comments
  9873. out-of-stack-no-split.rs fails on Ubuntu 14.04 x86_64

    23f236f Opened by Zoxc at 2015-10-27 14:45:21 - 1 comment
  9874. Are there any plans on making an extra lib for supporting Reactive Programming?

    1f3c749 Opened by ty at 2014-10-26 01:46:42 - 1 comment
  9875. error: LLVM configure failed

    32439f1 Opened by Vladimir Smola at 2014-10-26 11:00:03 - 2 comments
  9876. Benchmarks can cause segfaults in jemalloc

    63823de Opened by Viktor Dahl at 2014-11-05 04:04:10 - 5 comments
  9877. fix performance regressions due to statics no longer being inlined

    07efece Opened by Daniel Micay at 2015-10-27 14:44:47 - 1 comment
  9878. add an off-by-default lint for catching constant statics

    e951ddc Opened by Daniel Micay at 2016-02-11 20:16:14 - 3 comments
  9879. core::raw type definitions are incorrect due to implementation-defined struct representations

    2aca9f7 Opened by Daniel Micay at 2014-10-28 01:16:05
  9880. undefined behaviour in std::ascii due to implementation defined struct layout

    112252f Opened by Daniel Micay at 2014-10-28 01:16:12 - 2 comments
  9881. Problem with pub keyword in macros

    6fd961e Opened by Guillaume Gomez at 2015-02-17 22:37:43 - 11 comments
  9882. JSON encoder silently corrupts some 64-bit ints

    75da229 Opened by Keegan McAllister at 2014-12-09 13:51:51 - 2 comments
  9883. ICE cross compiling in decode_inlined_item

    38e3bb6 Opened by Steven Fackler at 2015-04-21 01:05:53 - 4 comments
  9884. VacantEntry should provide an accessor for the key

    43ff0a1 Opened by Keegan McAllister at 2016-05-26 21:34:38 - 5 comments
  9885. Windows: rustc should prefer bundled linker and libs.

    7fbbf08 Opened by vadimcn at 2014-11-11 12:17:12 - 13 comments
  9886. Nonsensical macro_rules error message

    c920053 Opened by Alex at 2014-10-26 01:11:20 - 1 comment
  9887. Slightly incorrect error on mutable borrow of immutable captured variable

    1402e30 Opened by Brian Koropoff at 2019-04-22 15:06:12 - 4 comments
  9888. Phantom lifetime is ignored

    5bbd53d Opened by NAKASHIMA, Makoto at 2015-07-19 21:14:11 - 9 comments
  9889. ICE when creating a slice of trait objects with DST impls

    8bc4b7a Opened by Steven Fackler at 2014-11-20 21:51:51 - 4 comments
  9890. Unboxed closures can mutate captures of immutable variables

    52ecb40 Opened by Brian Koropoff at 2014-10-28 01:16:08
  9891. Unboxed closure upvars are sometimes not marked as used mutably

    9645a62 Opened by Brian Koropoff at 2014-10-28 01:16:08
  9892. unrecognised emulation mode: i386pep

    d5c8206 Opened by Clemens Prill at 2014-10-30 17:50:55 - 4 comments
  9893. Wrong x86 instruction generated for function call via raw pointer

    6e6c7b9 Opened by Simon Persson at 2014-10-26 11:53:57 - 1 comment
  9894. Calling a closure stored in a struct, a bug or just a bad error message

    a66fada Opened by dutt at 2014-10-28 01:16:10 - 4 comments
  9895. ICE: index out of bounds: the len is 1 but the index is 1

    275a693 Opened by Ruud van Asseldonk at 2014-12-18 14:32:15
  9896. overloaded_calls on boxed Fn<A, R>

    fa307ae Opened by Nika Layzell at 2015-01-27 18:32:49 - 1 comment
  9897. Failed to build because of incompatible type

    4a769b7 Opened by ty at 2014-10-28 01:16:11 - 2 comments
  9898. Null Pointer Error when working with Mutex

    f546ddd Opened by kiwistrongis at 2014-10-27 12:30:50 - 6 comments
  9899. Invalid error message about lifetimes when pattern matching with constants

    ca8226e Opened by Vladimir Matveev at 2014-10-28 01:16:11 - 1 comment
  9900. ICE in translation phase while using DST: "Invalid operand types for ICmp instruction"

    d76dac6 Opened by Jorge Aparicio at 2014-11-07 02:02:54 - 1 comment
  9901. JS error loading implementors of trait

    81d15f4 Opened by Steven Fackler at 2014-12-05 22:46:58
  9902. ICE when #[no_mangle] function is declared multiple times with different signatures.

    34cbfff Opened by mahkoh at 2015-04-11 19:23:08 - 3 comments
  9903. Unexpected failure, when interfacing with C code

    9b0f7ae Opened by Nick Zbinden at 2015-04-22 00:35:21 - 3 comments
  9904. type <MODULE>::<STRUCT> does not implement any method in scope named <METHOD>

    49127ad Opened by Calamari at 2014-10-27 06:42:59 - 1 comment
  9905. implement named return value optimization in the frontend

    bcb7bdd Opened by mahkoh at 2015-02-02 10:50:12 - 2 comments
  9906. Unexpected failure in rustc

    dc16437 Opened by Deleted user at 2015-01-20 23:55:56 - 2 comments
  9907. It's not possible to create Paths allocation-free

    87b8fe4 Opened by heinrich5991 at 2015-02-11 19:59:06 - 3 comments
  9908. Unboxed closures ICE: Expected(expected EBML doc with tag EsEnumVid but found tag 27)

    e6781f1 Opened by Carl Lerche at 2014-11-05 12:21:42 - 4 comments
  9909. rustdoc: add the ability to copy a skeleton trait impl from a trait doc entry

    6a56aa1 Opened by Brendan Zabarauskas at 2015-01-21 01:35:00 - 1 comment
  9910. #[repr(C)] and Drop causes undefined behavior in FFI code

    0b3fdd8 Opened by mahkoh at 2015-04-11 19:22:52 - 6 comments
  9911. Compiler bug? "assertion failed: (left == right) && (right == left)…"

    fb4a3c2 Opened by Félix Saparelli at 2014-11-08 03:39:27 - 1 comment
  9912. Use minnum/maxnum LLVM instrinsics for fmin/fmax

    8404606 Opened by Huon Wilson at 2019-06-07 04:31:34 - 7 comments
  9913. Overloaded call notation doesn't work with trait bounds

    c29d939 Opened by Niko Matsakis at 2014-12-25 18:43:05 - 2 comments
  9914. Fn trait hierarchy not respected

    07faab2 Opened by Niko Matsakis at 2014-11-06 08:01:57
  9915. ICE with associated type in trait constraint trait type parameter

    712a73c Opened by Jeremy Letang at 2014-12-18 14:32:15 - 1 comment
  9916. "not all control paths return a value" should indicate which control paths don't return a value

    76b8052 Opened by emberian at 2017-09-22 09:25:13 - 8 comments
  9917. Resolve obligations more carefully

    695137f Opened by Niko Matsakis at 2016-02-02 18:40:09 - 4 comments
  9918. In libsyntax, parser.bump_and_get actually does "get and then bump" (function name confusing)

    3075ac4 Opened by Allan Simon at 2017-04-11 17:03:19 - 4 comments
  9919. ICE casting fat raw pointer to non-fat pointer

    1b48759 Opened by FreeFull at 2014-12-13 12:49:34 - 3 comments
  9920. Recent regression in diagnostics: "overflow evaluating the trait core::kinds::Sized for the type <generic #139>"

    51cce3f Opened by Jorge Aparicio at 2014-12-18 14:32:15 - 3 comments
  9921. Add a PeekableIter trait in standard library.

    5b13c42 Opened by Philippe Lavoie at 2015-01-27 18:29:46 - 1 comment
  9922. DList should have a method to push all elements from another list, leaving the other one empty

    ff93f67 Opened by Patrick Walton at 2015-01-29 22:21:20 - 7 comments
  9923. ICE when casting foreign item

    6cb12e7 Opened by Pranz at 2014-12-12 21:30:02 - 3 comments
  9924. "".to_string() is slower than String::new()

    fa0cc5f Opened by Clark Gaebel at 2016-04-12 19:30:08 - 19 comments
  9925. #[deriving(Clone)] doesn't work for structs with borrowed pointers

    460a800 Opened by Stepan Koltsov at 2014-10-28 20:50:06 - 1 comment
  9926. ICE when assigning a method to a variable

    8d593bd Opened by Murarth at 2014-10-31 05:00:11 - 2 comments
  9927. Consider making Reader and Writer generic in their type of error

    9ff40ce Opened by Andrew Cann at 2015-01-29 04:16:26 - 3 comments
  9928. str escape sequences are undocumented

    4bc0def Opened by mdinger at 2018-04-29 16:21:17 - 5 comments
  9929. Yet another attempt to refactor libstd's Duration

    48eaea5 Opened by Vladimir Smola at 2015-05-27 23:06:53 - 2 comments
  9930. Infinite memory use on invalid program

    cf392b3 Opened by Chris Clearwater at 2014-11-03 16:43:40 - 5 comments
  9931. rustdoc should escape <>

    b8c9b0e Opened by Tobias Bucher at 2018-09-13 09:56:58 - 13 comments
  9932. Add a macro that allows evaluating the macros from inner to outer

    dbcdab2 Opened by Tobias Bucher at 2014-10-29 09:50:41 - 1 comment
  9933. Box accepts multiple lifetime parameters

    ad3cd38 Opened by Niko Matsakis at 2014-11-07 02:03:06 - 2 comments
  9934. Implement collections reform

    f4107d2 Opened by Alex Crichton at 2023-12-29 12:04:44 - 78 comments
  9935. ICE on let _ = [box 0u, ..1];

    979307b Opened by J. Neuschäfer at 2014-10-31 05:00:14 - 1 comment
  9936. Unary tuples printed as (T) instead of (T,)

    4c7eb3c Opened by J. Neuschäfer at 2014-10-31 13:11:55
  9937. regex!("...") should generate a const instead of a static

    2987ab5 Opened by Adolfo Ochagavía at 2015-01-25 20:35:53 - 2 comments
  9938. program hangs when using String::from_char with negativ value

    72c0ba6 Opened by konsti at 2014-10-29 19:49:56 - 1 comment
  9939. Confusing error message: "unable to infer enough type information to locate the impl of the trait core::kinds::Sized"

    02d034f Opened by Carl Lerche at 2014-11-09 00:43:40 - 2 comments
  9940. Support the Trait<Output=Type> syntax

    17957f3 Opened by Niko Matsakis at 2014-12-12 21:02:30 - 5 comments
  9941. Support T::Type shorthand for referencing associated types

    ad88fba Opened by Niko Matsakis at 2014-12-17 11:23:27 - 1 comment
  9942. Associated types need to do transitive bound expansion

    8f62d0b Opened by Niko Matsakis at 2015-01-03 11:08:38 - 1 comment
  9943. Creating a E-Medium category

    4d14c29 Opened by Félix Raimundo at 2015-01-21 00:04:13 - 4 comments
  9944. Traits with where clauses that themselves reference associated types

    937ef1e Opened by Niko Matsakis at 2015-01-08 18:01:54 - 1 comment
  9945. Associated types are used as inputs for multidispatch

    c406acb Opened by Niko Matsakis at 2015-01-02 10:24:48 - 3 comments
  9946. make tidy could detect empty files

    03a3266 Opened by Huon Wilson at 2017-05-13 21:22:48 - 5 comments
  9947. Rustc should warn, not fail on bad doc comments

    391c0e8 Opened by Manish Goregaokar at 2015-01-27 18:28:18 - 2 comments
  9948. methods in trait impls should override default methods

    f6cba81 Opened by Nick Cameron at 2017-03-11 03:50:38 - 5 comments
  9949. rodata in std::str may be an unfamiliar term

    6877fbe Opened by mdinger at 2014-11-03 01:22:34 - 10 comments
  9950. Unify treatment of methods and static methods

    b12b06f Opened by Nick Cameron at 2017-04-15 18:23:18 - 3 comments
  9951. It's not obvious that trim_char only operates on the ends

    9d2c7ce Opened by mdinger at 2014-11-03 21:02:44
  9952. Unboxed closure + traits bug

    eb58b56 Opened by Carl Lerche at 2014-11-03 23:12:38 - 6 comments
  9953. missing_doc lint should ignore private traits

    850d5f8 Opened by Tom Jakubowski at 2014-10-30 10:54:21 - 1 comment
  9954. Add a non-allocating &mut String -> &CString conversion.

    401c07a Opened by mahkoh at 2015-01-27 18:38:10 - 9 comments
  9955. Dead code warning when a constant is used only in a range match

    93aa98d Opened by GGist at 2014-11-03 23:12:38
  9956. Byte string literals should have a type of a fixed size

    0f3a948 Opened by Alex Crichton at 2015-03-18 11:00:15 - 1 comment
  9957. Ensure libraries enforce correct error conventions

    030657f Opened by Alex Crichton at 2015-02-16 23:32:05 - 1 comment
  9958. Implement revised coercion rules

    8acbe89 Opened by Aaron Turon at 2022-11-30 14:30:52 - 22 comments
  9959. Arena::alloc_copy_inner (at least) should be renamed and made public

    16b13e7 Opened by comex at 2016-01-11 10:19:53 - 2 comments
  9960. Deep dead_code warning is annoying

    ef73c58 Opened by comex at 2015-01-19 15:31:52 - 3 comments
  9961. Implement the -l flag for native linking

    d214c6b Opened by Brian Anderson at 2014-11-03 23:12:36
  9962. building on Windows: chokes on paths with spaces

    69d6809 Opened by Aaron Turon at 2015-12-01 23:26:02 - 1 comment
  9963. Implement namespaced enums

    b21b100 Opened by Aaron Turon at 2014-11-17 19:25:09 - 2 comments
  9964. LLVM "broken function found" failure (nightly d1fc2dec7 2014-10-30 04:32:08)

    e51df45 Opened by Ömer Sinan Ağacan at 2015-11-07 07:02:42 - 2 comments
  9965. Maybe we should remove line 'libdebug/..' from the README.md file

    1af9436 Opened by Passw at 2014-11-14 10:47:58
  9966. Cannot use &str with the Index trait (LLVM assertion failure: "Invoking a function with bad signature")

    cf182bb Opened by NODA Kai at 2014-11-03 23:12:39 - 4 comments
  9967. task 'it_works' failed at 'called Result::unwrap() on an Err value: no reason whatsoever.'

    dbcc677 Opened by Yana Petrova at 2014-11-05 12:43:19 - 4 comments
  9968. Inaccurate sentence in "Borrowing and Enums" documentation.

    b592cc4 Opened by Michael Patraw at 2014-12-04 16:44:24 - 1 comment
  9969. ICE: 'rustc' panicked at 'assertion failed: *start <= *end' in slice.rs:396

    1682841 Opened by mitchmindtree at 2014-11-04 08:36:59 - 13 comments
  9970. core::write! is unusable.

    8ff3827 Opened by Clark Gaebel at 2015-01-27 18:38:55 - 5 comments
  9971. Program extraction from Coq

    cd6d7ff Opened by Keegan McAllister at 2015-01-21 19:36:28 - 5 comments
  9972. doc.rust-lang.org should redirect to new on-topic page

    b582921 Opened by Sean Jensen-Grey at 2014-11-10 22:17:36 - 6 comments
  9973. Tracking issue for RFC: Tweak the compiler's default linkage for dylibs

    388b4b8 Opened by Nick Cameron at 2014-11-05 09:26:50 - 1 comment
  9974. ICE when using inlined function from another crate (UFCS related)

    16d741e Opened by Jorge Aparicio at 2014-11-03 23:12:41 - 9 comments
  9975. ICE: "no path elem for NodeStmt(Spanned ..." (UFCS related)

    b5d70aa Opened by Jorge Aparicio at 2014-12-18 14:32:15 - 2 comments
  9976. prevent unwinding past FFI boundaries in code generation

    dbb416b Opened by Daniel Micay at 2018-07-29 07:27:59 - 31 comments
  9977. make unwinding an optional feature

    9d60001 Opened by Daniel Micay at 2015-01-29 05:04:48 - 1 comment
  9978. mark C ABI functions as nounwind

    1ef3218 Opened by Daniel Micay at 2016-07-19 00:40:32 - 2 comments
  9979. ICE - Type parameter out of range when substituting in region 'a

    39713cc Opened by Frank Denis at 2014-11-01 18:49:16 - 1 comment
  9980. ICE: assertion failed: (left == right) && (right == left) (left: 11, right: 0)

    c4bb3e1 Opened by Stanislav Panferov at 2014-11-03 23:12:40 - 2 comments
  9981. Rustoc doesn't display "for Sized?" on traits

    369ce91 Opened by Steven Fackler at 2014-11-27 06:35:59 - 1 comment
  9982. ICE

    a434758 Opened by Stepan Koltsov at 2014-11-02 02:33:30 - 2 comments
  9983. Reexport stability isn't checked.

    4aedf7c Opened by Steven Fackler at 2014-11-01 22:19:43 - 1 comment
  9984. serialize::base64 could use a Show type

    26fd923 Opened by Sean McArthur at 2015-02-15 19:11:39 - 2 comments
  9985. Calling HashMap::new() from Dynamically loaded lib, causes Segfault, Illegal Instruction

    8e5c173 Opened by Ashley Sommer at 2014-11-02 03:36:59 - 11 comments
  9986. No way to get Box<X> out of a Box<X + Y>

    77804c7 Opened by Jonathan Reem at 2017-05-16 12:50:57 - 9 comments
  9987. SocketAddr should impl std::cmp::Equiv

    31cc346 Opened by ty at 2014-11-02 03:30:31 - 2 comments
  9988. Buffer is not usable as a trait object

    fe1d7b4 Opened by Kang Seonghoon at 2014-11-16 06:23:51 - 5 comments
  9989. ICE using multidispatch with unboxed closures + overloaded calls

    893bc58 Opened by Tom Jakubowski at 2014-11-04 10:07:02 - 1 comment
  9990. Multiple-file example in guide

    0573286 Opened by planck0 at 2016-12-25 16:52:39 - 8 comments
  9991. internal compiler error: unexpected panic, when dereferencing a function type

    8998eaa Opened by Bryan Yap at 2014-11-03 01:07:47 - 2 comments
  9992. "LLVM ERROR: Broken function found" with UFCS and static methods

    9fefde5 Opened by Deleted user at 2014-11-03 23:12:44 - 3 comments
  9993. site search returns duplicate results

    3459a4d Opened by Sean Jensen-Grey at 2015-01-30 23:44:12 - 3 comments
  9994. Control visibility of dylib symbols

    39500fb Opened by mprobinson at 2014-11-11 00:53:08 - 6 comments
  9995. Cross-crate unboxed closures are not fully implemented

    20d718f Opened by Brian Koropoff at 2014-11-05 12:21:42
  9996. Cargo commands in crates guide

    21c7018 Opened by planck0 at 2014-11-06 15:10:26 - 3 comments
  9997. More shortcut functions in crate term

    6df3f10 Opened by Richard Dodd at 2015-01-19 21:41:30 - 6 comments
  9998. Add lint for lifetimes or generic types not required by trait / struct / enum

    7ea4be2 Opened by Jake Goulding at 2016-02-11 20:16:08 - 9 comments
  9999. post buildbot notifications to irc

    4193373 Opened by Nick Cameron at 2014-11-03 02:32:38 - 1 comment
  10000. Obsolete pointer syntax in nightly documentation

    a37e1fb Opened by George Burton at 2014-11-04 10:07:04
  10001. debuginfo tests fail against stock gdb 7.8.1

    d02049a Opened by Brian Koropoff at 2014-11-02 22:51:46 - 1 comment
  10002. Use link rel="canonical" to doc.rust-lang.org in HTML docs

    0f69b29 Opened by Geoffrey Thomas at 2022-01-09 14:52:27 - 6 comments
  10003. Crate names allow hyphens

    f4171f4 Opened by gary at 2015-01-27 18:47:15 - 2 comments
  10004. Unsafe &mut using RefCell

    7d32662 Opened by Murarth at 2014-11-13 17:50:17 - 8 comments
  10005. Struct{x:y, .. old.method_taking_self()} doesn't treat old as a moved value

    cb5991c Opened by Brandon Sanderson at 2014-11-07 09:12:01 - 3 comments
  10006. staticlib creates huge files

    791153f Opened by mahkoh at 2015-04-11 19:23:10 - 9 comments
  10007. A trait with a non-member function gives inconsistent and buggy results.

    39e6544 Opened by Paho Lurie-Gregg at 2014-11-04 02:12:22 - 2 comments
  10008. Undetected use after move

    b90c72f Opened by Pepijn de Vos at 2015-02-13 04:44:31 - 6 comments
  10009. deriving(Hash) on enum generates method call on generic integer (1.hash())

    eb5d794 Opened by klutzy/defunct at 2015-01-28 04:20:06 - 3 comments
  10010. [iOS/OSX] .bytecode.deflate files in static lib fail linking with -ObjC

    825f9a0 Opened by Valerii Hiora at 2014-11-09 22:16:53 - 6 comments
  10011. LLVM assertion failure calling extern fn pointer after panic!

    449156a Opened by mprobinson at 2014-11-07 02:02:58 - 1 comment
  10012. rustc on linux seems not to export pub extern fns

    66d88de Opened by flo-l at 2014-11-03 17:31:39 - 2 comments
  10013. Add warnings to save_analysis info

    d197c24 Opened by Nick Cameron at 2017-09-29 12:25:48 - 5 comments
  10014. Rename std::io::AsRef{Reader,Writer} to std::io::ByRef{Reader,Writer}

    5224b6c Opened by Erick Tryzelaar at 2014-11-16 20:31:30 - 1 comment
  10015. Use serialisation for save_analysis

    0333d72 Opened by Nick Cameron at 2018-04-08 23:23:24 - 16 comments
  10016. Need DerefMove for Servo safety

    2d5ced7 Opened by Patrick Walton at 2015-01-20 22:51:40 - 2 comments
  10017. Rust nightlies get out of sync across platforms

    8607e2e Opened by Carl Lerche at 2014-11-03 22:27:29 - 1 comment
  10018. Strategy for stabilization non-std crates

    53e926f Opened by Brian Anderson at 2015-01-05 07:03:00 - 12 comments
  10019. ICE: 'rustc' panicked at 'assertion failed: *start <= *end'

    23247f2 Opened by Jan Segre at 2014-11-03 22:18:24 - 1 comment
  10020. Bit-shift lint errors on cross-compiles

    80947db Opened by Alex Crichton at 2014-11-10 16:26:41 - 12 comments
  10021. run-pass-valgrind tests fail when valgrind doesn't exist

    cbe2460 Opened by Brian Anderson at 2015-11-09 17:18:58 - 9 comments
  10022. Unify the fat pointer layouts in back::abi

    5abe365 Opened by Nick Cameron at 2016-06-27 22:31:10 - 3 comments
  10023. rustdoc panics when dealing with associated types

    a968c46 Opened by Jorge Aparicio at 2014-11-25 15:42:49 - 3 comments
  10024. "Remove this semicolon" lint for return values and closures

    b94413f Opened by Alex Crichton at 2017-05-10 21:07:38 - 3 comments
  10025. ARM c_char has the wrong type.

    65f6584 Opened by mahkoh at 2015-04-08 23:47:35
  10026. Change function/closure coercions to polymorphism

    ace0417 Opened by Nick Cameron at 2015-01-05 08:23:38 - 5 comments
  10027. sub-trait coercions

    e311cde Opened by Nick Cameron at 2021-08-16 11:42:32 - 5 comments
  10028. Allow casts wherever implict coercion is allowed

    76d1e4f Opened by Nick Cameron at 2015-03-25 05:09:11 - 1 comment
  10029. Allow transitive coercions

    3cf26b4 Opened by Nick Cameron at 2023-10-15 12:02:59 - 4 comments
  10030. next_power_of_two should panic on overflow

    7efee09 Opened by Aria Desires at 2017-11-06 19:27:20 - 10 comments
  10031. Returning a for loop gives confusing error message if you aren't aware that can be done

    27b99d7 Opened by mdinger at 2014-11-04 19:31:44 - 1 comment
  10032. Make tuple variant and struct variant field visibility consistent

    3b896cc Opened by Steven Fackler at 2015-01-27 18:47:20 - 2 comments
  10033. The rust guide never tells you how to use more then one file in your project.

    d5e12a2 Opened by Blair Nilsson at 2014-11-04 11:42:21 - 2 comments
  10034. rustc produces error: linking with cc failed: exit code: 1

    480ec02 Opened by Oleg Korobenko at 2016-03-27 03:02:54 - 3 comments
  10035. Associated types Order can cause ICE

    e89fa1d Opened by Armin Ronacher at 2014-12-27 05:14:31 - 3 comments
  10036. Any::get_type_id and TypeId/type_id seem to disagree

    efb9dbf Opened by Daniel Keep at 2014-11-05 00:09:51 - 3 comments
  10037. Remove ty_nil and replace with zero-length tuple

    020b5dd Opened by Niko Matsakis at 2014-11-16 16:17:18 - 3 comments
  10038. Update private rustc datastructures to match conventions

    aba55c1 Opened by Aria Desires at 2017-05-16 03:46:07 - 4 comments
  10039. Using Rust on windows install guide will lead you to a bad bad place.

    8b0b8b7 Opened by Blair Nilsson at 2014-11-11 12:57:06 - 4 comments
  10040. dead_code warnings are wrong

    46c294d Opened by mahkoh at 2015-04-11 19:23:04 - 6 comments
  10041. Non-clonable FileType

    6836c24 Opened by Evgeny Safronov at 2014-11-07 02:03:02 - 3 comments
  10042. Lifetimes should be inferred in simple cases

    1417bb3 Opened by Michael Hart at 2015-01-29 04:11:20 - 7 comments
  10043. Implement Deref for &T

    3e7d7ab Opened by kennytm at 2014-11-07 13:26:39 - 4 comments
  10044. ICE: DefID [...] was matchable against Obligation [...] but now is not

    f543a92 Opened by Tyler Philbrick at 2015-05-12 20:47:11 - 5 comments
  10045. Implement Deref for Box

    6dd0847 Opened by kennytm at 2014-12-22 02:53:15 - 7 comments
  10046. error: unresolved name

    51762b6 Opened by Peter Varo at 2014-11-06 02:40:31 - 6 comments
  10047. Test function can't have same name as a module in the same scope

    d024ebd Opened by Jorge Aparicio at 2019-08-31 21:19:17 - 4 comments
  10048. Request: add prefix_sum and prefix_product to AdditiveIterator and MultipilicativeIterator

    a48d0ab Opened by Deleted user at 2015-01-29 04:12:11 - 5 comments
  10049. Cannot build Rust documentation on Windows with spaces in paths to Pandoc and/or LaTeX.

    9cebf6e Opened by Vitali Haravy at 2014-11-11 12:05:26 - 7 comments
  10050. Implement parse macro!() / macro![] as expr (RFC 378)

    62ee599 Opened by Felix S Klock II at 2014-12-18 19:42:11 - 2 comments
  10051. lifetime elision should apply to closure types

    3a54d68 Opened by comex at 2014-11-04 23:46:07 - 2 comments
  10052. Implement higher-ranked trait bounds

    3125929 Opened by Brian Anderson at 2014-11-18 21:01:55 - 1 comment
  10053. Simplify numeric traits

    718f507 Opened by Brian Anderson at 2015-03-17 17:46:06 - 4 comments
  10054. Un-feature-gate struct variants

    7c79a75 Opened by Alex Crichton at 2014-11-16 20:17:28
  10055. debuginfo: Implement time-out for LLDB test runner

    22e0d67 Opened by Michael Woerister at 2014-11-07 02:03:06 - 1 comment
  10056. ld: archive has no table of contents file

    a250f3a Opened by Ben Anderson at 2014-11-16 08:20:12 - 6 comments
  10057. Attempting to clone Vec<T> for non-cloneable T returns &[T]

    5122896 Opened by Hanno Braun at 2016-10-29 14:30:33 - 12 comments
  10058. ICE with move FnOnce unboxed closure

    b44b29a Opened by Cristi Cobzarenco at 2014-11-09 01:46:44 - 2 comments
  10059. Generalization in type inference needs to generalize unbound type variables too

    de3ab29 Opened by Niko Matsakis at 2017-04-13 16:48:53 - 6 comments
  10060. Cannot refer to associated type of generics of the same trait (illegal recursive type)

    e530faa Opened by kennytm at 2015-06-22 03:15:18 - 1 comment
  10061. match arms differ in mutability

    50d5429 Opened by Zeke Foppa at 2015-01-27 20:57:53 - 2 comments
  10062. Incorrect &str => f64 results

    2be711c Opened by Alex Crichton at 2014-11-07 20:58:02 - 6 comments
  10063. ICE: Type parameter out of range when substituting in region 'a

    5e8d109 Opened by Daniel Fagnan at 2014-11-06 20:56:11 - 1 comment
  10064. ICE: LLVM Assertion with Unboxed Closures

    b4779b1 Opened by Cristi Cobzarenco at 2014-11-07 22:36:47 - 4 comments
  10065. Slice notation with negative indices

    1acb032 Opened by Ophir LOJKINE at 2022-10-28 10:55:42 - 4 comments
  10066. Allow automatically derived Show for enums to be just the field name

    5b2cee4 Opened by Armin Ronacher at 2015-01-27 18:50:09 - 1 comment
  10067. configure: build triple no longer propagates to host and target triples

    bce027a Opened by Brian Anderson at 2015-06-24 01:07:41 - 1 comment
  10068. LLVM assertion with missing -C prefer-dynamic on plugin crates

    1a71af8 Opened by Keegan McAllister at 2018-09-24 17:36:30 - 11 comments
  10069. resolve: strange corner case in overlapping method names

    2d5c858 Opened by Aaron Turon at 2014-11-17 22:42:15 - 1 comment
  10070. crosscompile macosx to android fails

    a3a6745 Opened by yichoi at 2015-03-26 09:37:46 - 5 comments
  10071. allow jemalloc to replace the platform allocator

    3c415ae Opened by Daniel Micay at 2014-11-13 03:23:33 - 1 comment
  10072. Update API docs and conventions for fail -> panic

    f7a64c0 Opened by Brian Anderson at 2014-11-21 01:01:54 - 4 comments
  10073. type parameters on field references are allowed

    47ff30b Opened by Niko Matsakis at 2014-11-13 14:12:28 - 2 comments
  10074. "Multiple applicate methods in scope" error on unambiguous method call

    09287d8 Opened by Jorge Aparicio at 2014-11-06 18:57:19 - 1 comment
  10075. Unboxed closure ICE due to conflicting use of self param space

    4f0bdff Opened by Brian Koropoff at 2014-11-07 22:36:47
  10076. Empty structs should not need #[repr(C)]

    b89a62c Opened by Clark Gaebel at 2015-01-27 18:59:52 - 11 comments
  10077. native::run is useless

    f8cafaa Opened by Huon Wilson at 2014-11-21 06:16:53 - 1 comment
  10078. from_str_radix incorrect for negative numbers

    d44254e Opened by Arjan Topolovec at 2014-11-07 20:59:14 - 3 comments
  10079. Bug in checker for duplicate constraints

    9f99ef7 Opened by Sven Nilsen at 2014-11-12 11:43:39 - 9 comments
  10080. Non ascii byte string literals broken

    9871ebd Opened by mahkoh at 2014-11-06 16:19:30 - 4 comments
  10081. flexible target specification breaks plugins lookup

    35cbe4a Opened by Vladimir Pouzanov at 2015-03-15 21:52:41 - 19 comments
  10082. Rustdoc: Surface trait impl doc comments in "implemented" section

    0f7f7c1 Opened by Steven Fackler at 2023-11-19 14:00:51 - 5 comments
  10083. Windows buildslaves are lost and never come back

    c4000cb Opened by Alex Crichton at 2015-10-21 17:45:29 - 1 comment
  10084. from_str is broken with negative floats

    882ebc7 Opened by Simon Sapin at 2014-11-06 19:10:56 - 3 comments
  10085. [feature request] Expose libregex's parsing/compiling internals

    235d69a Opened by Andrew Dunham at 2015-01-25 20:41:02 - 3 comments
  10086. ICE: panicked at 'RefCell<T> already borrowed', /Users/carllerche/Code/oss/rust/src/libcore/cell.rs:317

    b8bb8c3 Opened by Carl Lerche at 2014-11-08 06:51:45 - 4 comments
  10087. Statics should not be able to take the address of a thread_local static

    72f566c Opened by Alex Crichton at 2017-08-25 17:00:30 - 7 comments
  10088. Rustdoc on private crate gives infinite redirect loop

    94f1f55 Opened by Manish Goregaokar at 2014-11-06 22:15:32 - 1 comment
  10089. Caching and other optimizations for method call resolution

    d4f008e Opened by Niko Matsakis at 2018-05-02 21:43:08 - 5 comments
  10090. Compiler fails unpredictably

    8a41ead Opened by manuels at 2016-02-08 20:53:44 - 3 comments
  10091. std::path and path-related metabug

    fa10bd3 Opened by Aaron Turon at 2015-01-20 06:07:57 - 4 comments
  10092. crosscompile macosx to android fails (at 8ed288)

    b4096d9 Opened by yichoi at 2014-11-07 00:10:13 - 1 comment
  10093. libtime::Tm::to_utc() is slow even if already utc

    4c69fd0 Opened by Sean McArthur at 2015-01-29 04:14:02 - 3 comments
  10094. array types (fixed-size arrays on 32-bit, HashMap, Vec) can be large enough that indexing is unsound

    b6db763 Opened by Daniel Micay at 2015-07-18 03:45:19 - 9 comments
  10095. Macro parse regression

    07ab752 Opened by Alex Crichton at 2014-11-07 16:50:29 - 5 comments
  10096. Failure on maketest: c-dynamic-dylib

    94d1665 Opened by Peter Atashian at 2015-08-13 20:56:40 - 11 comments
  10097. Confusing error message with function calls in constants

    2901d6a Opened by Robert Clipsham at 2024-12-01 15:02:53 - 5 comments
  10098. Internal compiler error: requires sync lang_item

    77617bc Opened by Amit Levy at 2015-01-17 22:11:52 - 3 comments
  10099. Replace current quasi-subtyping relationship for object types with coercions

    06ce2ce Opened by Niko Matsakis at 2015-03-17 16:07:30 - 17 comments
  10100. PartialOrd derving broken for slices

    d085bbc Opened by emberian at 2014-12-06 17:26:06 - 5 comments
  10101. Overloaded calls must now be written as (*self)() instead of self()

    21f79da Opened by Jorge Aparicio at 2015-01-04 19:01:19 - 1 comment
  10102. rustc can't parse large untyped literals correctly

    dd154e7 Opened by mahkoh at 2015-04-11 19:23:46 - 7 comments
  10103. Indexing autoderef sometimes doesn't work?

    932ad7d Opened by Aria Desires at 2015-01-27 19:01:19 - 5 comments
  10104. size_hint should be able to return a lower bound that is infinite

    221bf01 Opened by Vinzent Steinberg at 2015-01-21 20:04:31 - 9 comments
  10105. Associated types should be permitted in impl headers

    795c62b Opened by Carl Lerche at 2015-01-29 04:15:14 - 4 comments
  10106. Poorly worded lifetime error message

    e7ca997 Opened by mdinger at 2015-01-27 19:05:48 - 3 comments
  10107. Error E0053 (values differ in mutability) has a too general span

    1a745af Opened by Matthew McPherrin at 2017-06-21 23:18:00 - 4 comments
  10108. default_type_params bug: does not implement any method in scope named error

    2e70e69 Opened by Carl Lerche at 2017-04-29 16:02:11 - 4 comments
  10109. ICE when compiling gl-rs

    384fb61 Opened by Dylan McKay at 2014-11-13 16:12:28 - 8 comments
  10110. Permit unqualified references to associated types of the trait within the trait definition

    3dc7687 Opened by emberian at 2015-03-31 21:55:52 - 24 comments
  10111. ICE when trying to access associated types

    440fb88 Opened by emberian at 2014-11-08 08:10:43 - 1 comment
  10112. internal compiler error: Explicit deref of non-derefable type

    a4b1559 Opened by Mike Pedersen at 2014-11-10 02:02:05 - 4 comments
  10113. Traits with associated types appearing on structs, enums or other traits

    0e170af Opened by Niko Matsakis at 2015-01-07 21:42:20 - 2 comments
  10114. Compiler incorrectly warns that a variable "does not need to be mutable"

    df04165 Opened by Andrew Cann at 2014-11-10 18:07:06 - 1 comment
  10115. Nightlies have unknown hash

    2bd7a64 Opened by Huon Wilson at 2014-11-11 01:02:11 - 3 comments
  10116. Box<Fn(int) -> int + 'static> is not accepted: "explicit lifetime bound required"

    d7a2058 Opened by Jorge Aparicio at 2014-11-27 06:36:05 - 2 comments
  10117. Explain all keywords in Reference

    3bd7093 Opened by Steve Klabnik at 2014-11-25 16:44:28 - 3 comments
  10118. Error using quote_tokens: expected identifier, found keyword self

    7210206 Opened by Hanno Braun at 2015-01-07 08:27:33 - 9 comments
  10119. Int and Integer traits should imply "Ord"

    72f7e32 Opened by Joshua Haberman at 2014-11-10 16:02:55 - 4 comments
  10120. SIGILL (possibly OOM) on 32-bit linux build machine

    6a4c353 Opened by Brian Koropoff at 2014-11-08 20:51:00 - 3 comments
  10121. Error: identifier is bound more than once in the same pattern when using match and mod

    05e03ae Opened by Philippe Daouadi at 2014-11-08 18:43:23 - 3 comments
  10122. Two MUTABLE borrows to local var, by pushing closures into RefCell'd Vec through a trait.

    b8a55d5 Opened by Cristi Cobzarenco at 2014-12-18 14:32:15 - 9 comments
  10123. Rust doesn't reliably build on 32-bit operating systems anymore

    4f84498 Opened by Daniel Micay at 2014-12-12 11:04:39 - 9 comments
  10124. Infinite recursion can be "optimized" into LLVM undef which produces a garbage value

    d28ff14 Opened by NODA Kai at 2019-08-17 15:39:55 - 25 comments
  10125. Incorrect optimization in code fragment

    4c43335 Opened by Nathan Stoddard at 2015-02-16 19:03:33 - 6 comments
  10126. Guide: &mut self self do not have examples

    abed1c2 Opened by Félix Raimundo at 2015-03-09 09:29:55 - 3 comments
  10127. ICE unresolved lifetime (in associated type)

    647d72e Opened by soltanmm at 2014-12-17 23:43:25
  10128. Issues with non-ascii identifiers

    3b4a421 Opened by Hannah Earley at 2014-12-02 11:57:00 - 4 comments
  10129. Confusing error message with Fn(&T) and unsatisfied trait bounds.

    0812e9a Opened by Owen Rodley at 2021-05-20 06:18:02 - 7 comments
  10130. Wrong function pointers in DynamicLib::symbol

    279ec7d Opened by Simon Wollwage at 2015-01-27 19:07:42 - 5 comments
  10131. Can't define public method using macros

    1c6e5b9 Opened by Derek Chiang at 2014-11-09 04:24:04 - 1 comment
  10132. Unboxed closure: infer move when passing an unboxed closure to Fn* + Send

    193ea7a Opened by Carl Lerche at 2015-03-05 21:40:53 - 3 comments
  10133. sort out librust_builtin placement

    4df4027 Opened by Aaron Turon at 2016-01-11 19:41:36 - 5 comments
  10134. Stack overflow in rustdoc test.

    3f6b7c1 Opened by ariel at 2015-04-22 15:04:13 - 2 comments
  10135. Erroneous multiple mutable borrows message

    e6424de Opened by Zeke Foppa at 2015-01-30 17:36:38 - 8 comments
  10136. #[linkage] does not propagate through generic functions

    84091cf Opened by Alex Crichton at 2018-07-26 19:51:31 - 3 comments
  10137. LLVM assertion error for #[deriving(PartialEq)] on an unsized type

    a8b10d8 Opened by Simon Sapin at 2015-09-13 14:40:39 - 8 comments
  10138. Creating an unsized struct

    facb773 Opened by Simon Sapin at 2017-02-21 13:12:21 - 8 comments
  10139. Linking dylib fails in some cases, "undefined reference to `rust_begin_unwind"

    581dad3 Opened by roeyskatt at 2018-03-30 01:46:11 - 21 comments
  10140. error: Trait not implemented for type... on the line of the implementation for the type

    462c1d9 Opened by soltanmm at 2015-06-21 03:08:36 - 2 comments
  10141. include! macro fails if included file has top-level inner attributes

    23f9048 Opened by David Renshaw at 2015-01-28 22:15:05 - 5 comments
  10142. rustdoc: stability summary does not handle reexports correctly

    b096548 Opened by Aaron Turon at 2014-11-12 14:12:15 - 1 comment
  10143. Tag and version convention

    a84d8cf Opened by Mickaël Salaün at 2016-08-22 22:45:03 - 1 comment
  10144. TrieMap contains dubious transmutes

    2bd037e Opened by Aria Desires at 2015-01-06 20:58:33 - 1 comment
  10145. ICE: find_associated_type_in_generics(): no self type

    9d7830d Opened by Armin Ronacher at 2015-01-02 23:57:43 - 1 comment
  10146. Lint for unused syntax variables in macros

    690b9f0 Opened by Huon Wilson at 2016-02-11 20:15:57 - 2 comments
  10147. Shadowing lifetimes should be disallowed or linted

    82fa484 Opened by Manish Goregaokar at 2015-01-05 18:53:14 - 5 comments
  10148. RingBuf's get() is broken

    919258b Opened by Evgeny at 2014-11-17 11:58:01 - 4 comments
  10149. Function declaration requires sized lang item

    f4b01f4 Opened by klutzy/defunct at 2015-07-30 01:47:56 - 3 comments
  10150. ICE comparing unsized type as raw pointer

    16092b7 Opened by Murarth at 2015-09-07 01:16:44 - 5 comments
  10151. LLVM failed - Assertion && Non-pointer type for constant GetElementPtr expression

    db2b412 Opened by Deleted user at 2015-02-28 18:35:01 - 1 comment
  10152. Unable to manually implement FnOnce

    d2704b1 Opened by Niko Matsakis at 2015-03-25 05:09:07 - 4 comments
  10153. TaskPool tries to reuse the panicked task, thus dies

    78e3a7e Opened by Barosl Lee at 2014-11-14 08:25:37 - 4 comments
  10154. make it possible to swap out liballoc without recompiling Rust

    8e29900 Opened by Daniel Micay at 2014-11-12 11:25:17 - 2 comments
  10155. Unknown macro variables give "unexpected token" error, not an error that they are unknown

    4f10c35 Opened by Huon Wilson at 2015-01-07 08:27:33
  10156. Add an optional string parameter to the unreachable!() macro to communicate which invariant was violated

    19ec051 Opened by bstrie at 2014-11-13 08:07:23 - 1 comment
  10157. Compiling #![no_std] crates with --test gives unhelpful error message

    b50a890 Opened by Viktor Dahl at 2016-02-02 17:54:30 - 1 comment
  10158. Windows 64 bit

    11de20a Opened by Steve Lee at 2014-11-27 06:36:03 - 5 comments
  10159. trans tries to clean up values created in a match arm, outside the match.

    1fd7cff Opened by Eduard-Mihai Burtescu at 2015-05-20 15:33:04 - 8 comments
  10160. TcpStream intermittently resets the connection when performing several simultaneous connections against localhost

    f545ed6 Opened by Josh Matthews at 2014-11-12 05:38:08 - 18 comments
  10161. Expand macros in attributes

    c80143c Opened by Simon Sapin at 2018-01-05 11:47:12 - 11 comments
  10162. Calling debug_assert! with two arguments causes ICE

    6b5bd1e Opened by Deleted user at 2014-11-10 21:18:15 - 1 comment
  10163. Literals don't live long enough

    e785f1c Opened by mahkoh at 2015-01-27 19:22:20 - 4 comments
  10164. A lint to detect explicitly-annotated lifetimes which can be inferred

    2a20a6d Opened by bstrie at 2015-11-07 07:42:14 - 3 comments
  10165. Duration: methods to extract non-integral content

    9be652b Opened by Aaron Turon at 2015-07-27 17:09:14 - 7 comments
  10166. logs showing module path with a quadruple colons (::::)

    07ef337 Opened by Sean McArthur at 2014-11-26 17:37:10 - 1 comment
  10167. add in_port_t to the reexported public interface of libc

    ade741c Opened by Philippe Lavoie at 2015-01-27 19:11:22 - 2 comments
  10168. Support dylib LTO

    58f859a Opened by mprobinson at 2015-01-29 04:40:59 - 1 comment
  10169. rustc wantonly inlines drop glue with -O

    491e32f Opened by comex at 2017-04-29 16:04:27 - 2 comments
  10170. Qualified paths don't consider the type arguments supplied to the trait

    3f654e9 Opened by Niko Matsakis at 2015-01-06 11:31:42
  10171. Panic in rustc, "trying to take the sizing type of std::io::Reader+'static, an unsized type"

    781d617 Opened by sivadeilra at 2015-03-30 04:30:51 - 4 comments
  10172. non_ascii_idents: √ -> start of token error

    ec3f408 Opened by soltanmm at 2015-01-27 19:12:02 - 3 comments
  10173. Matching broken with constants

    ae41e76 Opened by mahkoh at 2015-04-11 19:23:48
  10174. Finalize unboxed closure feature gates for 1.0

    9bab118 Opened by Niko Matsakis at 2015-01-10 18:20:08 - 6 comments
  10175. Possibly bad example in documentation for 'unreachable!()'

    6c44e3c Opened by thecoshman at 2014-11-27 06:36:03 - 6 comments
  10176. Non-uint array indexing

    d108fcf Opened by Yamakaky at 2015-01-27 19:14:01 - 13 comments
  10177. Cannot infer an appropriate lifetime: wrong suggestion

    0f661d7 Opened by Markus Siemens at 2015-02-24 21:11:35 - 1 comment
  10178. ICE: panicked at 'Box<Any>'

    05eaaf7 Opened by vadimcn at 2014-11-14 17:17:45 - 1 comment
  10179. 'rustc' panicked at 'Box<Any>'

    b45327a Opened by abhi at 2015-06-11 18:48:14 - 8 comments
  10180. to_source (and by extension to_tokens and quoute_*!) incorrectly flatten expression tree

    ca9ca4a Opened by Loïc Damien at 2015-11-23 21:17:50 - 2 comments
  10181. The various {str,String}::from_utf{8,16}() functions should all return a Result<>

    4511d7c Opened by jamesluke at 2015-02-15 19:10:18 - 3 comments
  10182. Documentation shows prototype of a function which is different from actual usage syntax

    464da43 Opened by Kornel at 2015-02-14 12:05:01 - 5 comments
  10183. Lifetime error on binary operators

    c172cda Opened by klutzy/defunct at 2015-04-17 12:48:52 - 3 comments
  10184. rustc t.rs -o - no longer interprets '-' as stdout

    7e292be Opened by Michael Gehring at 2021-06-05 07:15:08 - 5 comments
  10185. teach rustc to replace the system allocator with jemalloc in executables

    a43af5a Opened by Daniel Micay at 2015-01-28 03:28:51 - 1 comment
  10186. At least portions of std::sys should be public

    c498d29 Opened by emberian at 2014-11-26 10:37:07 - 3 comments
  10187. Closures in methods can return pointers with short lifetimes

    8c6b7a3 Opened by Thiez at 2014-11-20 02:22:10 - 14 comments
  10188. io::net::tcp::test::write_close_ip4 failing on OS X 10.10

    7356c0e Opened by Brendan Zabarauskas at 2015-07-06 16:44:20 - 8 comments
  10189. Iterative mutable slicing doesn't work

    45e6b50 Opened by mahkoh at 2015-06-17 16:43:38 - 8 comments
  10190. Stabilize parts of std::fmt

    a7b4785 Opened by Brian Anderson at 2014-11-20 02:22:13
  10191. Rust builds on "make uninstall"

    87523bd Opened by Sudhir at 2017-02-11 00:16:40 - 5 comments
  10192. rustc: where clauses are sometimes silently ignored

    0e298e0 Opened by Aaron Turon at 2015-01-02 21:35:07 - 5 comments
  10193. Reschedule nightlies for middle of the night

    f4fe40b Opened by Brian Anderson at 2014-11-13 03:05:25 - 1 comment
  10194. Compiler doesn't actually write output if rerun quickly

    a2129ec Opened by Alex Crichton at 2015-05-26 15:39:52 - 1 comment
  10195. rustc panicked at assertion failed !ty::type_needs_infer

    f4057b9 Opened by Pavel Kukushkin at 2015-03-17 13:29:53 - 1 comment
  10196. Add Aarch-64-Linux and Aarch64-Android support for rustc

    b5d9f52 Opened by Edit Balint at 2015-01-27 21:27:42 - 1 comment
  10197. std::time::duration::Duration::span() is backwards

    8a90395 Opened by Benjamin Herr at 2014-11-14 01:47:30 - 2 comments
  10198. win64 nightlies are failing

    bcaf90f Opened by Alex Crichton at 2014-11-14 04:17:30 - 1 comment
  10199. Problem downloading from static.rust-lang.org using python urllib

    35727c2 Opened by Brian Anderson at 2015-08-17 18:10:51 - 3 comments
  10200. Add Rust syntax highlighting to the project used to highlight StackOverflow code

    bd10d58 Opened by bstrie at 2017-03-24 19:22:19 - 13 comments
  10201. [DOC]

    9d50d2c Opened by Marvin Löbel at 2014-11-13 19:32:19
  10202. [guide-task] Send and Sync are not properly described

    5dee2b5 Opened by Marvin Löbel at 2015-02-05 05:21:18 - 1 comment
  10203. Methods in impls allowed more restrictive lifetime bounds than in the trait.

    b7bef2e Opened by Eduard-Mihai Burtescu at 2016-11-04 17:40:32 - 27 comments
  10204. [guide] A new guide that centers around Send and Sync should be written

    65287e8 Opened by Marvin Löbel at 2015-02-05 05:21:18 - 2 comments
  10205. Can create &mut with only & in statics

    fc1def5 Opened by Huon Wilson at 2015-05-06 08:20:01 - 5 comments
  10206. Compiler panic when implementing a trait for another trait with a lifetime in a lib

    f473c2f Opened by Paul Sanford at 2015-05-04 20:48:57 - 3 comments
  10207. Mistyping <> in return value for () could have better error message

    79f3b8a Opened by mdinger at 2017-11-08 00:53:53 - 8 comments
  10208. Align scoping on errors for easier comprehension

    a349d80 Opened by mdinger at 2015-01-12 11:00:32 - 2 comments
  10209. Support '..' syntax in closures

    7c3826c Opened by Dylan McKay at 2014-11-14 12:11:19 - 2 comments
  10210. emacs: raw strings containing " break syntax highlighting

    9617faa Opened by Tom Jakubowski at 2017-03-24 19:22:19 - 3 comments
  10211. Implementing Fn<Args, R> for multiple Args results in confusing error

    7fe388f Opened by Tom Jakubowski at 2019-06-11 00:48:12 - 7 comments
  10212. ICE: Hiding a symbol in an rlib using asm! causes issues

    7bfad29 Opened by Ben Harris at 2015-10-24 22:25:09 - 4 comments
  10213. ICE with unannotated literals

    c3562bc Opened by Ruben Jenster at 2015-05-12 20:47:53 - 5 comments
  10214. gdb+windows: breaking on rust_panic does not yield useful stacktrace

    929aa2f Opened by Oli Scherer at 2017-02-07 20:08:46 - 8 comments
  10215. ICE: Default type parameter that references Self in an object type

    dad1890 Opened by Niko Matsakis at 2015-02-19 21:28:08 - 1 comment
  10216. internal compiler error: adt::represent_type called on non-ADT type: &string_cache::atom::Atom in Servo

    38102a4 Opened by Ms2ger at 2015-04-21 20:48:04 - 3 comments
  10217. Object safety does not consider supertraits

    03008e0 Opened by emberian at 2014-12-07 18:42:22 - 10 comments
  10218. Different borrow checker behavior with externally similar code

    c44a481 Opened by Vladimir Matveev at 2017-04-29 16:45:33 - 6 comments
  10219. Polymorphic Recursion Causing Stack Overflow

    0152ea1 Opened by daniel gratzer at 2014-11-14 23:28:47 - 1 comment
  10220. lints: no way to mark stability of deriving

    0a51f94 Opened by Aaron Turon at 2015-11-27 22:26:35 - 2 comments
  10221. rustdoc not recognizing stability attributes on foreign functions

    602b79e Opened by J.C. Moyer at 2015-04-07 03:54:57 - 6 comments
  10222. ICE: type parameter out of range when substituting in region

    2fdebac Opened by Ty Overby at 2015-01-26 17:31:43 - 2 comments
  10223. Windows File Not Recognized?

    7f8cdcc Opened by dubcanada at 2015-01-27 19:31:55 - 3 comments
  10224. user32 is long longer linked from windows version of rust - regression!

    99a091c Opened by Blair Nilsson at 2014-11-19 01:22:07 - 6 comments
  10225. Compiler panic when using a struct containing an option containing a closure

    e221d4e Opened by Ivan Ukhov at 2015-04-22 02:43:04 - 3 comments
  10226. compile-fail tests sometimes considered sucessfully compiled by the test harness

    1749f77 Opened by Deleted user at 2015-04-13 16:47:49 - 3 comments
  10227. Rust doesn't support Emojis for variable names

    8e31962 Opened by Kshitij Parajuli at 2024-03-09 19:49:17 - 4 comments
  10228. ICE: nested mods, improper namespace usage, match on struct named Buffer

    5f7c92b Opened by Mathias Hällman at 2014-11-18 03:02:26
  10229. Send bound must be repeated for trait object even though trait itself is bound by Send

    c5ca879 Opened by Carl Lerche at 2015-01-21 07:11:40 - 1 comment
  10230. Bad compilation error when Send bound is required but not met

    7ce7317 Opened by Carl Lerche at 2015-06-22 03:15:18
  10231. Result::and() and Result::and_then() could be generic over FromError implementors

    8867f9e Opened by Deleted user at 2015-02-16 20:12:10 - 5 comments
  10232. Parentheses notation should respect lifetime elision

    34f32ed Opened by Niko Matsakis at 2014-12-09 21:52:01 - 3 comments
  10233. Traits associated items are rejected in super-trait bounds

    0f6aa89 Opened by Huon Wilson at 2015-01-16 16:17:16 - 3 comments
  10234. Pointer to trait has wrong size (e.g. 128 bit on 64 bit machine).

    4d36b1b Opened by Deleted user at 2020-03-17 18:55:06 - 3 comments
  10235. Trying to cast a raw pointer to a trait pointer results in ICE

    f4ecf44 Opened by Deleted user at 2015-06-18 17:37:57 - 3 comments
  10236. LLVM assertion when calling std::mem::align_of() on recursive struct with fixed-size vec

    f86b5a6 Opened by Michael Woerister at 2015-10-28 15:04:25 - 14 comments
  10237. 'assertion failed: fields.len() > 0' ICE with struct variants

    e6d2552 Opened by Tom Jakubowski at 2014-11-18 03:02:27 - 1 comment
  10238. Closure tries to borrow &mut to entire struct, when only a field is required

    831ca78 Opened by Mihnea Dobrescu-Balaur at 2018-08-19 08:58:10 - 13 comments
  10239. rustdoc search fails to find some methods

    9018967 Opened by Simon Sapin at 2015-04-07 02:09:13 - 3 comments
  10240. Float methods are not in the prelude anymore

    dd14679 Opened by Simon Sapin at 2014-11-16 15:24:29 - 1 comment
  10241. ICE (cannot relate bound region) with universally-quantified closure lifetime bound

    3b0449a Opened by Ariel Ben-Yehuda at 2014-12-18 14:32:15
  10242. JSON 'List' name inconsistent with JSON specification

    103551d Opened by Corey Farwell at 2014-11-21 21:02:19 - 3 comments
  10243. .clone() on Vec<T> returns &[T] when T does not implement Clone

    b493542 Opened by Jason Priest at 2015-02-01 03:45:41 - 3 comments
  10244. I'd like an efficient way to discard data from a Reader.

    7c0c9ec Opened by Andrew Cann at 2015-01-24 22:15:45 - 1 comment
  10245. libsyntax Parser does not allow parsing view items individually

    b63654a Opened by Murarth at 2014-11-19 01:46:51
  10246. FileDesc::drop leaks file descriptors and has useless error reporting

    7fefc12 Opened by mahkoh at 2015-04-11 00:29:29 - 8 comments
  10247. Buildbot for mac nightlies does not work

    3e303d9 Opened by Vladimir Matveev at 2014-11-18 17:10:12 - 6 comments
  10248. Deriving Clone may silently fail for Arc

    e55e167 Opened by Dmitry Tantsur at 2014-11-17 16:34:07 - 2 comments
  10249. Operator dispatch: T op 1.0 works, but 1.0 op T doesn't

    710fcd5 Opened by Jorge Aparicio at 2015-03-30 17:16:34 - 2 comments
  10250. Make str a library type (and lang item)

    c67cff9 Opened by Aaron Turon at 2015-02-06 01:16:54 - 16 comments
  10251. Can't clone &T when T is unsized

    0728575 Opened by Jorge Aparicio at 2014-11-18 03:02:30 - 1 comment
  10252. ICE: unprocessed lint unused_qualifications at unknown node

    d848540 Opened by Josh Stone at 2014-11-17 20:01:07 - 2 comments
  10253. rustdoc generates ugly output for constants and statics

    f630c2d Opened by Deleted user at 2014-11-23 22:32:12
  10254. 'rustc' panicked at 'assertion failed: f.abi == Rust || f.abi == RustCall'

    fdcc340 Opened by abhi at 2015-02-23 23:10:00 - 3 comments
  10255. Rustdoc strips struct variant fields

    f04963e Opened by Steven Fackler at 2014-11-27 23:46:25
  10256. Stability story of compiler flags

    7463182 Opened by Huon Wilson at 2017-03-24 19:22:19 - 12 comments
  10257. mozilla/rust in buildbot

    df71137 Opened by NODA Kai at 2015-08-12 00:57:46 - 2 comments
  10258. internal compiler error on assert_eq(Float::round(1.2), 1.0f64)

    8263c56 Opened by Jack Lindamood at 2014-11-18 03:26:38 - 2 comments
  10259. spurious warning with link-args inside include!

    2cf227b Opened by comex at 2015-09-27 00:23:35 - 2 comments
  10260. rustdoc: Trait object (e.g. impl Any) inherent methods are not properly documented

    25a3314 Opened by Jorge Aparicio at 2015-04-10 19:17:46 - 2 comments
  10261. Trait object (e.g. impl Any) inherent methods can't be used in another crate

    b6fd00e Opened by Jorge Aparicio at 2015-01-02 23:57:42 - 3 comments
  10262. 32 bit Windows buildbots yield shell script syntax errors

    704d49c Opened by NODA Kai at 2015-09-03 20:38:24 - 1 comment
  10263. Associated Types Regression

    7179a77 Opened by Dylan McKay at 2014-12-25 02:55:58 - 1 comment
  10264. Associated Types Regression

    9560fdd Opened by Dylan McKay at 2014-11-18 04:01:38 - 1 comment
  10265. rustc should reject crate name beginning with "-" as invalid

    36c8029 Opened by mindless2112 at 2016-02-02 17:52:11 - 1 comment
  10266. Private type error has poor span and inaccurate phrasing for private traits used as bounds

    8b0e376 Opened by Huon Wilson at 2014-12-21 15:32:50
  10267. mem::{size,align,min_align}_of_val should accept DSTs

    01738f5 Opened by Rewi Haar at 2015-11-23 23:09:20 - 4 comments
  10268. This DST code causes an llvm assertion failure during compilation.

    46df108 Opened by Andrew Cann at 2016-06-12 12:31:15 - 5 comments
  10269. The <T as U> syntax generates parsing errors

    f8ce04c Opened by Pierre Krieger at 2014-11-18 10:51:07 - 1 comment
  10270. The Rust Pointer Guide: Section 6 can be made clearer

    d91902f Opened by Nick Sarten at 2015-01-16 06:03:07 - 7 comments
  10271. Feature gate non-ascii lifetimes

    a3ef28a Opened by Huon Wilson at 2014-11-20 02:22:15
  10272. Move everything out of the wiki's "Doc" namespace and into the official documentation

    82ea120 Opened by bstrie at 2015-02-16 11:55:59 - 3 comments
  10273. format!, println!, and panic! macros cannot handle "super :: ..." and "self :: ..." paths

    9e03782 Opened by Erick Tryzelaar at 2015-11-10 15:52:36 - 3 comments
  10274. pretty printer strips trailing commas from unsafe match arms

    ff2f2d7 Opened by Erick Tryzelaar at 2014-11-23 22:32:10 - 1 comment
  10275. Failed stability upload causes remainder of build to not execute

    007a084 Opened by Brian Anderson at 2015-01-05 23:18:11 - 10 comments
  10276. String is missing as_vec

    e91c98d Opened by Clark Gaebel at 2024-03-16 13:13:15 - 4 comments
  10277. ICE: When using an associated type as the type parameter of a bound

    54937f2 Opened by Jorge Aparicio at 2014-12-18 14:32:15
  10278. Unify SyntaxExtension::Decorator and SyntaxExtension::Modifier

    e32564d Opened by Keegan McAllister at 2018-09-25 14:21:48 - 13 comments
  10279. Enhancement: set a string variable at build time (similar to go ld's -X flag)

    108e7e4 Opened by Marek Baczyński at 2015-01-29 04:34:20 - 2 comments
  10280. RingBuf does not implement into_iter

    581576b Opened by Clark Gaebel at 2014-11-27 06:36:05
  10281. rustc allows enum struct variants to be matched as if they were tuple variants

    f96d9a1 Opened by Felix S Klock II at 2014-11-20 02:22:16 - 1 comment
  10282. Tracking issue for RFC 463 - tokenise idents immediately after a literal as part of the literal

    cb36992 Opened by Nick Cameron at 2014-11-20 02:22:17 - 1 comment
  10283. Tracking RFC 430 - conform to naming conventions

    b7dbb43 Opened by Brian Anderson at 2014-12-31 22:33:23 - 1 comment
  10284. Tracking RFC 438 - precedence of + in type grammar

    c82fb41 Opened by Brian Anderson at 2014-11-27 06:36:06
  10285. panicked at 'assertion failed: fd > 0' rust/src/librustdoc/flock.rs:117

    c7fd951 Opened by erisfrison at 2015-11-12 18:43:22 - 3 comments
  10286. x.0::<T> is legal

    b6d2e7e Opened by Huon Wilson at 2014-11-23 22:32:10
  10287. Cannot define the same inherent method in disjoint blocks

    6d276e9 Opened by Aaron Turon at 2015-04-11 20:59:34 - 3 comments
  10288. ICE: Cannot relate bound region with for and unboxed closures.

    4eaa6b5 Opened by Jonathan Reem at 2014-12-18 14:32:15
  10289. Import enum variants into implementation section

    5e35559 Opened by Valerii Hiora at 2015-01-29 04:33:44 - 2 comments
  10290. "Unreachable pattern" if matched variant is not imported

    7e965ec Opened by Valerii Hiora at 2014-11-19 16:27:09 - 6 comments
  10291. #[deriving] implementations need #[allow(unused_qualifications)]

    874b009 Opened by Chris Morgan at 2015-08-24 20:25:10 - 1 comment
  10292. rustdoc: Private structs implementing public traits are visible as dangling links

    1ca0fdb Opened by NODA Kai at 2015-04-07 03:01:53 - 2 comments
  10293. ICE when casting &mut Trait to *mut Trait, same for casting &Trait to *const Trait

    4a9699a Opened by Tobias Bucher at 2015-05-04 20:48:57 - 6 comments
  10294. Rustdoc --passes strip-priv is broken

    371d068 Opened by Alex Light at 2014-11-21 23:22:36 - 2 comments
  10295. doc tests that fail to compile hang make check

    727d6d9 Opened by Deleted user at 2015-09-02 20:46:09 - 1 comment
  10296. Spurious test failures

    e119635 Opened by Alex Crichton at 2015-09-08 18:12:37 - 14 comments
  10297. ICE when using a trait with an associated type as a trait object

    068134f Opened by Nick Cameron at 2014-12-16 08:32:45 - 6 comments
  10298. The borrow module docs claim Cow implements DerefMut but it doesn't

    3484a93 Opened by Steven Fackler at 2014-11-23 11:46:55 - 1 comment
  10299. HRTB: the trait Fn<(&_,), &_> is not implemented for the type fn(&'a u8) -> &'a u8

    1f53fda Opened by Jorge Aparicio at 2014-12-04 11:52:50 - 4 comments
  10300. fn(&u8) -> &u8 doesn't implement FnOnce(T) -> T: ReInfer(ReSkolemized(.. error message

    a92cfea Opened by Jorge Aparicio at 2014-12-18 14:32:15
  10301. Unboxed closures with no or only-Copy captures should be Copy

    c15e840 Opened by Jonathan Reem at 2016-01-05 00:45:03 - 6 comments
  10302. ICE: When implementing trait with a generic parameter and an associated output type

    9f34ba1 Opened by Jorge Aparicio at 2014-12-17 23:43:23 - 1 comment
  10303. Calling a static method on a type alias for a generic struct does not compile

    9ed487e Opened by Derek Harland at 2014-11-20 14:21:10 - 1 comment
  10304. ICE when using unboxed closures with lifetime HRTBs

    4193319 Opened by Austin Bonander at 2014-12-18 14:32:15 - 4 comments
  10305. ICE when implementing an extern function for a struct

    51bd71f Opened by Michael Wu at 2014-11-20 12:57:17 - 1 comment
  10306. module names differing only in capitalization cause "unrelated" error messages on windows

    75a7cc5 Opened by Oli Scherer at 2015-08-13 21:00:08 - 3 comments
  10307. dead code lint should say "never constructed" for variants that are matched on but never constructed

    8c190b8 Opened by Felix S Klock II at 2021-08-16 18:15:06 - 5 comments
  10308. LLVM assertion when using move || { /* .. */ }

    bd3d7e2 Opened by Jorge Aparicio at 2014-12-27 18:31:51
  10309. ICE: With writeln! after recent changes in std::fmt

    852ef68 Opened by Jorge Aparicio at 2014-11-21 04:22:00 - 2 comments
  10310. Bad unreachable pattern error if an enum branch doesn't exist.

    edbffb6 Opened by Pierre Talbot at 2014-12-08 08:30:15 - 1 comment
  10311. Remove stability and benchmark metric infrastructure

    d171c00 Opened by Brian Anderson at 2015-01-27 16:07:26 - 7 comments
  10312. fn foo(&mut self) with a &mut [T] called with x.foo() copies the x slice instead of passing by reference

    0fe0c79 Opened by Erick Tryzelaar at 2014-12-12 15:17:08 - 5 comments
  10313. Implement cmp and ops reform

    5325a72 Opened by Alex Crichton at 2015-01-22 08:54:30 - 13 comments
  10314. error: internal compiler error: find_associated_type_in_generics()

    9bfe2f7 Opened by Zoey Riordan at 2015-01-07 21:41:38 - 2 comments
  10315. ICE when using write!() without a mutable ref

    6c0ec50 Opened by Sean McArthur at 2014-11-20 18:30:58 - 2 comments
  10316. Required associated type syntax in trait definition inconsisten with RFC.

    c486936 Opened by Nulldata at 2014-11-21 04:20:59 - 2 comments
  10317. write! breakage in newest nightly

    e4d329b Opened by Steven Fackler at 2014-12-08 01:59:45 - 6 comments
  10318. "make install" failure

    6196b05 Opened by Nolan Darilek at 2018-09-24 17:56:09 - 11 comments
  10319. Add RingBuf::as_slices

    6ea6348 Opened by Zeke Foppa at 2014-12-24 20:37:04 - 6 comments
  10320. Diagnostics regression in rustc?

    4369686 Opened by masklinn at 2016-05-24 20:53:34 - 3 comments
  10321. Code that misuses the write! macro hangs rustc for 1 minute and then SIGILLs (OOM)

    a4cd473 Opened by Jorge Aparicio at 2015-05-04 20:48:57 - 8 comments
  10322. ICE when type can't be dereferenced in expansion of write!

    d4cac43 Opened by Jordan Woehr at 2014-11-21 00:29:45 - 1 comment
  10323. compiler panic: index out of bounds: the len is 6 but the index is 6

    697cdc4 Opened by Jakob Gillich at 2014-11-21 04:23:12 - 3 comments
  10324. Make sure rustup.sh is safe from truncation errors

    a15f354 Opened by Erick Tryzelaar at 2014-12-04 19:22:17 - 1 comment
  10325. ICE with associated types and submodules

    0f32c73 Opened by Erick Tryzelaar at 2014-11-21 05:59:18 - 2 comments
  10326. Overhaul thread local storage

    ea4ffbe Opened by Aaron Turon at 2014-12-31 22:32:29 - 2 comments
  10327. Syntax for matching on a collection element is not obvious

    7e9c15d Opened by mdinger at 2014-11-27 06:36:02
  10328. Indicate that order doesn't matter when destructuring structures

    461677a Opened by mdinger at 2014-11-27 06:36:02
  10329. Glob importing causes unrelated compiler error

    b07efcf Opened by Dylan McKay at 2015-08-17 17:02:41 - 7 comments
  10330. ICE: task 'rustc' panicked at 'index out of bounds: the len is 0 but the index is 0', [...]/src/librustc/middle/typeck/check/mod.rs:2761

    811bc3a Opened by Thomas Bracht Laumann Jespersen at 2014-12-16 14:45:20 - 2 comments
  10331. rustdoc panics if target crate has compilation errors

    5f558f9 Opened by Jorge Aparicio at 2017-07-26 23:40:59 - 8 comments
  10332. Unsized types allowed in trait method declarations and default type parameters

    87e59e8 Opened by Andrew Paseltiner at 2021-02-16 22:06:53 - 7 comments
  10333. rustdoc: std::f32::consts (re-exported module) members are not documented

    9396dc9 Opened by Simon Sapin at 2014-12-15 19:03:51 - 5 comments
  10334. Library modernization blockers

    61f0a5e Opened by Jorge Aparicio at 2015-01-02 13:07:07 - 9 comments
  10335. DST: trait objects should automatically implement the trait

    72c2dfd Opened by Aaron Turon at 2015-01-07 10:50:33 - 6 comments
  10336. libs: generalize as_ref/by_ref adapters to use BorrowFrom

    e66e1ae Opened by Aaron Turon at 2017-08-01 20:58:05 - 6 comments
  10337. Rust C Structure alignment mismatch?

    5134945 Opened by Don Park at 2015-12-31 19:58:56 - 2 comments
  10338. rustdoc: Include (or link to) methods "inherited" through auto-deref

    45460be Opened by Matt Brubeck at 2015-04-16 22:39:27 - 7 comments
  10339. rustdoc should show the Sized? keyword

    f2fbf9d Opened by Jorge Aparicio at 2014-11-21 20:02:06 - 1 comment
  10340. 'rustc' panicked at 'index out of bounds: the len is 6 but the index is 6'

    b2586c0 Opened by Daniel Trstenjak at 2014-11-23 13:46:49 - 3 comments
  10341. Add Vec::move_all

    e396e18 Opened by mahkoh at 2015-02-02 10:50:14 - 4 comments
  10342. Poor error messages from impl EnumValue

    16b5bc2 Opened by Greg Morenz at 2016-05-19 20:50:34 - 1 comment
  10343. [guide] variable binding outside a function

    8b1d397 Opened by Evan Goer at 2014-11-29 19:33:43 - 1 comment
  10344. Ensure that all dist bots contain build the same set of docs

    bd7921a Opened by Brian Anderson at 2015-09-27 00:25:25 - 1 comment
  10345. ICE with a fixed-size array of unsized elements

    e35fe60 Opened by Andrew Paseltiner at 2015-04-07 15:42:16 - 3 comments
  10346. ICE when trying cast |:_|{} as _

    33146c1 Opened by Elinor B. at 2015-04-21 16:01:19 - 3 comments
  10347. Allow modifying Formatter members

    c2e6cfc Opened by bluss at 2023-10-16 01:32:29 - 11 comments
  10348. ICE on questionable use of trait

    5ce3f24 Opened by Armin Ronacher at 2014-11-22 13:52:36 - 3 comments
  10349. std::fmt docs still reference old specifiers

    768f152 Opened by Mark Abspoel at 2014-11-26 08:37:12
  10350. Path::filename_str for paths with invalid UTF8 characters

    c96f380 Opened by Daniel Trstenjak at 2014-11-23 21:19:10 - 2 comments
  10351. Prominently document that overlong bitshifts cause undefined behavior

    792c3a9 Opened by Joshua Yanovski at 2015-02-16 23:06:10 - 1 comment
  10352. ERROR:rbml::::reader: failed to find block with tag 1

    c6f47fe Opened by Nouredineh at 2015-04-21 20:27:20 - 4 comments
  10353. Formatting numbers is slow

    9e48b12 Opened by mahkoh at 2015-04-11 19:23:52 - 2 comments
  10354. Warn on encountering unknown doc-attributes

    5ef269b Opened by qrlpx at 2016-02-11 20:15:43 - 2 comments
  10355. Add non-allocating sort function to libcore

    bdee0a0 Opened by mahkoh at 2015-02-02 10:50:16 - 4 comments
  10356. Any and Any::get_type_id should not be stable

    5b09537 Opened by Jonathan Reem at 2014-11-24 05:01:41 - 1 comment
  10357. Could not debug into a generic method defined in an external crate

    9f0f395 Opened by Minjie Zha at 2015-03-04 17:18:50 - 2 comments
  10358. Float::two_pi has advantages over f64::consts::PI_2 and should not be deprecated

    228b652 Opened by sellibitze at 2014-11-23 02:30:46 - 1 comment
  10359. Compiler panic: Yet another 'index out of bounds: the len is 12 but the index is 12'

    aa83d36 Opened by Ivan Ukhov at 2014-11-23 09:41:28 - 1 comment
  10360. Consider building the standard library with Cargo

    903e0dd Opened by emberian at 2016-10-16 00:13:24 - 11 comments
  10361. External macro invocation errors print internals but not invocation site

    6735771 Opened by Ariel Ben-Yehuda at 2017-02-09 21:45:36 - 5 comments
  10362. Constancy broken by tuple indexing (newtypes may unwrap in the runtime)

    48de57b Opened by Sam Atman at 2014-11-27 06:35:59 - 4 comments
  10363. Document (in?)ability to exit a program

    731fa19 Opened by Zack Slayton at 2015-01-17 22:31:35 - 18 comments
  10364. AtomicOption is not memory safe

    b69ebf4 Opened by Joshua Yanovski at 2014-11-24 15:52:21 - 3 comments
  10365. libs: clean up enums now that namespacing has arrived

    15f5a3c Opened by Aaron Turon at 2015-02-15 18:18:06 - 11 comments
  10366. Generic functions can't use str's ToJson impl

    b7507d3 Opened by Tom Jakubowski at 2015-09-13 14:21:11 - 7 comments
  10367. rust-lang.org and crate documentation pages require "fira" font

    2730e9b Opened by Beau Breon at 2014-12-16 05:25:34 - 24 comments
  10368. error: cannot apply unary operator ! to type `collections::vec::Vec<int> (compiler error)

    04e9f9e Opened by Deleted user at 2014-11-24 02:55:29 - 2 comments
  10369. Stabilization metabug: 1.0-alpha

    40c5c7a Opened by Aaron Turon at 2015-01-08 19:29:16 - 7 comments
  10370. Possible to leak a non-static reference into a sendable proc

    a4baaa4 Opened by Steven Fackler at 2014-12-12 15:17:08 - 9 comments
  10371. Support installing multiple release channels

    8c587b3 Opened by Simon Sapin at 2015-08-13 21:09:27 - 16 comments
  10372. On-demand const verification may be a backwards compatibility hazard

    c09f4de Opened by Huon Wilson at 2024-12-01 15:02:54 - 5 comments
  10373. Can std::io::Buffer be removed from the prelude?

    32376eb Opened by mitchmindtree at 2014-11-25 03:50:22 - 4 comments
  10374. Vec::from_raw_parts docs incorrectly suggest the pointer is legal to be null

    810317c Opened by mahkoh at 2014-12-08 18:32:28 - 9 comments
  10375. Vec::partition is slow

    22ae8ca Opened by mahkoh at 2015-04-10 06:40:53 - 3 comments
  10376. core::slice::BinarySearchResult is not re-exported in std::slice

    4a38003 Opened by Simon Sapin at 2014-11-27 06:36:00
  10377. "private type in exported type signature" error does not check re-exports

    7608c31 Opened by Simon Sapin at 2014-11-24 23:41:27 - 1 comment
  10378. Unicode case folding, caseless matching, and iterator methods

    d7c4425 Opened by Simon Sapin at 2014-12-30 13:17:37 - 4 comments
  10379. Do we have a central document with the Rust grammar?

    a3ae6bd Opened by Ignacio Corderi at 2015-02-17 13:04:25 - 15 comments
  10380. Error converting Box<Error+Send> to &Error

    59e6780 Opened by Eric Kidd at 2019-11-22 06:01:10 - 3 comments
  10381. TLS code hits assertion failure (probably in libsyntax)

    0b27172 Opened by NODA Kai at 2014-11-25 03:06:45 - 1 comment
  10382. Dramatic slowdown in rust performance from the serialization benchmarks

    1f4753b Opened by Erick Tryzelaar at 2014-12-08 20:51:49 - 2 comments
  10383. column! should return a fixed size integer

    14e7f66 Opened by Vinzent Steinberg at 2015-09-11 17:19:52 - 19 comments
  10384. Move automation off mac minis, onto macstadium

    42ca27c Opened by Brian Anderson at 2016-06-23 16:57:32 - 5 comments
  10385. Inconsistent doc output between normal build and --release flag

    3c02ede Opened by Ignacio Corderi at 2014-11-25 06:36:27 - 4 comments
  10386. hash_map::OccupiedEntry::take leaves map in an inconsistent state

    06d8c1b Opened by spernsteiner at 2014-11-27 06:36:05 - 3 comments
  10387. Rust is confused by variants and structs

    f647cd4 Opened by Corey Farwell at 2014-11-27 06:36:03 - 2 comments
  10388. Compile error messages need to improve when assert_eq!(None, None)

    eea9fd1 Opened by Liigo Zhuang at 2015-01-29 04:28:59 - 2 comments
  10389. ICE: None != Some(()) with method call on unknown type

    b454b3c Opened by Huon Wilson at 2014-12-24 20:41:32 - 2 comments
  10390. Documentation misleadingly implies that auto-cross-borrowing still occurs

    d461ddd Opened by bstrie at 2014-11-27 06:36:01 - 1 comment
  10391. into_string() doesn't check malloc return value.

    1bba283 Opened by KokaKiwi at 2014-11-27 06:36:02
  10392. Syntax Extension and Traits

    6cce8a6 Opened by Evgeny Safronov at 2014-11-25 18:56:44 - 1 comment
  10393. win api and fs module: filepath too long, ntfs on windows 64

    f3f3973 Opened by Chris Gill at 2015-09-20 07:06:52 - 7 comments
  10394. Splitting up standard libraries from the main repo

    023da17 Opened by Binero at 2015-01-28 03:42:26 - 1 comment
  10395. Publish guidelines somewhere official

    744d148 Opened by Brian Anderson at 2016-02-28 03:35:45 - 6 comments
  10396. Incorrect Send implementation classification using complicated types

    b45347e Opened by Josh Matthews at 2015-01-05 14:54:46 - 5 comments
  10397. RUST_BACKTRACE should include line numbers and file names where possible

    ac76754 Opened by Cody Schafer at 2015-05-11 07:10:05 - 1 comment
  10398. No longer need librustc_llvm::static_link_hack_this_sucks?

    8f644a6 Opened by Nika Layzell at 2015-02-18 12:51:51
  10399. rustdoc + rust.css preserves line breaks in inline code

    bad360c Opened by Keegan McAllister at 2014-12-22 02:53:08 - 1 comment
  10400. Adhere to extension trait conventions

    af77d6f Opened by Alex Crichton at 2015-07-16 06:47:19 - 2 comments
  10401. ICE in named break from within proc

    442e516 Opened by Nathan Stoddard at 2014-12-30 10:42:39 - 2 comments
  10402. Rustdoc should include date and version number

    10a05f6 Opened by Deleted user at 2015-04-15 21:07:25 - 3 comments
  10403. "error -1 when closing file descriptor" for TcpListener on win64

    eca2a03 Opened by Nathan Stoddard at 2014-12-05 17:13:03
  10404. Guide could use some copy-editing and general TLC

    3a96c40 Opened by AJ Gardner at 2014-12-05 22:46:56 - 3 comments
  10405. ICE Struct += Struct

    409b40c Opened by Jorge Aparicio at 2015-01-04 21:44:43 - 3 comments
  10406. debuginfo: DWARF encoding of space-optimized enums not correct for fat pointers

    94bb08c Opened by Michael Woerister at 2014-12-05 22:46:53
  10407. ICE: task 'rustc' panicked at 'called Option::unwrap() on a None value'

    9036492 Opened by Robbie Straw at 2014-12-12 11:07:06 - 8 comments
  10408. 'rustc' panicked at 'No def'n found for DefId { krate: 0, node: 4 } in tcx.tcache'

    3570887 Opened by Daniel Trstenjak at 2014-11-30 00:45:52 - 1 comment
  10409. src/doc/complement-lang-faq.md mentions str indexing, which was removed

    8370020 Opened by Simon Sapin at 2014-11-28 17:56:24
  10410. &[T] should implement all traits that [T] implements

    8ebb1e2 Opened by nwin at 2017-03-24 19:19:37 - 3 comments
  10411. std::ascii reform

    1bd478b Opened by Simon Sapin at 2014-11-27 13:21:03 - 2 comments
  10412. LLVM Assertion Failed: "Invalid result number for the given node!"

    4881f29 Opened by Ryan Levick at 2015-04-22 02:43:06 - 6 comments
  10413. Fix debuginfo around move|| closures

    acd2b64 Opened by Niko Matsakis at 2014-11-28 11:26:24
  10414. #[deriving(..)] doesn't work on structs that specify their bounds using where clauses

    34c9d4f Opened by Jorge Aparicio at 2014-12-17 23:43:22
  10415. Can't use #[deriving(Clone)] on struct with Clone bounds

    beb20d8 Opened by Jorge Aparicio at 2015-08-13 21:01:22 - 1 comment
  10416. Rust programming giving signal 4 (Illegal instruction) while modifying value inside a match statement

    23a416b Opened by Dabo at 2014-12-07 21:52:33 - 3 comments
  10417. Compiler plugins with a private plugin_registrar function should not compile

    52d7bc4 Opened by David Creswick at 2017-06-25 20:46:10 - 3 comments
  10418. using librustc fails when trying to compile a second time

    34a57cb Opened by Jared Forsyth at 2014-11-30 00:25:39 - 6 comments
  10419. cfg_attr doesn't work in all contexts

    553dce2 Opened by Steven Fackler at 2015-02-13 00:18:06 - 4 comments
  10420. Consider replacing by_ref with trait implementations for &mut T

    6ad2580 Opened by Rewi Haar at 2015-05-15 23:55:39 - 1 comment
  10421. ICE with unboxed closures: !substs.has_regions_escaping_depth(0)

    f037a5d Opened by Pierre Krieger at 2014-12-15 13:17:43 - 3 comments
  10422. Possible to call Drop::drop more than once on the same value using the UFCS notation

    e89c8e5 Opened by Rewi Haar at 2014-12-09 21:52:01
  10423. rustup.sh / install.sh don't install license documents and thus violate several open source licenses

    72b41e7 Opened by NODA Kai at 2014-11-28 15:57:05 - 2 comments
  10424. sync::mutex::StaticMutex disappeared from public API, perhaps unintentionally?

    7dd5329 Opened by Eric Kidd at 2015-01-28 03:29:34 - 3 comments
  10425. Unexpected Panic when compiling static objects

    8ad7cfc Opened by Nathan Climer at 2015-05-04 20:48:57 - 2 comments
  10426. rustdoc doesn't produce "Trait Implementations" for type aliases

    83f3476 Opened by Jim Apple at 2017-08-01 22:00:32 - 2 comments
  10427. Mac and Linux nightlies are failing

    3cda1f8 Opened by Steven Fackler at 2014-12-01 09:06:56 - 3 comments
  10428. Should std::os::pipe() be unsafe?

    2093e88 Opened by Steve Klabnik at 2014-12-03 01:09:40 - 7 comments
  10429. Add default!() macro to builtins

    fae0026 Opened by Ignacio Corderi at 2015-01-28 02:20:43 - 4 comments
  10430. Tracking issue for RFC 459 - Disallow type/lifetime parameter shadowing

    c82aa1f Opened by Nick Cameron at 2018-01-21 21:35:27 - 4 comments
  10431. Bitv indexing does not inline static values

    68e3135 Opened by Huon Wilson at 2018-09-24 17:56:38 - 3 comments
  10432. Extension traits (blanket impls) not showing up in docs

    ac76452 Opened by Manish Goregaokar at 2016-04-11 07:56:13 - 5 comments
  10433. ExactSizeIterator should not require DoubleEndedIterator; move rposition to extension trait

    0ce6040 Opened by Daniel Keep at 2015-05-26 18:42:52 - 4 comments
  10434. ICE on implementing a trait with an extern "rust-call" function

    791ba4b Opened by Rewi Haar at 2017-11-11 15:15:15 - 5 comments
  10435. Order of extern and unsafe is backwards in trait definitions and impls

    b671aa4 Opened by Rewi Haar at 2014-12-01 03:51:52 - 1 comment
  10436. The language reference doesn't explain anything about string literals containing newlines

    aa3f332 Opened by NODA Kai at 2015-02-17 16:59:19 - 4 comments
  10437. Coercions for inner trait objects like Option<&A> → Option<&Trait>

    04a32ff Opened by YJ Yang at 2015-06-17 22:47:21 - 6 comments
  10438. update docs with removal of libgreen

    059d6e8 Opened by Steve Klabnik at 2014-12-05 22:46:56 - 3 comments
  10439. libstd: io::File cannot produce CR+LF texts even on Windows

    9cfdb7f Opened by NODA Kai at 2015-02-17 16:09:48 - 6 comments
  10440. ICE with deep DST coercion

    3cdf72b Opened by Marvin Löbel at 2015-07-22 20:44:49 - 5 comments
  10441. Incorrect Allowance Of Assignment Of Moved Variable (NoCopy)

    e6d54c2 Opened by Kevin (Junkyard) at 2014-11-30 05:03:58 - 1 comment
  10442. The type of a closure with a closure as its first argument cannot be written without parentheses

    00b9a74 Opened by Rewi Haar at 2015-01-28 02:17:37 - 1 comment
  10443. Trailing commas are not allowed in closure types

    4851303 Opened by Rewi Haar at 2015-01-28 02:17:04 - 3 comments
  10444. Missing Null Pointer Optimization Through Struct Indirection

    d68fee1 Opened by Armin Ronacher at 2014-12-29 11:02:28 - 1 comment
  10445. Doc comments to attribute conversion without syntactic sugar

    308b2e1 Opened by Mickaël Salaün at 2017-02-27 18:54:04 - 6 comments
  10446. Rustdoc should be able to show which crates are required to use a particular crate

    5c86309 Opened by Alex Light at 2015-04-10 21:33:04 - 2 comments
  10447. ICE: translating unsupported cast: *const str (cast_other) -> *const u8 (cast_pointer)

    5728bd1 Opened by Grzegorz Antoniak at 2015-04-22 02:41:22 - 5 comments
  10448. SIGILL Illegal instrucion on Vec::reserve(2^32+1)

    e8f93d5 Opened by Gilbert Röhrbein at 2014-11-30 20:42:36 - 8 comments
  10449. TcpStream::close_read has platform-dependent semantics

    bafc86c Opened by Jim Apple at 2015-02-16 05:27:55 - 2 comments
  10450. Avoid using simple constants like 0 or 1 all over the place in unit tests

    0180e90 Opened by NODA Kai at 2016-06-27 23:28:35 - 2 comments
  10451. Borrow checking with loops, safe uninitailized variables, and conditional breaks.

    35a1563 Opened by John Ericson at 2016-11-29 22:21:51 - 6 comments
  10452. Iterator reform broke reimplementations of methods now in IteratorExt

    73d4bd9 Opened by Florian Gilcher at 2014-12-03 17:07:08 - 4 comments
  10453. std::io::TempDir::{new,new_from} should use &[u8] as their suffix instead of &str

    a5ec95a Opened by Cody Schafer at 2014-12-18 21:06:54 - 4 comments
  10454. ICE: fictitious type T in sizing_type_of()

    a643932 Opened by wizeman at 2015-04-21 21:18:02 - 3 comments
  10455. std::rt docs are out of date

    42ee085 Opened by Keegan McAllister at 2014-12-22 20:56:16 - 1 comment
  10456. Expose a non-allocating way to access the current task name.

    1258a54 Opened by Jonathan Reem at 2015-02-15 00:02:46 - 5 comments
  10457. Classify "result-only" operations and warn on ignoring their results

    a023151 Opened by Jonathan Reem at 2016-02-11 20:15:37 - 12 comments
  10458. ICE destructuring unsized trait

    fa83d29 Opened by Josh Matthews at 2014-12-15 02:23:00 - 3 comments
  10459. ICE - task 'rustc' panicked at 'struct variant kind unexpected in get_item_val'

    c589b69 Opened by Daniel Ramos at 2014-12-14 11:32:35
  10460. Set up automation for rust-by-example

    cab4cc9 Opened by Brian Anderson at 2014-12-16 00:30:40 - 7 comments
  10461. Collect errors which would be better as multiline errors

    f7ec662 Opened by mdinger at 2015-01-13 06:17:25 - 7 comments
  10462. Un-feature gate if let, while let, tuple indexing

    720f256 Opened by Nick Cameron at 2014-12-05 22:46:53
  10463. Remove the remaining uses of old_orphan_rules

    06a1b7d Opened by Ariel Ben-Yehuda at 2015-04-01 14:42:19 - 35 comments
  10464. Inconsistent behavior between pass tests and fail tests

    8c0c3f4 Opened by Sam Atman at 2014-12-03 16:16:41 - 9 comments
  10465. Remove #![feature()] for if_let, while_let, and tuple_indexing

    2f61256 Opened by Nick Cameron at 2014-12-15 19:03:49 - 7 comments
  10466. Variable name with internal double-underscore gets snake case warning, but leading/trailing does not

    c9c6d71 Opened by Huon Wilson at 2020-04-24 22:15:30 - 7 comments
  10467. Implement defaults for associated types

    73c6b66 Opened by Nick Cameron at 2015-05-28 00:15:53 - 3 comments
  10468. Unclear error : unable to infer enough type information about _

    a2309f2 Opened by Nouredineh at 2016-01-23 18:15:51 - 2 comments
  10469. Trait "is not implemented for the type" with associated types and blanket impls

    cfc1358 Opened by comex at 2015-01-02 23:57:43
  10470. Valgrind failure during unwinding in trans

    a8f51f6 Opened by Niko Matsakis at 2016-08-04 16:22:51 - 6 comments
  10471. Forbid object types which are not object safe

    1772f20 Opened by Nick Cameron at 2016-01-04 20:32:18 - 10 comments
  10472. HashMap.clear() leads to VacantEntry.set() asserting

    a614ccc Opened by Frank McSherry at 2014-12-08 18:12:51 - 2 comments
  10473. keyword is too short

    fdc836d Opened by Nestle at 2014-12-03 08:05:34 - 1 comment
  10474. DerefMut should be for Sized?

    3e2ed4d Opened by Joshua Yanovski at 2014-12-05 22:46:56 - 5 comments
  10475. ICE if fn main() is #[no_mangle]-ed

    95c0ac6 Opened by Liigo Zhuang at 2015-04-13 14:44:28 - 1 comment
  10476. Trans uses more stack when things are made private

    d05546f Opened by Niko Matsakis at 2015-10-24 22:26:05 - 2 comments
  10477. Misleading error message for "use self::submodule" when "pub mod submodule;" is in the same file

    6e47060 Opened by Mukilan Thiyagarajan at 2014-12-07 15:52:25 - 2 comments
  10478. Type inference failure after switching to unboxed closure

    3efef49 Opened by Jorge Aparicio at 2015-01-28 02:22:16 - 1 comment
  10479. ICE: diagnostic.rs panics due to index out of bounds error

    41d9213 Opened by 0x1cedc0ffee at 2015-10-24 22:26:45 - 2 comments
  10480. issue-13560.rs is flaky on 64-bit OSX

    4ec308c Opened by Alex Crichton at 2014-12-10 00:21:22 - 1 comment
  10481. Implement address sanitizer (ASAN) support

    a12a68b Opened by bstrie at 2015-01-21 19:42:55 - 4 comments
  10482. Upload rustup.sh to static. automatically

    8e8acee Opened by Brian Anderson at 2016-08-22 23:14:32 - 3 comments
  10483. compile-fail/issue-17718-extern-const.rs and compile-fail/removed-syntax-extern-const.rs test the same thing

    f9d4ded Opened by Rewi Haar at 2014-12-05 22:46:56
  10484. Bundled gcc/libraries on windows may cause errors when compiling native code

    fd71ecf Opened by Alex Crichton at 2016-09-10 15:27:54 - 10 comments
  10485. ICE with 'index out of bounds: the len is 0 but the index is 0' in librustc/middle/typeck/check/mod.rs:2678

    f4053b4 Opened by Deleted user at 2014-12-10 12:31:17
  10486. The minimum version of gdb to pass the test is not documented

    98bddee Opened by Loïc Damien at 2015-01-12 18:52:47 - 2 comments
  10487. Improper mutability reference requirement for embedded mutable references in structs

    2d1b134 Opened by Philippe Lavoie at 2014-12-05 06:47:33 - 2 comments
  10488. Add Rust support to gdb

    9c035f8 Opened by Brian Anderson at 2015-01-29 05:04:10 - 1 comment
  10489. Add Rust support to lldb

    a419bea Opened by Brian Anderson at 2015-04-20 22:21:26 - 1 comment
  10490. Emit windows-specific debug info

    a27f354 Opened by Brian Anderson at 2015-07-13 22:14:58 - 10 comments
  10491. Install source code for debugging

    6df7617 Opened by Brian Anderson at 2017-03-24 19:22:19 - 15 comments
  10492. Use After Free in safe code using Vec and HashMap

    84f140e Opened by Aria Desires at 2014-12-12 15:17:08 - 17 comments
  10493. Be more informative with object-unsafe supertraits

    cf7cf79 Opened by emberian at 2015-06-25 01:54:15 - 4 comments
  10494. Macro Documentation Incorrect

    c4fcce9 Opened by Max S. New at 2015-01-12 17:55:54 - 1 comment
  10495. Associated types and supertraits

    717bef3 Opened by Nick Cameron at 2015-01-05 22:21:27
  10496. debuginfo: Stepping through if-expressions jumps around unexpectedly

    eccbfb9 Opened by Michael Woerister at 2015-01-22 11:11:59 - 1 comment
  10497. missing_doc lint misses type aliases

    d31d4a6 Opened by Tom Jakubowski at 2014-12-05 22:46:57
  10498. make tidy should require an issue number in FIXMEs

    4e11b39 Opened by Nick Cameron at 2018-12-17 13:48:20 - 4 comments
  10499. Parse error with Associated types inside generics

    70ad6dd Opened by Sean McArthur at 2014-12-06 06:55:46 - 2 comments
  10500. Unsafe behaviour without unsafe code, bug in lifetime checker / shared memory restrictions?

    1671c38 Opened by Derek Wu at 2015-01-06 11:31:42 - 10 comments
  10501. Macro Guide: Invocation syntax section doesn't describe fragment specifier used in introductory example

    4625e78 Opened by Cathy Douglass at 2015-03-03 16:55:06 - 1 comment
  10502. Guide does not explain the namespaced enums

    40a1532 Opened by Kang Seonghoon at 2014-12-09 21:52:02 - 2 comments
  10503. ICE: impl declared before trait with associated item

    9f2a953 Opened by Nick Cameron at 2014-12-05 07:21:15 - 2 comments
  10504. Path to associated type via a struct's type parameter

    d3fb486 Opened by Nick Cameron at 2015-01-07 21:39:22 - 1 comment
  10505. Sugared paths to associated types via non-variable types

    cfdd0d7 Opened by Nick Cameron at 2019-12-03 15:35:05 - 6 comments
  10506. std::slice::BinarySearchResult should have a method to just get the inner value

    83e5c33 Opened by Utkarsh Kukreti at 2015-01-01 13:52:18 - 9 comments
  10507. Lifetime inference with stack-boxed trait objects of unboxed closures

    a55cffe Opened by Vladimir Matveev at 2015-06-22 16:54:24 - 3 comments
  10508. Rustdoc test failures related to automatically inserted code are very confusing

    de94191 Opened by Ulric Wilfred at 2015-11-07 07:21:30 - 4 comments
  10509. assertion failed: key != 0

    bc17926 Opened by Aidan Cully at 2014-12-11 12:31:41 - 2 comments
  10510. use of quote_ty! fail with error: this function takes 0 parameters but 1 parameter was supplied [E0061]

    0737158 Opened by Loïc Damien at 2015-01-19 23:08:10 - 1 comment
  10511. LLVM error: Stored value type does not match pointer operand type!

    8fc4eb4 Opened by Elinor B. at 2015-02-28 16:23:39 - 2 comments
  10512. Can not import names brought in scope from a private import unless marked public

    0317940 Opened by Marvin Löbel at 2016-01-01 15:32:14 - 4 comments
  10513. LLVM assertion when compiling with -g

    46a03fe Opened by Simon Wollwage at 2014-12-09 21:52:00 - 5 comments
  10514. Support Self::foo to call a method on the current trait.

    4156adc Opened by Nick Cameron at 2015-07-01 03:08:10 - 2 comments
  10515. Cannot use parens for grouping in patterns

    9292efc Opened by emberian at 2015-01-05 05:09:35 - 2 comments
  10516. ICE in typeck: assertion failed in librustc/middle/typeck/check/method/confirm.rs

    4cd3dc7 Opened by Markus Siemens at 2014-12-24 20:41:32 - 2 comments
  10517. Type parameters not allowed on UFCS methods

    aa7a4a4 Opened by Niko Matsakis at 2014-12-09 21:52:01
  10518. run-pass/issue-16671 is ignored on android

    272a19d Opened by Steven Fackler at 2017-05-24 17:41:20 - 3 comments
  10519. LLVM assertion returning ref pattern inside newtype

    0bfff2b Opened by nwin at 2015-04-16 12:45:31 - 3 comments
  10520. Reference is incorrect wrt floats

    e316ccf Opened by Steve Klabnik at 2014-12-09 21:52:02
  10521. "error: reached the recursion limit during monomorphization" with unboxed closures

    a3d886d Opened by Jorge Aparicio at 2016-05-19 15:18:22 - 8 comments
  10522. Provide a syntax extension to derive traits for a newtype

    77ab163 Opened by Adolfo Ochagavía at 2015-01-23 04:22:08 - 6 comments
  10523. Remove usage of 'notrust' in the docs

    342c325 Opened by Steve Klabnik at 2014-12-09 21:52:02
  10524. rustdoc: Optionally generate foo/index.html with foo/ links, instead of foo.html

    7a56682 Opened by Simon Sapin at 2017-07-22 12:41:38 - 9 comments
  10525. "error: illegal recursive type"

    52b486a Opened by Anish Athalye at 2017-06-18 19:45:50 - 7 comments
  10526. ICE in type checking - cannot apply unary operator

    e8a5893 Opened by Richard Dodd at 2014-12-06 22:44:43 - 5 comments
  10527. rustdoc: provide a way to override html_root_url

    97539bd Opened by Simon Sapin at 2018-08-31 19:59:56 - 3 comments
  10528. Tracking issue for RFC 490 - DST syntax changes

    50d363a Opened by Nick Cameron at 2015-01-08 20:02:24 - 10 comments
  10529. Need better error messages for conflicts due to glob imports

    90d7872 Opened by Mukilan Thiyagarajan at 2015-11-07 07:23:27 - 1 comment
  10530. Task panic should default to aborting process

    3050033 Opened by Michael Giagnocavo at 2014-12-08 05:41:01 - 6 comments
  10531. latest nightly gets "illegal instruction" when trying to compile the uuid library

    aa0199d Opened by Tupshin Harper at 2014-12-07 12:48:00 - 2 comments
  10532. dead code lint is incorrectly reporting code as being unused with static methods

    9b45e1d Opened by Erick Tryzelaar at 2017-07-22 01:43:29 - 6 comments
  10533. inline asm opt-level 3 where function incorrectly marked as dead_code

    af8ff1f Opened by Kevin (Junkyard) at 2016-02-02 16:56:37 - 3 comments
  10534. Segfaults and hangs during check-stage1-std

    8ee26e2 Opened by Peter Atashian at 2014-12-09 03:56:44 - 7 comments
  10535. Re-enable duplicate/unused diagnostic code detection

    55f2047 Opened by Deleted user at 2016-05-24 20:42:58 - 11 comments
  10536. Redundant trait bounds aren't ignored when checking if a trait object implements a trait

    6519255 Opened by Steven Fackler at 2015-12-31 22:04:55 - 2 comments
  10537. Cannot generate tuple-accession-syntax through macros

    7d700c4 Opened by qrlpx at 2016-11-13 17:57:57 - 3 comments
  10538. Traits with associated types break in where clauses on impl items

    2d5feb8 Opened by Steven Fackler at 2015-01-02 23:57:43 - 1 comment
  10539. Traits with associated types break in struct bounds

    85c08dd Opened by Steven Fackler at 2015-01-02 23:57:43 - 4 comments
  10540. Borrow checker fails to reject invalid send involving trait

    b1a31c4 Opened by Dan Burkert at 2015-01-17 17:40:22 - 1 comment
  10541. A cloned slice can escape the scope where it is valid.

    9c72796 Opened by Jake Goulding at 2014-12-08 08:59:16 - 2 comments
  10542. ICE: unexpected char in type string: 3

    d842412 Opened by Kevin (Junkyard) at 2015-10-24 22:27:52 - 4 comments
  10543. rustdoc: Add source links for impl

    0c67f01 Opened by Simon Sapin at 2014-12-08 06:08:19 - 2 comments
  10544. Trait to get a random element from a collection

    1e0b77c Opened by Adolfo Ochagavía at 2014-12-09 07:59:54 - 7 comments
  10545. Nightly doesn't install on OS X 10.7 Lion

    9ae6169 Opened by Jakob Fries at 2014-12-12 17:49:03 - 4 comments
  10546. Feature gates at the top of a file silently ignored in module context

    c967b8a Opened by sp3d at 2015-10-13 22:13:05 - 1 comment
  10547. Intrinsic docs don't render in rustdoc

    c9045ae Opened by Aria Desires at 2017-09-06 01:18:51 - 5 comments
  10548. Static method on type alias doesn't resolve

    010c5fa Opened by Kevin Burke at 2015-08-03 17:38:19 - 2 comments
  10549. Program crash on Reader.read_exact

    2bb8211 Opened by vwim at 2014-12-15 01:07:07 - 4 comments
  10550. Provide a RandomAccessIterator for collections

    a2cc764 Opened by Adolfo Ochagavía at 2023-02-07 10:23:29 - 8 comments
  10551. || true after macro invocation in StmtExpr parses oddly

    c632093 Opened by Tom Jakubowski at 2014-12-09 13:38:11 - 1 comment
  10552. Guide needs to be updated for changes to Enum scoping rules?

    bcd8b3b Opened by crispweed at 2014-12-09 12:50:20 - 1 comment
  10553. ICE: Requires copy lang_item

    5e7bd3c Opened by Jorge Aparicio at 2015-01-25 16:09:54
  10554. Fully document all forms of lifetime elision

    5b68065 Opened by Aria Desires at 2015-01-06 11:31:32 - 2 comments
  10555. Add span_lint_note to the lint Context

    56ea44c Opened by Keegan McAllister at 2015-10-17 09:51:26 - 7 comments
  10556. Formatters for collections

    a3adc37 Opened by Mark Schmale at 2015-06-11 02:45:00 - 12 comments
  10557. Add quasiquote for attributes

    a01e918 Opened by Keegan McAllister at 2015-03-05 07:05:51
  10558. rustc crashing

    205de3f Opened by Ezra Varady at 2015-10-23 21:06:56 - 5 comments
  10559. fat-ptr-transmutes lint doesn't work

    3db2cfc Opened by Keegan McAllister at 2025-03-01 11:37:41 - 12 comments
  10560. make install is failing

    4b191c3 Opened by Chris Morgan at 2014-12-11 00:06:30 - 10 comments
  10561. Simple dylib linking fails.

    f527c0a Opened by Deleted user at 2022-02-21 00:29:25 - 8 comments
  10562. raw pointer produced illegal instruction on X86 and X86-64 but not ARM

    ce54116 Opened by Kevin (Junkyard) at 2014-12-10 05:09:21 - 1 comment
  10563. rustc panic with struct-like enum destructuring

    16acd4b Opened by norfenstein at 2014-12-11 02:10:30 - 1 comment
  10564. Excessive stack allocation with multiple return points

    2bf8a71 Opened by James Miller at 2014-12-22 02:53:19 - 4 comments
  10565. rustc can't find binaries when your PATH has a ~ in it

    5ce1109 Opened by Patrick Walton at 2015-08-13 21:03:00 - 4 comments
  10566. Major performance regression on n-queens

    d2f5991 Opened by Jonathan Reem at 2015-03-25 00:36:49 - 4 comments
  10567. Rustc produces shared objects rather than executables

    63b2838 Opened by Mitchell McMillan at 2014-12-10 06:03:46 - 3 comments
  10568. unused_attribute lint should run after registered lints

    58ed14d Opened by Manish Goregaokar at 2015-12-31 19:49:08 - 2 comments
  10569. ICE: unexpected panic

    6845bd9 Opened by Valerii Hiora at 2014-12-11 08:25:44 - 5 comments
  10570. ICE calling unimplemented prelude trait methods.

    5aef412 Opened by Owen Rodley at 2014-12-24 20:41:32
  10571. #[test] attributes in modules defined in functions are ignored

    d1e4985 Opened by Marvin Löbel at 2015-01-21 18:59:03 - 5 comments
  10572. If slower than while in nested loops

    a223a3e Opened by Paho Lurie-Gregg at 2015-01-20 10:42:58 - 14 comments
  10573. Tons of bogus results searching stdlib docs for "repr"

    9a84976 Opened by Tom Jakubowski at 2014-12-11 02:50:13 - 1 comment
  10574. Buildbot should not only test "make check" but also "make install"

    d80bc1f Opened by NODA Kai at 2019-04-16 20:40:42 - 11 comments
  10575. remove semicolon for suppressed the expressions to unit

    3a03f62 Opened by He-Pin(kerr) at 2014-12-10 15:52:42 - 4 comments
  10576. No macro hygiene for items

    6ad47d3 Opened by Max S. New at 2015-03-03 19:34:50 - 5 comments
  10577. Cloning &strs doesn't trigger borrow checker

    35f0651 Opened by Manish Goregaokar at 2014-12-10 18:33:46 - 5 comments
  10578. suggest new bootstrap technique

    44f3973 Opened by Aidan Cully at 2017-12-18 08:16:25 - 17 comments
  10579. Multiple input lifetimes when attempting elision in fn & unboxed closure type signatures gives imprecise help

    699c1b5 Opened by Huon Wilson at 2014-12-30 10:42:41 - 1 comment
  10580. missing-copy-implementations warning only triggers on externally-reachable types.

    63a878b Opened by Benjamin Herr at 2017-03-06 12:00:24 - 10 comments
  10581. Installer for OS X Yosemite displays nonsense text

    e166c8d Opened by Deleted user at 2015-09-01 02:22:34 - 6 comments
  10582. rustc considers casting to violate lifetime analysis

    4959aa3 Opened by Stephen Touset at 2015-09-29 17:40:26 - 4 comments
  10583. Bug report guide should mention RUST_BACKTRACE

    0ffd2b9 Opened by Keegan McAllister at 2014-12-15 19:03:48
  10584. assertion crash when compile install

    51cf405 Opened by Yukang at 2014-12-11 02:40:35 - 1 comment
  10585. serialize::json::Encoder emit_char serializes extra nulls

    e95b2d7 Opened by Eric Kidd at 2014-12-17 23:43:20 - 2 comments
  10586. Re-exported consts don't appear in rustdoc

    9700d4e Opened by Keegan McAllister at 2014-12-15 19:03:51 - 2 comments
  10587. Tests for rustdoc outputs

    653f9a4 Opened by Kang Seonghoon at 2015-04-07 03:11:03 - 3 comments
  10588. StrPrelude::char_at() confuses people by accept byte index instead of char index

    4450b4c Opened by Liigo Zhuang at 2014-12-11 15:54:01 - 3 comments
  10589. ICE when trying use associated types

    e993751 Opened by Andrew Cann at 2014-12-11 09:24:40 - 1 comment
  10590. Buildbot for mac nightlies does not work again

    46e0837 Opened by Vladimir Matveev at 2014-12-11 22:05:17 - 1 comment
  10591. HRTB rules do not permit "perfect forwarding" of the Fn traits

    cf11fec Opened by Niko Matsakis at 2014-12-19 15:32:24 - 1 comment
  10592. debuginfo: "lexical-scope-in-for-loop" auto-test fails

    f83ae51 Opened by Michael Woerister at 2014-12-25 16:21:44 - 1 comment
  10593. Mutable Pointer Aliasing Rules are Unclear for Unsafe Code

    64570a1 Opened by Aria Desires at 2016-08-25 16:30:01 - 15 comments
  10594. Unexpected compiler panic

    f6f9069 Opened by Tim Holland at 2014-12-15 14:08:04 - 3 comments
  10595. Tracking issue for RFC 446 - ES6-style unicode escapes

    cef838e Opened by Felix S Klock II at 2015-02-16 23:35:20 - 10 comments
  10596. Inconsistent version printing

    9a232f5 Opened by Tim Holland at 2014-12-11 20:38:16 - 2 comments
  10597. rustc build from HEAD panicks

    0c1c29c Opened by Markus Unterwaditzer at 2014-12-11 18:06:32 - 3 comments
  10598. Docs on bugreporting should elaborate on creating a stack trace

    c516bc3 Opened by Markus Unterwaditzer at 2014-12-11 17:43:46 - 1 comment
  10599. LLVM abort on address of dereference of byte string literal

    6a6e4cd Opened by sp3d at 2015-04-22 00:19:44 - 1 comment
  10600. types of b"foo" and bytes!("foo") differ

    c93d5be Opened by sp3d at 2014-12-11 20:39:10 - 3 comments
  10601. The most latest nightlies are unavailable on Linux

    14a48a8 Opened by Vladimir Matveev at 2014-12-11 19:41:17 - 2 comments
  10602. Numbers are not printed correctly

    c4a75a9 Opened by mahkoh at 2017-06-16 09:23:29 - 4 comments
  10603. deriving(Encodable) does not use emit_enum_struct_variant or emit_tuple_struct

    5d72b1a Opened by Eric Kidd at 2017-12-03 01:07:43 - 16 comments
  10604. Compiler error when trying to build 872ba2ccd3

    a4e1468 Opened by Thomas HUET at 2014-12-11 22:13:13 - 1 comment
  10605. Reference language items are out of date

    bc685b2 Opened by mdinger at 2015-01-25 16:09:52 - 1 comment
  10606. Mac nightly horribly out of date (again)

    4eb2bc9 Opened by Doug at 2014-12-12 04:21:34 - 2 comments
  10607. Document and establish compatibility guidelines for Unicode version used

    d02c9b5 Opened by Kang Seonghoon at 2015-02-15 18:17:06 - 1 comment
  10608. Compiler lookup path separation

    0785f96 Opened by Alex Crichton at 2014-12-30 16:31:43 - 6 comments
  10609. Various things are failing to build properly (ICE from metadata::loader::Context<'a>::extract_one)

    6499b65 Opened by Chris Morgan at 2014-12-17 16:33:17 - 11 comments
  10610. assertion failed: end <= self.len(), slice.rs:432

    5a1e1dd Opened by Scott Feeney at 2014-12-12 11:03:43 - 1 comment
  10611. csearch::get_item_attrs() seems to always be blank for const items

    ca7f7e6 Opened by Tom Jakubowski at 2014-12-15 19:03:51 - 1 comment
  10612. valgrind shows memory leak for a simple print statement

    66bb998 Opened by Rajanikanth Jammalamadaka at 2023-10-23 22:20:52 - 36 comments
  10613. Guide doesn't build (process didn't exit successfully: rustc ... (status=101)

    13aac7a Opened by Nik Everett at 2014-12-12 20:17:44 - 1 comment
  10614. Add a mpmc channel

    28c277e Opened by mahkoh at 2015-02-14 18:45:19 - 2 comments
  10615. ICE on external struct variant

    779eea9 Opened by KokaKiwi at 2015-02-20 06:35:11 - 2 comments
  10616. compiler "did you mean" tips don't include macros: unresolved name panic. Did you mean self?

    463ce3b Opened by Marek Baczyński at 2015-06-22 03:34:47 - 3 comments
  10617. ICE: when non-static &str argument is encountered by TypeId

    3868704 Opened by Nerijus Arlauskas at 2014-12-17 23:43:21 - 5 comments
  10618. Use unqualified names in type errors when possible

    a125733 Opened by Keegan McAllister at 2017-09-21 19:37:32 - 4 comments
  10619. Add range notation

    e0f2d53 Opened by Nick Cameron at 2014-12-24 10:21:31 - 6 comments
  10620. Use ranges for slice notation.

    49bb741 Opened by Nick Cameron at 2015-01-08 20:00:46 - 6 comments
  10621. Failure in sync::mutex::test::try_lock

    f77cc30 Opened by Keegan McAllister at 2015-01-21 11:01:57 - 3 comments
  10622. task 'rustc' panicked at 'assertion failed: end <= self.len()'

    dd3c9c8 Opened by Leslie at 2014-12-13 02:17:04 - 2 comments
  10623. Range types for integers (or refinement types?)

    ff5b061 Opened by BryanQuigley at 2015-01-21 19:42:55 - 3 comments
  10624. Rust build failure

    c722655 Opened by Brady Dean at 2014-12-13 06:02:11 - 3 comments
  10625. rustc is ICEing when it tries to build itself

    1ede94f Opened by Andrew Cann at 2014-12-13 08:06:33 - 1 comment
  10626. on Channels, why Recv action finished before Send action?

    31b73d3 Opened by Deleted user at 2014-12-13 12:28:48 - 2 comments
  10627. Broken links for viewing examples on play.rust-lang.org

    368e233 Opened by Ivan Ukhov at 2015-01-16 18:47:32 - 1 comment
  10628. Rust crates and modules guide doesn't mention super at all

    10aaff3 Opened by Matthew McPherrin at 2015-03-10 14:50:43 - 1 comment
  10629. ICE when compiling rustc: assertion failed: end <= self.len()

    ed7adc7 Opened by Markus Siemens at 2014-12-13 16:39:54 - 3 comments
  10630. std::chars::Char::escape_unicode generates old-style \u and \U escapes, breaking syntax::print

    9812cef Opened by Eric Kidd at 2014-12-22 02:53:12 - 1 comment
  10631. Could not compile gcc

    de926d5 Opened by Wraithan at 2014-12-13 21:16:19 - 2 comments
  10632. Warn when using slices which are unbounded below

    07963af Opened by Nick Cameron at 2014-12-13 22:25:09 - 1 comment
  10633. Unboxed closure types are implicitly copyable

    14bb1ca Opened by Niko Matsakis at 2014-12-17 23:45:28 - 7 comments
  10634. Add a lint warning on bare PatIdent arms

    c2581b7 Opened by Manish Goregaokar at 2014-12-14 00:23:51 - 1 comment
  10635. Rust fails to compile on OS X

    e17df44 Opened by Ulysse Carion at 2014-12-14 03:44:19 - 3 comments
  10636. Using -C codegen_units=N while bootstrapping rust generates an LLVM assertion

    5277bf1 Opened by Jorge Aparicio at 2015-06-08 04:55:04 - 7 comments
  10637. "Collaterally moved value" error for something that looks fine to me

    9661f46 Opened by sellibitze at 2015-07-13 17:01:37 - 2 comments
  10638. Iterator.collect() not in documentation?

    9026f26 Opened by Matt Chaput at 2015-01-16 18:26:38 - 6 comments
  10639. improper_ctypes lint should check types referenced in C ABI function definitions

    06d31cd Opened by Tom Jakubowski at 2020-07-02 12:30:41 - 22 comments
  10640. Unboxed closure trait references should pretty print with parenthesized notation

    a3378cd Opened by Niko Matsakis at 2015-01-08 19:31:41 - 1 comment
  10641. #[deriving(Clone)] et al. should ask for Clone bounds on fields, not on generic parameters

    8866600 Opened by Jorge Aparicio at 2017-09-03 14:21:04 - 8 comments
  10642. panicked at 'assertion failed: type_is_zero_size(bcx.ccx(), block_ty)

    f1a42e9 Opened by Tupshin Harper at 2015-04-21 19:30:57 - 4 comments
  10643. Add documentation for unboxed closures in reference

    3a5c27e Opened by Corey Farwell at 2015-02-13 22:57:00 - 1 comment
  10644. Enum section in guide is broken due to namespaceing

    e44f835 Opened by collinalexbell at 2015-02-02 09:47:54 - 1 comment
  10645. panicked at 'assertion failed: !substs.has_regions_escaping_depth(0)'

    fb6cc6a Opened by Michael Marsh at 2015-01-16 18:25:32 - 3 comments
  10646. Building rustc with -g hits LLVM assert

    a5cc40d Opened by Brian Koropoff at 2015-02-08 12:35:06 - 4 comments
  10647. "Unsupported associated type binding" when declaring local variable with associated type in default method

    b6601fd Opened by kennytm at 2015-01-02 23:57:43
  10648. task 'rustc' panicked at 'assertion failed: (left == right) && (right == left) (left: None, right: Some(()))'

    a23d123 Opened by Mohammed El Batya at 2015-01-16 18:19:41 - 3 comments
  10649. Unable to infer type information despite enough context.

    7f392a9 Opened by ariel at 2015-04-24 06:50:20 - 1 comment
  10650. Nightly build broken for mac (again)

    34e67c4 Opened by Doug at 2014-12-15 01:31:51 - 4 comments
  10651. Type inference failure when cloning

    962d23e Opened by Steven Fackler at 2015-02-03 21:30:23 - 2 comments
  10652. New testing guide nits

    7c44737 Opened by Huon Wilson at 2015-01-06 11:31:32
  10653. unresolved lifetime ICE with associated type bounded by 'static

    fd4abd7 Opened by Huon Wilson at 2014-12-17 23:43:25
  10654. rustdoc file lock fails on os x

    f52c374 Opened by Leslie at 2015-09-08 18:02:32 - 9 comments
  10655. Encodable trait objects

    2979179 Opened by Keegan McAllister at 2015-01-21 19:36:29 - 1 comment
  10656. Lifetime inference failure

    621a786 Opened by Pierre Krieger at 2014-12-15 16:32:52 - 3 comments
  10657. Regression in rustdoc's printing of unboxed closure bounds

    043fe96 Opened by Tom Jakubowski at 2014-12-17 07:15:16 - 1 comment
  10658. Regression: cannot convert to a trait object because trait core::ops::FnOnce is not object-safe

    63ca0e4 Opened by Pierre Krieger at 2015-07-08 12:35:23 - 11 comments
  10659. Using character class in regex! macro produces numerous warnings on deprecation of \uABCD

    b87c790 Opened by NODA Kai at 2014-12-17 23:43:25
  10660. ICE: this associated type didn't get added as a parameter for some reason

    65a2be3 Opened by Jorge Aparicio at 2015-01-02 23:57:43
  10661. No unsafe slicing

    084623e Opened by Clark Gaebel at 2015-01-22 21:46:36 - 5 comments
  10662. use self instead of mod in import statements

    32a6f97 Opened by Liigo Zhuang at 2014-12-19 08:51:44 - 6 comments
  10663. Compiler plugins not found with target spec

    4b45606 Opened by Zoxc at 2015-01-09 12:40:07
  10664. Tracking issue for std::ascii reform (RFC 486)

    94d1b91 Opened by Aaron Turon at 2014-12-28 00:01:52 - 2 comments
  10665. Rustdoc should render the Fn traits with the sugary syntax

    a2acc0c Opened by Rewi Haar at 2014-12-25 03:11:43 - 1 comment
  10666. Ctrl-Z does not work in Windows

    7304c40 Opened by Kang Seonghoon at 2016-12-27 19:08:50 - 14 comments
  10667. Rustdoc should render higher-rank trait bounds

    9838545 Opened by Tom Jakubowski at 2014-12-25 03:11:43
  10668. ICE: fail-if-zero on unexpected type: core::simd::u32x4

    a653213 Opened by Markus Siemens at 2015-04-09 09:13:04 - 2 comments
  10669. ICE: In function receiving a boxed Invoke: 'rustc' panicked at 'assertion failed: !ty::type_needs_infer(ty)'

    a8f2756 Opened by Philip Munksgaard at 2015-01-04 17:09:00 - 2 comments
  10670. Should for <> Trait be legal syntax?

    2db507a Opened by Tom Jakubowski at 2015-01-16 18:13:57 - 2 comments
  10671. Confusing error message for incorrect struct variant field

    c12314e Opened by Tom Jakubowski at 2014-12-23 05:02:08
  10672. Ownership Guide: Borrowing example doesn't work with previously introduced main function

    fb7b600 Opened by Lenny at 2015-01-16 06:03:07 - 4 comments
  10673. Set transmute from fn item to type fn lint a hard error

    c74550e Opened by Niko Matsakis at 2017-04-11 21:17:46 - 42 comments
  10674. RustDoc not working on specific files

    a318cc5 Opened by Alexis Purslane at 2014-12-16 19:54:29 - 5 comments
  10675. Caching for the Copy trait is not sufficiently context sensitive

    a104d69 Opened by Niko Matsakis at 2014-12-16 22:31:34 - 1 comment
  10676. Arc should implement BorrowFrom

    ed0048f Opened by Joshua Yanovski at 2014-12-17 23:43:29 - 2 comments
  10677. "Static" methods should not be object safe

    01d9e80 Opened by Niko Matsakis at 2014-12-31 23:11:45 - 2 comments
  10678. Provide better error reporting for unimplemented traits

    c75f72d Opened by Flavio Percoco at 2017-01-05 17:43:49 - 4 comments
  10679. while I tried use std::comm::mpsc_queue::Queue I got errors: error: struct Queue is private, does the Queue mode take out of rust std ?

    ab34d09 Opened by meagon at 2014-12-17 19:41:50 - 1 comment
  10680. String + &str and Vec<T> + &[T] work in unexpected way

    9e90595 Opened by Dmitrii Vasilev at 2014-12-22 02:53:11 - 2 comments
  10681. std docs: methods are really difficult to discover

    e05c2a5 Opened by mdinger at 2015-05-16 23:37:04 - 12 comments
  10682. std docs: structures should have a function list at the top

    b48f9f7 Opened by mdinger at 2014-12-17 22:56:19 - 3 comments
  10683. Guide: too much time spent on the installation section

    a139cca Opened by Tshepang Mbambo at 2014-12-17 20:01:21 - 1 comment
  10684. Mutexes are recursive on windows, but not on unix

    235bc71 Opened by Alex Crichton at 2015-01-13 21:21:55 - 24 comments
  10685. make install is failing

    40112b2 Opened by Chris Morgan at 2015-01-02 12:24:10 - 3 comments
  10686. Parse error when using associated type syntax leading to less-than token (<<)

    8705299 Opened by Chris Morgan at 2014-12-18 06:48:36 - 3 comments
  10687. error message for type mismatch in macro does not reveal location of macro expansion

    4b1097d Opened by Oli Scherer at 2015-05-17 12:21:40 - 2 comments
  10688. ICE in rematch_impl during attempt at double dispatch

    df9cd95 Opened by Stuart Glaser at 2015-05-12 20:47:24 - 2 comments
  10689. ICE in rustc::util::ppaux when trying to represent a TraitRef

    46ce42b Opened by Philip Munksgaard at 2014-12-22 02:53:12 - 1 comment
  10690. mk/tests.mk: find -perm +mode is deprecated

    f743f2b Opened by Philip Munksgaard at 2015-08-13 18:24:45 - 1 comment
  10691. ICE using parenthetical trait notation in impls

    d9bf4b6 Opened by Niko Matsakis at 2015-04-21 22:44:56 - 1 comment
  10692. Tracking issue for collections reform part 2 (RFC 509)

    46c4d9a Opened by Aaron Turon at 2016-06-02 08:37:51 - 55 comments
  10693. Fresh install from nightly, error: internal compiler error: unexpected panic

    2db33cb Opened by Aaron McLeod at 2015-04-22 00:21:25 - 6 comments
  10694. Error when if let arm doesn't return () could be more helpful

    ab17fe0 Opened by Tom Jakubowski at 2014-12-22 02:53:15
  10695. Windows 2k8/Vista support lost since 4-Dec nightly

    ee971ba Opened by Steve Gilham at 2015-06-28 06:09:10 - 9 comments
  10696. Memory unsafety using & bindings more than one level deep when destructuring

    b5f7389 Opened by Joshua Yanovski at 2015-01-06 11:31:42 - 5 comments
  10697. Tracking issue for RFC 520: change fixed length array syntax

    455d5ce Opened by Nick Cameron at 2015-01-02 04:41:22 - 1 comment
  10698. Tracking issue for RFC 522: allow Self type in impls

    94772c2 Opened by Nick Cameron at 2014-12-22 02:53:16 - 2 comments
  10699. ICE: Type parameter _/FnSpace.1 (/FnSpace/1) out of range when substituting (root type=)

    9379e4e Opened by Jorge Aparicio at 2015-01-02 23:57:43
  10700. PathExtensions::stat() broken on ARM Linux

    c978bf9 Opened by krdln at 2015-03-07 05:57:37
  10701. Macro reform (Tracking issue for RFC 453)

    62498c6 Opened by Niko Matsakis at 2015-02-13 19:13:42 - 3 comments
  10702. Associated types are not Sized when used in the return type of default methods

    97f233c Opened by Jorge Aparicio at 2015-01-02 23:57:43
  10703. Rust requires llvm.assume intrinsic and hence LLVM 3.6

    78b5184 Opened by Angus Lees at 2015-10-21 08:52:01 - 6 comments
  10704. Resolve at_exit strategy after std::thread lands

    d46c577 Opened by Aaron Turon at 2015-03-20 22:56:44 - 2 comments
  10705. Tracking issue for splitting Show into String and Show (RFC 504)

    daa97a8 Opened by Aaron Turon at 2015-01-10 08:20:46 - 9 comments
  10706. Undefined reference in libcore str::str.StrPrelude::bytes::h835a605f8fa9b9b7hWs.

    3bc4768 Opened by Kashyap at 2016-02-17 21:08:03 - 15 comments
  10707. Strange blanket impl error

    0f5fe92 Opened by Dylan McKay at 2015-07-01 05:20:55 - 2 comments
  10708. Where clauses that do not involve parameter types should be rejected

    e7fd3af Opened by Niko Matsakis at 2015-01-07 08:27:38 - 1 comment
  10709. Check that the bounds of impl are implied by trait in a more general way

    8de5179 Opened by Niko Matsakis at 2015-01-27 20:22:51 - 4 comments
  10710. Permit higher-ranked qualifiers to enclose the self type

    a2ccf11 Opened by Niko Matsakis at 2015-02-10 11:15:55 - 6 comments
  10711. Parse and accept outlives expressions in where clauses

    a40432b Opened by Niko Matsakis at 2014-12-20 19:52:42
  10712. \U00ABCD12 and \uABCD escapes are deprecated

    fa680ce Opened by Akos Kiss at 2014-12-19 16:03:49
  10713. Make suggestions for 'does not implement any method in scope'

    cf1d150 Opened by Aidan Hobson Sayers at 2017-07-22 01:53:15 - 7 comments
  10714. ICE: Explicit deref of non-derefable type: _

    827abbc Opened by Philip Munksgaard at 2015-01-06 10:48:23 - 1 comment
  10715. from_raw(_mut)_buf returns slices with weird lifetimes

    212df32 Opened by Tobba at 2015-02-06 22:54:34 - 9 comments
  10716. Implement path reform

    076429b Opened by Alex Crichton at 2015-02-04 08:47:21
  10717. Guide: Confusing description for newtype idiom

    756458f Opened by crumblingstatue at 2015-01-16 06:03:08
  10718. Revamp documentation to talk about std::thread

    a9da67c Opened by Aaron Turon at 2015-02-05 05:21:18 - 2 comments
  10719. make docs recompiles untouched

    c73b519 Opened by Tim Holland at 2014-12-19 20:09:01 - 2 comments
  10720. [ICE] "ty_size: unhandled type" when using a SIMD type in FFI

    8e2bd9a Opened by kennytm at 2015-01-17 13:01:52 - 1 comment
  10721. error: internal compiler error: adt::represent_type called on non-ADT type: &std ::io::IoError

    b398741 Opened by Evan Martin at 2016-08-04 18:05:57 - 10 comments
  10722. Provide copy of documentation for offline use

    554987a Opened by Evan Martin at 2017-03-24 19:22:19 - 7 comments
  10723. Add support for all variants of ast::WherePredicate in clean/mod.rs

    b44a99e Opened by Jared Roesch at 2014-12-25 20:31:38 - 2 comments
  10724. Parse multiple bounding lifetimes in where clauses

    3321ecf Opened by Jared Roesch at 2014-12-21 23:56:35 - 1 comment
  10725. We should rename std::hash::RandomSipHasher to something more generic

    4df6067 Opened by Erick Tryzelaar at 2015-01-08 22:02:21 - 6 comments
  10726. Overwide table in pdf documentation

    7f4d2ee Opened by Tim Holland at 2015-03-10 14:50:42 - 2 comments
  10727. Panic during unit tests (coerce_match)

    c4d4596 Opened by Corey Farwell at 2015-01-30 01:57:57 - 26 comments
  10728. start / generated C main is the wrong type

    d33f7f9 Opened by comex at 2016-06-06 18:45:27 - 6 comments
  10729. Tracking issue for prelude stabilization (RFC 503)

    cfb76c2 Opened by Aaron Turon at 2015-01-02 23:57:39 - 1 comment
  10730. FFI Guide talks about segmented stacks

    d41bb4b Opened by Steve Klabnik at 2015-01-17 22:31:36
  10731. Type parameter <generic #0>/SelfSpace.0 (/SelfSpace/0) out of range

    f279e93 Opened by Jean-Marie Comets at 2015-01-14 15:31:24 - 5 comments
  10732. compiler bug: const expr(...) of type X has size 20 instead of 24

    72ca7cc Opened by Conrad Kleinespel at 2015-03-04 19:00:25 - 2 comments
  10733. Rustdoc hyperlinks should open in a new tab

    3979edc Opened by Titouan Vervack at 2024-03-06 08:14:46 - 7 comments
  10734. ch as u32 < 0x80 syntax misinterpreted as a type parameter

    1c53110 Opened by Simon Sapin at 2016-01-08 07:15:49 - 2 comments
  10735. ICE on let _: uint = true as _;: "asked to compute contents of error type"

    ca1e6f2 Opened by J. Neuschäfer at 2015-04-21 22:45:03 - 1 comment
  10736. Improve architecture detection on rust-lang homepage install button

    fb885a4 Opened by Snyper at 2016-02-02 16:47:50 - 3 comments
  10737. A more detailed treatment of rustdoc isn't where it's claimed to be

    a241931 Opened by Tshepang Mbambo at 2014-12-31 23:11:44
  10738. program chokes on non-utf8 command line arguments even if it doesn't access them

    f76f200 Opened by jabot2 at 2014-12-22 02:53:20 - 3 comments
  10739. macro!() + foo fails to parse

    cecb993 Opened by Rewi Haar at 2015-01-06 11:31:33
  10740. at_exit_impl::push(...) in dynamic libraries causes fatal runtime error.

    f898d1c Opened by ariel at 2014-12-21 13:15:33 - 5 comments
  10741. rustdoc: Don't search on every single keystroke in the search box

    c97a7f4 Opened by Deleted user at 2015-01-21 01:53:40 - 1 comment
  10742. Search result links on http://doc.rust-lang.org sometimes 404

    a523e24 Opened by Carol (Nichols || Goulding) at 2015-02-17 13:51:47 - 2 comments
  10743. Segfault when returning a boxed struct as a trait object from a match

    37bc9c8 Opened by Jake Goulding at 2015-02-22 16:19:12 - 7 comments
  10744. improper_ctypes lint doesn't detect cross-crate un-ffi-safe structs

    e7e6e01 Opened by Tom Jakubowski at 2015-12-20 16:37:00 - 4 comments
  10745. Result of &str + String is backwards

    5047ee7 Opened by Francis Gagné at 2014-12-21 14:40:42 - 1 comment
  10746. ICE with unboxed and diverging closure

    7f19294 Opened by NODA Kai at 2015-05-06 11:53:36 - 6 comments
  10747. Inline assembly register reuse weirdness

    c30cdd3 Opened by Andrew Cann at 2014-12-21 11:27:46 - 2 comments
  10748. Regression: Using T: Bound in method impl and where T: Bound in method declaration yields an error

    2d0c8e6 Opened by Jorge Aparicio at 2015-01-21 00:03:05 - 3 comments
  10749. ICE: Explicit deref of non-derefable type: _

    0ff33d7 Opened by Hans Raaf at 2017-03-23 16:49:54 - 4 comments
  10750. rustdoc should label must_use types.

    4ca8fbd Opened by ariel at 2015-02-16 03:52:29 - 2 comments
  10751. Thunk does not accept closures with multiple arguments

    b1f57fa Opened by Mikhail Zabaluev at 2015-11-07 07:36:44 - 1 comment
  10752. --emit=ir is listed as valid choice in manual, but rustc does not accept it anymore

    cf73b79 Opened by Simonas Kazlauskas at 2014-12-23 05:02:10 - 1 comment
  10753. Old generic bounds don't fulfill where clause bounds in trait impls

    21e18f0 Opened by Steven Fackler at 2014-12-21 19:10:20 - 1 comment
  10754. The Tasks and Communication guide should consistently use the Thread module

    7d94d78 Opened by NODA Kai at 2014-12-21 20:23:17 - 1 comment
  10755. Linux nightly distribution contains two different versions of standard libraries

    aecdbc8 Opened by Murarth at 2014-12-21 20:19:22 - 2 comments
  10756. transmute safety guidelines handle fat pointers incorrectly

    3c0978d Opened by Niko Matsakis at 2014-12-30 20:01:48 - 1 comment
  10757. Multiplying only works one direction

    aa23985 Opened by mdinger at 2014-12-22 01:58:40 - 1 comment
  10758. Opt-in copy causes types that shouldn't be Copy to be copy

    62b7c67 Opened by James Miller at 2015-01-08 07:35:52 - 5 comments
  10759. internal compiler error: debuginfo::create_for_loop_var_metadata()

    01af87e Opened by Simon Wollwage at 2014-12-26 17:29:36 - 19 comments
  10760. box try!(MyStruct::new()) as Box<MyTrait> no longer works without being put on separate lines

    169f8fa Opened by Dabo at 2014-12-25 08:50:50 - 4 comments
  10761. Multiple emit targets don’t ignore -o option, contrary to the warning

    4697255 Opened by Simonas Kazlauskas at 2023-10-20 07:51:50 - 17 comments
  10762. dep-info is mislisted as an argument to crate-type, not emit

    2abe35b Opened by Simonas Kazlauskas at 2014-12-23 05:02:12
  10763. Ensure accepted RFCs are all in the manual and elsewhere

    9b9a93e Opened by Steve Klabnik at 2015-04-06 20:45:15 - 4 comments
  10764. internal compiler error: debuginfo::create_for_loop_var_metadata()

    b406ffd Opened by Sankha Narayan Guria at 2014-12-22 18:47:58 - 1 comment
  10765. missing_docs lint enforces documentation on private traits and its methods

    ca546a6 Opened by Jorge Aparicio at 2014-12-23 01:57:13 - 2 comments
  10766. Make it possible to stop running #[bench] functions multiple times

    43ece09 Opened by Simonas Kazlauskas at 2017-04-18 02:31:02 - 6 comments
  10767. rust.vim - do not set g:rust_recommended_style by default

    43027a2 Opened by Louis Pilfold at 2015-02-02 10:20:25 - 4 comments
  10768. #[repr(...)] not allowed on c-like univariant enums

    d4de88c Opened by James Miller at 2015-05-26 15:57:17 - 1 comment
  10769. Documentation example for InvariantType is strange

    9936aa5 Opened by Clark Gaebel at 2015-02-07 12:01:35 - 2 comments
  10770. "Private trait in exported type parameter bound"

    fd9e6b2 Opened by Tobias Bucher at 2016-02-03 20:53:19 - 9 comments
  10771. Unfortunate optimization with Option<bool> vs Option<uint>

    8c3dbaf Opened by Alex Crichton at 2015-01-11 09:07:21 - 11 comments
  10772. Disallow the use of Drop as a bound

    1a8c5fc Opened by Rewi Haar at 2015-11-07 07:36:12 - 8 comments
  10773. Error building TcpListener example from docs with -g flag

    a182b7c Opened by Brian J Brennan at 2014-12-23 01:22:11 - 1 comment
  10774. Could not compile gcc

    8f235a2 Opened by madmaxio at 2014-12-24 09:30:08
  10775. Compiler message need improve for OrdSliceExt::sort()

    acc5629 Opened by Liigo Zhuang at 2015-07-22 20:44:48 - 2 comments
  10776. ICE: Referenced variable location is not an alloca

    855e8de Opened by Deleted user at 2014-12-23 06:20:56 - 2 comments
  10777. BTreeMap's .get() doesn't show its trait bounds in rustdoc

    d400567 Opened by bluss at 2015-03-30 18:16:59 - 3 comments
  10778. TypeId only allows sized types that have a 'static bound

    1671f84 Opened by Markus Westerlind at 2017-05-18 02:28:31 - 8 comments
  10779. Rvalues are incorrectly expected to have unsized types.

    22e3819 Opened by Eduard-Mihai Burtescu at 2014-12-23 20:21:17
  10780. Random number generators should not implement Copy

    d11fdba Opened by Simonas Kazlauskas at 2015-01-02 17:54:10 - 2 comments
  10781. ICE with a wrong notation for an unboxed closure trait: Fn<A, R>

    ad1a7df Opened by NODA Kai at 2015-01-22 10:12:06 - 2 comments
  10782. Type inference of a diverging function is weird

    579a363 Opened by NODA Kai at 2015-02-10 22:08:33 - 3 comments
  10783. LLVM Segmentation fault - destructuring newtype with closure

    1fa4eba Opened by Paolo Falabella at 2015-05-06 11:53:36 - 4 comments
  10784. Rustdoc not rendering some trait impls for BTreeSet and HashSet

    638ba97 Opened by Chase Southwood at 2015-04-10 19:17:46 - 1 comment
  10785. Rustdoc should show "where" in a new line

    3b516a3 Opened by Armin Ronacher at 2014-12-30 16:25:50 - 3 comments
  10786. Rustdoc: stability label is wrong for serialize.

    f99ab9d Opened by ariel at 2014-12-23 18:13:29 - 3 comments
  10787. Fn item/fn pointer distinction breaks fn pointer generics

    b1690b1 Opened by Paul Sanford at 2015-02-25 13:40:14 - 6 comments
  10788. thread 'rustc' panicked at 'Box<Any>', rustc 0.13.0-nightly (34d680009 2014-12-22 00:12:47 +0000)

    5142d03 Opened by Chris Saunders at 2014-12-24 06:10:00 - 2 comments
  10789. Panic => hang with -C codegen-units=2

    219152e Opened by Keegan McAllister at 2015-05-27 22:02:29 - 7 comments
  10790. ICE cannot relate bound region

    550d3c9 Opened by edef at 2015-05-06 11:53:36 - 1 comment
  10791. rustdoc: List functions that return the documented type

    3a217d3 Opened by Sam Ward at 2014-12-24 23:10:07 - 2 comments
  10792. Impls for a generic type with different type parameters conflict with each other.

    359548a Opened by vadimcn at 2014-12-25 05:01:40 - 1 comment
  10793. Shadowing macro definitions should warn at least

    235a8e5 Opened by Kang Seonghoon at 2016-02-11 20:13:41 - 2 comments
  10794. LLVM assertion failed in code with closures

    b987438 Opened by Vladimir Matveev at 2014-12-27 18:31:51 - 1 comment
  10795. Refactor ParamBounds away completely

    fd58f07 Opened by Niko Matsakis at 2016-02-02 18:34:31 - 3 comments
  10796. String::as_mut_vec prevents small string optimization

    3529f30 Opened by Vadim Petrochenkov at 2015-01-16 07:40:08 - 88 comments
  10797. impls containing static defined in private modules cause linking errors

    4ec66a5 Opened by Simonas Kazlauskas at 2014-12-28 11:32:03 - 5 comments
  10798. io::Seek functions seek() and tell() value types do not match

    79e4d23 Opened by Garrick Peterson at 2014-12-24 20:38:31 - 8 comments
  10799. Where clause bounds in re-exported structs clauses aren't preserved by rustdoc

    160dae4 Opened by Tom Jakubowski at 2015-01-14 02:52:11 - 2 comments
  10800. segfault with a typaram constraint on a struct

    5e13e2d Opened by Erick Tryzelaar at 2015-04-21 23:18:00 - 4 comments
  10801. Compiler panic when try to execute incorrect regex!

    5a1b3b5 Opened by Ivan Ivashchenko at 2014-12-27 11:31:54 - 3 comments
  10802. Backtrace symbol demangler seems to be a bit broken

    99c2e01 Opened by Steven Fackler at 2014-12-30 10:42:38 - 2 comments
  10803. Inline assembly doesn't work with FP constraint

    fce73ed Opened by Alex at 2016-03-10 15:05:14 - 9 comments
  10804. Drop elision doesn't work with #[unsafe_no_drop_flag]

    413a99f Opened by Clark Gaebel at 2017-01-17 18:43:58 - 6 comments
  10805. ICE using associated type in trait bound

    0d4dc7e Opened by Joshua Yanovski at 2015-03-05 21:03:19 - 13 comments
  10806. "Internal error looking up definition" using a type alias with a where clause

    dbed480 Opened by Joshua Yanovski at 2015-04-22 03:29:47 - 5 comments
  10807. error: the trait for<'r> Fn(&'r mut ()) is not implemented for the type |&mut ()|

    570ff51 Opened by AndyShiue at 2017-07-22 02:49:19 - 5 comments
  10808. ICE with manual implementation of Fn Trait

    272cc2a Opened by flo-l at 2015-03-17 13:29:54 - 4 comments
  10809. errno EEXIST doesn't generate a IoErrorKind::PathAlreadyExists

    8bb80c0 Opened by Philipp Brüschweiler at 2014-12-30 10:42:45
  10810. Crash with move || closure and self

    818b456 Opened by Lionel Flandrin at 2014-12-27 19:13:11 - 2 comments
  10811. std::boxed::Box documentation source link broken

    01a5a03 Opened by Simonas Kazlauskas at 2015-02-10 13:30:59 - 1 comment
  10812. Iterator invalidation not caught by borrow-checker

    183173e Opened by Patrick Reisert at 2015-01-08 20:46:34 - 9 comments
  10813. Calling unwrap() on JoinGuard::join() failed

    34f156a Opened by ty at 2014-12-26 03:44:41 - 2 comments
  10814. Assertion Ptr must be a pointer to Val type!"' failed.

    e54d2f6 Opened by Tupshin Harper at 2014-12-26 13:40:53 - 2 comments
  10815. Switch to mach

    7e43476 Opened by Manish Goregaokar at 2016-07-01 17:09:58 - 9 comments
  10816. LLVM assert with owned closure returning closed-over value, "argument of incompatible type"

    16f478c Opened by bstrie at 2014-12-26 15:10:52 - 2 comments
  10817. range syntax doesn't work with non-literal endpoints in for statements

    e1fc6aa Opened by Jorge Israel Peña at 2015-01-23 09:26:36 - 5 comments
  10818. Rustdoc search index missing some re-exported methods

    e70cbe2 Opened by Tom Jakubowski at 2016-07-13 17:26:25
  10819. Take care of boundaries in Step trait

    d21048e Opened by bluss at 2015-01-23 08:26:49 - 8 comments
  10820. Operators not overloaded properly for primitives

    a1a366f Opened by Igor Babuschkin at 2014-12-27 00:05:23 - 2 comments
  10821. Invalid "cannot move out of captured outer variable in an FnOnce closure" error

    1770a7e Opened by Carl Lerche at 2015-11-18 07:19:49 - 3 comments
  10822. Unboxed closure type inferencing failure

    5bfe8b3 Opened by Carl Lerche at 2016-02-02 16:41:39 - 1 comment
  10823. A mistake in the document guide.md

    a58762a Opened by Frank Dai at 2014-12-28 02:42:47 - 2 comments
  10824. Decide what precedence .. should have

    7da4be2 Opened by Rewi Haar at 2015-01-09 15:47:47 - 7 comments
  10825. Arc should only require Sync, not Send

    9df9546 Opened by Joshua Yanovski at 2015-10-13 15:13:04 - 21 comments
  10826. When building on OSX, "-L" needs to set the search path for frameworks as well as libraries.

    f899f7c Opened by Cary Haynie at 2015-02-05 11:34:53 - 2 comments
  10827. Unify OS-specific types' trait implementations

    92a603f Opened by Flavio Percoco at 2015-02-10 09:56:08 - 5 comments
  10828. Compiler panic on assertion when check::autoderef return result with None

    0e03c4c Opened by Ivan Ivashchenko at 2015-03-17 13:29:54 - 3 comments
  10829. c_void seems problematic

    416d61b Opened by Tom Jakubowski at 2015-11-07 07:35:19 - 2 comments
  10830. Deprecation warnings when compiling tests of libserialize

    060d7a1 Opened by Diego Giagio at 2014-12-30 10:42:43
  10831. Deprecation warnings when compiling tests of libregex

    09daf21 Opened by Diego Giagio at 2014-12-30 10:42:43
  10832. Uninstalling Rust downloads the whole Rust again

    d90f169 Opened by Şhah İsmail at 2015-02-16 03:52:31 - 2 comments
  10833. Don't require parentheses when accessing nested tuple

    a987e42 Opened by Nathan Stoddard at 2020-07-25 08:28:18 - 5 comments
  10834. Shifts shouldn't be tied to pointer-size integers

    80c478c Opened by Patrick Walton at 2015-01-12 15:05:52 - 10 comments
  10835. Getting HTTP 404 link at Rust doc

    c374361 Opened by York Xiang at 2014-12-29 16:33:16 - 2 comments
  10836. format!() generates code without line number debug info

    4f4b61c Opened by vadimcn at 2017-02-28 06:26:04 - 2 comments
  10837. Broken line debug info generated for for loops

    cc25bf6 Opened by vadimcn at 2016-08-08 06:59:03 - 5 comments
  10838. List of features that are gated to accept for 1.0

    1f159cf Opened by Seo Sanghyeon at 2014-12-30 00:33:05 - 6 comments
  10839. Integrate projection predicates into condition evaluation

    5750042 Opened by Niko Matsakis at 2015-01-02 23:57:46
  10840. Smarter integration of projection predicates into trait selection

    55a04b6 Opened by Niko Matsakis at 2017-05-02 21:24:46 - 4 comments
  10841. Refactor various "type testing" traits to share code

    b75a71c Opened by Niko Matsakis at 2016-01-07 13:38:40
  10842. Integrate object projection predicates into rustdoc

    71cd1b1 Opened by Niko Matsakis at 2015-01-14 02:52:11 - 4 comments
  10843. Convert T::Foo resolution to use where clauses, not bounds

    8bcc38f Opened by Niko Matsakis at 2015-02-25 07:29:41 - 6 comments
  10844. Use ast::Name rather than ast::Ident for associated type names

    cd762b3 Opened by Niko Matsakis at 2015-11-30 23:51:10 - 3 comments
  10845. We permit type parameters and so forth on builtin bounds

    a73c1b7 Opened by Niko Matsakis at 2015-02-24 12:38:13 - 5 comments
  10846. Clarify outlives requirements on associated types

    06e6e8f Opened by Niko Matsakis at 2015-01-06 11:31:35 - 1 comment
  10847. Merge LLVM DragonFly segmented stack support

    e044dd1 Opened by Michael Neumann at 2015-01-07 09:44:12 - 2 comments
  10848. compiler panic - Referenced variable location is not an alloca!

    4e85cc1 Opened by Jonas Pollok at 2015-01-02 23:57:44 - 2 comments
  10849. feature gate FFI imports of LLVM intrinsics

    9684137 Opened by Huon Wilson at 2015-01-02 23:57:41 - 1 comment
  10850. Safe methods in std::io allow reading uninit memory

    1652adb Opened by sivadeilra at 2015-03-25 05:09:13 - 21 comments
  10851. "can't monomorphize ..." ICE with use of generic intrinsic as a value

    52a2495 Opened by Huon Wilson at 2016-01-14 22:52:10 - 3 comments
  10852. 'asked to register intrinsic fn' ICE with use of non-generic intrinsic as a value

    5a26f1e Opened by Huon Wilson at 2016-03-14 16:11:49 - 6 comments
  10853. Send Trait for RingBuf

    b168a7e Opened by Rohit Joshi at 2014-12-31 23:11:46 - 1 comment
  10854. Assembler output when using -Z asm-comments emits long sequences of empty lines (hundreds to thousands)

    450595d Opened by sivadeilra at 2016-06-27 23:45:29 - 2 comments
  10855. Use of deprecated item not propagated to macro expansion

    2dc24c7 Opened by Thomas Bracht Laumann Jespersen at 2015-02-12 02:53:44 - 3 comments
  10856. unknown emission type: dep-info

    1e56c30 Opened by Simon THOBY at 2014-12-30 14:09:27 - 2 comments
  10857. Char::to_{lower,upper}case should return Option<&'static str> instead of char

    19a90fa Opened by Simon Sapin at 2015-03-11 01:13:02 - 1 comment
  10858. Send is not implemented for RingBuf<T> where T: Send.

    008d143 Opened by Damien Radtke at 2014-12-30 17:56:14 - 1 comment
  10859. ICE: asked to compute contents of error type

    73361a6 Opened by mahkoh at 2015-02-16 19:04:33 - 1 comment
  10860. rustdoc --version panics

    74c9ccb Opened by Brian Anderson at 2014-12-31 23:11:48 - 2 comments
  10861. rustc fails to compile when -L /usr/local/lib (on Linux, at least)

    011b432 Opened by Rick Richardson at 2022-06-27 04:51:09 - 17 comments
  10862. Pattern matching for parameters in Impl blocks does not count struct fields as used

    72a886d Opened by Zachary Dremann at 2015-02-12 02:53:42 - 1 comment
  10863. Given trait Trait: SubTrait<Output=Self> {}, Self::Output doesn't implement Trait (but it should)

    cdd8baa Opened by Jorge Aparicio at 2015-01-01 03:31:08
  10864. Can create iterator adapter that fulfills Iterator<Item=T> and Iterator<Item=Option<T>>

    1e17b7d Opened by Jorge Aparicio at 2015-01-01 03:31:08
  10865. ICE due to missing associated type in trait implementation

    0377102 Opened by Jorge Aparicio at 2015-01-07 10:24:48 - 6 comments
  10866. Questions about librustc_back

    05b5ead Opened by Binero at 2015-07-13 16:56:07 - 3 comments
  10867. Stack traces / backtraces in Windows show everything in "main"

    f80feb9 Opened by sivadeilra at 2015-09-20 07:04:29 - 9 comments
  10868. Tracking issue for Unicode enforcement in std::fmt (RFC 526)

    837de61 Opened by Aaron Turon at 2015-01-02 23:57:41 - 1 comment
  10869. Segfault in Hasher<SipState>::hash

    8753cd6 Opened by Nick Fitzgerald at 2015-01-01 01:04:35 - 6 comments
  10870. make install error with --target=arm-apple-ios

    c4bee7c Opened by Tamir Duberstein at 2015-01-16 06:03:04 - 7 comments
  10871. Report error on inherent associated types (for now)

    fb8c5ef Opened by Huon Wilson at 2015-01-08 07:35:58 - 1 comment
  10872. Tracking issue for RFC #532: change mod to self in use items

    a67b2bc Opened by Nick Cameron at 2015-01-09 01:27:38 - 3 comments
  10873. Tracking Issue for RFC 534: rename deriving to derive

    25433ce Opened by Nick Cameron at 2015-01-09 01:27:53 - 4 comments
  10874. rustup build fails on OS X Yosemite

    2274568 Opened by Bharadwaj Srigiriraju at 2015-01-01 02:48:15 - 7 comments
  10875. Wrong error reporting for missing trait implementations

    f31e091 Opened by Flavio Percoco at 2017-05-31 18:45:38 - 3 comments
  10876. Associated types: ICE "type_of with ty_projection"

    14f1c6d Opened by Samuel Fredrickson at 2015-01-08 07:35:55 - 1 comment
  10877. Running rustup installs then removes rustc installation

    1876b6d Opened by Huon Wilson at 2014-12-31 16:38:28 - 3 comments
  10878. internal compiler error: Referenced variable location is not an alloca!

    72d5c71 Opened by Bryan Yap at 2014-12-31 18:15:23 - 4 comments
  10879. "No def'n found for DefId" ICE for impl appearing before trait declaration that includes an associated type

    cf97183 Opened by Huon Wilson at 2015-01-01 03:31:08
  10880. Test failure: maketest: compiler-lookup-paths

    4fef805 Opened by Peter Atashian at 2015-01-02 23:57:42 - 5 comments
  10881. normalize bounds during method probing

    15252ac Opened by Niko Matsakis at 2015-01-06 11:31:42
  10882. recursion dependent on global offset table

    b6e9a22 Opened by Ezra Varady at 2015-01-03 12:07:01 - 7 comments
  10883. IP_ADD_MEMBERSHIP constant not correctly defined for Windows

    13f1013 Opened by Jake Goulding at 2015-02-11 18:43:07 - 5 comments
  10884. mkinstall.sh failure

    bcc3b7f Opened by David Brown at 2015-01-07 03:08:58 - 6 comments
  10885. Referenced variable location is not an alloca!

    e7c72e0 Opened by Josh Leverette at 2015-01-01 07:44:57 - 1 comment
  10886. Impls of traits with associated types don't work cross crate

    3358c06 Opened by Steven Fackler at 2015-01-02 23:57:43 - 3 comments
  10887. Std doc playpen links don't all link to the correct example

    f82a461 Opened by mdinger at 2015-01-16 18:48:53 - 2 comments
  10888. ICE with boxed unboxed closures: !generic_bounds.has_escaping_regions()

    3e08bc7 Opened by Paolo Falabella at 2015-03-17 13:29:54 - 3 comments
  10889. Error of attribute without trailing item inside a function points to trailing bracket, not offending tokens

    bd5c903 Opened by Huon Wilson at 2017-05-31 19:23:05 - 3 comments
  10890. Default the associated return type of unop/binop traits to Self

    836138b Opened by Jorge Aparicio at 2017-11-19 02:27:14 - 3 comments
  10891. ICE due to dereferencing core::result::Result

    7f0e079 Opened by Gal Leibovici at 2015-01-12 04:40:23
  10892. assoc types: bootstrapping rust generates a rustdoc error

    cd8b347 Opened by Jorge Aparicio at 2015-01-04 03:11:18 - 3 comments
  10893. Should the mutable borrow of self in method call range over the arguments?

    f83d28a Opened by Jan Špaček at 2015-01-01 17:03:04 - 2 comments
  10894. debuginfo: Debugger pretty printers cannot handle all enum memory layouts

    d01025b Opened by Michael Woerister at 2015-01-07 16:24:13 - 6 comments
  10895. TaskPool should derive Clone

    71eeb67 Opened by tobbebex at 2015-02-17 00:38:09 - 9 comments
  10896. libcompiler-rt.a leaks into the host libdir

    6dd374d Opened by emberian at 2015-01-01 23:11:59 - 1 comment
  10897. ICE in trait impl with where clause

    920f21c Opened by Jonathan Castello at 2015-05-13 01:24:35 - 5 comments
  10898. where clause not honored in trait impl body

    82f97a8 Opened by Jonathan Castello at 2015-01-14 21:57:02 - 15 comments
  10899. the type of this value must be known in this context

    719f7b0 Opened by compressed at 2015-08-05 18:40:43 - 5 comments
  10900. Trait object implicit coercions through a match are incorrectly codegen'd

    94d590c Opened by Huon Wilson at 2015-01-20 06:07:08 - 2 comments
  10901. Rename target_word_size

    fbc85f8 Opened by Seo Sanghyeon at 2015-02-11 19:49:57 - 7 comments
  10902. emacs-mode shouldn't highlight keywords in identifiers

    120d5a7 Opened by gsingh93 at 2015-01-22 03:03:17 - 2 comments
  10903. Make borrowed-to-unsafe coercions introduce minimum region constraints

    a8ca6d1 Opened by Niko Matsakis at 2016-02-03 21:25:26 - 10 comments
  10904. Redefining built-in types does not work

    83f217c Opened by Marckvdv at 2015-09-14 22:12:52 - 24 comments
  10905. Slicing_syntax not equal with method as_slice().

    c015292 Opened by Amos Bird at 2015-02-15 18:14:04 - 6 comments
  10906. Can't open ../../tmp/dist/rust-docs-0.13.0-dev-i686-unknown-linux-gnu/install.sh

    640a6ed Opened by Passw at 2015-01-07 07:29:25 - 5 comments
  10907. Rawstrings get escaped like regular strings

    86eb6e5 Opened by Daniel Albert at 2015-01-03 14:39:13 - 6 comments
  10908. ICE instead of Sized error for impl method parameters.

    a0c4d51 Opened by Jacob Van Noort at 2016-08-28 17:20:01 - 3 comments
  10909. Nightly builds don't include documentation

    32a8f91 Opened by Jim Blandy at 2015-01-03 05:56:59 - 3 comments
  10910. Compiler panic while compiling libs when /tmp is full

    e28c00d Opened by Daniel Schadt at 2016-04-11 21:13:56 - 7 comments
  10911. Infinite recursive panic on old Linux

    553640b Opened by solo at 2015-04-04 00:37:12 - 11 comments
  10912. Tracking issue for stabilize c_str, c_vec (RFC 494)

    052de22 Opened by Aaron Turon at 2015-01-06 11:31:36
  10913. Implement stability attribute overhaul

    7bb3861 Opened by Alex Crichton at 2015-01-30 23:40:06 - 1 comment
  10914. Stop using first class aggregates

    015856e Opened by Björn Steinbrink at 2015-01-11 08:55:55 - 4 comments
  10915. Teach rustup.sh about release channels

    2154bef Opened by Brian Anderson at 2015-05-10 17:36:27 - 4 comments
  10916. "Unable to infer enough type information" when spawning thread and looping.

    83e090e Opened by Jason Fager at 2015-02-03 06:41:13 - 7 comments
  10917. Make compiletests (run-pass, compile-fail, etc) usable for testing arbitrary rust programs

    6d6ae30 Opened by Manish Goregaokar at 2015-01-21 12:46:36 - 7 comments
  10918. Bug on non-power-of-2 SIMD vectors

    dfdc352 Opened by Jihyeon Kim (김지현) at 2015-01-08 07:35:52 - 19 comments
  10919. Multiple globs are basically unusable.

    20ed76b Opened by SiegeLord at 2015-01-04 10:30:32 - 4 comments
  10920. LLVM 3.1 compatibility issue

    51287f6 Opened by ritalin at 2015-03-01 08:59:34 - 4 comments
  10921. fn pointer type is not Clone when containing a parameter with an unspecified lifetime

    4a7b13e Opened by Sam Gibson at 2018-02-26 15:38:38 - 5 comments
  10922. Integrate projection types into method dispatch

    302716a Opened by Niko Matsakis at 2015-01-08 07:35:53 - 1 comment
  10923. ICE: Associated types in struct definitions ICE in trans

    84f56a1 Opened by Niko Matsakis at 2015-01-08 07:35:55 - 1 comment
  10924. In the Guide, the example of extracting a value from a newtype is confusing

    90674c2 Opened by Cam Jackson at 2015-07-18 19:45:12 - 4 comments
  10925. CString should have a "within max length" constructor

    d9e55f2 Opened by Jake Goulding at 2017-12-30 15:54:02 - 9 comments
  10926. Smooth the breakage of other crates in the rust-lang org

    78df1a6 Opened by Jonathan Reem at 2015-01-14 07:26:03 - 15 comments
  10927. New orphan check makes it impossible to implement Hash<S>

    9d143e8 Opened by Steven Fackler at 2016-01-06 16:11:19 - 11 comments
  10928. Docs are installed with wrong permissions

    df63453 Opened by Brian Anderson at 2015-01-05 13:31:08 - 3 comments
  10929. ICE on missing Target type in Deref implementation

    e08e847 Opened by Sébastien Watteau at 2015-01-04 19:07:59 - 3 comments
  10930. std::rand::weak_rng should return a newtype struct

    031c867 Opened by Simonas Kazlauskas at 2015-02-03 11:42:01 - 2 comments
  10931. Any old type of constant can be used in a pattern

    8bbbb69 Opened by Niko Matsakis at 2016-07-14 17:37:12 - 15 comments
  10932. Struct field lifetime error and misleading error message.

    47092ab Opened by Nulldata at 2015-11-07 07:32:47 - 1 comment
  10933. TypeId should be available for T: ?Sized

    2a0519e Opened by Jonathan Reem at 2015-05-14 20:30:47 - 2 comments
  10934. Compiler bug when compiling servo: Index out of bounds

    7fb6795 Opened by Victoria Hoyle at 2015-04-21 23:15:27 - 6 comments
  10935. Implement new &mut pattern syntax

    c373440 Opened by Brian Anderson at 2015-01-06 11:31:38 - 1 comment
  10936. Remove default Sized bound on trait Self param

    0a89934 Opened by Brian Anderson at 2015-08-19 10:06:38 - 2 comments
  10937. raw_pointer_deriving lint name should be raw_pointer_derive

    2ad032f Opened by Huon Wilson at 2015-01-06 11:31:37 - 1 comment
  10938. Rust osx packaging installs with wrong permissions

    6f2497e Opened by xasmx at 2015-01-05 22:46:15 - 13 comments
  10939. Rustdoc lists associated types in traits under "required methods"

    878b9c9 Opened by Huon Wilson at 2015-01-07 21:34:01 - 4 comments
  10940. mismatched types when dereferencing T where T : Deref

    99edb41 Opened by Rick Richardson at 2015-01-04 14:50:24 - 4 comments
  10941. T: ?Sized does not work in where clauses

    839351e Opened by Rewi Haar at 2016-11-29 01:54:47 - 15 comments
  10942. ICE type of value must be know in this context

    d3e1e18 Opened by Alex Pentland at 2015-01-12 04:40:23 - 2 comments
  10943. Compiled program crashes with a SIGSEGV/SIGILL

    a5f41c3 Opened by Ray Ruvinskiy at 2015-01-04 05:57:19 - 1 comment
  10944. emacs auto-complete should be enabled by default

    bc4aceb Opened by Peter N at 2015-02-02 10:19:08 - 3 comments
  10945. use core::prelude::* conflicts with use collections::slice::SliceExt

    e5ed1c3 Opened by Simon Sapin at 2015-01-04 20:49:56 - 10 comments
  10946. The parser should use some kind of hygiene or lang item for FullRange

    0265e12 Opened by Nick Cameron at 2015-07-30 01:49:16 - 6 comments
  10947. Confusing error with trait with multiple associated types

    2fa090c Opened by Andrew Paseltiner at 2015-01-09 13:43:56 - 2 comments
  10948. ICE VtableImpl ... did not contain projection for Obligation

    dac17dd Opened by Tobias Gustafsson at 2015-01-05 02:06:17 - 3 comments
  10949. The key parameter of Index should be made an associated type

    44e344a Opened by Steven Fackler at 2015-01-07 21:32:28 - 5 comments
  10950. Consider indicating which code blocks are expected to compile and which are not in the guide(s)

    c1ea736 Opened by Huon Wilson at 2018-09-15 17:11:49 - 6 comments
  10951. from_str producing an unresolved name error

    5487c6a Opened by David English at 2015-04-26 23:24:46 - 6 comments
  10952. Remove the implicit binder from the FnSpace in VecPerParamSpace

    5efe12f Opened by Niko Matsakis at 2016-04-05 12:48:57 - 1 comment
  10953. Boxed closures without explicit type info produces unhelpful error messages

    bee7e64 Opened by Philip Munksgaard at 2016-02-02 16:58:09 - 1 comment
  10954. The std::tuple documentation incorrectly mentions old methods for projection

    e0fbefc Opened by Aaron Turon at 2015-01-12 18:13:19 - 2 comments
  10955. Compiler crash with new default parameters

    6d7344a Opened by Philipp A. at 2015-01-05 02:04:27 - 3 comments
  10956. Lifetime Markers do not exhibit proper variance used certain ways

    20435f9 Opened by John Ericson at 2015-02-19 21:28:09 - 3 comments
  10957. where clause trait bounds not included in trait implementors section

    eed5282 Opened by Nicholas Hollett at 2015-01-14 02:52:11 - 3 comments
  10958. Associated type as struct field causes type-checking error

    d6997c3 Opened by Murarth at 2015-01-08 07:35:55 - 1 comment
  10959. Internal compiler error: Implementation missing trait type parameter panics compiler

    f37d0df Opened by Luis Araujo at 2015-01-05 02:05:57 - 3 comments
  10960. Clarify what #![no_std] is useful for

    9cfcf99 Opened by Simon Sapin at 2015-03-23 16:52:51 - 9 comments
  10961. ICE with associated types and default types

    94c1a73 Opened by Carl Lerche at 2015-01-07 21:29:35 - 2 comments
  10962. Make lang items usable from libsyntax

    3d16e52 Opened by Nick Cameron at 2022-05-15 13:07:37 - 3 comments
  10963. failed to find block with tag 7

    8722453 Opened by Rick Richardson at 2015-02-24 20:49:00 - 13 comments
  10964. Constraints on nested associated types do not work

    789f99d Opened by Carl Lerche at 2015-01-07 21:28:15 - 5 comments
  10965. ICE(?): LLVM ERROR: Broken module found, compilation aborted!

    3c14f91 Opened by Tim at 2015-07-17 08:03:40 - 8 comments
  10966. compile error with BoxAny::downcast::<str>

    f8d07b0 Opened by Ryusei Yamaguchi at 2015-01-05 01:01:23 - 2 comments
  10967. Skip should implement ExactSizeIterator

    93b6dd8 Opened by Allen Welkie at 2015-01-23 14:37:37
  10968. no_std: Using boxed type without specifying owned_box crashes rustc

    e39b710 Opened by Jonas Schneider at 2015-07-13 07:03:09 - 3 comments
  10969. Something's broken in sized/unsized traits

    c236c8b Opened by Stepan Koltsov at 2015-01-07 13:30:50 - 5 comments
  10970. stack overflow with "recursive" trait bound on an associated type

    0d3f48f Opened by sellibitze at 2015-02-12 22:39:48 - 3 comments
  10971. trait bounds involving static trait functions returning Self not working

    b212d5a Opened by Michael Dilger at 2015-01-06 18:22:45 - 2 comments
  10972. rustc crashed with empty Iterator trait implementation

    744022a Opened by David Sullins at 2015-01-06 11:37:18 - 2 comments
  10973. rustc panic when compiling rgtk

    619bcc2 Opened by Michael Maurizi at 2015-01-06 11:36:04 - 2 comments
  10974. Inference weirdness with a closure

    94ca962 Opened by Nick Cameron at 2015-02-10 22:08:23 - 1 comment
  10975. Redundant impls required when trait bound uses an associated type

    d6db18a Opened by jpernst at 2015-01-08 20:45:10 - 3 comments
  10976. Tracking issue for Consistent no-prelude attribute (RFC 501)

    788c2ee Opened by Aaron Turon at 2022-05-30 06:36:46 - 10 comments
  10977. Compiler error

    cbcb8f5 Opened by srrrse at 2015-01-06 11:36:37 - 2 comments
  10978. unreachable_code lint doesn't work with unboxed closures

    8a3ef80 Opened by Jorge Aparicio at 2018-03-25 21:54:27 - 10 comments
  10979. LLVM assertion: assertion failed: index < LLVMCountParams(llfn)

    8e4a908 Opened by Jorge Aparicio at 2015-01-16 06:03:09
  10980. make: *** [x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/lib/stamp.rustc] Error 137

    88f4070 Opened by Sleigner at 2015-01-05 15:35:17 - 2 comments
  10981. Implement branch prediction intrinsics

    afb8108 Opened by Simonas Kazlauskas at 2015-02-28 18:51:34 - 4 comments
  10982. Don't require Valgrind for tests by default

    161882f Opened by Manish Goregaokar at 2015-01-07 03:02:25 - 1 comment
  10983. ICE with lifetimes and associated types

    139b039 Opened by Michael Neumann at 2015-01-08 19:33:08
  10984. ICE on invalid code

    5533196 Opened by Caleb Tennis at 2015-01-12 17:21:43 - 2 comments
  10985. test/run-make/lto-syntax-extension doesn't test what it claims to

    6028e47 Opened by Keegan McAllister at 2015-07-28 14:31:11
  10986. Implement the Iterator trait for RangeTo for consistency

    a4141eb Opened by Adolfo Ochagavía at 2025-02-18 03:18:27 - 3 comments
  10987. ICE when using associated type in another assoc type's bound. 'assertion failed: did.krate != ast::LOCAL_CRATE'

    c7b2691 Opened by bluss at 2015-01-05 22:32:52 - 2 comments
  10988. Perhaps make orphan rules more permissive of associated types?

    af001f9 Opened by Niko Matsakis at 2016-03-09 17:06:43 - 5 comments
  10989. When trying to import two types with the same name, say which line the first one was imported on

    e3fb30b Opened by Nathan Stoddard at 2015-05-26 20:06:22 - 23 comments
  10990. Bug with new operators traits

    1119e32 Opened by Gaëtan André at 2015-01-06 16:15:41 - 4 comments
  10991. internal compiler error: coherence failed to report ambiguity

    8c13cf9 Opened by Denny Harijanto at 2015-02-14 21:17:08 - 9 comments
  10992. Serialization of float minus zero should include the minus sign.

    744e15b Opened by Simon Sapin at 2015-04-16 09:47:28 - 14 comments
  10993. OS X .pkg installer can't be uninstalled

    e2b1b6a Opened by Brian Anderson at 2015-04-07 16:07:20 - 6 comments
  10994. Tracking issue for Prohibit unused type parameters in impls (RFC 447)

    09d6650 Opened by Aaron Turon at 2015-04-01 20:37:35 - 5 comments
  10995. Remove some of the older obsolete syntax things

    5da4e21 Opened by Nick Cameron at 2015-01-16 06:03:10 - 4 comments
  10996. Strange "Discriminant value outside specified type" with unsigned C-like enums

    677d088 Opened by Markus Westerlind at 2015-06-30 17:04:27 - 6 comments
  10997. Associated types may not all be normalized

    ebfae61 Opened by Alex Crichton at 2015-01-06 11:31:42
  10998. ICE - trying to take the sizing type of <core::iter::Iterator + 'static as core::iter::Iterator>::Item, an unsized type

    18f5ed1 Opened by Jake Goulding at 2015-01-31 07:20:44 - 4 comments
  10999. ICE when using slicing syntax with invalid code

    6e6caea Opened by Sean Patrick Santos at 2015-01-12 04:40:23 - 2 comments
  11000. Parser accepts bare 'a T in impl header

    9f25c89 Opened by Aaron Turon at 2015-04-25 23:40:14 - 10 comments
  11001. Box<TraitObject> should impl TraitObject

    a458e82 Opened by Joshua Yanovski at 2017-04-16 12:30:17 - 11 comments
  11002. Whitelist attributes for 1.0

    37c220e Opened by Huon Wilson at 2015-05-21 21:40:41 - 7 comments
  11003. Guide does not explain "extern crate"

    1e52b10 Opened by Jakub Gedeon at 2015-01-12 20:22:03 - 2 comments
  11004. 'rustc' panicked at 'internal error: entered unreachable code'

    64ded62 Opened by Kashyap at 2015-01-08 11:17:26 - 6 comments
  11005. Projection types permit coherence violations

    8de8164 Opened by Niko Matsakis at 2015-01-08 20:45:10
  11006. In the Entry API, the lifetime of the key should be dissociated from the lifetime of the container

    1327594 Opened by Pierre Krieger at 2015-01-22 00:13:05 - 5 comments
  11007. undefined behavior with bare fn pointer

    557c644 Opened by Paolo Falabella at 2015-05-07 15:25:15 - 3 comments
  11008. ICE: impl VtableImpl(..) did not contain projection for Obligation(..)

    dc8bf48 Opened by diwic at 2015-01-06 11:24:50 - 1 comment
  11009. Fix dist automation security

    679d4e4 Opened by Brian Anderson at 2016-06-30 17:04:13 - 11 comments
  11010. Decide on story about box for 1.0 alpha (and 1.0 final)

    112fa97 Opened by Niko Matsakis at 2015-01-08 07:59:59 - 3 comments
  11011. Fix or prevent projections of associated types in impl headers

    d7770b8 Opened by Niko Matsakis at 2015-01-09 00:39:51 - 2 comments
  11012. Optimize enum layout

    fb7b4d8 Opened by mahkoh at 2015-04-11 19:25:12 - 11 comments
  11013. Tracking issue for Rename int/uint to isize/usize (RFC 544)

    c5ef47f Opened by Aaron Turon at 2015-02-15 18:59:04 - 5 comments
  11014. Parsing issues with Box'ed unboxed closures

    f1abe9a Opened by Francesco Mazzoli at 2017-03-05 16:29:26 - 3 comments
  11015. ICE compiling rustbook

    6e1deaf Opened by Niko Matsakis at 2015-01-07 08:27:39
  11016. rustdoc doesn't render associated type bindings

    84f6fa9 Opened by Jorge Aparicio at 2015-04-10 19:17:46 - 5 comments
  11017. missing_docs lint should enforce documentation on associated types

    170c81c Opened by Jorge Aparicio at 2015-02-24 12:38:16
  11018. mem-categorization seems to use completely bogus type for overloaded indices

    8541c54 Opened by Niko Matsakis at 2016-11-11 04:38:47 - 3 comments
  11019. Multiple associated type bindings cause problems

    cb2aa7d Opened by Niko Matsakis at 2015-01-07 19:50:20 - 2 comments
  11020. Char width ascii fast path isn't inlined

    d2e81f6 Opened by mahkoh at 2015-04-11 19:23:55
  11021. Error in Linux codegen when using inline assembly.

    9249949 Opened by Alex at 2017-04-29 00:27:49 - 5 comments
  11022. Using #[repr(C)] on unit structs should warn

    2580ec6 Opened by Daniel Grunwald at 2015-12-20 16:37:21 - 10 comments
  11023. Fix detection of feature gate use inside of println!

    a88bbc5 Opened by Brian Anderson at 2015-01-31 07:20:40 - 2 comments
  11024. Make substs(), input_types(), etc on PolyTraitRef preserve the binding level

    4ca13e9 Opened by Niko Matsakis at 2018-04-25 23:26:07 - 3 comments
  11025. Bounds don't work on nested associated types

    dc5e3fc Opened by Jorge Aparicio at 2015-01-08 20:45:10 - 2 comments
  11026. Guide chapter on Closures is inconsistent and incomplete

    b0d13b3 Opened by Jeremy Fitzhardinge at 2015-01-12 18:50:15 - 1 comment
  11027. Reference syntax for Closure type is incomplete

    6f1f5c5 Opened by Jeremy Fitzhardinge at 2015-01-12 18:49:48 - 2 comments
  11028. src/test/run-pass/html-literals.rs is ignored

    04486e8 Opened by Alex Crichton at 2015-06-13 23:35:34 - 2 comments
  11029. static call to invalid vtable

    a1e86e8 Opened by Alex Crichton at 2015-01-16 06:03:10 - 10 comments
  11030. Overflow in std/io/mem.rs "combine" returns incorrect error with large positions

    f1b8651 Opened by Michael Giagnocavo at 2017-06-15 02:24:46 - 6 comments
  11031. JS exception trying to load implementors of trait

    2dd50e8 Opened by Steven Fackler at 2015-01-07 17:40:56
  11032. ICE when compiling bad code

    abcce29 Opened by Tyler Neely at 2015-01-07 15:53:07 - 3 comments
  11033. Associated types bug

    320c731 Opened by Dylan McKay at 2015-01-08 14:40:52 - 3 comments
  11034. Unhelpful error message when associated type needs lifetime annotation

    a432367 Opened by Sean McArthur at 2017-05-31 18:38:00 - 5 comments
  11035. Off-by-one-errors in 30-minute intro to Rust code examples

    d546d26 Opened by Nathan Stoddard at 2015-01-08 07:58:58 - 1 comment
  11036. Confusing error message when passing an F: FnOnce to something that wants FnMut

    e65b7f3 Opened by Lily Ballard at 2016-11-12 11:52:39 - 5 comments
  11037. ICE: Associated Type Normalizer - Normalize Projection Type

    ab406f4 Opened by Kevin (Junkyard) at 2015-01-08 14:40:20 - 3 comments
  11038. Rustup fails with 'error: invalid sha256' on OSX

    c3aa404 Opened by Doug at 2015-01-07 12:26:10 - 1 comment
  11039. "note: the trait cannot require ..." printed twice for object-safety violations

    3eb5db0 Opened by Huon Wilson at 2015-09-28 15:41:24
  11040. test_inherit_env fail when using TESTNAME on windows

    47c932d Opened by Oli Scherer at 2015-01-13 14:47:02 - 1 comment
  11041. Panic: Duplicate mutex destroy on Thread.join (DragonFly)

    7262f30 Opened by Michael Neumann at 2015-11-05 21:42:59 - 5 comments
  11042. Documentation link only works for first symbol if multiple identical are present

    7af79e9 Opened by Simonas Kazlauskas at 2015-04-07 04:20:06 - 3 comments
  11043. Exported macros break paths

    8cba1f8 Opened by Kang Seonghoon at 2015-08-13 21:04:10 - 4 comments
  11044. Type aliases can be silently shadowed

    a8d992c Opened by Aidan Hobson Sayers at 2017-03-05 17:45:20 - 13 comments
  11045. Need to repeat bounds of Associated Types

    8d92e8f Opened by bluss at 2015-01-08 02:25:25 - 2 comments
  11046. Trailing attributes are accepted in impl blocks

    3a168b6 Opened by Steven Fackler at 2015-01-10 10:00:12 - 1 comment
  11047. Seg-fault when not providing associated type

    b2fab44 Opened by engstad at 2015-01-08 15:54:50 - 2 comments
  11048. Turn on --disable-debug for distribution?

    4d4f323 Opened by Brian Anderson at 2015-04-02 21:52:59 - 6 comments
  11049. Struct as method ICE

    ecee267 Opened by Andrew Li at 2015-03-17 13:29:54
  11050. Using inference to coerce a closure to a trait object on the result of a match causes segfault

    1b3b0df Opened by Renato Zannon at 2015-01-07 22:32:43 - 2 comments
  11051. Lifetime declaration missing in cross-crate method definitions

    5bd3c98 Opened by Huon Wilson at 2015-04-07 04:20:56 - 2 comments
  11052. Tracking issue for RFC 558: require parentheses for chained comparisons

    214d71e Opened by Huon Wilson at 2015-01-08 07:35:58
  11053. rustdoc: Inlined associated types are missing bounds

    0ce5d83 Opened by Tom Jakubowski at 2015-04-10 19:17:46 - 6 comments
  11054. Improve error messages from type parameter shadowing

    5a8a446 Opened by Huon Wilson at 2017-06-29 11:13:52 - 3 comments
  11055. Box::new requires use std::boxed::Box despite prelude injection

    5de60db Opened by Felix S Klock II at 2015-01-08 10:47:47 - 3 comments
  11056. Playpen links from code snippets on doc.rust-lang.org contain wrong code

    815e76f Opened by Val Markovic at 2015-01-16 18:46:42 - 2 comments
  11057. Rust panic at assertion in latest nightly

    dabaf38 Opened by Josiah Bills at 2015-02-23 23:10:00 - 3 comments
  11058. libcore is broken

    311d616 Opened by Alex at 2015-01-08 10:01:56 - 2 comments
  11059. Rustc does not to recognize array as a locally defined type.

    846e302 Opened by Georg Schölly at 2015-01-08 18:43:40 - 1 comment
  11060. Slicing syntax very unergonomic in latest nightly

    c569945 Opened by mahkoh at 2015-01-08 20:11:21 - 5 comments
  11061. "associated type T not found for type parameter X" error with where clause

    f2481fd Opened by Ryusei Yamaguchi at 2015-01-08 13:24:38 - 1 comment
  11062. compile-fail/recursion.rs uses a dummy span with an expansion id of -2

    a0297a9 Opened by Manish Goregaokar at 2015-01-10 16:15:23 - 3 comments
  11063. std::slice::from_raw_buf is very unergonomic

    35a1f1e Opened by Pierre Krieger at 2015-01-08 17:38:28 - 4 comments
  11064. Parameterized traits can't be implemented for arbitrary types even if their parameters are "local"

    b4b64a4 Opened by Vladimir Matveev at 2015-06-13 07:02:14 - 10 comments
  11065. ICE: array index on wrong field

    5474770 Opened by klutzy/defunct at 2015-01-12 04:40:23
  11066. ICE: misplaced $crate in macro

    98943c8 Opened by klutzy/defunct at 2017-01-03 20:10:20 - 2 comments
  11067. Compiler panic - coherence failed to report ambiguity

    3341a5a Opened by Greg Chapple at 2015-01-11 08:02:09 - 1 comment
  11068. Internal compiler error when using operator overloading

    f57730d Opened by jethrogb at 2015-01-08 17:54:01 - 2 comments
  11069. Equals sign accepted in type parameter declaration

    c2132c1 Opened by bluss at 2015-01-08 18:04:36 - 1 comment
  11070. Stabilization for 1.0-alpha2

    6851349 Opened by Aaron Turon at 2015-02-18 22:12:22 - 4 comments
  11071. Documentation in librustc has sentence fragment.

    853fa5e Opened by Earl St Sauver at 2015-01-12 18:28:56 - 1 comment
  11072. Problem using function traits with associated types

    e929e82 Opened by Deleted user at 2015-01-16 23:33:43 - 4 comments
  11073. Refactor librustc_back to support arbitrary linkers

    059044a Opened by Peter Atashian at 2015-05-29 16:11:33 - 2 comments
  11074. Normalization of projections in where clauses

    2a451cb Opened by Niko Matsakis at 2015-01-12 17:40:56
  11075. Coherence fails to find ambiguity with manual impl of Fn for fn

    f619126 Opened by Kevin Murphy at 2015-10-25 00:26:22 - 3 comments
  11076. Fn is apparently not implemented for fn

    a92eb40 Opened by Kevin Murphy at 2015-03-04 03:34:44 - 6 comments
  11077. Plugins without #[no_link] produce shared library error when running

    7b9ad16 Opened by Dabo at 2015-02-10 13:23:33 - 6 comments
  11078. It is no longer possible to implement the same trait for different closures since they became traits

    5be7487 Opened by Nerijus Arlauskas at 2015-07-07 11:31:01 - 3 comments
  11079. ICE: Associated type referencing itself

    cf89aca Opened by tobbebex at 2015-04-11 20:59:36 - 10 comments
  11080. error: cannot satisfy dependencies

    5319158 Opened by Trevor Merrifield at 2015-01-08 23:00:53 - 2 comments
  11081. Don't use "generic" as the target cpu

    bae23ce Opened by Björn Steinbrink at 2015-02-06 20:31:48 - 3 comments
  11082. Finalize forum story before 1.0

    061d357 Opened by Aaron Turon at 2015-02-03 16:58:14 - 3 comments
  11083. Split debuginfo into its own module

    e2054e1 Opened by Nick Cameron at 2015-04-30 02:03:25 - 1 comment
  11084. Custom errors for well-known traits

    bde6028 Opened by Niko Matsakis at 2015-02-18 06:24:33 - 13 comments
  11085. Suggest possible traits when none are imported

    8ab23b2 Opened by Nick Cameron at 2015-01-09 01:43:35 - 1 comment
  11086. Add an option to rustdoc to deny warnings and use it in std

    b17048e Opened by Brian Anderson at 2015-01-21 22:27:18 - 1 comment
  11087. Can cast an unusable value to a raw pointer

    8efaa3a Opened by wthrowe at 2015-04-09 23:52:02 - 6 comments
  11088. Rust test suite has too many files in one directory

    63a3296 Opened by Seo Sanghyeon at 2017-06-20 12:47:09 - 5 comments
  11089. Associated types: ICE "get_unique_type_id_of_type() - unexpected type"

    07a9854 Opened by Samuel Fredrickson at 2015-01-23 19:16:24 - 30 comments
  11090. Error building rust with -g

    7b78a87 Opened by Manish Goregaokar at 2015-02-08 12:35:06 - 5 comments
  11091. ICE: this path should not cause illegal move

    263d37a Opened by Zoxc at 2015-02-10 22:08:34 - 9 comments
  11092. the type of the expression with an operator doesn't inferred correctly

    7d36655 Opened by Ryusei Yamaguchi at 2015-08-28 20:52:21 - 4 comments
  11093. range expressions (a..b) interact weirdly with operator precedence

    6a66a13 Opened by Daniel Grunwald at 2015-01-09 14:22:17 - 1 comment
  11094. ICE When trying to build the rust opencl binding

    342ca32 Opened by Cary Haynie at 2015-02-05 20:33:49 - 1 comment
  11095. NonCopyable as T for Copyable<T> cause it to be non-copyable

    8f97d07 Opened by qrlpx at 2015-01-09 15:11:31 - 1 comment
  11096. JoinGuard::join returning an Err is really unsafe

    efdfc74 Opened by Pierre Krieger at 2015-02-18 12:51:52 - 14 comments
  11097. Recursion depth too shallow on Mac OS X

    fa19b62 Opened by ACCOUNT MOVED at 2015-01-09 21:13:50 - 2 comments
  11098. Add grapheme_at{,_reverse} functions to UnicodeStr

    a30d2e7 Opened by mahkoh at 2015-01-21 22:27:18 - 1 comment
  11099. range notation (a..b) has weird operator precedence

    2853720 Opened by Daniel Grunwald at 2015-01-23 09:26:37 - 18 comments
  11100. AtomicUint should not exist

    4be45ac Opened by Joshua Yanovski at 2015-01-09 22:01:00 - 3 comments
  11101. Cell should be Copy

    902fd04 Opened by Joshua Yanovski at 2018-07-03 00:40:26 - 14 comments
  11102. Add remove_range functions to Vec and String

    1a9af35 Opened by mahkoh at 2015-01-21 22:27:19 - 8 comments
  11103. impl fmt::String for tuples

    59d2c43 Opened by Emilia Bopp at 2015-01-09 22:30:16 - 2 comments
  11104. Rust 32bit does not compile on Windows 7: LLVM fails to build

    85d68a0 Opened by AnthIste at 2016-01-04 21:29:36 - 5 comments
  11105. Mark String::as_mut_vec inline

    430d189 Opened by mahkoh at 2015-01-11 14:15:54
  11106. Test harness inserts unstable warnings

    9599e09 Opened by Sean McArthur at 2015-01-10 03:40:17 - 3 comments
  11107. ICE when a supertrait bound contains a binding for a type defined in the supertrait

    cae392c Opened by Niko Matsakis at 2015-07-20 12:06:31 - 5 comments
  11108. Incorrect Headline Hierarchy in Rust Book

    03babb2 Opened by Pascal Hertleif at 2016-01-04 21:09:17 - 5 comments
  11109. Crawl doc.rust-lang.org for dead links on a regular basis

    297bae0 Opened by Keegan McAllister at 2015-01-21 19:36:30 - 4 comments
  11110. Compiler panic on using a nonexistent field of a struct

    32d0fbd Opened by CrystalGamma at 2015-01-12 04:40:23
  11111. Identifiers in range notation are not parsed correctly

    0268266 Opened by Emilia Bopp at 2015-01-10 09:50:55 - 5 comments
  11112. ICE "internal compiler error: cannot relate bound region" using associated type in method sig

    a379d26 Opened by Niko Matsakis at 2015-01-16 06:03:18
  11113. Fix --test code generation to properly avoid unstable warnings

    405fc4e Opened by Brian Anderson at 2015-04-13 18:20:46 - 2 comments
  11114. Add 'next' links to pages of TRPL book

    a391201 Opened by Nathan Stoddard at 2015-02-02 09:46:39 - 4 comments
  11115. rustc should be usable as-is from the build directory

    8f09517 Opened by Simon Sapin at 2016-08-01 22:49:53 - 20 comments
  11116. Set up directory listings for the distribution directory on s3

    d469129 Opened by Brian Anderson at 2015-01-16 16:58:36 - 2 comments
  11117. Slightly confusing language in variable-bindings.md

    9ce4a01 Opened by Trevor Loflin at 2015-01-16 06:03:06 - 1 comment
  11118. ICE with 1/8/15 nightly

    a1aed47 Opened by Tyler Neely at 2015-07-08 20:54:04 - 3 comments
  11119. Enable $($pattern)|+ or equivalent in macro_rules!

    285b565 Opened by Simon Sapin at 2016-01-18 13:02:19 - 5 comments
  11120. The example in the concurrency guide is incorrect

    2b14eff Opened by Jonathan Reem at 2015-01-16 06:03:06 - 1 comment
  11121. no type for node 11004: expr 12 + x (id=11004) in fcx 0xb27f5338

    9c32328 Opened by Riley Stewart at 2015-01-12 04:40:23
  11122. ICE: static call to invalid vtable: VtableFnPointer

    9db86cf Opened by Deleted user at 2016-08-06 20:02:23 - 8 comments
  11123. Using an unsized value from slicing incorrectly should give a more helpful error message

    90fcd51 Opened by Huon Wilson at 2017-12-12 22:16:12 - 2 comments
  11124. Optimize documentation layout on mobile

    a69d18d Opened by Kevin Yap at 2015-01-30 01:06:11 - 9 comments
  11125. Rust book section links either broken or confusing

    6e5c822 Opened by Diggory Blake at 2015-01-16 06:03:06 - 1 comment
  11126. thread '<unnamed>' panicked at 'failed to allocate a guard page', when RLIMIT_STACK is not 4K page aligned

    325296a Opened by piyo at 2015-04-22 14:52:07 - 6 comments
  11127. [Docs] Add richer examples to the Guide to Strings

    48a2176 Opened by Evan Chan at 2015-01-21 22:34:23 - 2 comments
  11128. Add a lint for public types that don't implement Debug

    f1cbbd7 Opened by Steven Fackler at 2015-01-26 13:01:04
  11129. #[deriving(PartialEq, Show)] generates poor implementations for large enums

    bdbb9bb Opened by Steven Fackler at 2016-02-12 04:00:50 - 14 comments
  11130. Rename string::push_str to string::concat

    2299334 Opened by Sandeep Datta at 2015-01-17 21:58:15 - 1 comment
  11131. Perculiar behaviour when parsing 0..<ident> range expressions in for loops

    0ada41e Opened by Brendan Zabarauskas at 2015-01-10 09:49:19 - 2 comments
  11132. Type inference when using the new slice syntax

    cad2fa1 Opened by Ivan Ukhov at 2015-08-15 12:12:34
  11133. Replace libc functions with WinAPIs on Windows

    4fab5e7 Opened by klutzy/defunct at 2015-08-12 17:10:17 - 2 comments
  11134. unexpected callee type - compiler panicked

    033bc57 Opened by Blair Nilsson at 2015-05-06 11:53:36 - 3 comments
  11135. Headline Level in API Doc Comments

    55ae9ed Opened by Pascal Hertleif at 2022-01-09 02:19:44 - 9 comments
  11136. JavaScript Error in API Docs When Hovering over Struct Code

    effca6f Opened by Pascal Hertleif at 2015-01-11 16:40:55 - 1 comment
  11137. doc: provide epub download of The Book

    3d8c9ae Opened by Mateusz Czapliński at 2024-02-07 02:36:20 - 62 comments
  11138. ToOwned trait is not imported by default

    7932f60 Opened by Siddharth at 2015-01-11 05:06:18 - 2 comments
  11139. Forgetting a move in closure use like Thread::spawn(|| { ... }) gives unhelpful help

    158b2b0 Opened by Huon Wilson at 2015-05-14 13:42:12 - 1 comment
  11140. assert_eq! output is very unhelpful for floats

    4bd932d Opened by Simonas Kazlauskas at 2015-05-10 05:18:10 - 3 comments
  11141. Make return type of the Fn traits an associated type

    00c5fdf Opened by Niko Matsakis at 2015-01-28 14:42:26 - 11 comments
  11142. Trait selection treats unboxed closure arguments as quasi-associated types

    42a2c70 Opened by Niko Matsakis at 2017-01-03 21:18:53 - 7 comments
  11143. trait lang item on a struct

    132c2b7 Opened by apreiml at 2017-07-22 02:55:05 - 13 comments
  11144. What is 6th unary operator?

    e5caaa0 Opened by khiri-co at 2015-01-16 06:03:06 - 3 comments
  11145. Provide wrappers over Box<Fn>

    d5b21ed Opened by York Xiang at 2015-01-12 17:06:51 - 12 comments
  11146. Integer fallback error with closures

    7f1bfd4 Opened by Ryusei Yamaguchi at 2015-09-28 18:00:47 - 1 comment
  11147. box_syntax allowed in generated function

    d2807f9 Opened by Mathias Hällman at 2015-01-11 04:51:32 - 4 comments
  11148. Make the tables in libunicode public

    525d0b4 Opened by mahkoh at 2015-04-11 19:23:58 - 4 comments
  11149. internal compiler error: no type for node 29: expr 0 (id=29) in fcx 0x7f6cb4becbb8

    7066e50 Opened by Tim Fuchs at 2015-01-12 04:40:23
  11150. ICE when indexing after accessing unknown field/method

    3e15903 Opened by Nathan Stoddard at 2015-01-12 04:40:23
  11151. Deprecation of copy_lifetime: "its questionable utility" is questionable

    5cbc320 Opened by Mikhail Zabaluev at 2015-01-11 04:53:54 - 1 comment
  11152. Use of associated types with bounds requires redundant bounds at the use site

    95b2b79 Opened by Jonathan Reem at 2015-01-22 08:54:30 - 2 comments
  11153. AtomicUint -> AtomicUsize

    8cb85d1 Opened by Clark Gaebel at 2015-01-13 01:01:34
  11154. __MSABI_LONG not declared building LLVM on Windows

    35e42c1 Opened by sivadeilra at 2016-06-09 14:45:53 - 9 comments
  11155. internal compiler error: unexpected callee type core::ops::FnOnce() -> S

    11a218e Opened by Bryan Yap at 2015-07-20 16:02:59 - 1 comment
  11156. Feature-gate #[macro_reexport]

    2ede98a Opened by Keegan McAllister at 2015-01-31 07:20:44
  11157. Distribute binary on Windows without libgcc_s_dw2-1.dll

    58679ba Opened by Zixian Cai at 2015-01-12 19:51:56 - 6 comments
  11158. rustdoc is missing all where clauses from external items

    2f8f579 Opened by Tom Jakubowski at 2015-01-14 02:52:11
  11159. Allow "extension" of types from other modules

    a2ff77e Opened by jethrogb at 2015-01-12 17:04:09 - 5 comments
  11160. rustc panic: libsyntax/lib.rs: index out of bounds: the len is 61 but the index is 247

    77fe1e5 Opened by Andrew Forgue at 2015-08-11 17:05:38 - 2 comments
  11161. Rust Book Example Fix: Arrays, Vectors, and Slices

    5dfd3db Opened by jatinn at 2015-01-16 06:03:05 - 1 comment
  11162. Stack overflow in rustc when trying to make bare metal executable

    a81ab89 Opened by Jacques Fortier at 2015-07-30 01:50:30 - 3 comments
  11163. range notation with for expression for i in 0 .. n {} should be parsed as for i in (0 .. n) {}

    edc9efb Opened by Ryusei Yamaguchi at 2015-01-11 15:54:04 - 2 comments
  11164. Error spans into imported macros render poorly

    001b0f0 Opened by Steven Fackler at 2016-11-15 20:33:46 - 9 comments
  11165. rustdoc: ?Sized bounds are missing for re-exports

    41c9f70 Opened by Tom Jakubowski at 2015-01-14 02:52:11 - 3 comments
  11166. PartialEq/Eq and PartialOrd/Ord impls generated by #[derive(...)] are not generic for RHS

    c786629 Opened by Murarth at 2017-11-19 01:57:32 - 9 comments
  11167. New c_str/ffi makes error buffer operations harder than necessary

    62be648 Opened by Stanisław Pitucha at 2015-01-19 00:22:52 - 6 comments
  11168. pretty identified should identify view items

    1d655f0 Opened by Nick Cameron at 2015-02-27 21:17:56 - 4 comments
  11169. Major compile-time perf regression in deep-vector2

    d70067a Opened by Brian Anderson at 2017-06-30 00:02:38 - 16 comments
  11170. --pretty=expanded is too conservative on parens

    c463142 Opened by Simonas Kazlauskas at 2016-01-04 21:15:20 - 2 comments
  11171. Rustdoc: All playground links point to the code of the first example

    446f598 Opened by bluss at 2015-01-11 19:39:00 - 1 comment
  11172. ICE with impl Foo for Foo for object safe Foo

    8c168ca Opened by Huon Wilson at 2015-04-11 20:59:36
  11173. Manual impls of Foo for Foo should be illegal

    c43f982 Opened by Huon Wilson at 2015-01-11 13:26:49 - 3 comments
  11174. Unhelpful error messages for calls of methods defined in an impl with restricted bounds that aren't satisfied

    d1cfab1 Opened by Huon Wilson at 2015-06-23 02:32:49 - 6 comments
  11175. Timer on windows is not Send + unhelpful compilation error

    111cd82 Opened by Paolo Falabella at 2015-01-22 08:54:33 - 1 comment
  11176. Lint for parameters that could be ?SIzed

    1de4c57 Opened by Huon Wilson at 2016-02-11 20:13:35 - 2 comments
  11177. std::io::FileStat has a field named created, but it's not its creation time

    48845e4 Opened by 依云 at 2015-01-11 21:14:59 - 1 comment
  11178. std::io::FileType doesn't have character-special and socket kinds

    97bfc1e Opened by 依云 at 2015-02-11 18:43:26 - 1 comment
  11179. the book should mention the difference between vectors and arrays.

    f102076 Opened by Bharadwaj Srigiriraju at 2015-02-16 03:52:38 - 3 comments
  11180. Add an ignore function to Result to explicitly ignore it.

    efbe709 Opened by mahkoh at 2018-11-21 09:52:05 - 6 comments
  11181. 64-bit Windows installer fails to install binaries

    71539ae Opened by David Salter at 2015-02-20 03:36:07 - 4 comments
  11182. SIGABRT in LLVM during stage0/librustc_typeck (RUSTFLAGS=-g)

    1fa4d1c Opened by Ken Tossell at 2015-01-14 10:23:12 - 3 comments
  11183. internal compiler error: no type for node 207

    29c7520 Opened by Bryan Yap at 2015-01-12 04:40:23 - 3 comments
  11184. Box<Iterator> (and &mut Iterator) does not implement Iterator

    f84b934 Opened by Andrew Gallant at 2016-12-31 08:05:03 - 9 comments
  11185. Access to fields of associated types not normalized

    5d881ba Opened by Niko Matsakis at 2015-01-13 08:31:39
  11186. False ambiguity report between builtin bound expansion and where clauses

    f833942 Opened by Niko Matsakis at 2015-01-13 08:31:43
  11187. Make the Rust Book a mobile-friendly site

    7abd44d Opened by Val Markovic at 2015-01-12 23:55:09 - 5 comments
  11188. Poor error message when a subtype is not Sync as required

    2cada29 Opened by Josh Matthews at 2015-01-13 15:23:43 - 10 comments
  11189. following tutorial results in failed compile

    bc1cedb Opened by lailoken503 at 2015-01-12 00:01:16 - 4 comments
  11190. Rust Book CSS seems to be missing or incorrectly linked with the Rust version pulled using rustup.sh

    cf8f568 Opened by Matt Keeler at 2015-01-12 00:08:32 - 3 comments
  11191. ICE: no type for node 443: expr FullRange (id=443) in fcx 0x53f4d60

    e663ece Opened by Markus Siemens at 2015-01-12 04:40:23
  11192. ICE 'type' was a a subtype of 'type' but now it is not

    cf57e0a Opened by Markus Westerlind at 2015-01-26 07:35:21 - 5 comments
  11193. Should RNGs really be clone?

    80d5bd2 Opened by Brian Anderson at 2015-02-16 20:45:42 - 9 comments
  11194. The new coherence rules disable very useful patterns

    f334192 Opened by Jonathan Reem at 2015-02-01 04:21:13 - 10 comments
  11195. FFI type-safety lint should warn about fat pointers

    9ab88d8 Opened by Huon Wilson at 2015-11-04 16:37:33 - 1 comment
  11196. Compiler error could suggest using an associated type for e.g. Iterator<T>

    bc8c67c Opened by Tom Jakubowski at 2018-11-23 14:22:15 - 5 comments
  11197. Include line numbers in backtraces

    57a6d6e Opened by gsingh93 at 2015-04-12 10:52:59 - 4 comments
  11198. Bounds on associated types ignored

    4be5160 Opened by Ben Gamari at 2015-01-12 06:40:25 - 3 comments
  11199. Overflow/panic problem in Step and ExactSizeIterator for Range<BigInt>

    6b427c8 Opened by sellibitze at 2015-01-22 08:54:30 - 1 comment
  11200. Rust Reference still talks about #[deriving(...)], instead of #[derive(...)]

    f76cecc Opened by Jim Blandy at 2015-01-21 01:53:46 - 2 comments
  11201. Testsuite compile-fail error checking requires you to be very explicit

    58eb09a Opened by mdinger at 2018-09-24 15:56:01 - 3 comments
  11202. LLVM assertion failure while compiling boxed iterator

    14a8b8c Opened by ebfull at 2015-01-31 07:20:44 - 1 comment
  11203. ICE when compiling with debug info

    21b2b83 Opened by Markus Westerlind at 2015-01-25 16:14:55 - 3 comments
  11204. Confusing language in http://doc.rust-lang.org/book/hello-world.html

    aa2ea4d Opened by Moritz Schauer at 2015-01-16 06:03:05 - 4 comments
  11205. LLVM assertion failure when returning a value of a user defined type through a transmuted nested Box holding a trait object

    e0bc2f2 Opened by crumblingstatue at 2015-02-17 18:08:56 - 5 comments
  11206. Program deadlocks depending on name of scoped thread

    b95a12a Opened by George Burton at 2015-01-12 13:28:43 - 2 comments
  11207. Using fields in enum variants have problems with associated types

    bac04a6 Opened by Niko Matsakis at 2015-01-13 16:26:58
  11208. ICE: unimplemented type in const unsize: fn(u64) -> u64

    7b087ad Opened by Elinor B. at 2015-05-29 21:47:30 - 1 comment
  11209. Cannot compile on SunOS

    df859a7 Opened by matthiasg at 2016-02-04 00:39:58 - 1 comment
  11210. All of the old guide stubs have broken links to the new book

    969fe1b Opened by Cam Jackson at 2015-01-12 13:24:20 - 1 comment
  11211. Consider put PDF or ePub version of Rust book on server

    a4dc105 Opened by Zixian Cai at 2015-01-12 13:23:19 - 1 comment
  11212. Unreachable division causes LLVM assertion error

    3718d54 Opened by klutzy/defunct at 2015-02-28 17:25:28 - 1 comment
  11213. ICE with RUST_LOG=rustc_trans::trans::expr

    c7a1265 Opened by klutzy/defunct at 2015-04-21 23:04:17 - 1 comment
  11214. Struct with a field of an associated type crashes in librustc_trans::trans::debuginfo

    45ab17f Opened by Kang Seonghoon at 2015-01-16 06:03:18
  11215. Confusing span for borrow checker error in loop

    c51f683 Opened by Tom Jakubowski at 2017-05-31 14:59:43 - 4 comments
  11216. Usage of Self in trait method declarations in combination with 'static associated types affects apparently unrelated code.

    913f7f8 Opened by Dylan Ede at 2015-06-16 20:22:22 - 2 comments
  11217. The use of associated types in type crashes even though it doesn't support type bounds at all

    46a15bb Opened by Kang Seonghoon at 2015-04-21 23:08:44 - 3 comments
  11218. Compiling --test with #[no_std] produces error span at first line

    edfb31d Opened by Simonas Kazlauskas at 2015-07-30 01:47:12 - 1 comment
  11219. Type mismatch error should have spans if it's too long

    d5ff541 Opened by Manish Goregaokar at 2017-04-12 16:05:35 - 10 comments
  11220. collections::vec::IntoIter is not Send + confusing error message

    bb3dc4f Opened by Renato Zannon at 2015-01-16 06:03:07 - 1 comment
  11221. Instruction does not dominate all uses error when using File::open and compiling with link time optimization

    026f1f5 Opened by Will Usher at 2015-01-13 02:10:41 - 1 comment
  11222. Inconsistent pattern matching on struct variants

    9549ed3 Opened by Tom Chittenden at 2015-01-19 21:37:57 - 1 comment
  11223. Missing type hint on closure arg blows up.

    325cfb4 Opened by Jason Fager at 2015-01-31 00:31:22 - 1 comment
  11224. String guide: make distinction between str and &str

    41b0df2 Opened by mdinger at 2015-03-24 20:59:21 - 3 comments
  11225. Attempting to access non-existent field on type causes ICE

    62c6528 Opened by Aidan Hobson Sayers at 2015-04-22 01:24:33 - 6 comments
  11226. Write a TRPL chapter on inline assembly

    8cd8932 Opened by Keegan McAllister at 2015-01-21 21:48:17 - 1 comment
  11227. Error message usage of _ is unclear

    81fe38d Opened by mdinger at 2017-07-06 21:05:28 - 9 comments
  11228. Stop using extern crate for plugins

    1e4f948 Opened by Keegan McAllister at 2015-02-10 13:23:33 - 8 comments
  11229. LLVM Assertion failure with large fixed size array and default implementation

    3d9b675 Opened by Robert Clipsham at 2015-04-22 02:43:08 - 2 comments
  11230. asm!("asdflol" "nop"); compiles

    9675ec2 Opened by Jonas Schneider at 2015-01-16 06:03:14 - 1 comment
  11231. Get "does not implement any method" if module w/ trait use'd, but not when trait imported

    8ea34f4 Opened by arienmalec at 2015-01-13 04:38:00 - 5 comments
  11232. Unexpected behavior of mem::transmute(), [E0139]

    31c7b35 Opened by qrlpx at 2015-01-13 01:10:24 - 2 comments
  11233. Rust book isn't mobile friendly

    08cbcb4 Opened by G4MR at 2015-01-12 23:55:23 - 2 comments
  11234. std::intrinsics::get_tydesc will only accept sized types

    23ea940 Opened by Diggory Blake at 2015-01-16 06:03:16
  11235. Forbid undefined names in macro_use / macro_reexport

    42b31e9 Opened by Keegan McAllister at 2015-02-12 02:53:46
  11236. when compiling servo: 'assertion failed: end <= self.len()'

    24493ec Opened by Ben Iofel at 2015-04-21 23:15:43 - 3 comments
  11237. ICE: line-tables only + debuginfo::create_for_loop_var_metadata()

    30db7a7 Opened by Zaheer Chothia at 2015-01-16 06:03:17 - 2 comments
  11238. ICE in ... bound check?

    37d77e7 Opened by Frank McSherry at 2015-04-22 04:59:02 - 5 comments
  11239. Numeric traits inconsistent with integer type system

    a8385e5 Opened by Samuel Neves at 2015-03-31 18:26:25 - 5 comments
  11240. Tracking issue for RFC 517: IO reform

    9b91fdb Opened by Huon Wilson at 2016-09-03 18:38:52 - 12 comments
  11241. Allow passing plugin arguments through -Z extra-plugins

    438bf2e Opened by Keegan McAllister at 2019-08-31 21:21:41 - 4 comments
  11242. Assertion failed while type-casting

    5d8dea4 Opened by jethrogb at 2016-08-08 18:29:25 - 7 comments
  11243. Can’t implement Trait for &'a Trait when Trait is 'static

    1679cd6 Opened by Chris Morgan at 2015-02-28 11:40:25 - 4 comments
  11244. 3-tuple gets inferred to internal test runner types with --test if certain type is marked Send

    69f2385 Opened by Huon Wilson at 2015-01-16 06:03:15 - 12 comments
  11245. ICE missing type for FullRange after different type error

    fdc1130 Opened by André Arko at 2017-03-23 16:50:21 - 8 comments
  11246. Invalid sha256 hash when downloading and installing latest nightly

    d4147a3 Opened by Tolga Paksoy at 2015-02-23 06:18:24 - 3 comments
  11247. Revert #[warn(unstable)] by default

    4b9d686 Opened by Simon Sapin at 2015-01-14 02:26:24 - 4 comments
  11248. Bare function do not implement trait unless explicitly casted

    f5ac970 Opened by Markus Westerlind at 2015-02-16 00:05:08 - 5 comments
  11249. ICE when combine some macro and trait

    1433919 Opened by York Xiang at 2015-03-16 04:35:22 - 1 comment
  11250. rustdoc should show associated types in impl documentation

    0f54955 Opened by Simon Sapin at 2015-04-10 19:17:46 - 6 comments
  11251. remove unneeded box import in examples

    9f75b4e Opened by Steve Klabnik at 2015-01-16 06:03:11
  11252. AdditiveIterator and MultiplicativeIterator should be implemented on all iterators with Add/Mul items

    7c0006f Opened by Tobba at 2015-01-21 21:31:43 - 3 comments
  11253. libsyntax contains many uses of uint

    fd6e620 Opened by Greg Chapple at 2015-01-22 09:02:13 - 2 comments
  11254. On mac the unmangled symbol is not being visible at the time of linking

    9c0c6ad Opened by Kashyap at 2015-07-13 17:04:22 - 2 comments
  11255. Rust documentation does not document interaction between modules, scopes, and traits

    3016722 Opened by arienmalec at 2015-02-16 23:22:10 - 2 comments
  11256. ICE: trying to take the sizing type of str, an unsized type

    4730e54 Opened by Hugo van der Wijst at 2015-08-14 20:31:49 - 4 comments
  11257. Documentation: quick reference

    9948b47 Opened by Schuyler Duveen at 2015-01-21 21:27:49 - 1 comment
  11258. new scoping rules for safe dtors can yield spurious semi-colon or trailing unit expr

    f465c9f Opened by Felix S Klock II at 2019-09-20 09:59:49 - 44 comments
  11259. A unique string key for TypeId

    561f4a5 Opened by Mikhail Zabaluev at 2015-01-21 21:27:50 - 1 comment
  11260. Upgrade rust-installer

    052e041 Opened by Brian Anderson at 2015-02-16 03:52:31 - 3 comments
  11261. Add .msi installer for windows

    80a0098 Opened by Brian Anderson at 2015-07-13 16:54:16 - 9 comments
  11262. Remove rust-packaging's dependency on source tarball

    407d0f7 Opened by Brian Anderson at 2015-01-14 18:37:33 - 1 comment
  11263. UFCS inconsistencies

    64a3eca Opened by bluss at 2015-05-04 20:08:50 - 1 comment
  11264. Is there any official formatter or linter?

    2642548 Opened by Zixian Cai at 2015-01-14 10:54:20 - 1 comment
  11265. i18n for documentation & website

    c957355 Opened by Zixian Cai at 2015-01-21 21:27:52 - 3 comments
  11266. -emit dep-info doesn't work with -Z no-analysis

    757b3bc Opened by SiegeLord at 2015-01-16 06:03:14 - 2 comments
  11267. ICE on illegal macro_rules!

    c99872b Opened by York Xiang at 2015-01-28 10:57:18
  11268. main function has to implement wrong type.

    9fdd4fa Opened by Tobias Bucher at 2015-01-14 12:34:58 - 1 comment
  11269. ICE: Type parameter out of range

    6a66b67 Opened by Philip Munksgaard at 2015-04-10 10:05:02 - 1 comment
  11270. Borrow lifetime incorrectly inferred when using generics.

    f56f9cb Opened by Jòan at 2015-03-10 11:04:57 - 5 comments
  11271. ICE: Using trait object with associated type when associated type is missing

    952e31f Opened by Deleted user at 2015-04-22 00:35:53 - 2 comments
  11272. error: internal compiler error: argument to function with "rust-call" ABI is neither a tuple nor unit

    e9f961f Opened by Manish Goregaokar at 2017-01-04 13:21:30 - 4 comments
  11273. ICE with bounded associated type in where clause of a trait

    cc6eea5 Opened by Tom Jakubowski at 2015-07-17 08:03:40 - 4 comments
  11274. rustdoc: Associated types on inlined traits show under "Required methods"

    2d67878 Opened by Tom Jakubowski at 2015-01-22 08:54:40
  11275. rustdoc: render references to associated type using short form when possible

    f7e8774 Opened by Aaron Turon at 2015-04-10 19:17:46 - 3 comments
  11276. include!'d source, when encountering a parse error, does not report-and-abort.

    3d6f919 Opened by emberian at 2015-02-08 16:47:17 - 1 comment
  11277. include! is a smell and should be made obsolete for code-generating cargo packages

    e9fd812 Opened by emberian at 2017-03-08 20:12:16 - 2 comments
  11278. Update rustup.sh for beta

    f0cd0d3 Opened by Brian Anderson at 2015-04-13 18:12:26 - 3 comments
  11279. Unexpected error: the associated type <U as util::async::Async>::Value may not live long enough

    36f828c Opened by Carl Lerche at 2015-01-22 08:54:30 - 1 comment
  11280. "Expected fn, found something" should say "Expected fn or type, found something"

    235835d Opened by Wendell Smith at 2015-02-03 06:41:08
  11281. Allow decorators on methods, etc.

    b1f13c5 Opened by Nick Cameron at 2016-01-06 01:05:58 - 1 comment
  11282. Deprecate, then remove the ItemModifier and ItemDecorator syntax extension traits

    322681e Opened by Nick Cameron at 2016-11-15 21:24:54 - 2 comments
  11283. Derived Hash impl is duck-typed

    b18ae3d Opened by Andrew Paseltiner at 2015-01-16 06:03:15 - 3 comments
  11284. Some #[derive(..)] extensions are still using method calls

    025b861 Opened by Jorge Aparicio at 2015-11-04 22:22:24 - 4 comments
  11285. #[deriving(Anything)] fails silently

    ff0d4e7 Opened by Kornel at 2015-01-26 10:23:32 - 4 comments
  11286. Better search for keywords and programming terms

    1e070bb Opened by mdinger at 2015-01-21 21:18:22 - 2 comments
  11287. Transmutations between associated types on a trait with a non-'static lifetime parameter causes ICE

    0b613c7 Opened by Chris Morgan at 2015-05-06 11:53:36 - 1 comment
  11288. Error parsing "{expr} as {type} < {expr}"

    1f6356b Opened by mindless2112 at 2015-01-15 19:18:52 - 2 comments
  11289. ICE using cross-crate unsafe_destructor w/ ?Sized params

    e27d81c Opened by Keegan McAllister at 2015-04-21 23:54:13 - 2 comments
  11290. Requiring an associated type to equal another associated type in short form causes ICE

    1c089db Opened by Chris Morgan at 2015-05-07 15:25:15 - 1 comment
  11291. No longer possible to create syntax extensions that create syntax extensions.

    223b574 Opened by SiegeLord at 2015-01-16 05:39:00 - 1 comment
  11292. Implement Hash for HashSet

    2c0ba46 Opened by mdinger at 2022-01-28 20:45:57 - 7 comments
  11293. The existence of a lifetime parameter on a trait somehow prevents its associated types from having lifetime constraints that work

    03e87e0 Opened by Chris Morgan at 2015-01-22 12:36:12 - 1 comment
  11294. -C lto forces optimization passes to be run

    a0d64c4 Opened by Zoxc at 2015-01-16 06:03:17
  11295. Operator overloading not flexible enough?

    44227c2 Opened by Holger Rapp at 2016-01-08 07:03:24 - 8 comments
  11296. impl core::fmt::String for tuples

    4b3bd5d Opened by Jim Fisher at 2015-01-15 15:43:08 - 2 comments
  11297. Precedence of box is possibly wrong

    93d7fe9 Opened by Niko Matsakis at 2022-08-06 20:49:59 - 21 comments
  11298. Bitv/BitvSet's #[stable] mismatches collections reform RFC

    6d01696 Opened by Huon Wilson at 2015-01-17 22:31:36 - 1 comment
  11299. std::Vec does not have the from_fn method described in the tutorial

    ee9cd06 Opened by bandrei at 2015-02-05 05:21:18 - 1 comment
  11300. "help" messages in compiler output is ignored

    d126d02 Opened by Oli Scherer at 2016-01-30 20:48:27 - 9 comments
  11301. If the book is going to show off enum variant comparison with ==, it also needs to talk about PartialEq

    01d00fd Opened by bstrie at 2015-02-18 16:04:14 - 5 comments
  11302. new scoping rules for safe dtors may benefit from variance on type params

    8856b87 Opened by Felix S Klock II at 2017-11-30 11:42:19 - 7 comments
  11303. static call to invalid vtable: VtableObject(VtableObject(object_ty=error::Error + 'static))

    dc7bfb9 Opened by Joel Larson at 2015-04-21 23:16:38 - 3 comments
  11304. impl Drop must not allow adding new bounds on type params

    5da52c5 Opened by Felix S Klock II at 2015-02-12 21:15:06 - 3 comments
  11305. UFCS form bypasses privacy checks in cross-crate scenario

    228f7c1 Opened by Niko Matsakis at 2015-01-17 10:51:51 - 1 comment
  11306. Don't ICE when uncallable functions occur due to unsatisfiable where clauses

    d8ae33f Opened by Erick Tryzelaar at 2021-10-27 21:37:57 - 19 comments
  11307. Remove uses of usize that are not pointer-related from the Int trait

    35d69d6 Opened by Tobias Bucher at 2015-02-15 18:07:26 - 2 comments
  11308. ICE: type_of with ty_err

    ac2b6e9 Opened by Markus Westerlind at 2015-03-08 17:23:55 - 1 comment
  11309. ICE: Where clause ... was applicable ... but now its not

    463853e Opened by Markus Westerlind at 2015-01-28 14:42:33 - 1 comment
  11310. Compilation fails on Fedora 21.

    2af3cd4 Opened by dpc at 2016-06-06 19:45:22 - 7 comments
  11311. ICE: "aliasability violation with closure" in Boxed FnMut

    088126b Opened by Alex at 2015-07-08 21:09:59 - 5 comments
  11312. rustdoc segfault for invalid code block boundaries

    9679670 Opened by Aidan Hobson Sayers at 2015-04-07 17:56:12 - 1 comment
  11313. Don't publish API docs for crates other than std on beta or stable channels

    dc93288 Opened by Brian Anderson at 2015-01-22 21:17:56 - 4 comments
  11314. ICE moving struct via unsafe deref

    dcdc34f Opened by Josh Matthews at 2015-01-16 15:17:32 - 1 comment
  11315. rustc should provide a suggestion when using a type/trait from a sibling module that isn't imported

    d36a1da Opened by Nick Fitzgerald at 2016-02-23 19:35:46 - 20 comments
  11316. if foo {}.bar() parses successfully, but if foo {} + bar and foo! {}.bar() do not

    73e3820 Opened by Rewi Haar at 2017-05-02 20:30:14 - 8 comments
  11317. ICE dereferencing raw ptr after transmute

    8b8aaaf Opened by Drake Talley at 2015-01-16 06:11:21 - 2 comments
  11318. Improper use of enum variant gives poor error message

    14dd237 Opened by mdinger at 2016-05-19 20:50:34 - 2 comments
  11319. API docs have broken links for contents under liballoc

    59bb802 Opened by York Xiang at 2015-01-16 16:33:17 - 3 comments
  11320. compile-test fails to detect extranous errors on windows

    6fce769 Opened by Oli Scherer at 2015-09-20 07:10:07 - 1 comment
  11321. Difficult to use format_args! with libcore (generates code in std::fmt)

    2788ba4 Opened by Deleted user at 2015-01-26 21:16:48 - 2 comments
  11322. Feature/Stability staging is flaky

    9b9c6ff Opened by Simonas Kazlauskas at 2016-04-13 18:37:11 - 7 comments
  11323. Typechecking does not scale well for deeply nested types

    f6a7f2c Opened by Markus Westerlind at 2016-05-12 18:29:31 - 4 comments
  11324. borrow-checker allows partial reinit of struct that has been moved away, but no use of it.

    c08978e Opened by Felix S Klock II at 2018-10-17 12:56:03 - 42 comments
  11325. HashSet should have a get function

    b11484e Opened by Mike Pedersen at 2015-01-21 20:39:29 - 4 comments
  11326. Rust tutorial document has broken redirect link

    8379650 Opened by Youngmin Koo at 2015-01-16 15:21:55 - 1 comment
  11327. ICE when compiling an 'extern "C"' trait method

    e236365 Opened by Florian Gilcher at 2015-02-23 23:10:00
  11328. Invalidate artifacts on CloudFront more reliably

    cf8c727 Opened by Brian Anderson at 2017-03-23 20:19:02 - 22 comments
  11329. Move uploaded cargo bins to dist/ from cargo-dist

    960c169 Opened by Brian Anderson at 2016-08-22 22:33:34 - 2 comments
  11330. Add machine-readable dist index

    1ff5335 Opened by Brian Anderson at 2015-05-25 19:59:50 - 4 comments
  11331. Add additional channel manifest metadata

    0768af8 Opened by Brian Anderson at 2016-08-01 22:47:59 - 6 comments
  11332. Type inference works with method calls, but not with UFCS

    2823ea5 Opened by Jorge Aparicio at 2015-01-28 02:22:16
  11333. rustdoc --test looking for non-existent shared object

    dd89f9a Opened by Martin Robinson at 2016-05-24 21:41:38 - 14 comments
  11334. Give a full explanation of Copy in the docs

    fa2414f Opened by Keegan McAllister at 2015-01-17 22:31:36 - 1 comment
  11335. error: internal compiler error: static call to invalid vtable

    b1dadd9 Opened by Robert Foss at 2015-04-21 23:16:39 - 2 comments
  11336. error: internal compiler error: unexpected panic

    47bc969 Opened by Nicolas at 2015-02-11 12:10:03 - 10 comments
  11337. Bogus associated type in associated type bound compiles

    d956324 Opened by bluss at 2015-07-07 11:45:52 - 5 comments
  11338. In collections documentation, headings like "Use a Vec when" should link to the corresponding collection

    bbd94ef Opened by Nathan Stoddard at 2015-01-17 15:38:33 - 4 comments
  11339. Remove prelude dependency for range notation; rename FullRange

    af222b2 Opened by Aaron Turon at 2015-01-30 15:32:33 - 11 comments
  11340. mem::zeroed unrolls hilariously enormous loops

    cda85b8 Opened by richö butts at 2015-01-19 14:13:31 - 4 comments
  11341. ICE: error: internal compiler error: static call to invalid vtable: VtableObject(VtableObject(object_ty=error::Error + 'static))

    d802323 Opened by Eric Kidd at 2015-01-16 22:24:46 - 1 comment
  11342. rustup: When local date is later than server date, nightly can't be downloaded

    6a5d146 Opened by Michael Pankov at 2016-03-08 17:47:35 - 8 comments
  11343. Structs with a raw pointer warn whether or not you derive Copy

    0c97173 Opened by Kornel at 2015-02-03 06:41:09
  11344. error: internal compiler error: this path should not cause illegal move

    194c97e Opened by Andrew Kelley at 2015-01-17 19:54:17 - 2 comments
  11345. LLVM assertion error (llvm/lib/IR/Instructions.cpp:1086)

    9a6577f Opened by John Ericson at 2015-10-25 16:19:08 - 9 comments
  11346. librustc_borrowck/borrowck/doc.rs doesn't get rendered

    cefd341 Opened by Keegan McAllister at 2015-02-15 10:49:52 - 5 comments
  11347. quote_expr! causes compile error when invoked twice on an ident nested in a macro invocation

    961e3d8 Opened by Chris Wong at 2015-01-17 08:45:50 - 1 comment
  11348. The Ownership guide does not clearly explain what happens when there are two or more elided lifetimes

    7f63000 Opened by Tyler Thrailkill at 2015-01-28 21:31:58 - 8 comments
  11349. Create a syntax file for Nano

    94b2d0d Opened by Keegan McAllister at 2015-01-21 19:19:54 - 1 comment
  11350. Err from thread should implement Show

    2c47274 Opened by Paul Crowley at 2015-04-11 08:07:39 - 1 comment
  11351. Anther ICE with type_of with ty_projection

    12cc9cb Opened by Erick Tryzelaar at 2015-01-17 21:59:55 - 2 comments
  11352. rustup: error: invalid sha256.

    d006972 Opened by Deleted user at 2015-01-21 20:24:22 - 3 comments
  11353. raw_pointer_derive lint should not complain about deriving Copy

    bb3e879 Opened by emberian at 2015-02-03 06:42:50 - 2 comments
  11354. Don't put docs for rustc/syntax/etc on doc.rust-lang.org

    9671562 Opened by emberian at 2016-03-01 21:31:30 - 19 comments
  11355. Improving Entry API to get the keys back when they are unused

    bc917ac Opened by matthieu-m at 2015-01-21 20:24:36 - 4 comments
  11356. fn main in a comment in rustdoc breaks tests

    c0f03b6 Opened by Aidan Hobson Sayers at 2018-11-04 04:23:31 - 8 comments
  11357. We should forbid type parameters from shadowing other types

    22687cb Opened by Erick Tryzelaar at 2015-01-22 21:24:29 - 5 comments
  11358. Build fails on windows when using -C codegen-units=4

    988c470 Opened by Adolfo Ochagavía at 2015-01-17 19:51:03 - 1 comment
  11359. Error running hello world on Win7-x64

    0e7bfc2 Opened by moonbit2099 at 2015-03-24 20:59:18 - 1 comment
  11360. ICE: autoderef failed

    b605b33 Opened by Deleted user at 2015-01-25 23:55:58 - 1 comment
  11361. Confusion over std::hash::Hasher and std::collections::hash_map::Hasher

    506cd2e Opened by Dan Burkert at 2015-02-21 23:43:19 - 2 comments
  11362. Mac to Linux cross compilation build error - morestack.S:28:18: error: unable to emit symbol attribute

    ab38d35 Opened by Kashyap at 2015-01-18 03:17:05 - 1 comment
  11363. Rustdoc displays negative impls for traits identically to standard impls

    9e1b604 Opened by Michael Kovalchik at 2015-03-29 14:02:33 - 7 comments
  11364. Src Link in Rustdoc fails for assert_eq!

    7f5a244 Opened by Earl St Sauver at 2015-05-01 23:21:09 - 5 comments
  11365. vim indent file broken with comments containing braces

    7f916a3 Opened by mahkoh at 2015-01-29 18:30:35 - 5 comments
  11366. It is surprising let ref x: i32 = 5 has a type of &i32

    bbbd57b Opened by Erick Tryzelaar at 2015-02-06 01:12:36 - 6 comments
  11367. LLVM assertion failure in llvm::InvokeInst::init

    fb7cff4 Opened by Pierre Talbot at 2015-10-25 00:51:03 - 2 comments
  11368. make tidy output on Travis is hard to read

    00ace40 Opened by Paul Collier at 2015-01-21 18:04:30 - 3 comments
  11369. TEST_BENCH does nothing

    a6b5653 Opened by Brian Anderson at 2015-01-21 01:53:44 - 4 comments
  11370. vim indent file broken with multiline conditions

    087fba3 Opened by mahkoh at 2015-01-29 18:31:16 - 2 comments
  11371. VecMap::into_iter shouldn't be taking a &mut self

    b622143 Opened by Erick Tryzelaar at 2015-01-21 01:53:43 - 3 comments
  11372. rustc error when file can't be opened is ugly

    cdc32dc Opened by Brian Anderson at 2015-01-23 18:21:40 - 2 comments
  11373. extend multi-line errors to "method * has incompatible type for trait"

    034368e Opened by mdinger at 2015-07-19 09:01:27
  11374. Color differences between found and expected in errors

    fd26566 Opened by mdinger at 2018-08-15 02:09:25 - 6 comments
  11375. ICE when target directory doesn’t exist for LLVM outputs

    93ccae2 Opened by Simonas Kazlauskas at 2018-11-30 22:01:22 - 7 comments
  11376. I/O chapter in the book

    3ff3f9e Opened by Noah Kantrowitz at 2015-02-13 19:33:14 - 4 comments
  11377. Using --enable-local-rust causes stage1 and stage2 binaries to be linked with system rust

    045c4e3 Opened by Thomas Daede at 2017-02-11 00:18:37 - 3 comments
  11378. rustdoc: Expandable function code snippets

    2130958 Opened by Stephen Belanger at 2016-05-09 16:23:49 - 3 comments
  11379. mutably captured default int emits type inference error in closure

    51d10d7 Opened by Jorge Israel Peña at 2015-01-18 05:11:47 - 1 comment
  11380. rustdoc: Inlined impls lack associated type definitions

    d518142 Opened by Tom Jakubowski at 2015-01-22 08:54:40
  11381. unexpected panic: 'index out of bounds' in src/libsyntax/lib.rs:1

    50c301d Opened by compwron at 2015-10-25 00:51:45 - 3 comments
  11382. ICE: wrong-structured lhs for follow check with macro

    c481c87 Opened by Ms2ger at 2015-01-20 16:05:43 - 3 comments
  11383. run-pass multidispatch tests trigger UAC on Windows

    ac17253 Opened by klutzy/defunct at 2015-03-17 09:43:56 - 3 comments
  11384. ICE: unrecognized builtin nonterminal t_ty

    ccf9f8c Opened by Guillaume Gomez at 2015-01-22 08:54:40 - 8 comments
  11385. Indentation broken in error reporting

    57e589d Opened by mahkoh at 2015-02-04 07:01:38 - 3 comments
  11386. a boxed iterator can't use methods in the IteratorExt trait

    e8d8a75 Opened by Eunchong "Gracie" Yu at 2015-01-22 08:54:34 - 3 comments
  11387. Type parameters that appear in a trait object assoc type bindings are considered as "not constrained"

    24cadd4 Opened by Jorge Aparicio at 2015-01-26 03:42:25 - 3 comments
  11388. #[warn(unused_assignments)] when variable only is compared

    20f2cdc Opened by martinhath at 2015-01-18 16:17:53 - 2 comments
  11389. Invalid macro fails only if used

    ea5b605 Opened by Adolfo Ochagavía at 2015-02-28 02:22:00 - 3 comments
  11390. Sleep causes memory leak according to valgrind

    f32dbf4 Opened by Peter Mora at 2015-01-19 03:27:57 - 1 comment
  11391. LLVM assertion error when dereferencing "&mut Iterator<Item=Something>" from function parameter

    297d36d Opened by Marcelo Mottalli at 2015-01-31 07:20:44 - 6 comments
  11392. std::ops::Range does not implement Clone when possible.

    7b79211 Opened by Ty Overby at 2015-01-21 01:53:43
  11393. ICE: aliasability violation with closure

    08fafac Opened by Valentin at 2015-01-29 22:54:22 - 2 comments
  11394. impossible case reached: bad combination of types for cast

    cc3cd62 Opened by mhobbs-8B at 2015-05-02 19:30:29 - 3 comments
  11395. Fix up spawn in the Intro

    4425ee8 Opened by Steve Klabnik at 2015-02-06 01:13:44 - 1 comment
  11396. Lifetime elision works incorrectly with explicit self types in methods

    ed46596 Opened by Vladimir Matveev at 2015-04-11 13:47:06 - 5 comments
  11397. Hash is not implemented for array ([T; size])

    81456d1 Opened by Michael Lamparski at 2015-01-21 01:53:44
  11398. Infinitely recursive instantiation of TakeWhile hangs compilation

    d5805fb Opened by Xirdus at 2017-05-03 19:49:19 - 4 comments
  11399. Trait suggestions suggest the same trait multiple times

    d481bb0 Opened by Alex Crichton at 2015-01-22 08:54:36
  11400. Functional record update should respect privacy (or consume a non-Copy source)

    efc5720 Opened by Ariel Ben-Yehuda at 2015-02-10 22:08:34 - 19 comments
  11401. Any ICE in metadata should suggest a clean build

    0925960 Opened by Keegan McAllister at 2016-07-13 00:39:22 - 6 comments
  11402. Stack overflow in rustc using unboxed closure bounds

    e6ca2f9 Opened by Micah Chalmer at 2015-10-26 12:09:00 - 3 comments
  11403. visibility modifiers ignored for method-defining macros

    550436c Opened by Jorge Israel Peña at 2015-01-22 05:23:31 - 4 comments
  11404. Naming of mut_/_mut is inconsistent

    eeba311 Opened by Kornel at 2015-01-20 15:58:29 - 4 comments
  11405. StaticSemaphore and SEMAPHORE_INIT missing from std::sync?

    fd24c01 Opened by Ivan Smirnov at 2015-01-20 15:13:23 - 1 comment
  11406. "implement this trait" suggestions should only list traits for which that is actually legal

    1dd7a5e Opened by Huon Wilson at 2015-02-03 14:56:34 - 1 comment
  11407. lifetime inference fails on *const &'a T but succeeds for *mut &'a T -- why?

    8f3b55e Opened by Felix S Klock II at 2015-02-19 21:28:09 - 4 comments
  11408. In some situations, type of a match expression is tried to resolve as () like a match statement.

    df3b408 Opened by Eunchong "Gracie" Yu at 2015-08-17 15:59:04 - 1 comment
  11409. LLVM assert on associated type with trait object.

    a3b641d Opened by KokaKiwi at 2015-03-16 08:18:06 - 3 comments
  11410. Move rustdoc.md into the book

    3ef988a Opened by Ana Hobden at 2015-01-23 02:53:57
  11411. core::ops::Range is Copyable but not Cloneable

    fce1414 Opened by Alex at 2015-01-21 07:14:36 - 1 comment
  11412. Tracking issue for deref coercions RFC

    935668a Opened by Niko Matsakis at 2015-01-30 10:34:54
  11413. Windows dist builders hit upload exception due to locking bug in buildbot

    44e76b1 Opened by Brian Anderson at 2016-08-22 22:55:59 - 3 comments
  11414. #[derive(Copy="something")] should be rejected

    4c25518 Opened by Adolfo Ochagavía at 2015-04-02 21:55:47 - 12 comments
  11415. Audit fmt::{Display,Debug} implementations (also rename from String/Show)

    bc8f73e Opened by Alex Crichton at 2015-01-22 08:54:38
  11416. RwLock Typo

    dd4133d Opened by Josh Harris at 2015-01-23 02:53:56 - 6 comments
  11417. Rustdoc still uses the old mod syntax in use

    76a5653 Opened by Rewi Haar at 2015-01-31 07:20:39
  11418. internal compiler error: unrecognized builtin nonterminal elem

    5fc3616 Opened by Eunchong "Gracie" Yu at 2015-01-20 22:42:14 - 1 comment
  11419. Compiler panic when doing something wrong with a module

    0b67125 Opened by Deleted user at 2015-09-09 20:38:58 - 2 comments
  11420. Compiler panic compiling regular expression

    ed15c10 Opened by John Nagle at 2015-04-21 23:53:32 - 3 comments
  11421. ICE: assertion failure in LLVM when returning a struct from "extern" function.

    2b63e75 Opened by vadimcn at 2015-02-11 06:59:46 - 10 comments
  11422. Better error messages for htmldocck.py

    5d40122 Opened by Diggory Blake at 2015-12-10 23:18:15 - 3 comments
  11423. Error verifying hash from nightly build

    2ac015e Opened by Nick Quaranto at 2015-01-21 20:07:38 - 6 comments
  11424. Is as_slice deprecated? The compiler thinks so.

    40f21f8 Opened by John Nagle at 2015-01-22 00:00:43 - 6 comments
  11425. "reached the recursion limit during monomorphization" error occured

    5f0ac53 Opened by hebiyan at 2015-01-21 08:13:24 - 2 comments
  11426. ICE when attempting to manually implement FnMut

    e79967d Opened by Jorge Israel Peña at 2015-10-24 22:43:58 - 4 comments
  11427. Compile error messages related to inferring closure types can be hard to debug

    3cfa387 Opened by Nicolas Silva at 2015-11-04 16:23:20 - 2 comments
  11428. Improve LLVM optimization across function calls

    3e9d293 Opened by mahkoh at 2015-04-11 19:24:00 - 15 comments
  11429. Documentation of last enum item causes parse failure

    2e6ce28 Opened by Diggory Hardy at 2015-02-16 23:24:08 - 3 comments
  11430. Threads with Arc<RefCell<T>>

    7283754 Opened by Philip Munksgaard at 2015-07-09 13:13:25 - 5 comments
  11431. JSON serialization of HashMaps with Enum keys is broken

    09eae8b Opened by Jorge Aparicio at 2015-01-22 18:41:49 - 3 comments
  11432. Duplicate Impl/Traits with rustdoc when using "pub use foo::bar::*"

    76af9ff Opened by Aurélien Vallée at 2015-04-10 19:17:46 - 4 comments
  11433. Interval match patterns won't parse namespace specifiers correctly

    6bbe0f1 Opened by Lionel Flandrin at 2015-02-28 21:06:24 - 1 comment
  11434. ICE when using nested associated types + generics + unboxed closures

    38d011b Opened by Jonathan Reem at 2015-04-22 02:43:02 - 2 comments
  11435. Dead links in docs

    144a033 Opened by Diggory Blake at 2015-01-21 20:10:16 - 3 comments
  11436. Metadata is too big for its own good

    83dc4d1 Opened by Alex Crichton at 2017-06-13 21:59:06 - 15 comments
  11437. Enable setting rpath on install

    ce264d5 Opened by JP Sugarbroad at 2016-08-22 22:48:22 - 3 comments
  11438. Missing cleanup on escape from functional record update

    1d7bb52 Opened by Ariel Ben-Yehuda at 2015-04-11 13:47:06 - 6 comments
  11439. Teach LLVM about data ownership

    529e74b Opened by James Miller at 2017-05-04 13:02:04 - 5 comments
  11440. Remove prelude_import attribute

    01649ee Opened by Brian Anderson at 2015-11-04 16:06:21 - 3 comments
  11441. ptr::read docs are bogus

    9674216 Opened by Keegan McAllister at 2015-02-07 02:04:53 - 2 comments
  11442. Diagnostics' ^~~~ is not aligned properly when error contains 日本語 characters

    cbfb532 Opened by Deleted user at 2015-02-04 17:17:01 - 7 comments
  11443. enum expects determinant to be isize

    cfd3e29 Opened by David Campbell at 2015-11-04 22:23:52 - 5 comments
  11444. Add support for associated items when using deriving::generic::TraitDef

    502f971 Opened by Kael Choi at 2015-01-26 18:14:58 - 1 comment
  11445. "Fixed" benchmark time is out-of-date in the optimizations section of the testing guide

    efa3f89 Opened by Huon Wilson at 2015-02-03 06:41:16 - 2 comments
  11446. Need proper tip for range syntax

    ab31548 Opened by York Xiang at 2015-01-22 08:39:53 - 2 comments
  11447. ICE ("this path should not cause illegal move")

    f003366 Opened by Ivan Smirnov at 2015-01-22 15:36:04 - 1 comment
  11448. Tracking issue for std::thread::ThreadId

    0870aa9 Opened by Ivan Smirnov at 2017-06-28 14:33:18 - 22 comments
  11449. Silent demotion of lifetime in analysis causes confusing message

    0e6607a Opened by Diggory Hardy at 2016-03-04 16:59:44 - 6 comments
  11450. Internal compiler error: Where clause `Binder(TraitRef...

    97a41b7 Opened by Vsevolod at 2015-02-01 23:23:34 - 5 comments
  11451. Fails to build against llvm 3.6 rc1

    034392c Opened by Sylvestre Ledru at 2015-02-28 18:31:03 - 15 comments
  11452. Bad lifetime error when a const needs to be static instead

    4955c03 Opened by Diggory Hardy at 2018-01-28 20:54:15 - 3 comments
  11453. Can't cast FFI function to identical function type

    c642db5 Opened by Josh Matthews at 2015-11-04 16:04:30 - 2 comments
  11454. Lifetime bound propagated to input type rather than associated type

    de9d299 Opened by Niko Matsakis at 2015-01-29 00:25:30
  11455. emacs mode wraps comments incorrectly

    9890e99 Opened by Brian Anderson at 2017-03-24 19:22:19 - 1 comment
  11456. rustc -v fails with "no input filename given"

    6b0b438 Opened by Dabo at 2015-01-22 21:06:13 - 1 comment
  11457. Build fails with --disable-jemalloc

    0e2f73d Opened by Andrew Scull at 2016-05-24 21:38:21 - 9 comments
  11458. Make return type of fn traits an assoc type

    d95537e Opened by Brian Anderson at 2015-01-29 21:14:16 - 1 comment
  11459. suppress duplicate error messages in trait reporting

    8aec5dc Opened by Niko Matsakis at 2016-07-19 19:48:34 - 3 comments
  11460. "rust focuses more on thread-local data instead of thread-local data"

    1e2e70d Opened by Gabriel Souza Franco at 2015-01-28 03:33:52
  11461. ICE - Option Refcount causes an LLVM assertion to fail.

    16cefe1 Opened by David J. Felix at 2015-10-27 20:14:40 - 8 comments
  11462. Linker error when building pure rust project

    d4ce65d Opened by Ty Overby at 2015-01-23 06:06:32 - 8 comments
  11463. Bad error message for missing DerefMut

    4871f42 Opened by Keegan McAllister at 2016-06-07 09:02:59 - 4 comments
  11464. std::os::rand::imp::is_getrandom_available atomics use is racy

    7fbda5f Opened by talchas at 2015-04-19 19:32:50 - 2 comments
  11465. Follow token checking is too restrictive.

    a442970 Opened by vadimcn at 2016-02-02 18:37:38 - 4 comments
  11466. Inconsistent symbol duplication checking

    95803b4 Opened by vadimcn at 2015-11-24 03:59:08 - 2 comments
  11467. core::nonzero::NonZero should implement Hash

    cf89c46 Opened by Ty Overby at 2015-01-28 21:31:57
  11468. Building rust on FreeBSD badly fails

    09d9e1c Opened by κeen at 2015-07-29 00:49:43 - 2 comments
  11469. Changing mutability causes strange lifetime errors

    24a14df Opened by Léo Testard at 2015-01-23 17:39:45 - 8 comments
  11470. Missing play.rust-lang.org links in TRPL book

    b29441d Opened by Matt Brubeck at 2015-04-10 19:17:46 - 2 comments
  11471. Another instance of ICE with "thread 'rustc' panicked at 'Box<Any>'"

    7b4e315 Opened by Peter N at 2015-01-27 02:36:38 - 4 comments
  11472. weird ICE

    22d38ad Opened by Steve Klabnik at 2015-02-14 01:25:27 - 3 comments
  11473. String/str should not support sliced indexing

    8048766 Opened by Tom Jakubowski at 2015-01-23 18:48:19 - 1 comment
  11474. Debuginfo is emitted for some unreachable code, crashes

    7d19de8 Opened by Josh Harris at 2015-06-18 18:01:22 - 11 comments
  11475. ICE: unimplemented const autoref AutoUnsafe(...

    422c43a Opened by Daniel Goertzen at 2015-05-07 15:25:15 - 1 comment
  11476. rustbook: Surprised by concepts which have not yet been introduced

    ea1627c Opened by Emiel van de Laar at 2015-01-23 20:29:37 - 3 comments
  11477. Warnings compiling examples in "Compound Data Types" chapter

    20adccd Opened by Jens Alfke at 2015-02-16 11:51:18 - 3 comments
  11478. Book uses academic term "arity" without definition

    07cf959 Opened by Jens Alfke at 2015-03-01 21:31:35 - 12 comments
  11479. Localized file names and actual display names

    4981a41 Opened by Kornel at 2015-02-14 12:18:22 - 1 comment
  11480. doc request: example how to inherit stdout/stderr in Command

    12409db Opened by Kornel at 2015-02-14 12:56:52 - 4 comments
  11481. Command error does not include detail about missing executable

    4f6de7e Opened by Kornel at 2015-11-04 15:49:38 - 8 comments
  11482. [Lib] Support more hashsum algorithm

    fac6fb7 Opened by Zixian Cai at 2015-01-24 03:55:26 - 1 comment
  11483. Unnecessarily confusing example in Pointers chapter of docs

    8facefe Opened by Jens Alfke at 2015-03-19 23:33:40 - 1 comment
  11484. Display and Error traits are clunky

    98ae562 Opened by Andrew Kelley at 2015-01-24 03:54:00 - 3 comments
  11485. Redefining range in this rust_book example may be confusing

    f830182 Opened by Deleted user at 2015-02-18 12:51:47
  11486. doc's 404 page is outdated

    322d769 Opened by NAKASHIMA, Makoto at 2015-01-24 04:43:09 - 1 comment
  11487. ICE: ERROR:rbml::reader: failed to find block with tag 24

    f82e565 Opened by Manish Goregaokar at 2015-01-24 20:02:58 - 3 comments
  11488. Rustdoc should show associated types for an impl under "implementors"

    aa2cd83 Opened by Manish Goregaokar at 2015-01-24 18:17:08 - 1 comment
  11489. Associated type mismatch errors are confusing

    70a604e Opened by Manish Goregaokar at 2015-11-04 15:46:02 - 2 comments
  11490. Module import docs incomplete in book

    8e8245d Opened by Drake Talley at 2015-03-19 05:56:46
  11491. Consider having transmute also complain if the pointed-to objects are of different sizes

    1937141 Opened by Lars Bergstrom at 2024-05-05 08:15:43 - 8 comments
  11492. Out-of-memory causes SIGILL

    a432de3 Opened by Mike Pedersen at 2017-01-07 19:25:26 - 6 comments
  11493. Problem with the shift operator and the Index trait

    f14d3b9 Opened by Roberto Giacomelli at 2015-11-04 15:44:54 - 3 comments
  11494. Regression in integer fallback

    a26d496 Opened by SiegeLord at 2015-02-01 21:53:57 - 6 comments
  11495. Misleading message when attempting to call methods on a raw pointer

    09480ed Opened by Kornel at 2019-06-04 08:32:42 - 4 comments
  11496. no_std + owned_box: thread 'rustc' has overflowed its stack Illegal instruction (core dumped)

    9f428a9 Opened by thesam at 2021-01-28 12:54:11 - 10 comments
  11497. Internal compiler error: aliasability violation with closure

    eb13234 Opened by Nicolai Hähnle at 2015-01-29 22:54:22 - 2 comments
  11498. rustc stack overflow: pub use super::* in public inner mod.

    79d53cd Opened by Pierre Talbot at 2017-03-08 19:56:54 - 9 comments
  11499. Cannot move from individual upvars in a by-ref once closure

    eeec18d Opened by Niko Matsakis at 2015-01-30 18:07:52
  11500. Unhelpful error when macro such as println! is used outside a function body

    7ef692e Opened by Michael Lamparski at 2015-03-03 16:40:40 - 1 comment
  11501. align_of for small structs does not give the actual alignment of pointers

    f1c629b Opened by Huon Wilson at 2015-06-26 04:28:29 - 7 comments
  11502. write! and the like should probably require a Writer implementation

    e14f3d5 Opened by SiegeLord at 2015-09-08 18:01:50 - 2 comments
  11503. Can't install the latest 2015-01-24 Rust nightly on OSX: invalid sha256

    3ab8c55 Opened by Stanislav Panferov at 2015-02-08 16:25:23 - 2 comments
  11504. ICE compiling stage2 libcore, when building with LLVM-3.5

    55892cc Opened by Luca Bruno at 2015-09-03 20:53:24 - 22 comments
  11505. Rustdoc doesn't show ABI of functions in traits

    25edde1 Opened by Huon Wilson at 2015-02-08 08:21:51
  11506. False positive for "can't capture dynamic environment in a fn item"

    73e2aef Opened by bluss at 2015-06-19 20:43:20 - 2 comments
  11507. Incorrect sign extension from i32 to i64 on AArch64

    9906beb Opened by Akos Kiss at 2015-01-29 14:08:45 - 2 comments
  11508. use std::io::; should be rejected

    dfec152 Opened by Adolfo Ochagavía at 2015-02-03 06:44:02 - 2 comments
  11509. autoderef: (&mut foo[bar]).baz() works, but foo[bar].baz() fails to type check due to wrong deref

    f260757 Opened by Jorge Aparicio at 2015-02-07 06:20:13 - 3 comments
  11510. Back-compat risk: same label can be attached to distinct blocks in the same scope

    70e185f Opened by Felix S Klock II at 2015-04-21 23:26:49 - 8 comments
  11511. Type inference of floating point numbers through a comparison depends on the order of the operands

    431a25b Opened by Jake Goulding at 2015-02-08 09:44:38 - 6 comments
  11512. Odd type inference failure: unable to infer enough type information about _

    c43f96a Opened by Ben Gamari at 2015-01-25 23:40:18 - 3 comments
  11513. Bounds on associated types still ignored

    ae145f5 Opened by Ben Gamari at 2015-01-31 17:34:05 - 5 comments
  11514. ICE with associated type

    ec36872 Opened by Marvin Löbel at 2015-01-28 10:55:20 - 3 comments
  11515. ICE on casting closure from &mut _ to *mut _

    6be6ee0 Opened by Сухарик at 2015-04-22 00:14:39 - 1 comment
  11516. Accessing poisoned MutexGuard is unsafe

    df16bbd Opened by Diggory Blake at 2015-01-26 22:13:39 - 3 comments
  11517. Confusing and incorrect lifetime diagnostic message

    2b89bde Opened by Ray Ruvinskiy at 2017-01-30 19:36:42 - 3 comments
  11518. HashMap insert method which returns reference to inserted value

    b5a0b3e Opened by Andrew Kelley at 2015-01-27 02:41:52 - 3 comments
  11519. Extend --emit dep-info to optionally list "phony" tagets for all dependencies

    910a86b Opened by John Hodge (Mutabah) at 2016-02-04 04:55:12 - 2 comments
  11520. error: the trait core::fmt::String is not implemented for the type

    3845d11 Opened by Alex Maslakov at 2015-01-26 16:04:53 - 4 comments
  11521. Type inference for indexing

    43e09d3 Opened by Zoxc at 2015-02-01 21:53:57 - 3 comments
  11522. Emacs: rust-indent-method-chains indents beginning of line oddly

    564a5d5 Opened by ProjectMoon at 2015-02-02 10:17:09 - 2 comments
  11523. Parsing of floats should be more permissive with regards to NaN and +/- inf syntax

    7f878aa Opened by Diggory Hardy at 2015-02-15 18:03:17 - 1 comment
  11524. std::io::fs::Directories constructor

    8429adc Opened by Artem at 2015-02-12 13:31:53 - 1 comment
  11525. Trying to iterate over &mut Iterator using a for loop, results in lifetime error

    b01e46f Opened by Jorge Aparicio at 2015-01-31 07:20:44 - 3 comments
  11526. linking with gcc failed

    64e30b1 Opened by Josh Harris at 2015-09-03 20:54:22 - 6 comments
  11527. Show other possible implementations in the "trait not implemented" message

    fe16fa9 Opened by Manish Goregaokar at 2016-01-03 21:00:54 - 8 comments
  11528. slice impl for [T; i] is repeated too much in rustdoc

    57e2762 Opened by mdinger at 2016-11-15 20:50:39 - 8 comments
  11529. internal compiler error: unexpected panic

    d309d41 Opened by Bryan Yap at 2015-01-26 17:28:51 - 3 comments
  11530. Projection does not normalize the environment

    c82294f Opened by Niko Matsakis at 2015-01-28 14:42:33 - 3 comments
  11531. More Strings Guide links to nonexistent "String API documentation"

    c5b0eb7 Opened by Alex at 2015-01-28 21:32:00
  11532. core::atomic docs: what guarantees hold when compare_and_swap returns other values?

    a1f530d Opened by Felix S Klock II at 2015-03-28 01:53:39 - 3 comments
  11533. Multiple different parameterisations of a trait in a bounds list conflict.

    14a6663 Opened by Dylan Ede at 2015-11-04 15:08:37 - 1 comment
  11534. "error: source trait is private" (fixed by adding use of struct)

    9bf90a0 Opened by Felix S Klock II at 2016-03-09 21:44:13 - 4 comments
  11535. Type inference with a..b is not as good as with range(a, b)

    a38f03e Opened by Jorge Aparicio at 2015-02-01 21:53:57 - 12 comments
  11536. Trait suggestions for type parameters should suggest using the traits as bounds

    db6ee09 Opened by Huon Wilson at 2019-07-24 19:50:37 - 3 comments
  11537. Update rustdoc for feature staging changes

    b822978 Opened by Brian Anderson at 2015-04-16 22:39:27 - 1 comment
  11538. Use dwgrep to test DWARF debug information

    5277bb7 Opened by Seo Sanghyeon at 2017-03-23 16:48:26 - 3 comments
  11539. RUST_LOG=debug + associated types = ICE

    674b1cf Opened by Jorge Aparicio at 2015-04-22 00:51:17 - 1 comment
  11540. Memory leak with all safe rust code

    c70e79d Opened by Clark Gaebel at 2015-01-27 05:53:56 - 1 comment
  11541. Add a lint for equality bounds on generic parameters

    65890e5 Opened by Rewi Haar at 2016-02-11 20:13:17 - 3 comments
  11542. Impl reachability rules bug?

    16bb54c Opened by vadimcn at 2015-09-11 16:41:40 - 7 comments
  11543. Imprecise floating point operations (fast-math)

    7db3877 Opened by Mike Pedersen at 2025-02-18 07:15:35 - 89 comments
  11544. Major regression in type checking performance compiling rustdoc

    78baa2c Opened by Tom Jakubowski at 2015-02-12 02:22:24 - 13 comments
  11545. Coercing into Box<Trait> in a match arm does not get cleaned up properly.

    6587332 Opened by Felix S Klock II at 2015-01-30 01:56:33 - 2 comments
  11546. move coerce_match{,_calls} and related tests into run-pass-valgrind

    3d96444 Opened by Felix S Klock II at 2016-07-28 18:20:38 - 3 comments
  11547. current stage1 rustc segfaults when compiled without jemalloc on FreeBSD 9.2

    58056cc Opened by Aidan Cully at 2015-01-27 19:54:24 - 2 comments
  11548. Consider closure autoref

    cd57d70 Opened by Niko Matsakis at 2015-01-29 21:25:14 - 5 comments
  11549. typo on the alpha book testing guide

    2b70483 Opened by bionicman08 at 2015-01-29 05:06:37 - 2 comments
  11550. internal compiler error: unexpected callee type

    29fda39 Opened by Ivan Stanković at 2015-05-07 15:25:15 - 1 comment
  11551. OSX cross compiling to any target is broken when plugins are used

    29f22b3 Opened by Jack Moffitt at 2015-11-04 18:19:11 - 12 comments
  11552. Too many warnings with the new unconditional_recursion lint

    bfb0091 Opened by Hans Raaf at 2015-06-30 01:45:54 - 6 comments
  11553. Document trait objects in the book

    0c9c62b Opened by krdln at 2015-02-10 22:08:30 - 1 comment
  11554. core::marker::Send and raw pointers

    c5faec2 Opened by Drew Crawford at 2018-04-24 21:16:05 - 3 comments
  11555. Complier panic: "error: internal compiler error: this path should not cause illegal move"

    a8aad24 Opened by Drew Crawford at 2015-02-10 13:59:01 - 2 comments
  11556. derive(Hash) on enum causes hash collision on 32-bit system

    7a56862 Opened by klutzy/defunct at 2016-03-27 20:14:32 - 8 comments
  11557. ICE: -Z unstable-options without extra argument

    8abf07d Opened by klutzy/defunct at 2015-03-12 07:30:51 - 12 comments
  11558. ICE while overriding default trait implementation

    e4ef0c4 Opened by Rohit Joshi at 2015-04-22 02:41:05 - 3 comments
  11559. SIMD comparison operators are always signed.

    aef36a8 Opened by Eduard-Mihai Burtescu at 2015-01-31 07:20:40
  11560. llvm::StructType::getElementType: Assertion `N < NumContainedTys && "Element number out of range!"' failed.

    3a8e622 Opened by Eduard-Mihai Burtescu at 2015-02-28 02:22:01 - 6 comments
  11561. rustup.sh hash doesn't match, failed install

    639646d Opened by gsingh93 at 2015-01-31 01:52:35 - 2 comments
  11562. Tarballs we deliver should be compressed better

    e7b854c Opened by Simonas Kazlauskas at 2017-06-13 21:57:51 - 40 comments
  11563. Functions in std should accept &[T; N] whenever they accept &[T]

    30b3978 Opened by Vadim Petrochenkov at 2015-09-09 18:30:59 - 4 comments
  11564. Subtyping rules for associated type projections

    1e9823f Opened by Niko Matsakis at 2015-01-31 07:20:42 - 7 comments
  11565. Support dylib on iOS

    ebe7c1c Opened by Drew Crawford at 2023-03-04 00:59:02 - 17 comments
  11566. Documentation for Vec does not list iter() method

    6cbb18f Opened by Arpad Borsos at 2015-01-31 21:05:07 - 4 comments
  11567. Improve IO code

    89675ab Opened by mahkoh at 2015-04-11 11:38:39 - 1 comment
  11568. CString deref value doesn't include \0

    82bef78 Opened by Сухарик at 2015-01-29 02:28:42
  11569. Using unicode literals as indentifier produces a weird warning about snake case

    0eabd6b Opened by Arseny Tolmachev at 2015-01-31 07:20:42 - 1 comment
  11570. Warn when division of integer literals has a remainder

    cfc11e1 Opened by Jesse Ruderman at 2016-02-11 20:13:10 - 4 comments
  11571. Some htmldocck tests could be cleaned up

    a45f760 Opened by Tom Jakubowski at 2015-02-08 08:21:51
  11572. add limited timed wait to semaphore

    50bbde3 Opened by Drew Crawford at 2015-02-15 18:02:13 - 1 comment
  11573. I can not find the time crate, how can i get current time using rust

    8821792 Opened by Siyu Wang at 2015-01-29 14:24:10 - 1 comment
  11574. Failed to download rustc.exe

    6c56f62 Opened by trippleflux at 2015-09-03 20:54:59 - 3 comments
  11575. Stability levels on associated types seem to be being ignored

    aaf54c5 Opened by Chris Morgan at 2015-04-02 23:45:18 - 5 comments
  11576. &[Trait] should probably not be allowed

    569befb Opened by Ms2ger at 2015-11-04 22:26:28 - 5 comments
  11577. ICE in region_inference/mod.rs

    3823c94 Opened by Andrew Paseltiner at 2020-03-28 15:23:53 - 10 comments
  11578. Bad behaviour with break in while-loop condition

    47e1d2b Opened by Ariel Ben-Yehuda at 2017-02-16 01:54:07 - 9 comments
  11579. Diagnostics should mention loop iteration

    862a1d5 Opened by Adolfo Ochagavía at 2016-06-30 10:15:30 - 3 comments
  11580. Make #![deny(warnings)] intercept all warnings

    0b5996b Opened by mahkoh at 2015-01-29 18:02:30 - 2 comments
  11581. ICE in libsyntax/diagnostic.rs

    3473d66 Opened by Alexey Voznuyk at 2015-06-18 21:10:33 - 11 comments
  11582. pub extern crate foo; doesn't work

    b5af46a Opened by Sven Nilsen at 2015-09-18 04:50:38 - 7 comments
  11583. LLVM assert when returning a struct from an extern "C" function.

    01054da Opened by mahkoh at 2015-01-30 00:15:11 - 2 comments
  11584. Audit lint pass names and functionality for 1.0

    fdcefb8 Opened by Alex Crichton at 2015-04-03 00:55:26 - 10 comments
  11585. HashMap<K,V> is always Send/Sync

    ba971d2 Opened by talchas at 2015-02-01 07:17:17 - 6 comments
  11586. Lifetime error?

    1d16d30 Opened by Guillaume Gomez at 2016-03-04 17:50:25 - 2 comments
  11587. Bug in Rust book: outdated closure syntax

    19b0b39 Opened by Isak at 2015-01-30 12:06:03 - 3 comments
  11588. Abort in rustc on valid code

    5addef3 Opened by Joshua Leahy at 2015-01-30 18:45:25 - 3 comments
  11589. Wrong name used in code example in Rust reference

    8474337 Opened by Dan Yang at 2015-02-03 06:43:41 - 3 comments
  11590. Using crates.io libc triggers unstable libc warning

    591933e Opened by Steven Sheldon at 2016-10-24 17:55:12 - 9 comments
  11591. "make check" doesn't work correctly on aarch64-linux-android

    4815d08 Opened by Eunji Jeong at 2015-03-16 09:50:19 - 1 comment
  11592. dead_code lint shouldn't warn about unused fields that implement Drop

    2ef7ed0 Opened by Lionel Flandrin at 2016-02-11 20:13:01 - 14 comments
  11593. Emacs: '"' (double-quote char) breaks syntax highlighting

    5eff5e1 Opened by tgkokk at 2015-01-30 17:42:43 - 2 comments
  11594. debugging trans: initialize drop-flag byte with special pattern and check for it on drop

    ea9bd53 Opened by Felix S Klock II at 2016-02-09 08:04:07 - 3 comments
  11595. HashMap length greater than capacity.

    1c5ca0e Opened by Joe Turner at 2015-01-30 15:41:03 - 4 comments
  11596. ICE in librustc/middle/ty.rs

    eabea3c Opened by Alexey Voznuyk at 2015-01-30 18:42:04 - 2 comments
  11597. Running the code on www.rust-lang.org doesn't work

    26bc1a1 Opened by Alan Wu at 2015-01-30 16:23:36 - 1 comment
  11598. #[feature(test)] is not ergonomic

    7cdc97f Opened by Clark Gaebel at 2015-11-20 05:26:43 - 4 comments
  11599. Rustdoc renders some deprecated symbols as unstable.

    7877dee Opened by Simonas Kazlauskas at 2015-02-17 08:20:15 - 2 comments
  11600. Error and .unwrap() do not agree on traits

    cc77a0f Opened by Matthew Maurer at 2015-03-24 20:59:12 - 4 comments
  11601. Send impl error message is too smart

    1fa0e51 Opened by Aria Desires at 2015-09-15 11:35:17 - 11 comments
  11602. rustdoc fails finding external crates when using crate alias

    e3c7c25 Opened by Corey Farwell at 2015-01-31 15:35:45 - 2 comments
  11603. The book readme should list all documentation types

    42300ab Opened by mdinger at 2015-02-13 14:30:17 - 2 comments
  11604. ICE: ID not mapped to struct fields

    bc5e535 Opened by Nathan Stoddard at 2015-04-16 12:37:04 - 2 comments
  11605. unused_features warn by default?

    f67cea7 Opened by Brian Anderson at 2015-09-29 13:44:07 - 2 comments
  11606. Dot operator is missing from precedence chart

    485cdd1 Opened by mdinger at 2015-02-13 14:31:12 - 1 comment
  11607. rustdoc: Fn trait sugar output types are broken for inlined signatures

    bee6ed9 Opened by Tom Jakubowski at 2015-04-10 19:17:46 - 3 comments
  11608. how can i upgrade a Weak<UnsafeCell<T>> to a Arc<UnsafeCell<T>>?

    85f50e0 Opened by egmkang wang at 2015-01-31 10:24:06 - 5 comments
  11609. thread 'rustc' panicked at 'index out of bounds: the len is 0 but the index is 0'

    b5c93eb Opened by Médi-Rémi Hashim at 2015-01-31 20:30:57 - 2 comments
  11610. Overflowing literals lint should mention the type

    adb4692 Opened by mahkoh at 2015-02-03 06:41:17 - 1 comment
  11611. std::default::Default::default() is very default by default

    d7a5fb3 Opened by Kornel at 2015-02-01 04:10:59 - 2 comments
  11612. Variadic argument extern functions accept non-repr(C) structs

    66444a7 Opened by Scott Olson at 2020-01-08 14:20:44 - 8 comments
  11613. rustc should not fail if emit≠link and main does not exist

    d96f2e6 Opened by Simonas Kazlauskas at 2015-02-10 22:08:28
  11614. Incomplete inference of associated types with as and dependent traits

    66f8aaf Opened by Pierre Talbot at 2018-12-10 18:54:07 - 2 comments
  11615. std::cmp::max vs std::num::Float vs NaN

    9d0a78c Opened by Kornel at 2015-02-15 17:59:56 - 4 comments
  11616. tests failing in Arch chrooted environment

    9d3fa90 Opened by Anatol Pomozov at 2017-05-04 12:39:58 - 3 comments
  11617. Move out the std lib to crates.io

    49a538c Opened by Binero at 2015-01-31 23:28:03 - 5 comments
  11618. Doc comments are allowed on match arms

    4be28c7 Opened by Lionel Flandrin at 2018-04-19 17:03:31 - 6 comments
  11619. write! should not need external use

    b69addf Opened by Keegan McAllister at 2018-09-24 18:04:03 - 5 comments
  11620. Slice syntax and for loops don't compile in a no_std context

    e1e3841 Opened by Steven Fackler at 2015-02-08 21:53:11 - 1 comment
  11621. Slight issue in book (Compound Data Types section)

    fc4729a Opened by Sam Wainwright at 2015-02-13 12:58:57 - 2 comments
  11622. Glob Import Bug

    5e9bb25 Opened by Jason Priest at 2015-08-12 05:03:24 - 2 comments
  11623. Feature-gate #[no_std]

    a0b7297 Opened by Keegan McAllister at 2015-02-08 02:30:12 - 2 comments
  11624. Trait bounds on struct type parameters aren't always enforced (depending on the order of impls)

    e1023ad Opened by Steven Sheldon at 2016-10-08 21:28:23 - 15 comments
  11625. Suggest removing semicolon at the end of non-unit function

    76335fc Opened by Jody Frankowski at 2017-05-10 21:06:36 - 8 comments
  11626. Multiple stable iterator adaptors have useless type parameters

    bbf73bd Opened by Tobba at 2015-02-03 06:41:15 - 1 comment
  11627. Associated type bindings are not allowed here, unexpected panic

    7be1c77 Opened by SnareChops at 2015-06-18 21:10:58 - 2 comments
  11628. No error setting fields after a non-Copy struct has moved

    719703c Opened by Steven Sheldon at 2015-02-01 21:50:16 - 1 comment
  11629. thread 'rustc' panicked at 'Trying to convert unsized value to lval'

    9c51b1c Opened by jarrett at 2015-03-28 19:58:20 - 3 comments
  11630. Strings chapter: &String doesn't actually coerce to &str

    77d206d Opened by FreeFull at 2015-02-03 06:42:15 - 4 comments
  11631. sync_channel(0) completely broken when used with Select

    a240acc Opened by mahkoh at 2015-04-11 19:24:02 - 1 comment
  11632. pub const items have no linker symbol

    812377f Opened by richö butts at 2015-02-12 02:53:40 - 5 comments
  11633. Error message for wrong number of arguments to a closure is bad

    3b0c735 Opened by Nick Cameron at 2017-05-02 12:11:56 - 8 comments
  11634. external libc crate triggers unstable library feature warnings

    eaf8254 Opened by Brian Anderson at 2015-02-02 17:14:21 - 2 comments
  11635. document where keyword

    a4638fe Opened by Deleted user at 2015-02-18 12:51:45 - 2 comments
  11636. Use of regex! involves .so file, which executable does not find.

    16496fd Opened by John Nagle at 2015-02-02 19:55:38 - 10 comments
  11637. thread 'rustc' panicked at 'index out of bounds: the len is 0 but the index is 0'

    d7d0b97 Opened by miko at 2015-02-02 09:32:11 - 1 comment
  11638. mut is a little noisy, how about !?

    c759571 Opened by Fu at 2015-02-02 16:29:58 - 3 comments
  11639. Metadata ICE on clean build

    f24a4b8 Opened by Tom Schouten at 2015-04-22 02:40:00 - 9 comments
  11640. Crate graphviz should Read as well as Write

    ef4db61 Opened by Alex at 2015-02-03 17:35:55 - 3 comments
  11641. ICE: RUST_LOG=rustc_trans::trans::cleanup: Index out of bounds

    dcff83e Opened by Philip Munksgaard at 2015-03-16 12:48:44 - 4 comments
  11642. Improve lifetime error messages re: block suffixes and dropck

    68746b2 Opened by main() at 2017-05-18 04:34:22 - 13 comments
  11643. Type ambiguity not reported when it may exist?

    4fd2d7d Opened by Alex Crichton at 2016-08-04 22:00:52 - 10 comments
  11644. Tracking issue fo RFC #702: .. syntax for FullRange

    f2bf0a6 Opened by Nick Cameron at 2015-03-17 22:39:03 - 17 comments
  11645. Expose begin_unwind somewhere besides libstd

    5554b88 Opened by Keegan McAllister at 2016-03-24 22:14:18 - 5 comments
  11646. "there is no way to use this feature" for std::collections::hash_state::DefaultState

    73cbc8f Opened by Simon Sapin at 2015-02-03 12:49:24 - 1 comment
  11647. Make it possible to opt into features with no stability markers

    159c6ab Opened by Simon Sapin at 2015-02-04 08:47:25 - 2 comments
  11648. Function pointer alias "hack" using trait -> compiler panic

    0e95f7b Opened by Mazdak Farrokhzad at 2015-04-22 02:43:00 - 1 comment
  11649. libbacktrace crash and os::self_exe_name race condition

    07b9f35 Opened by Sebastien Marie at 2016-10-25 16:08:43 - 11 comments
  11650. Panic when trying to create two static slices of an array

    ca0d9bc Opened by Léo Testard at 2015-02-07 02:46:32 - 1 comment
  11651. Reader::push function does not abstract its unsafe interior away properly

    9edd4b0 Opened by Tobias Bucher at 2015-02-11 18:45:32 - 3 comments
  11652. std::os::errno incorrectly has the return type usize

    1819ae2 Opened by Tobias Bucher at 2015-02-17 05:58:08 - 3 comments
  11653. Vec::insert should allow pushing onto the end

    ae9d658 Opened by Leif Walsh at 2015-02-04 06:19:09 - 2 comments
  11654. Book should be printable

    5399388 Opened by Kostas at 2015-02-13 06:55:48 - 16 comments
  11655. Switch to ec2 spot instances

    7a377f0 Opened by Brian Anderson at 2016-08-01 22:46:30 - 4 comments
  11656. Feature: Repeat index in macros

    5d45048 Opened by Mazdak Farrokhzad at 2015-02-03 21:25:05 - 2 comments
  11657. ICE: assertion failed: did.krate != ast::LOCAL_CRATE

    250a303 Opened by Matthew Hammer at 2015-02-16 03:52:38 - 2 comments
  11658. All rust process in top are called <main>

    8732e20 Opened by Alex Crichton at 2015-02-10 22:08:25 - 4 comments
  11659. ICE: FulfillmentError with impl Deref using Associated Types

    aedafbd Opened by bluss at 2015-04-22 02:42:05 - 2 comments
  11660. mpsc docs do not mention the magic 'queue' or 'FIFO' words

    fbb3706 Opened by Huon Wilson at 2015-02-07 02:04:54
  11661. rustdoc doesn't render argument names of reexported FFI functions

    c7fe726 Opened by Huon Wilson at 2015-02-08 08:21:51 - 1 comment
  11662. Warn/error about functions with huge stack frames

    0277ec4 Opened by Doug at 2016-02-11 20:12:38 - 6 comments
  11663. Method lookup fails for operator

    106bd0c Opened by sellibitze at 2015-09-30 11:03:20 - 3 comments
  11664. Audit raw pointer to reference conventions

    b9c27b0 Opened by Alex Crichton at 2016-02-03 17:53:02 - 1 comment
  11665. Request for better error messages in for-loop

    ec60997 Opened by Jonas Pollok at 2016-05-02 11:10:08 - 4 comments
  11666. liballoc doesn't compile with --features external_crate anymore

    781be91 Opened by Philipp Oppermann at 2015-02-07 02:04:51 - 1 comment
  11667. Parse error types (like ParseIntError) don't seem to be available in the std namespace, just core

    52cfabe Opened by sellibitze at 2015-02-10 09:10:40 - 1 comment
  11668. Tracking issue for feature-gate box patterns (RFC 469)

    b569686 Opened by Niko Matsakis at 2015-02-11 17:59:47 - 1 comment
  11669. ICE in libsyntax/diagnostic.rs

    28f6144 Opened by Alexey Voznuyk at 2015-02-04 15:46:25 - 1 comment
  11670. Lint warns of unused struct field for initialized/mem::-accessed struct

    f7443ce Opened by Bastiaan Marinus van de Weerd at 2016-02-11 20:12:30 - 2 comments
  11671. When a help message is associated with a warning message, the two message you should be printed together and the source code printed only once.

    4a54bb9 Opened by Loïc Damien at 2016-08-23 16:29:59 - 5 comments
  11672. Tracking issue for Finalize defaulted type parameters (RFC 213)

    361af64