index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
comp
/
front
Age
Commit message (
Expand
)
Author
Lines
2011-06-30
Use attributes for conditional compilation in std.rc
Brian Anderson
-2
/
+24
2011-06-30
Conditionally compile items declared as statements. Issue #489
Brian Anderson
-1
/
+30
2011-06-30
Kill unused variables
Tim Chevalier
-14
/
+3
2011-06-30
Add a pass to fold out items that do not belong in the current configuration
Brian Anderson
-0
/
+68
2011-06-30
Add missing item variants to fold_item_underscore
Brian Anderson
-0
/
+3
2011-06-30
Add missing expression variants to fold_expr
Brian Anderson
-0
/
+15
2011-06-30
Fold the crate-level module in front::fold
Brian Anderson
-1
/
+2
2011-06-30
Move middle::attr to front::attr
Brian Anderson
-0
/
+167
2011-06-30
Convert the eval::env to an ast::crate_cfg
Brian Anderson
-4
/
+19
2011-06-30
Introduce a config property to the crate AST node
Brian Anderson
-4
/
+12
2011-06-29
More fixes to fast-check.
Graydon Hoare
-2
/
+10
2011-06-29
Eliminate the --check-claims compiler flag
Tim Chevalier
-6
/
+1
2011-06-28
Support attaching attributes to modules via the crate file. Issue #487
Brian Anderson
-37
/
+57
2011-06-28
Implement "claim"
Tim Chevalier
-4
/
+18
2011-06-28
Teach the parser and typechecker to understand port[int](). Closes #588
Eric Holk
-4
/
+15
2011-06-28
add a predicate that determines whether a binop is lazy (and and or are lazy)
Tim Chevalier
-0
/
+8
2011-06-28
Write metadata for more meta_item types. Issue #487
Brian Anderson
-4
/
+4
2011-06-28
Use 'resource' rather than 'res' as a keyword
Marijn Haverbeke
-2
/
+2
2011-06-28
'#simplext' -> '#macro'
Paul Stansifer
-1
/
+1
2011-06-28
Add simple syntax extension (#simplext)
Paul Stansifer
-40
/
+201
2011-06-28
Add AST fold.
Paul Stansifer
-0
/
+689
2011-06-28
Use "" in the native_name as an indication that no extra options have to
Rafael Ávila de Espíndola
-1
/
+1
2011-06-27
Rename middle::metadata to metadata::cwriter. Move creader to metadata
Brian Anderson
-895
/
+0
2011-06-27
Record and link with used native libraries.
Rafael Ávila de Espíndola
-18
/
+42
2011-06-25
Allow moving out of temporary values
Marijn Haverbeke
-0
/
+7
2011-06-25
Partial implementation of resources
Marijn Haverbeke
-5
/
+34
2011-06-24
Fix inexhaustive match in parser
Tim Chevalier
-0
/
+7
2011-06-24
Invalidate constraints correctly after an assignment expression
Tim Chevalier
-0
/
+3
2011-06-24
Modify the fn vistors in walk so that they can handle functions without names...
Michael Sullivan
-0
/
+2
2011-06-24
Remove uses of variable name 'res' from rustc
Marijn Haverbeke
-22
/
+21
2011-06-24
Remove def_obj
Marijn Haverbeke
-10
/
+2
2011-06-23
rustc: Pretty-print ternary operator
Brian Anderson
-0
/
+2
2011-06-23
rustc: Add ternary operator. Closes #565
Brian Anderson
-1
/
+42
2011-06-23
Remove parse_str_lit_or_env_ident.
Rafael Ávila de Espíndola
-29
/
+13
2011-06-22
rustc: Limit creader exports
Brian Anderson
-0
/
+7
2011-06-22
rustc: Handle valueless ret expressions as block results. Closes #521
Brian Anderson
-0
/
+2
2011-06-22
rustc: Introduce and parse additional meta_item forms
Brian Anderson
-21
/
+62
2011-06-22
rustc: Rename parser.err to parser.fatal
Brian Anderson
-29
/
+29
2011-06-23
Remove a simidgeon of dead code.
Paul Stansifer
-8
/
+1
2011-06-21
Serialize constraints in types (literal arguments still not supported)
Tim Chevalier
-26
/
+57
2011-06-21
Move names and ids of native items into their recs, rather than their tags
Marijn Haverbeke
-12
/
+14
2011-06-21
Puts out burning tinderbox (oops, AST nodes don't have def_ids/anns).
Lindsey Kuper
-2
/
+1
2011-06-21
Some progress on support for extending objects with new fields (issue
Lindsey Kuper
-6
/
+16
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-202
/
+184
2011-06-21
rustc: Remove unused slice call from extfmt. Closes #532
Brian Anderson
-2
/
+0
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-227
/
+207
2011-06-20
Remember the library files we used in rustc and pass them to the "linker".
Rafael Ávila de Espíndola
-1
/
+2
2011-06-19
Remove various rustboot workarounds
Brian Anderson
-7
/
+3
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-39
/
+44
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-44
/
+39
[prev]
[next]