about summary refs log tree commit diff
path: root/src/libsyntax/print/pp.rs
AgeCommit message (Expand)AuthorLines
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-3/+3
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+6
2012-12-12syntax: remove remaining #syntaxext machinery. Close #3516.Graydon Hoare-3/+1
2012-12-05librustc: Hook borrow check loan checking up to the moves-based-on-type infra...Patrick Walton-1/+5
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Register snapshotsBrian Anderson-15/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+15
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-14/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+14
2012-09-10Make all moves explicit in libsyntaxTim Chevalier-8/+8
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-04libsyntax: "import" -> "use"Patrick Walton-2/+2
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+25
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-27rustc: more pattern cleanupErick Tryzelaar-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-37/+37
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-14Convert more core types to camel caseBrian Anderson-3/+3
2012-08-11syntax: better formatting of closures in pretty printer and more verbose debu...Daniel Patterson-9/+16
2012-08-08Convert impls to new syntaxBrian Anderson-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-6/+6
2012-08-05Switch alts to use arrowsBrian Anderson-24/+24
2012-08-02Shift writer_util to a derived impl attached to the writer traitGraydon Hoare-2/+2
2012-08-01Convert ret to returnBrian Anderson-11/+11
2012-07-30Fix pretty-printing of consecutive idents.Paul Stansifer-2/+4
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-30/+30
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-17/+21
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-16/+16
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-16/+16
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-16/+16
2012-06-06borrowck changes: some copies, some removed mut annotations, some dvecNiko Matsakis-13/+13
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+528