summary refs log tree commit diff
path: root/src/librustc/metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-3/+4
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-6/+6
2013-03-28Removing unused importsAlex Crichton-2/+2
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-2/+1
2013-03-27remove sty_by_ref, though traces still remain due to dtorsNiko Matsakis-3/+0
2013-03-26Move ast_map::map to LinearMapAlex Crichton-2/+2
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-25/+28
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
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-20auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphismbors-4/+4
2013-03-20rustc: Remove some bad copies throughoutAlex Crichton-4/+4
2013-03-19auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwaltonbors-1/+8
2013-03-19librustc: Enforce privacy for static methods.Patrick Walton-1/+8
2013-03-19auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=...bors-19/+34
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-18Make &self permit explicit lifetimes, but don't really use themNiko Matsakis-19/+34
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-6/+6
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-08rustc: Remove uses of DVecAlex Crichton-9/+6
2013-03-07librustc: Add #[link_args] to metadataPatrick Walton-0/+22
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
2013-03-07Inline constants across crates.Josh Matthews-1/+2
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-5/+6
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-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-3/+3
2013-03-04Remove unused imports throughout src/Alex Crichton-5/+0
2013-03-03replace option::iter with a BaseIter implDaniel Micay-3/+3
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-1/+1
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-9/+54
2013-02-28librustc: Enforce cross-crate method privacyPatrick Walton-9/+54
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-39/+62
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-39/+62
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-5/+5
2013-02-25libsyntax: Convert ast::attribute_ to store a @meta_itemErick Tryzelaar-2/+2
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-20librustc: tidyLuqman Aden-1/+2
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-58/+62
2013-02-19librustc: change driver::session::Session::str_of to return @~strErick Tryzelaar-12/+12
2013-02-19librustc: convert creader and cstore to use @~strsErick Tryzelaar-3/+3
2013-02-19convert ast::meta_items to take @~strsErick Tryzelaar-7/+7
2013-02-19convert syntax::attr to use @~strsErick Tryzelaar-6/+6
2013-02-19libsyntax and librustc: minor cleanupErick Tryzelaar-6/+3
2013-02-19libsyntax: change attr:get_attr_name to take a refErick Tryzelaar-1/+1
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-2/+2
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-4/+4