summary refs log tree commit diff
path: root/src/librustc/middle/lang_items.rs
AgeCommit message (Expand)AuthorLines
2013-03-28Removing unused importsAlex Crichton-5/+5
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-26librustc: Stop parsing `[T * N]`.Patrick Walton-1/+1
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-5/+5
2013-03-22librustc: Add explicit lifetime binders and new lifetime notation in core/std...Patrick Walton-5/+5
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-2/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-3/+3
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-2/+2
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+1
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-2/+10
2013-02-26Add a 'start' lang item and use it instead of rust_startBrian Anderson-2/+10
2013-02-25libsyntax: Convert ast::attribute_ to store a @meta_itemErick Tryzelaar-5/+5
2013-02-22De-implicit-self librustcBen Striegel-9/+10
2013-02-19librustc: convert LangItemsCollector::item_refs to take @~str as a keyErick Tryzelaar-46/+45
2013-02-19convert ast::meta_items to take @~strsErick Tryzelaar-1/+1
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-1/+1
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-1/+1
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-1/+1
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-1/+1
2013-02-03oldmap: remove legacy each methodDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-1/+1
2013-01-30librustc: De-export rustc. rs=deexportingPatrick Walton-3/+5
2013-01-29librustc: Strdup unique strings instead of copying in byte by byte. Shaves 2M...Patrick Walton-2/+8
2013-01-24comments: Convert XXXes to FIXMEsTim Chevalier-1/+1
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...Patrick Walton-2/+21
2013-01-14Convert ast::def_id into a struct.Erick Tryzelaar-1/+1
2013-01-11allow logical negation operator (!) to be overloadedAndrew Paseltiner-41/+47
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-2/+2
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
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-2/+3
2013-01-07librustc: Fold rt items into lang items. Shaves another 10% or so off hello w...Patrick Walton-29/+65
2013-01-07librustc: Encode language items into a special lookup table. 9% improvement i...Patrick Walton-32/+63
2013-01-06librustc: Refactor language items to have IDs. rs=refactorPatrick Walton-98/+149
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+1
2012-12-13Rename Send trait to OwnedBrian Anderson-4/+4
2012-12-13Rename Owned trait to DurableBrian Anderson-3/+3
2012-12-04librustc: Long lines. rs=rustbotPatrick Walton-1/+3
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-2/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+254