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
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-2465
/
+0
2011-07-04
Move the ids of pat AST nodes into their struct
Marijn Haverbeke
-6
/
+5
2011-07-03
Handle fail as an argument; parse fail expressions unambiguously
Tim Chevalier
-9
/
+8
2011-07-02
Fix assertion failure when syntax extension name is missing.
Josh Matthews
-0
/
+3
2011-07-02
Allow any string expression to be used with fail.
Josh Matthews
-4
/
+7
2011-07-01
Remove the concept of crate directive let statements. Issue #604
Brian Anderson
-11
/
+0
2011-07-01
Remove the concept of crate directive expressions. Issue #604
Brian Anderson
-3
/
+1
2011-07-01
Remove the environment concept from front::eval
Brian Anderson
-18
/
+5
2011-07-01
Allow 'newtype' syntax for tags
Marijn Haverbeke
-1
/
+16
2011-06-30
Kill unused variables
Tim Chevalier
-12
/
+3
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
-2
/
+4
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
-27
/
+44
2011-06-28
Implement "claim"
Tim Chevalier
-2
/
+15
2011-06-28
Teach the parser and typechecker to understand port[int](). Closes #588
Eric Holk
-2
/
+8
2011-06-28
Write metadata for more meta_item types. Issue #487
Brian Anderson
-1
/
+1
2011-06-28
Use 'resource' rather than 'res' as a keyword
Marijn Haverbeke
-2
/
+2
2011-06-28
Add simple syntax extension (#simplext)
Paul Stansifer
-1
/
+10
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
Record and link with used native libraries.
Rafael Ávila de Espíndola
-15
/
+3
2011-06-25
Partial implementation of resources
Marijn Haverbeke
-3
/
+25
2011-06-24
Fix inexhaustive match in parser
Tim Chevalier
-0
/
+7
2011-06-24
Remove uses of variable name 'res' from rustc
Marijn Haverbeke
-7
/
+7
2011-06-23
rustc: Pretty-print ternary operator
Brian Anderson
-0
/
+2
2011-06-23
rustc: Add ternary operator. Closes #565
Brian Anderson
-1
/
+15
2011-06-23
Remove parse_str_lit_or_env_ident.
Rafael Ávila de Espíndola
-29
/
+13
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
-8
/
+23
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
Move names and ids of native items into their recs, rather than their tags
Marijn Haverbeke
-5
/
+8
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
-5
/
+13
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-127
/
+115
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-110
/
+98
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
-2
/
+2
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-2
/
+2
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-2
/
+2
2011-06-18
rustc: Store the lhs and rhs of receive exprs in left to right order
Brian Anderson
-1
/
+1
2011-06-18
rustc: Remove the meta keyword
Brian Anderson
-7
/
+0
2011-06-16
Consistify ast::local.
Paul Stansifer
-14
/
+18
2011-06-16
Add better error messages for bad attributes in .rc files
Brian Anderson
-1
/
+2
2011-06-16
rustc: Fix regressed handling of bad attributes
Brian Anderson
-1
/
+6
2011-06-16
rustc: Change print_file to print_crate
Brian Anderson
-5
/
+7
2011-06-16
rustc: Parse crate attributes in standalone .rs files
Brian Anderson
-1
/
+5
2011-06-16
rustc: Parse attributes in crate files
Brian Anderson
-3
/
+13
2011-06-16
rustc: Parse T[mutable?]
Patrick Walton
-1
/
+6
2011-06-16
rustc: Correctly mark attributes as inner attributes
Brian Anderson
-8
/
+14
[next]