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
/
syntax
/
ast_util.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-443
/
+0
2012-03-02
restructure to better support method inlining
Niko Matsakis
-0
/
+23
2012-02-29
optionally enforce local variable mutability
Niko Matsakis
-1
/
+1
2012-02-28
change def's that are always local to use node_id, add --inline opt
Niko Matsakis
-3
/
+9
2012-02-24
Encode/decode AST into metadata, re-instantiate inlined items
Niko Matsakis
-0
/
+8
2012-02-22
rustc: Allow any integral types on rhs of shift ops
Brian Anderson
-0
/
+9
2012-02-22
Make the various from_str functions return options
Marijn Haverbeke
-1
/
+1
2012-02-17
Refactor view_path to parse (but not yet process) export globs, unify code pa...
Graydon Hoare
-28
/
+35
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-2
/
+2
2012-02-10
Remove a vestige of return-by-reference
Marijn Haverbeke
-1
/
+1
2012-02-09
Increase precedence of as operator
Marijn Haverbeke
-3
/
+3
2012-02-08
A bit more WIP on classes, and some cleanup in resolve
Tim Chevalier
-2
/
+9
2012-02-07
Minor class-related tweaks to the AST
Tim Chevalier
-0
/
+1
2012-02-06
Handle built-in typenames in the resolve pass, rather than in parser
Marijn Haverbeke
-0
/
+1
2012-02-05
Fix macro backtraces.
Kevin Atkinson
-1
/
+1
2012-02-01
Remove support for native types
Marijn Haverbeke
-2
/
+1
2012-01-31
Change option::t to option
Tim Chevalier
-2
/
+2
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-4
/
+31
2012-01-30
Remove ternary operator
Paul Woolcock
-17
/
+0
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-4
/
+36
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-0
/
+5
2012-01-26
Remove ty_native_fn
Marijn Haverbeke
-1
/
+1
2012-01-25
Rename tag to enum throughout the compiler
Marijn Haverbeke
-11
/
+12
2012-01-25
Add bit-shifting ops to ast_util::eval_const_expr
Marijn Haverbeke
-0
/
+4
2012-01-23
Export all enum variants by default; new syntax for selectively exporting var...
Tim Chevalier
-2
/
+25
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-4
/
+4
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-58
/
+58
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-37
/
+8
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-2
/
+1
2012-01-16
Properly print u suffix for uint literals
Marijn Haverbeke
-1
/
+1
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-5
/
+1
2012-01-12
Cleanups to previous commits for issue #1393.
Kevin Atkinson
-0
/
+2
2012-01-05
Switch to new param kind bound syntax
Marijn Haverbeke
-2
/
+2
2011-12-28
Change representation of type params to handle interface bounds
Marijn Haverbeke
-18
/
+5
2011-12-22
Remove trivial cast checker
Marijn Haverbeke
-17
/
+0
2011-12-16
Parse and resolve implementations.
Marijn Haverbeke
-0
/
+1
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-3
/
+4
2011-12-08
Allow binding of nested patterns
Marijn Haverbeke
-2
/
+3
2011-12-07
Check for literals that are out of range for their type
Marijn Haverbeke
-0
/
+18
2011-12-07
Change literal representation to not truncate
Marijn Haverbeke
-19
/
+37
2011-12-07
repair more hash functions
Niko Matsakis
-1
/
+1
2011-12-06
fix hash function: + binds tighter than <<
Niko Matsakis
-1
/
+4
2011-12-02
parse: typeck: enabling trivial casts of tail-call return values
Stefan Plantikow
-0
/
+8
2011-12-02
ty: trans: added support for dropping trivial casts
Stefan Plantikow
-1
/
+8
2011-12-02
Allow literal patterns to contain arbitrary literal expressions
Marijn Haverbeke
-32
/
+69
2011-11-30
Box ast::path values
Marijn Haverbeke
-1
/
+1
2011-11-23
Allow import directives in any block
Marijn Haverbeke
-1
/
+1
2011-11-23
Rollback return-by-reference
Marijn Haverbeke
-7
/
+0
2011-11-22
Only warn about unreachable range patterns when appropriate
Marijn Haverbeke
-1
/
+41
[next]