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
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-625
/
+0
2011-07-04
Move the ids of pat AST nodes into their struct
Marijn Haverbeke
-5
/
+7
2011-07-02
Allow any string expression to be used with fail.
Josh Matthews
-1
/
+1
2011-07-01
rustc: Move path_to_str to front::ast
Patrick Walton
-0
/
+13
2011-07-01
Remove the concept of crate directive let statements. Issue #604
Brian Anderson
-4
/
+0
2011-07-01
Remove the concept of crate directive expressions. Issue #604
Brian Anderson
-2
/
+0
2011-06-30
Introduce a config property to the crate AST node
Brian Anderson
-1
/
+6
2011-06-28
Support attaching attributes to modules via the crate file. Issue #487
Brian Anderson
-2
/
+3
2011-06-28
Implement "claim"
Tim Chevalier
-1
/
+2
2011-06-28
Teach the parser and typechecker to understand port[int](). Closes #588
Eric Holk
-1
/
+1
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
-1
/
+1
2011-06-25
Allow moving out of temporary values
Marijn Haverbeke
-0
/
+7
2011-06-25
Partial implementation of resources
Marijn Haverbeke
-2
/
+4
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 def_obj
Marijn Haverbeke
-2
/
+0
2011-06-23
rustc: Add ternary operator. Closes #565
Brian Anderson
-0
/
+27
2011-06-22
rustc: Introduce and parse additional meta_item forms
Brian Anderson
-1
/
+5
2011-06-21
Serialize constraints in types (literal arguments still not supported)
Tim Chevalier
-2
/
+2
2011-06-21
Move names and ids of native items into their recs, rather than their tags
Marijn Haverbeke
-7
/
+6
2011-06-21
Some progress on support for extending objects with new fields (issue
Lindsey Kuper
-1
/
+3
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-46
/
+48
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-84
/
+78
2011-06-18
rustc: Remove the meta keyword
Brian Anderson
-3
/
+0
2011-06-16
Consistify ast::local.
Paul Stansifer
-2
/
+2
2011-06-16
rustc: Change print_file to print_crate
Brian Anderson
-1
/
+3
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-19
/
+24
2011-06-16
Bring back if-check
Tim Chevalier
-0
/
+3
2011-06-16
Parse swap.
Michael Sullivan
-5
/
+7
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-23
/
+17
2011-06-15
Refactor data structures representing constraints (again...)
Tim Chevalier
-9
/
+7
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-200
/
+181
2011-06-15
rustc: Make room in remaining AST item nodes for attributes
Brian Anderson
-13
/
+13
2011-06-15
rustc: Introduce an attribute type to the AST
Brian Anderson
-1
/
+16
2011-06-15
rustc: Make room in item_mod for metadata
Brian Anderson
-2
/
+2
2011-06-15
Stop dropping object field mutability on the floor
Marijn Haverbeke
-1
/
+1
2011-06-14
Implement function expressions/anonymous functions
Marijn Haverbeke
-0
/
+1
2011-06-13
Change decl to local in expr_for and expr_for_each
Tim Chevalier
-4
/
+5
2011-06-10
Reject programs with unsatisfied predicate constraints
Tim Chevalier
-5
/
+22
2011-06-10
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-1
/
+1
2011-06-10
Merge pull request #447 from paulstansifer/quick_error_message_fix
Patrick Walton
-0
/
+8
2011-06-10
rustc: Remove the bitwise not operator
Patrick Walton
-2
/
+0
2011-06-10
Implement mutable/immutable alias distinction.
Marijn Haverbeke
-1
/
+1
2011-06-09
Revert "Encode meta tags in the crate and start sketching enhanced logic for ...
Patrick Walton
-1
/
+1
2011-06-09
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-1
/
+1
2011-06-09
rustc: Annotate vector and string literals in the AST with their uniqueness o...
Patrick Walton
-2
/
+8
2011-06-09
rustc: Add ty_istr and ty_ivec types
Patrick Walton
-2
/
+2
2011-06-09
rustc: Parse istr and ivec
Patrick Walton
-0
/
+2
2011-06-09
Further support for predicate constraints
Tim Chevalier
-4
/
+5
[next]