about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-08Restore indentation in common.rsBjörn Steinbrink-674/+674
2015-01-08Let ToString work with unsized types, importantly, `str`.Huon Wilson-1/+7
2015-01-08Improvements to feature stagingBrian Anderson-392/+386
2015-01-08Add test for -Z extra-pluginsManish Goregaokar-8/+31
2015-01-08Add missing module stability attributesAaron Turon-0/+4
2015-01-08libsyntax: add COMMAND_LINE_SP and use it for spans generated from the comman...Manish Goregaokar-8/+23
2015-01-08librustc_driver: Add support for loading plugins via command line (fixes #15446)Manish Goregaokar-23/+26
2015-01-08librustc::plugin : make PluginLoader usable for loading argument-specified pl...Manish Goregaokar-17/+40
2015-01-08librustc::metadata : Allow passing a string to read_plugin_metadataManish Goregaokar-9/+26
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-168/+118
2015-01-08librustc::session : Make cgoptions macro more genericManish Goregaokar-55/+60
2015-01-08Fix: `libc::c_char` is not always `i8`Akos Kiss-1/+1
2015-01-08bench: fix a few compiler warningsTshepang Lekhonkhobe-43/+14
2015-01-07Spelling fix compatibel -> compatibleKevin Rauwolf-1/+1
2015-01-07More test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-07rollup merge of #20731: nick29581/assoc-inherantAlex Crichton-0/+24
2015-01-07Test fixes and rebase conflictsAlex Crichton-309/+386
2015-01-08Forbid associated items in inherent implsNick Cameron-0/+24
2015-01-07rollup merge of #20707: nikomatsakis/issue-20582Alex Crichton-30/+86
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-15/+784
2015-01-08fallout: part of changes to compile-fail tests. (follows same pattern as pri...Felix S. Klock II-0/+9
2015-01-07rollup merge of #20720: nick29581/assoc-ice-missingAlex Crichton-22/+105
2015-01-08fallout: run-fail tests that use box. (many/all could be ported to `Box::new`...Felix S. Klock II-0/+15
2015-01-07rollup merge of #20657: alexcrichton/stabilize-macrosAlex Crichton-224/+33
2015-01-08Remove String impls and fix for make tidyNick Cameron-55/+1
2015-01-07rollup merge of #20706: nikomatsakis/assoc-types-projections-in-structs-issue...Alex Crichton-79/+204
2015-01-07rollup merge of #20665: nikomatsakis/assoc-types-method-dispatch-projectionAlex Crichton-41/+226
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-4/+605
2015-01-07rollup merge of #20728: huonw/type-param-shadowingAlex Crichton-2/+78
2015-01-07rollup merge of #20631: huon/no-drop-and-copyAlex Crichton-3/+46
2015-01-08Prohibit type parameter shadowing with a clunky hammer.Huon Wilson-1/+91
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-2495/+2421
2015-01-07Normalize types of fields in struct literals during type-checking.Niko Matsakis-55/+74
2015-01-07Update compile-fail test with new message that is generated as aNiko Matsakis-0/+7
2015-01-07Add rather involved run-pass test case.Niko Matsakis-0/+62
2015-01-07Normalize associated types in `with_field_tys`Niko Matsakis-6/+31
2015-01-07Use ty::type_is_sized() so that we handle projection types properly.Niko Matsakis-8/+21
2015-01-07rollup merge of #20726: dgrunwald/require-parens-for-chained-comparisonAlex Crichton-4/+58
2015-01-07rollup merge of #20725: tomjakubowski/rustdoc-miscAlex Crichton-4/+41
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-77/+75
2015-01-07rollup merge of #20710: daboross/fix-stable-before-bracketAlex Crichton-3/+3
2015-01-07rollup merge of #20709: thiagopnts/ownership-guide-typoAlex Crichton-1/+1
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-416/+130
2015-01-07rollup merge of #20704: alexcrichton/hopefully-make-tests-less-spuriousAlex Crichton-20/+20
2015-01-07rollup merge of #20703: barosl/rustdoc-z-index-falloutAlex Crichton-1/+1
2015-01-07rollup merge of #20696: reem/unsized-typeidAlex Crichton-2/+82
2015-01-07rollup merge of #20695: frewsxcv/patch-2Alex Crichton-1/+1
2015-01-07rollup merge of #20693: EchoAce/intro-oboeAlex Crichton-2/+2
2015-01-07rollup merge of #20688: jroesch/reject-non-param-bounds-followupAlex Crichton-19/+57
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-69/+91