summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-07-25auto merge of #15979 : Randati/rust/patch-2, r=kballardbors-1/+1
2014-07-25Sort trait bounds.Jason Fager-3/+2
2014-07-25auto merge of #15968 : nham/rust/keys_values_other_maps, r=alexcrichtonbors-0/+131
2014-07-25rustdoc: Inline items from foreign modsAlex Crichton-16/+22
2014-07-25rustdoc: Correctly handle local renamingsAlex Crichton-11/+36
2014-07-25rustdoc: Fix links to Box/GcAlex Crichton-14/+48
2014-07-25rustdoc: Fix inlining type parametersAlex Crichton-34/+12
2014-07-25rustdoc: Bind keydown instead of keypress for navAlex Crichton-2/+2
2014-07-25auto merge of #15958 : hirschenberger/rust/borrock-stats-div-by-zero, r=alexc...bors-2/+2
2014-07-25rustdoc: Hide impls for #[doc(hidden)] traitsAlex Crichton-2/+28
2014-07-25Fix assert messageRandati-1/+1
2014-07-25rustdoc: Add a --target flagAlex Crichton-4/+10
2014-07-25auto merge of #15971 : alexcrichton/rust/hurray-for-windows, r=pcwaltonbors-3/+6
2014-07-25Emit lifetime end markers in unwinding codepathsBjörn Steinbrink-8/+21
2014-07-25auto merge of #15970 : Zoxc/rust/noalias-ref, r=cmrbors-1/+4
2014-07-25auto merge of #15957 : pcwalton/rust/builtin-bound-impl-checking, r=huonw,pnk...bors-2/+34
2014-07-25librustc: Check built-in trait bounds on implementations when directPatrick Walton-2/+34
2014-07-25auto merge of #15961 : pcwalton/rust/fn-pointer-in-iterator, r=huonwbors-3/+95
2014-07-25Put the struct passed to unwinding functions into a staticBrian Anderson-8/+14
2014-07-25Make most of the failure functions take &(&'static str, uint)Brian Anderson-16/+54
2014-07-25auto merge of #15959 : omasanori/rust/cleanup-ja, r=alexcrichtonbors-9407/+5
2014-07-24rustc: Compare paths with --extern, not bytesAlex Crichton-3/+6
2014-07-25Add noalias to safe shared reference parametersJohn Kåre Alsaker-1/+4
2014-07-25Add methods for obtaining iterators over the keys and values of a TrieMapnham-0/+43
2014-07-25Add methods for obtaining iterators over the keys and values of a SmallIntMapnham-0/+47
2014-07-25Add methods for obtaining iterators over the keys and values of a TreeMapnham-0/+41
2014-07-25auto merge of #15809 : pcwalton/rust/dedesugar-for, r=pnkfelixbors-163/+614
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-163/+614
2014-07-25auto merge of #15951 : edwardw/rust/issue-15896, r=alexcrichtonbors-1/+27
2014-07-24auto merge of #15945 : treeman/rust/doc-smallint-update, r=alexcrichtonbors-4/+44
2014-07-24librustc: Make references to functions not have static lifetime.Patrick Walton-3/+95
2014-07-25Remove obsolete Japanese translation for a while.OGINO Masanori-9407/+5
2014-07-24Fix display of `-NaN%` in borrock stats caused by div by zeroFalco Hirschenberger-2/+2
2014-07-24auto merge of #15779 : alexcrichton/rust/no-nul-terminator, r=pcwaltonbors-9/+25
2014-07-24rustllvm: Don't require null terminators in filesAlex Crichton-9/+25
2014-07-24auto merge of #15424 : TeXitoi/rust/relicense-shootout-threadring, r=brsonbors-8/+39
2014-07-25Fix #15896Edward Wang-1/+27
2014-07-24Test fixes from the rollupAlex Crichton-3/+3
2014-07-24Document update and update_with_key in SmallIntMap.Jonas Hietala-4/+44
2014-07-24Document SmallIntMap with examples.Jonas Hietala-2/+119
2014-07-24Format documentation for SmallIntMap.Jonas Hietala-17/+15
2014-07-24Main examples for TrieSet and TrieMap.Jonas Hietala-2/+67
2014-07-24Document TrieSet and TrieMap methods.Jonas Hietala-16/+191
2014-07-24rustdoc: Add a --crate-name optionAlex Crichton-1/+7
2014-07-24librustc: Check structure constructors against their types.Patrick Walton-1/+136
2014-07-24librustc: Make bare functions implement the `FnMut` trait.Patrick Walton-1/+85
2014-07-24rustdoc: make table of contents optionalAaron Turon-5/+13
2014-07-24Add examples for Checked[Add|Sub|Mul|Div]nham-0/+32
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-83/+104
2014-07-24Updated LLVM for iOSValerii Hiora-6/+7