about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-09iOS: makefiles and runtime for new archsValerii Hiora-0/+252
2015-01-09iOS: cabi fixesValerii Hiora-19/+75
2015-01-09iOS: fixed test buildValerii Hiora-8/+21
2015-01-09iOS: updated targetsValerii Hiora-42/+152
2015-01-09Fix checking of command line expansion spans (fixes #20747)Manish Goregaokar-2/+5
2015-01-10rustbook: use a relative @import path to ensure it works offline.Huon Wilson-1/+1
2015-01-09Revert "Ignore extra error from test for now"Manish Goregaokar-22/+3
2015-01-09auto merge of #20788 : Zoxc/rust/loader, r=huonwbors-2/+19
2015-01-09Handle errors properly in rustbook.Huon Wilson-22/+20
2015-01-09Add stub deprecation files for each of the old guides.Huon Wilson-0/+48
2015-01-08Add test for issue #20414Jared Roesch-0/+27
2015-01-08Forbid trailing attributes in impl blocksSteven Fackler-5/+49
2015-01-09auto merge of #20786 : brson/rust/rustdocwarnings, r=huonwbors-1/+0
2015-01-09Add append() and split_off() to DList.Tim Dumol-41/+161
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