about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-09Make the metadata loader use the appropriate Target structureJohn Kåre Alsaker-2/+19
2015-01-08Make rustdoc use the `[_; N]` syntax instead of `[_, ..N]`Ken Tossell-1/+1
2015-01-08rustdoc: Stop adding #[deny(warnings)] to all testsBrian Anderson-1/+0
2015-01-09Merge pull request #20741 from mneumann/dragonfly-pthread-mutexbors-0/+37
2015-01-09Merge pull request #20718 from tshepang/bench-fix-some-warningsbors-43/+14
2015-01-08Standardize punctuation & formatting of TRPLKevin Yap-139/+139
2015-01-08Merge pull request #20766 from tsurai/patch-1bors-1/+1
2015-01-08Merge pull request #20735 from squidpickles/masterbors-1/+1
2015-01-08Enabled the `vec![]` macro to use the `[a; b]` repeat syntax.Marvin Löbel-1/+22
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-08doc: Fix unresolved import in Bitv exampleCristian Kubis-1/+1
2015-01-08Fix destroy assertions in mutex/rwlock/condvarMichael Neumann-0/+37
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