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
/
eval.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-125
/
+0
2011-07-01
Export only what's in use from front::eval. Issue #604
Brian Anderson
-0
/
+2
2011-07-01
Remove unused imports from front::eval
Brian Anderson
-7
/
+0
2011-07-01
Remove remaining unused eval methods. Issue #604
Brian Anderson
-46
/
+0
2011-07-01
Remove the concept of crate directive let statements. Issue #604
Brian Anderson
-92
/
+0
2011-07-01
Remove the concept of crate directive expressions. Issue #604
Brian Anderson
-60
/
+0
2011-07-01
Remove the environment concept from front::eval
Brian Anderson
-41
/
+26
2011-06-29
More fixes to fast-check.
Graydon Hoare
-2
/
+10
2011-06-28
Support attaching attributes to modules via the crate file. Issue #487
Brian Anderson
-4
/
+6
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-7
/
+7
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-16
/
+14
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-20
/
+23
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-23
/
+20
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-20
/
+23
2011-06-18
rustc: Remove the meta keyword
Brian Anderson
-1
/
+0
2011-06-17
rustc: Remove metadata from the session.
Brian Anderson
-3
/
+1
2011-06-16
rustc: Parse attributes in crate files
Brian Anderson
-2
/
+2
2011-06-16
rustc: Parse inner items of file-level modules linked from crate files
Brian Anderson
-4
/
+8
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-4
/
+6
2011-06-16
rustc: Parse inner attributes of modules
Brian Anderson
-1
/
+1
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-4
/
+4
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-171
/
+69
2011-06-15
rustc: Make room in item_mod for metadata
Brian Anderson
-2
/
+2
2011-06-15
rustc: Modernize front::eval
Brian Anderson
-37
/
+26
2011-06-10
Implement meta tag matching in creader. Start using it in rustc.rc. Close #45...
Graydon Hoare
-3
/
+0
2011-06-09
rustc: Annotate vector and string literals in the AST with their uniqueness o...
Patrick Walton
-1
/
+1
2011-06-07
More work on proper linkage name-mangling. Almost right, aside from version n...
Graydon Hoare
-2
/
+7
2011-05-31
rustc: Remove unneeded type params from alt patterns
Brian Anderson
-5
/
+5
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-9
/
+9
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-5
/
+5
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-85
/
+85
2011-05-12
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
-3
/
+6
2011-05-11
Remove mod indices from the AST
Marijn Haverbeke
-31
/
+15
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-15
/
+15
2011-05-03
Start sketching --depend support in rustc.
Graydon Hoare
-0
/
+12
2011-04-19
Remove effect system from src.
Graydon Hoare
-5
/
+5
2011-04-18
collect crate meta info and ext crate names
Marijn Haverbeke
-1
/
+4
2011-04-09
Move to single-uint file-position representation.
Marijn Haverbeke
-61
/
+61
2011-03-25
Another go at changing compile-command, this time using RBUILD env var.
Graydon Hoare
-1
/
+1
2011-03-25
Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...
Graydon Hoare
-1
/
+1
2011-03-25
Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...
Graydon Hoare
-1
/
+1
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-4
/
+3
2011-03-14
Merge remote branch 'brson/recursive-elseif'
Graydon Hoare
-18
/
+11
2011-03-14
Add basic file-system functionality
Marijn Haverbeke
-2
/
+2
2011-03-13
Merge branch 'master' into recursive-elseif
Brian Anderson
-3
/
+6
2011-03-10
Update the current id when we create sub parsers.
Rafael Ávila de Espíndola
-2
/
+5
2011-03-10
Fix eval typo (caught by Martin Hock).
Graydon Hoare
-1
/
+1
2011-03-07
Merge branch 'master' into recursive-elseif
Brian Anderson
-0
/
+436
2011-03-01
Populate default compilation environment as in rustboot.
Graydon Hoare
-1
/
+1
2011-02-25
Fix typo in crate directive evaluator.
Graydon Hoare
-1
/
+1
[next]