about summary refs log tree commit diff
path: root/src/librustc/metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
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
2013-02-13librustc: Make monomorphic newtype structs work cross-cratePatrick Walton-21/+69
2013-02-12Revert "librustc: Make monomorphic newtype structs work cross-crate"Graydon Hoare-47/+22
2013-02-11librustc: Make monomorphic newtype structs work cross-cratePatrick Walton-22/+47
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-1/+1
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-32/+32
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+6
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-8/+8
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-8/+8
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-8/+8
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-4/+4
2013-02-03librustc: Fix bugs regarding to impl privacy. rs=bugfixPatrick Walton-2/+2
2013-02-03Converted libcore/int-template.rs to the new string functions.Marvin Löbel-1/+1
2013-02-03oldmap: get rid of the legacy contains_key methodDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-3/+3
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-22/+38
2013-01-30librustc: Remove legacy exports from the language. r=brsonPatrick Walton-3/+2
2013-01-29librustc: De-export metadata. rs=deexportingPatrick Walton-28/+15
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-0/+1