about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-262/+262
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-24/+24
2015-01-07falloutNick Cameron-20/+26
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-262/+262
2015-01-07Only use built-in indexing for uint indexesNick Cameron-1/+0
2015-01-07Remove old slicing hacks and make new slicing workNick Cameron-48/+21
2015-01-07Replace full slice notation with index callsNick Cameron-354/+356
2015-01-06syntax/rustc: implement isize/usizeCorey Richardson-24/+24
2015-01-06rustc: Turn off multiple versions of crate warningAlex Crichton-25/+0
2015-01-05More test fixes!Alex Crichton-2/+2
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-449/+642
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-6/+6
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-3/+3
2015-01-05rollup merge of #20594: nikomatsakis/orphan-orderedAlex Crichton-33/+26
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-6/+8
2015-01-05rollup merge of #20517: nikomatsakis/safety-issue-19997Alex Crichton-0/+4
2015-01-05rollup merge of #20511: csouth3/derive-lintAlex Crichton-12/+13
2015-01-05rollup merge of #20507: alexcrichton/issue-20444Alex Crichton-8/+8
2015-01-05rollup merge of #20465: nikomatsakis/assoc-types-regions-20303Alex Crichton-69/+111
2015-01-05rollup merge of #20258: sanxiyn/show-span-2Alex Crichton-4/+6
2015-01-05Forbid '#[macro_use] extern crate' outside the crate rootKeegan McAllister-0/+16
2015-01-05Pass the #[plugin(...)] meta item to the registrarKeegan McAllister-7/+38
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-19/+25
2015-01-05Allow selective macro importKeegan McAllister-6/+32
2015-01-05Move #[macro_reexport] to extern crateKeegan McAllister-1/+28
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-24/+43
2015-01-05creader: Load parts of plugin metadata on demandKeegan McAllister-82/+125
2015-01-06FalloutNick Cameron-6/+6
2015-01-05rustc: remove dead codeJorge Aparicio-18/+0
2015-01-05remove mk_closureJorge Aparicio-7/+0
2015-01-05remove AdjustAddEnvJorge Aparicio-51/+3
2015-01-05remove TyClosureJorge Aparicio-12/+0
2015-01-05remove ty_closureJorge Aparicio-200/+6
2015-01-05rustc: remove remaining boxed closuresJorge Aparicio-1/+1
2015-01-05EncodeInlinedItem: convert to "unboxed" closuresJorge Aparicio-4/+3
2015-01-05DecodeInlinedItem: convert to "unboxed" closuresJorge Aparicio-11/+11
2015-01-05conv_did: convert to "unboxed" closureJorge Aparicio-127/+254
2015-01-05Implement new orphan rule that requires that impls of remote traits meet the ...Niko Matsakis-33/+26
2015-01-05Reformat metadata for exported macrosKeegan McAllister-52/+79
2015-01-05creader: Use a single structKeegan McAllister-56/+44
2015-01-05creader: Convert free functions to Env methodsKeegan McAllister-264/+267
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+0
2015-01-05update comment to reflect new `Sized` semanticsJorge Aparicio-2/+2
2015-01-05undo one `for Sized?` removal that was in a commentJorge Aparicio-1/+1
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-2/+2
2015-01-05Replace LetSyntaxTT with MacroRulesTTKeegan McAllister-6/+15
2015-01-05Don't ICE just because an impl is missing an associated type. Trust in the ot...Niko Matsakis-5/+6
2015-01-05std: Redesign c_str and c_vecAlex Crichton-8/+8
2015-01-05Treat associated types the same as type parameters when it comes to region bo...Niko Matsakis-64/+105
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-0/+23