Keyboard shortcuts available

No active filters. Use the sidebar to filter issues.

#1071
#1070

Make LLVM a git submodule infrastructure unassigned

by brson

#1063
#1062
#1060
#1059
#1058
#1057
#1053

Make a decision about fn@/lambda and fn&/block bikeshed cleanup design unassigned

by brson

#1052

Rewrite spawn again cleanup easy lib rt tasks unassigned

by brson

#1050

$PATH for running compiletest.exe is not correct on windows bug test unassigned Win32

by brson

#1049

Allow tests to be ignored conditionally easy feature front test unassigned

by brson

#1043

Line numbers in stack traces feature trans unassigned

1 comment

by nikomatsakis

#1038
#1037

Higher-order generic functions disobey kind system bug kind safety typeck unassigned

1 comment

by brson

#1029
#1020

ld: symbol(s) not found for architecture i386 link MacOS unassigned

6 comments

by mcandre

#1016

bump LLVM on rust-mac1 when it comes back online infrastructure

by brson

#1014

Add float support to #fmt easy front lib middle

by jdm

#1013

Add permute to standard library easy feature lib unassigned

by jdm

#1011

Figure out what we're going to do instead of rpath on windows bug unassigned Win32

by brson

#1010

Windows installer license text doesn't fit in window bug unassigned Win32

by brson

#1004
#1002
#1001

obj methods can't be type polymorphic independently of the obj design objects unassigned

by brson

25 open issues in this view

Markdown Cheat Sheet

Format Text

Headers

# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag

Text styles

*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__

*You **can** combine them*

Lists

Unordered

* Item 1
* Item 2
  * Item 2a
  * Item 2b

Ordered

1. Item 1
2. Item 2
3. Item 3
   * Item 3a
   * Item 3b

Miscellaneous

Images

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)

Links

http://github.com - automatic!
[GitHub](http://github.com)

Blockquotes

As Kanye West said:
> We're living the future so
> the present is our past.

Code Examples in Markdown

Syntax highlighting with GFM

```javascript
function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}
```

Or, indent your code 4 spaces

Here is a Python code example
without syntax highlighting:

    def foo:
      if not bar:
        return true

Inline code for comments

I think you should use an
`<addr>` element here instead.