summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2013-03-31Fix warningsBrian Anderson-1/+0
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-23/+43
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-28/+28
2013-03-28Removing unused importsAlex Crichton-8/+7
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-2/+1
2013-03-27auto merge of #5558 : nikomatsakis/rust/issue-4920-autoref-index-operator, r=...bors-4/+0
2013-03-27Fix pretty-printer test failure by carrying the bound lifetime names throughNiko Matsakis-1/+4
2013-03-27remove sty_by_ref, though traces still remain due to dtorsNiko Matsakis-4/+0
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-4/+5
2013-03-26option: rm functions that duplicate methodsDaniel Micay-3/+2
2013-03-26Move ast_map::map to LinearMapAlex Crichton-2/+2
2013-03-26rustc: Purge of HashMap, fixing segfaulting casesAlex Crichton-1/+1
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-68/+62
2013-03-26Switched over a bunch of splitting funktions to non-allocating iteratorsMarvin Löbel-1/+3
2013-03-23make crates with the same name sort consistentlyDaniel Micay-5/+9
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-62/+62
2013-03-22librustc: Remove `pure` from libsyntax and librustc.Patrick Walton-1/+1
2013-03-22rustc: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-21librustc: Forbid access to cross-crate private static methodsPatrick Walton-13/+16
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-1/+1
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-1/+1
2013-03-20Refactor the self-info so that the def-id is carried in ty_self()Niko Matsakis-2/+5
2013-03-20auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphismbors-8/+8
2013-03-20rustc: Remove some bad copies throughoutAlex Crichton-8/+8
2013-03-19auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwaltonbors-1/+9
2013-03-19librustc: Enforce privacy for static methods.Patrick Walton-1/+9
2013-03-19auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=...bors-20/+38
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-0/+4
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-5/+5
2013-03-18Make &self permit explicit lifetimes, but don't really use themNiko Matsakis-20/+38
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-42/+47
2013-03-13librustc: Separate out trait storage from evec/estr storagePatrick Walton-4/+26
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-5/+3
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-10/+10
2013-03-08rustc: Remove uses of DVecAlex Crichton-20/+14
2013-03-07librustc: Add #[link_args] to metadataPatrick Walton-0/+41
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-28/+28
2013-03-07librustc: Remove structural record types from the compilerPatrick Walton-19/+0
2013-03-07Inline constants across crates.Josh Matthews-1/+2
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-9/+10
2013-03-06auto merge of #5253 : nikomatsakis/rust/issue-5243, r=graydonbors-8/+12
2013-03-06Fix a bug with region-parameterized enums etc where trans consideredNiko Matsakis-8/+12
2013-03-06Fix bug in coherence that causes all cross-crate impls to be regarded asNiko Matsakis-1/+1
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-3/+5
2013-03-05rustc: minor code cleanupErick Tryzelaar-1/+1
2013-03-05rustc: remove some copiesErick Tryzelaar-7/+8
2013-03-05core: convert vec::{init,initn} to return referencesErick Tryzelaar-3/+5
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-3/+3
2013-03-04Remove unused imports throughout src/Alex Crichton-25/+1
2013-03-03replace option::iter with a BaseIter implDaniel Micay-3/+3