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
/
middle
/
alias.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-448
/
+444
2011-07-26
Remove tuple support from the compiler
Marijn Haverbeke
-12
/
+0
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-16
/
+16
2011-07-25
Rename the block type to be blk also. Sorry.
Michael Sullivan
-2
/
+2
2011-07-25
Disallow block as a variable name in preparation for it becoming a keyword.
Michael Sullivan
-8
/
+8
2011-07-22
Start adding support for multiple variable declarations per stmt
Marijn Haverbeke
-7
/
+9
2011-07-22
Fix unboxing in alias pass
Marijn Haverbeke
-15
/
+27
2011-07-21
Make ty::ctxt be boxed.
Michael Sullivan
-18
/
+18
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-90
/
+93
2011-07-13
box patterns, expect for the trans part
Marijn Haverbeke
-0
/
+1
2011-07-13
Do not allow moving out of obj fields, properly check move inits
Marijn Haverbeke
-87
/
+85
2011-07-11
rustc: Implement pointer dereference; add a test case
Patrick Walton
-0
/
+1
2011-07-11
Implement record patterns
Marijn Haverbeke
-0
/
+3
2011-07-11
Move visit to newtype-style nominal type
Marijn Haverbeke
-2
/
+2
2011-07-11
Implement or-patterns in case clauses
Marijn Haverbeke
-1
/
+1
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-3
/
+3
2011-07-07
Improve handling of move and swap by alias checker
Marijn Haverbeke
-10
/
+24
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-1
/
+1
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-8
/
+9
2011-07-04
Switch the alias checking pass to use span_err instead of span_fatal
Marijn Haverbeke
-12
/
+13
2011-07-04
Move the ids of pat AST nodes into their struct
Marijn Haverbeke
-2
/
+2
2011-07-01
Allow dereferencing of single-variant, single-argument tag values
Marijn Haverbeke
-10
/
+5
2011-07-01
Implement autoderef for function calls.
Michael Sullivan
-1
/
+1
2011-06-30
rustc: Change function argument types to interior vectors
Patrick Walton
-1
/
+1
2011-06-30
Kill unused variables
Tim Chevalier
-1
/
+0
2011-06-30
Support type parameters in resources
Marijn Haverbeke
-1
/
+1
2011-06-29
Extend visit to use visit_fn to visit fn expressions.
Michael Sullivan
-1
/
+2
2011-06-28
Require that both sides of a swap be lvals.
Michael Sullivan
-5
/
+12
2011-06-28
Make it possible to use * to dereference a resource
Marijn Haverbeke
-4
/
+8
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-25
/
+25
2011-06-21
rustc: Output an unimplemented message when alias encounters an unknown seque...
Patrick Walton
-0
/
+4
2011-06-21
rustc: Implement "for" over interior vectors
Patrick Walton
-1
/
+5
2011-06-20
Fix some uses of span_warn in alias.rs that should be span_fatal
Marijn Haverbeke
-2
/
+2
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-38
/
+38
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-10
/
+10
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-10
/
+10
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-10
/
+10
2011-06-17
rustc: Add missing case for interior vectors in alias.rs
Patrick Walton
-0
/
+6
2011-06-16
Reformat a bunch of recent churn.
Graydon Hoare
-33
/
+31
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-1
/
+1
2011-06-15
Refactor data structures representing constraints (again...)
Tim Chevalier
-9
/
+6
2011-06-15
Implement checking of alias safety in tail calls.
Marijn Haverbeke
-30
/
+75
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-209
/
+190
2011-06-15
rustc: Make room in remaining AST item nodes for attributes
Brian Anderson
-1
/
+1
2011-06-15
Implement checking against assignments to immutable obj fields
Marijn Haverbeke
-33
/
+58
2011-06-15
Extend alias analysis to check assignments
Marijn Haverbeke
-2
/
+23
2011-06-15
Refactor expr_root in alias.rs
Marijn Haverbeke
-73
/
+71
2011-06-13
Change decl to local in expr_for and expr_for_each
Tim Chevalier
-8
/
+4
2011-06-10
Handle mutable references in alias analysis
Marijn Haverbeke
-32
/
+78
2011-06-10
Implement mutable/immutable alias distinction.
Marijn Haverbeke
-15
/
+39
[prev]
[next]