summary refs log tree commit diff
path: root/src/comp/middle/alias.rs
AgeCommit message (Expand)AuthorLines
2012-01-19rustc: ";" to "," in enumsPatrick Walton-4/+4
2012-01-19rustc: "tag" -> "enum"Patrick Walton-4/+4
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-18/+18
2012-01-17Allow omission of the '.' after nullary tag patternsTim Chevalier-4/+6
2012-01-13distinguish "any closure" and "stack closure" (block)Niko Matsakis-2/+5
2012-01-13Obj system? What obj system?Marijn Haverbeke-19/+6
2012-01-12Make driver::session::session no longer an objectMarijn Haverbeke-0/+1
2012-01-05require a non-semi expr acting as a stmt to have unit return typeNiko Matsakis-1/+1
2011-12-29split proto from fn_decl, as not all fn_decls know the proto.Niko Matsakis-3/+3
2011-12-23Go back to a single visit_fn function in visit.rsMarijn Haverbeke-4/+4
2011-12-23Use the same type of record in ty::ty_fn and ty::methodMarijn Haverbeke-3/+3
2011-12-21Make { || ... } sugar for any type of closure, inferredNiko Matsakis-8/+11
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-2/+2
2011-12-16Make uses of self in impls compileMarijn Haverbeke-13/+12
2011-12-16Parse and resolve implementations.Marijn Haverbeke-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+3
2011-12-08Allow binding of nested patternsMarijn Haverbeke-1/+2
2011-12-07Remove stmt_crate_directive, it's vestigial and confusing.Graydon Hoare-3/+0
2011-12-07Change literal representation to not truncateMarijn Haverbeke-3/+2
2011-11-30Box ast::path valuesMarijn Haverbeke-4/+3
2011-11-23Rollback return-by-referenceMarijn Haverbeke-110/+3
2011-11-21rustc: Remove abi from ast::native_modHaitao Li-1/+1
2011-11-21Close hole in safe-reference analysisMarijn Haverbeke-3/+15
2011-11-21Fix bad interaction between last-use finding and referencesMarijn Haverbeke-2/+9
2011-11-18Add a pass-by-copy parameter passing conventionMarijn Haverbeke-1/+4
2011-11-17remove compile-command from local variable blocksNiko Matsakis-1/+0
2011-11-15Fix handling of loops and conditionals in alias.rsMarijn Haverbeke-62/+149
2011-11-10Cleanup unused importsHaitao Li-2/+2
2011-11-03Disallow writing to function arguments againMarijn Haverbeke-1/+1
2011-10-25Properly take mutable object fields into account during alias analysisMarijn Haverbeke-16/+23
2011-10-21Change the way block calls are parsed, mark them as block-calls.Marijn Haverbeke-2/+2
2011-10-21Drop support for iter, put, and for-eachMarijn Haverbeke-32/+0
2011-10-20Merge ast::proto_shared and ast::proto_closureBrian Anderson-1/+1
2011-10-12expand purity to include unsafeNiko Matsakis-18/+22
2011-10-07Forbid passing dynamically-sized types by valueMarijn Haverbeke-2/+11
2011-10-07Parse and typecheck by-value and by-ref arg specsMarijn Haverbeke-3/+1
2011-09-28Revert "Revert "Implement pattern ranges for all numeric types.""Brian Anderson-1/+1
2011-09-28Remove a few kludges that worked around issue #913Marijn Haverbeke-3/+1
2011-09-23Begin to support pattern matching on unique boxesBrian Anderson-0/+7
2011-09-22Convert ty::ty_uniq to contain a mutable typeBrian Anderson-3/+2
2011-09-21Revert "Implement pattern ranges for all numeric types."Marijn Haverbeke-1/+1
2011-09-21Implement pattern ranges for all numeric types.Josh Matthews-1/+1
2011-09-16Remove autoderef for callsMarijn Haverbeke-2/+2
2011-09-16Clean up (and optimize) root-mutability analysis in alias.rsMarijn Haverbeke-65/+64
2011-09-16Change convention for specifying referenced argumentMarijn Haverbeke-4/+10
2011-09-15Generalize expression roots in alias analysisMarijn Haverbeke-35/+40
2011-09-15Require the parameter that will be referenced to be notedMarijn Haverbeke-25/+32
2011-09-15Overhaul alias-checking of blocksMarijn Haverbeke-34/+27
2011-09-15Make storing returned references in a by-reference local workMarijn Haverbeke-3/+25
2011-09-15Forbid assignment to by-reference bindingsMarijn Haverbeke-2/+2