summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-151/+212
2015-01-08rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherenceAlex Crichton-32/+65
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-19/+20
2015-01-08rollup merge of #20751: nikomatsakis/issue-20232Alex Crichton-39/+97
2015-01-08rollup merge of #20740: FlaPer87/remove-opt-out-copyAlex Crichton-21/+2
2015-01-08Normalize types bottom up. Fixes #20666.Niko Matsakis-1/+3
2015-01-08Normalize types in supertraits when checking that impls are valid during wf.Niko Matsakis-2/+1
2015-01-08Normalize types in impls, add test for coherence failure.Niko Matsakis-31/+63
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Add a warning feature gate for int/uint in types and i/u suffixes.Huon Wilson-2/+2
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-19/+19
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-29/+74
2015-01-08Remove the deprecated opt_out_copy featureFlavio Percoco-21/+2
2015-01-08Improvements to feature stagingBrian Anderson-40/+28
2015-01-08Add test for -Z extra-pluginsManish Goregaokar-8/+10
2015-01-08libsyntax: add COMMAND_LINE_SP and use it for spans generated from the comman...Manish Goregaokar-2/+2
2015-01-08librustc_driver: Add support for loading plugins via command line (fixes #15446)Manish Goregaokar-20/+21
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-142/+94
2015-01-08librustc::session : Make cgoptions macro more genericManish Goregaokar-55/+60
2015-01-07Test fixes and rebase conflictsAlex Crichton-3/+3
2015-01-07rollup merge of #20707: nikomatsakis/issue-20582Alex Crichton-13/+27
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20706: nikomatsakis/assoc-types-projections-in-structs-issue...Alex Crichton-6/+41
2015-01-07rollup merge of #20665: nikomatsakis/assoc-types-method-dispatch-projectionAlex Crichton-15/+43
2015-01-07rollup merge of #20631: huon/no-drop-and-copyAlex Crichton-1/+8
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-483/+483
2015-01-07Normalize associated types in `with_field_tys`Niko Matsakis-1/+24
2015-01-07Use ty::type_is_sized() so that we handle projection types properly.Niko Matsakis-5/+17
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-5/+5
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-14/+163
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-55/+66
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-14/+163
2015-01-08Require that types cannot implement both Drop and Copy.Huon Wilson-1/+8
2015-01-07use slicing sugarJorge Aparicio-483/+483
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-55/+66
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-5/+5
2015-01-07Solve rather subtle bug in `replace_late_bound_regions` -- we were passing th...Niko Matsakis-12/+23
2015-01-07Rename common::normalize to common::erase_regionsNiko Matsakis-1/+4
2015-01-07auto merge of #20655 : nikomatsakis/rust/carl-ice, r=aturonbors-1/+13
2015-01-07Remember to check the name of the associated type being projected when search...Niko Matsakis-1/+13
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-17/+17
2015-01-06More test fixesAlex Crichton-4/+4
2015-01-06Fix misspelled comments.Joseph Crail-17/+17
2015-01-06Test fixes and rebase conflictsAlex Crichton-3/+4
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-3/+3
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+3