summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-04auto merge of #10793 : chris-morgan/rust/2013-12-04-vim-updates, r=Aatchbors-36/+42
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-70/+70
2013-12-04std::str: remove from_utf8.Huon Wilson-223/+119
2013-12-04Add Imenu support for rust-mode.S Pradeep Kumar-18/+33
2013-12-04auto merge of #10783 : sfackler/rust/drop, r=alexcrichtonbors-29/+19
2013-12-03auto merge of #10776 : alexcrichton/rust/issue-9725, r=pcwaltonbors-4/+26
2013-12-03auto merge of #10785 : alexcrichton/rust/omg-i-hate-windows, r=pcwaltonbors-3/+10
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-29/+19
2013-12-03Don't infinitely recurse in a process testAlex Crichton-0/+1
2013-12-03auto merge of #10752 : dhodder/rust/master, r=pcwaltonbors-0/+28
2013-12-04Improve various Vim syntax highlighting things.Chris Morgan-36/+42
2013-12-03Fix the comments for libsyntax::parse::parser::parse_sugary_call_exprKevin Ballard-8/+8
2013-12-03Make trait lifetime parameters early bound in static fn type. This is relatedNiko Matsakis-12/+64
2013-12-03Fix a bug in exporting trait implementationsAlex Crichton-1/+39
2013-12-03auto merge of #10747 : alexcrichton/rust/snapshots, r=cmrbors-94/+22
2013-12-03Register new snapshotsAlex Crichton-94/+22
2013-12-03Issue #9629 -- permit freezing `&mut` found within an `&` pointerNiko Matsakis-219/+417
2013-12-03auto merge of #10768 : Blei/rust/logging-enabled-macros, r=alexcrichtonbors-5/+71
2013-12-03auto merge of #10757 : TeXitoi/rust/mut-split-iter, r=alexcrichtonbors-15/+121
2013-12-03Search for libfoo.a on windows as well as foo.libAlex Crichton-3/+10
2013-12-03add MutableVector::mut_split(self, pred) -> DoubleEndedIterator<&mut [T]>Guillaume Pinot-4/+110
2013-12-03auto merge of #10777 : alexcrichton/rust/issue-10743, r=luqmanabors-75/+119
2013-12-03Resume propagation of linking to native dylibsAlex Crichton-61/+74
2013-12-03Continue tightening holes in reachabilityAlex Crichton-14/+45
2013-12-03auto merge of #10782 : alexcrichton/rust/rustdoc-lib, r=thestingerbors-0/+1
2013-12-03Add test to check for debug logging disabled at compile timePhilipp Brüschweiler-0/+21
2013-12-02auto merge of #10772 : alexcrichton/rust/issue-3053, r=alexcrichtonbors-0/+26
2013-12-02rustdoc: Tell rustc we're building a libraryAlex Crichton-0/+1
2013-12-02auto merge of #10770 : alexcrichton/rust/static-librustrt, r=alexcrichtonbors-1/+1
2013-12-02auto merge of #10759 : SiegeLord/rust/placeholder, r=cmrbors-1/+3
2013-12-02auto merge of #10736 : Blei/rust/fix_c_vec, r=alexcrichtonbors-104/+122
2013-12-02Disallow duplicate bindings of struct fieldsAlex Crichton-4/+26
2013-12-02auto merge of #10742 : alexcrichton/rust/frameworks, r=cmrbors-18/+130
2013-12-02c_vec: ModernizePhilipp Brüschweiler-104/+122
2013-12-02Add a macro to check if logging at a given label is enabledPhilipp Brüschweiler-5/+50
2013-12-02auto merge of #10728 : sanxiyn/rust/proc, r=cmrbors-2/+31
2013-12-02Add test for #3053. Fixes #3053.Niko Matsakis-0/+26
2013-12-02Declare librustrt a static dependency of libextraAlex Crichton-1/+1
2013-12-02Fix type inference for proc expressionsSeo Sanghyeon-2/+31
2013-12-02rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at)Guillaume Pinot-11/+11
2013-12-01Add a type="search" to the search bar in the documentation.SiegeLord-1/+2
2013-12-01Add placeholder text to the search bar in the documentation.SiegeLord-1/+2
2013-12-01Add struct and type doc comments for extra::url::*Dave Hodder-6/+20
2013-12-01auto merge of #10756 : thestinger/rust/transmute, r=alexcrichtonbors-8/+2
2013-12-01rustc: filter out empty linker argsPhilipp Brüschweiler-5/+18
2013-12-01remove useless `transmute_immut` functionDaniel Micay-8/+2
2013-12-01auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichtonbors-31/+31
2013-12-01Add struct and type doc comments for extra::url::*Dave Hodder-0/+14
2013-12-01auto merge of #10748 : kballard/rust/issue-10734-rpass, r=alexcrichtonbors-3/+27
2013-12-01auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmrbors-640/+623