summary refs log tree commit diff
path: root/src/rustc/middle/kind.rs
AgeCommit message (Expand)AuthorLines
2012-10-08Revert "remove ctor from ast"Tim Chevalier-3/+3
2012-10-08remove ctor from astNiko Matsakis-3/+3
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-10/+3
2012-10-05Revert "wip"Tim Chevalier-5/+13
2012-10-05wipTim Chevalier-13/+5
2012-09-28rename iter2 to each2, make it follow iterator protocolNiko Matsakis-2/+2
2012-09-28demode vecNiko Matsakis-2/+2
2012-09-27core: More option demodingBrian Anderson-4/+4
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-4/+4
2012-09-25Demode iter-traitTim Chevalier-3/+3
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-2/+2
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-2/+2
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-4/+4
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-4/+4
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-3/+15
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-4/+4
2012-09-10Convert std::map to camel caseBrian Anderson-2/+2
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-1/+1
2012-09-06Use callee ID when kind-checking expressions that may be overloadedTim Chevalier-3/+11
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-1/+1
2012-09-04Remove 'with'Brian Anderson-3/+3
2012-09-04rustc: "import" -> "use"Patrick Walton-10/+10
2012-08-26Camel case the option typeBrian Anderson-35/+35
2012-08-24Enforce copyability in bind_by_value match arms (fix #3255)Ben Blum-0/+14
2012-08-23Less confusing error message when copying into heap closures (close #2942)Ben Blum-21/+40
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
2012-08-22intern identifiersPaul Stansifer-1/+1
2012-08-22Eliminate many match checks in rustcTim Chevalier-2/+2
2012-08-21remove trailing whitespaceNiko Matsakis-1/+1
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-2/+2
2012-08-20Do vtable resolution for *all* method calls, not just statically resolved one...Michael Sullivan-19/+2
2012-08-17Make by-val explicit self actually work. Closes #2585.Michael Sullivan-39/+51
2012-08-17rustc: Prevent destructors from being run twice with the repeated vector syntaxPatrick Walton-0/+9
2012-08-17make borrowck more conservative around rvalues.Niko Matsakis-2/+11
2012-08-15rustc: "as Trait" can now be written "as @Trait".Patrick Walton-1/+1
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-4/+6
2012-08-10Revert "rustc: Make function types have vstores in them"Patrick Walton-6/+4
2012-08-10rustc: Make function types have vstores in themPatrick Walton-4/+6
2012-08-08Convert impls to new syntaxBrian Anderson-2/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-21/+21
2012-08-05Switch alts to use arrowsBrian Anderson-49/+49
2012-08-03rustc: Merge fn& and fn in favor of fn&.Patrick Walton-1/+1
2012-08-01Convert ret to returnBrian Anderson-4/+4
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-5/+5
2012-07-30rustc: "iface" -> "trait" in comments, error messages, and identifiers.Lindsey Kuper-8/+8
2012-07-18prevent regions from escaping in ifaces; remove &r.T syntaxNiko Matsakis-5/+88
2012-07-16introduce an owned kind for data that contains no borrowed ptrsNiko Matsakis-5/+26
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-18/+18
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-1/+1