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
2011-11-18
Update stdlib, compiler, and tests to new kind system
Marijn Haverbeke
-5
/
+5
2011-11-18
Preparation for kind system overhaul
Marijn Haverbeke
-1
/
+1
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-10-28
Make shared kind the default only for generic functions
Marijn Haverbeke
-1
/
+5
2011-10-25
Update our code to new type parameter kind syntax
Marijn Haverbeke
-2
/
+2
2011-10-21
Change the way block calls are parsed, mark them as block-calls.
Marijn Haverbeke
-1
/
+1
2011-10-21
Move ast_util::pat_bindings over to new iter system.
Marijn Haverbeke
-16
/
+10
2011-10-20
Fix the problem with check-fast randomly failing
Brian Anderson
-0
/
+12
2011-10-12
make native functions markable as unsafe and incorporate that
Niko Matsakis
-1
/
+1
2011-10-12
make treatment of unchecked/unsafe blocks more uniform
Niko Matsakis
-3
/
+3
2011-10-12
Extend the unchecked block stuff to allow unsafe blocks as well.
Niko Matsakis
-3
/
+3
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-2
/
+2
2011-09-28
Revert "Revert "Implement pattern ranges for all numeric types.""
Brian Anderson
-1
/
+2
2011-09-23
Begin to support pattern matching on unique boxes
Brian Anderson
-0
/
+1
2011-09-21
Revert "Implement pattern ranges for all numeric types."
Marijn Haverbeke
-2
/
+1
2011-09-21
Implement pattern ranges for all numeric types.
Josh Matthews
-1
/
+2
2011-09-20
Represent unique creation as a unop in the AST instead of its own expr
Brian Anderson
-0
/
+1
2011-09-15
Require the parameter that will be referenced to be noted
Marijn Haverbeke
-1
/
+1
2011-09-15
Forbid assignment to by-reference bindings
Marijn Haverbeke
-1
/
+1
2011-09-14
Add syntax and representation for return-by-mutably-rooted-ref
Marijn Haverbeke
-0
/
+7
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-2
/
+1
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-12
/
+12
2011-09-02
Reformat. Issue #855
Brian Anderson
-43
/
+41
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-3
/
+3
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-1
/
+0
2011-09-01
Make resolve recognize upvars
Marijn Haverbeke
-1
/
+10
2011-09-01
Move mutability checking into its own pass.
Marijn Haverbeke
-5
/
+5
2011-09-01
Store arg mode and objfield mutability in their def
Marijn Haverbeke
-2
/
+2
2011-08-27
Convert rustc::syntax::ast_util to istrs. Issue #855
Brian Anderson
-39
/
+39
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-3
/
+5
2011-08-27
Convert std::map::new_str_hash to istrs. Issue #855
Brian Anderson
-2
/
+3
2011-08-26
Revert "Revert "Use typestate constraints for trans_be""
Tim Chevalier
-2
/
+2
2011-08-25
Support unchecked blocks
Tim Chevalier
-1
/
+5
2011-08-25
Change "pred" to "pure fn" within the compiler.
Tim Chevalier
-1
/
+1
2011-08-25
Move ast::pat_id_map to ast::util
Brian Anderson
-0
/
+2
2011-08-23
Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...
Graydon Hoare
-1
/
+1
2011-08-22
Move functions from syntax::ast to syntax::ast_util
Brian Anderson
-0
/
+209
[prev]