summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-12-25Fix up remaining usage of `to_ascii`.Simon Sapin-14/+3
2014-12-25auto merge of #20167 : michaelwoerister/rust/for-loop-var, r=alexcrichtonbors-72/+345
2014-12-25Fix typo in std::thread commentsAdolfo OchagavĂ­a-1/+1
2014-12-25Move mem-categorization more things to use TYPER for the method originNiko Matsakis-19/+41
2014-12-25Remove `McResult` from the mem-categorization interface.Niko Matsakis-202/+135
2014-12-25Extend Typer interface to include `expr_ty_adjusted` so that we canNiko Matsakis-4/+16
2014-12-25Remove the regionck impl of Typer and just use fcx. This requiresNiko Matsakis-55/+19
2014-12-25Use the typer in ExprUseVisitor and do not hard code to tcxNiko Matsakis-1/+1
2014-12-25std::ascii: Use u8 methods rather than the maps directly.Simon Sapin-16/+14
2014-12-25Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString.Simon Sapin-543/+89
2014-12-24trans: Remove is_lang_item from base::invokeJonathan Reem-14/+4
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-59/+53
2014-12-25auto merge of #20024 : mneumann/rust/dragonfly-fixes3, r=alexcrichtonbors-23/+43
2014-12-24Fix backtrace demanglingSteven Fackler-4/+4
2014-12-24Rename remaining hashmap and hashtable iterators to match namingChase Southwood-11/+11
2014-12-25hashmap: Fix the example using derived Hash + Eqbluss-10/+18
2014-12-25auto merge of #19934 : tomjakubowski/rust/rustdoc-unboxed-closures-redux, r=a...bors-94/+220
2014-12-24doc: surround with symbols, like it shouldTshepang Lekhonkhobe-1/+1
2014-12-24auto merge of #20117 : lfairy/rust/rename-include-bin, r=alexcrichtonbors-21/+34
2014-12-24Guide changes: Generics and Traits sectionsA.J. Gardner-122/+110
2014-12-24doc: remove repeated infoTshepang Lekhonkhobe-4/+0
2014-12-24auto merge of #19813 : barosl/rust/autoderef-type-inference-ice, r=pnkfelixbors-5/+26
2014-12-24Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401Simon Sapin-41/+41
2014-12-24rustdoc: Use Fn trait sugar for external pathsTom Jakubowski-12/+46
2014-12-24rustdoc: Use unboxed closure sugarTom Jakubowski-58/+98
2014-12-24rustdoc: render higher-rank trait boundsTom Jakubowski-26/+78
2014-12-24rustdoc: render `for<>` on old closure lifetimesTom Jakubowski-2/+2
2014-12-24auto merge of #20060 : Aatch/rust/enum-repr, r=alexcrichtonbors-6/+79
2014-12-24clean up `BinaryHeap` codeAndrew Paseltiner-107/+94
2014-12-24Better temporary directory nameJohannes Hoff-1/+1
2014-12-24Merge branch 'master' into cfg_tmp_dirJohannes Hoff-61114/+70628
2014-12-24Fix a typoSimonas Kazlauskas-1/+1
2014-12-24Address code review nitsJared Roesch-3/+3
2014-12-24core: Removed a shadowed, unused definition of `debug_assert!`.Kang Seonghoon-11/+1
2014-12-24auto merge of #19858 : nick29581/rust/ranges, r=aturonbors-15/+452
2014-12-23Deprecate `DList::ListInsertion`Chase Southwood-4/+41
2014-12-23rustdoc: unmarked code fences are doctests tooJorge Aparicio-13/+14
2014-12-23Update json.rsBrian J Brennan-1/+1
2014-12-23auto merge of #19758 : tbu-/rust/pr_fp_name, r=alexcrichtonbors-56/+59
2014-12-23Support all variants of WherePredicateJared Roesch-9/+36
2014-12-24Review changesNick Cameron-89/+139
2014-12-24TestsNick Cameron-0/+93
2014-12-24Type checking and trans for rangesNick Cameron-29/+102
2014-12-24Add syntax for rangesNick Cameron-8/+83
2014-12-24Add lang items for ranges.Nick Cameron-0/+6
2014-12-24Add structs for ranges to core::ops.Nick Cameron-1/+141
2014-12-23rustc: Add knowledge of separate lookup pathsAlex Crichton-60/+251
2014-12-23auto merge of #20083 : eddyb/rust/fix-expectation, r=nikomatsakisbors-42/+113
2014-12-23Rename and namespace `FPCategory`Tobias Bucher-56/+59
2014-12-23rustc_typeck: don't expect rvalues to have unsized types.Eduard Burtescu-42/+113