about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-21Test nested `proc` can access outer owned dataFlavio Percoco-0/+20
2014-02-21auto merge of #12326 : bjz/rust/integer, r=alexcrichtonbors-421/+439
2014-02-21auto merge of #12420 : pnkfelix/rust/fsk-improve-doc-for-ptr-offset, r=alexcr...bors-1/+2
2014-02-21auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichtonbors-35/+59
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-421/+439
2014-02-21auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichtonbors-3/+4
2014-02-21auto merge of #12410 : DaGenix/rust/fix-incorrect-comment, r=alexcrichtonbors-11/+2
2014-02-21auto merge of #12290 : mrshu/rust/lint-warn-by-default, r=alexcrichtonbors-68/+122
2014-02-20auto merge of #12407 : alexcrichton/rust/up-llvm, r=sfacklerbors-0/+0
2014-02-21Changed NonCamelCaseTypes lint to warn by defaultmr.Shu-68/+122
2014-02-20auto merge of #12164 : alexcrichton/rust/rlibs-and-dylibs, r=cmrbors-94/+240
2014-02-20Re-work loading crates with nicer errorsAlex Crichton-94/+240
2014-02-20auto merge of #12401 : alexcrichton/rust/if-ok-2-try, r=brsonbors-1228/+1224
2014-02-20auto merge of #12161 : aepsil0n/rust/docs/for-loop, r=alexcrichtonbors-0/+26
2014-02-20Mass rename if_ok! to try!Alex Crichton-1228/+1224
2014-02-20auto merge of #12405 : kud1ing/rust/backticks, r=huonwbors-7/+7
2014-02-20auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakisbors-161/+122
2014-02-20ptr::RawPtr, spell out units used for the `offset` argument.Felix S. Klock II-1/+2
2014-02-20auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichtonbors-10/+96
2014-02-20auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmrbors-86/+245
2014-02-20rustc: avoid compiler generated `unsafe` blocks leaking.Huon Wilson-35/+59
2014-02-20auto merge of #12397 : alexcrichton/rust/send-off-the-runtime, r=brsonbors-10/+49
2014-02-20auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichtonbors-134/+171
2014-02-20auto merge of #12396 : alexcrichton/rust/windows-env-var, r=huonwbors-1/+13
2014-02-20move extra::test to libtestLiigo Zhuang-134/+171
2014-02-19auto merge of #12392 : aepsil0n/rust/fix/pub_randbigint, r=huonwbors-1/+1
2014-02-20move enum_set to libcollections. #8784HeroesGrave-3/+4
2014-02-19auto merge of #12244 : pcwalton/rust/deuniquevectorpatterns, r=pcwaltonbors-198/+229
2014-02-19auto merge of #12394 : huonw/rust/transmute--, r=pnkfelixbors-12/+4
2014-02-19Update comments in the preludePalmer Cox-11/+2
2014-02-19Fix sending/try_recv on channels off the runtimeAlex Crichton-10/+49
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-198/+229
2014-02-19auto merge of #12387 : cmr/rust/ast-json, r=alexcrichtonbors-7/+30
2014-02-19auto merge of #12389 : zr40/rust/fix-test-metric-typo, r=alexcrichtonbors-1/+1
2014-02-19Upgrade LLVM for segmented stacks on thumbAlex Crichton-0/+0
2014-02-20Resolve the vtables for method calls to generic Drop impls with trait bounds.Eduard Burtescu-24/+43
2014-02-19adjust to currently used stylekud1ing-7/+7
2014-02-19Replaced method_map_entry with method_origin and cleaned up vtable checking a...Eduard Burtescu-133/+79
2014-02-19Don't recurse twice into ExprParen in vtable checking.Eduard Burtescu-4/+0
2014-02-19auto merge of #12231 : wycats/rust/url_path_parse, r=alexcrichtonbors-0/+115
2014-02-19auto merge of #11904 : nick29581/rust/0filemap, r=alexcrichtonbors-8/+78
2014-02-19rustc: support dumping the AST as JSONCorey Richardson-7/+30
2014-02-19auto merge of #12379 : alexcrichton/rust/fix-ar-thing, r=brsonbors-0/+23
2014-02-19auto merge of #12375 : FlaPer87/rust/issue-7660, r=cmrbors-0/+24
2014-02-19Tweak how preference factors into linkageAlex Crichton-86/+245
2014-02-19debuginfo: Re-enable test case that should have worked all along.Michael Woerister-1/+0
2014-02-19debuginfo: Fix a RUSTFLAGS incompatibility in test runner.Michael Woerister-8/+19
2014-02-19debuginfo: Move test case from run-pass to debug-info directory so it does no...Michael Woerister-0/+0
2014-02-19debuginfo: Add support for simd typesMichael Woerister-1/+77
2014-02-19Fix getting/setting huge env vars on windowsAlex Crichton-1/+13