summary refs log tree commit diff
path: root/src/rustc/middle/lang_items.rs
AgeCommit message (Expand)AuthorLines
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-1/+1
2012-09-25rustc: Fix calls to the logging function when the must_cast flag is true; sto...Patrick Walton-2/+5
2012-09-25Revert "rustc: Stop using shape code for logging" due to ICEsPatrick Walton-5/+2
2012-09-25rustc: Stop using shape code for loggingPatrick Walton-2/+5
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-1/+1
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-1/+1
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-2/+2
2012-09-19Remove redundant hashmap constructor functions.Graydon Hoare-2/+2
2012-09-14rustc: Make the box annihilator a language itemPatrick Walton-2/+5
2012-09-10rustc: Stop calling cmp shape glue in trans.Patrick Walton-2/+5
2012-09-10Convert std::map to camel caseBrian Anderson-2/+2
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-0/+3
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-1/+1
2012-09-07rustc: Add a str_eq lang item for pattern matchingPatrick Walton-25/+30
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-4/+4
2012-09-06Remove struct ctorsBrian Anderson-28/+35
2012-09-04Remove 'with'Brian Anderson-2/+2
2012-09-04rustc: "import" -> "use"Patrick Walton-12/+12
2012-08-27libcore: Implement ord and eq language itemsPatrick Walton-37/+50
2012-08-26Camel case the option typeBrian Anderson-42/+42
2012-08-25Fix more unused variable warningsBrian Anderson-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
2012-08-22intern identifiersPaul Stansifer-9/+3
2012-08-17Remove the class keywordBrian Anderson-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-6/+6
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-08-02Remove modes from map API and replace with regions.Niko Matsakis-1/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-3/+3
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-11/+6
2012-07-27rustc: Use coherence for operator overloading.Patrick Walton-6/+18
2012-07-25rustc: Introduce a lang_items pass, part of coherence and operator overloading.Patrick Walton-0/+209