| .. |
|
borrowck
|
Correct typo in comment
|
2012-06-12 14:56:26 -07:00 |
|
trans
|
Simplify a bunch of trans functions to not need the rust type. Remove some PointerCasts.
|
2012-06-12 17:01:13 -07:00 |
|
tstate
|
Get rid of little-used logging fns in util::common. Closes #2553.
|
2012-06-08 17:22:19 -07:00 |
|
typeck
|
Add a new AST node for unsuffixed integer types.
|
2012-06-11 16:34:56 -07:00 |
|
astencode.rs
|
remove alias analysis and replace with borrowck
|
2012-06-08 20:39:11 -07:00 |
|
block_use.rs
|
Fix an error message to not refer to "block type". Closes #2423.
|
2012-05-29 12:18:59 -07:00 |
|
borrowck.rs
|
Treat enums with one variant specially in borrowck: #2573
|
2012-06-12 14:30:14 -07:00 |
|
capture.rs
|
Include capture clauses when generating metadata.
|
2012-05-30 12:03:51 -07:00 |
|
check_alt.rs
|
Mention missing constructor when complaining about inexhaustive top-level pattern
|
2012-05-03 17:35:12 +02:00 |
|
check_const.rs
|
Comments only: annotate FIXMEs
|
2012-06-07 13:49:01 -07:00 |
|
check_loop.rs
|
Remove be keyword.
|
2012-05-15 10:41:14 -07:00 |
|
const_eval.rs
|
Add a new AST node for unsuffixed integer types.
|
2012-06-11 16:34:56 -07:00 |
|
freevars.rs
|
new cap clause syntax
|
2012-05-04 12:33:08 -07:00 |
|
kind.rs
|
Make "no implicit copies" diagnostics controllable through lint settings. Closes #2503.
|
2012-06-04 20:44:58 -07:00 |
|
lint.rs
|
Make "no implicit copies" diagnostics controllable through lint settings. Closes #2503.
|
2012-06-04 20:44:58 -07:00 |
|
liveness.rs
|
Merge remote-tracking branch 'mozilla/incoming'
|
2012-06-06 19:00:34 -07:00 |
|
pat_util.rs
|
rustc: Move walk_pat to ast_util
|
2012-05-21 23:22:08 -07:00 |
|
region.rs
|
Typo fixes in comments.
|
2012-05-24 16:48:44 -07:00 |
|
resolve.rs
|
Get rid of little-used logging fns in util::common. Closes #2553.
|
2012-06-08 17:22:19 -07:00 |
|
ty.rs
|
Make vectors contain the right type descriptor. Closes #2536.
|
2012-06-12 17:01:13 -07:00 |
|
typeck.rs
|
Get rid of little-used logging fns in util::common. Closes #2553.
|
2012-06-08 17:22:19 -07:00 |