about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-08Merge pull request #20735 from squidpickles/masterbors-1/+1
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-9367/+9089
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-664/+108
2015-01-08rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherenceAlex Crichton-33/+276
2015-01-08Remove silly long line.Niko Matsakis-1/+0
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-2135/+2404
2015-01-08rollup merge of #20751: nikomatsakis/issue-20232Alex Crichton-111/+263
2015-01-08rollup merge of #20746: dotdash/fix_indentAlex Crichton-674/+674
2015-01-08rollup merge of #20740: FlaPer87/remove-opt-out-copyAlex Crichton-115/+3
2015-01-08rollup merge of #20738: brson/feature-staging2Alex Crichton-392/+386
2015-01-08rollup merge of #20736: akiss77/pr-u8-c_charAlex Crichton-1/+1
2015-01-08Add another test using projection types in impls.Niko Matsakis-0/+44
2015-01-08Normalize types bottom up. Fixes #20666.Niko Matsakis-1/+54
2015-01-08"The Rust Programming Language"Steve Klabnik-5871/+5603
2015-01-08Adjust tests to be clearer about the type that results from a shift expression.Niko Matsakis-10/+14
2015-01-08Rename test to fit naming convention.Niko Matsakis-0/+0
2015-01-08Normalize types in supertraits when checking that impls are valid during wf.Niko Matsakis-3/+59
2015-01-08Normalize types in impls, add test for coherence failure.Niko Matsakis-31/+122
2015-01-08auto merge of #20032 : Manishearth/rust/plugin-loader, r=cmrbors-274/+329
2015-01-08Wrap long lineNiko Matsakis-1/+3
2015-01-08Modify lifetime-infereence-give-expl-lifetime-param-3 to use a shorterNiko Matsakis-5/+5
2015-01-08Allow shift operator to take any integral type (and add a test).Niko Matsakis-2/+113
2015-01-08Update graphviz tests to accommodate new isize/usize types and is/us suffixes.Felix S. Klock II-87/+87
2015-01-08Update the compile-fail-fulldeps tests with new isize/usize literal suffixes.Felix S. Klock II-1/+1
2015-01-08Accommodate the "int literal is too large" error message currently embedded i...Felix S. Klock II-3/+3
2015-01-08Test fixes.Huon Wilson-19/+19
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-379/+379
2015-01-08Update compile fail tests to use usize.Huon Wilson-325/+325
2015-01-08Update compile fail tests to use isize.Huon Wilson-1324/+1324
2015-01-08Remove warning from the libraries.Huon Wilson-8/+37
2015-01-08Add a warning feature gate for int/uint in types and i/u suffixes.Huon Wilson-3/+93
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-79/+112
2015-01-08Ignore extra error from test for nowManish Goregaokar-3/+22
2015-01-08Add new test for #20232.Niko Matsakis-0/+47
2015-01-08Update regionck to discharge the binder safely (usingNiko Matsakis-10/+28
2015-01-08Fix the actual bug for #20232: when creating the cmt for the implicitNiko Matsakis-10/+23
2015-01-08Update the "English-language" to-string function of a `cmt` to useNiko Matsakis-87/+124
2015-01-08Add comments to autoderef() helper and refactor it to takeNiko Matsakis-21/+58
2015-01-08auto merge of #20744 : huonw/rust/fix-string-slicing, r=pnkfelixbors-1/+7
2015-01-08Remove the deprecated opt_out_copy featureFlavio Percoco-115/+3
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