about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-15Update libc to bring in updates for android's aarch64.Nerijus Arlauskas-0/+0
2016-05-15Auto merge of #33607 - jonas-schievink:prettier-mir, r=eddybbors-26/+84
2016-05-14Auto merge of #33593 - dotdash:smart_derive, r=brsonbors-7/+44
2016-05-14Auto merge of #33600 - ollie27:rustdoc_impl_params, r=alexcrichtonbors-8/+30
2016-05-14Add all possible features (NEON, FP) to aarch64 android target.Nerijus Arlauskas-0/+3
2016-05-14Add missing "max_atomic_width" to new armv7 android target.Nerijus Arlauskas-0/+1
2016-05-14Remove "gnu" from "target_env" because it does not matter for android.Nerijus Arlauskas-3/+3
2016-05-14Auto merge of #33579 - Amanieu:atomic_bool2, r=alexcrichtonbors-58/+36
2016-05-14test: clear deprecation warnings in tcp-stressLuca Bruno-7/+8
2016-05-14test: assert that all tcp-stress threads get spawnedLuca Bruno-2/+7
2016-05-14Auto merge of #33568 - nrc:save-json-2, r=pnkfelixbors-83/+536
2016-05-14Auto merge of #33563 - Amanieu:oncestate, r=alexcrichtonbors-1/+1
2016-05-14doc: 'tis the lang, not the reptileTshepang Lekhonkhobe-1/+1
2016-05-14Add checks for `self: _` and `self: &_`Vadim Petrochenkov-0/+28
2016-05-14doc: improve outputTshepang Lekhonkhobe-1/+1
2016-05-14Remove ExplicitSelf from HIRVadim Petrochenkov-431/+196
2016-05-14syntax: Refactor parsing of method declarationsVadim Petrochenkov-205/+206
2016-05-14Rollup merge of #33576 - soltanmm:vtable, r=nikomatsakisManish Goregaokar-105/+235
2016-05-14Rollup merge of #33574 - michaelwoerister:collector-cleanup, r=nikomatsakisManish Goregaokar-525/+634
2016-05-14Rollup merge of #33572 - nagisa:assoc-const-types, r=eddybManish Goregaokar-24/+26
2016-05-14Rollup merge of #33566 - dotdash:biased_switch, r=nagisaManish Goregaokar-10/+26
2016-05-14Rollup merge of #33560 - eddyb:symtidy, r=alexcrichtonManish Goregaokar-1/+1
2016-05-14Rollup merge of #33555 - soltanmm:ambiguous-nixon, r=nikomatsakisManish Goregaokar-57/+1
2016-05-14Rollup merge of #33554 - sfackler:no-current-exe, r=alexcrichtonManish Goregaokar-43/+22
2016-05-14Rollup merge of #33552 - dotdash:scfg, r=luqmanaManish Goregaokar-59/+124
2016-05-14Rollup merge of #33544 - dotdash:baby_dont_break_me_no_more, r=AatchManish Goregaokar-119/+113
2016-05-14doc: this statement does not have an effectTshepang Lekhonkhobe-2/+0
2016-05-13Auto merge of #33538 - Ms2ger:LocalCrateReader, r=arielb1bors-43/+50
2016-05-13rewrite fuzzy `on_unimplemented` matching to avoid ICEsAriel Ben-Yehuda-245/+33
2016-05-13address review commentsAriel Ben-Yehuda-62/+90
2016-05-13add cycle-reporting logicAriel Ben-Yehuda-89/+151
2016-05-13rewrite obligation forest. cycles still handled incorrectly.Ariel Ben-Yehuda-748/+617
2016-05-13Auto merge of #33532 - jseyfried:mutable_lowering_context, r=nrcbors-1702/+1647
2016-05-13Auto merge of #33508 - alexcrichton:always-lower-frem, r=nikomatsakisbors-77/+2
2016-05-13check check-ui and check-incremental in checkNiko Matsakis-0/+2
2016-05-13modify rust-build to support incremental, ui testsNiko Matsakis-0/+12
2016-05-13dump outputs, diff on UI test failureNiko Matsakis-14/+98
2016-05-13add UI testing frameworkNiko Matsakis-1/+223
2016-05-13Indent comments lessJonas Schievink-1/+1
2016-05-13Much smaller scope tree printingJonas Schievink-9/+34
2016-05-13Address nitJonathan Turner-1/+1
2016-05-13mir: always allow &mut [...] in static mut regardless of the array length.Eduard Burtescu-3/+4
2016-05-13save-analysis: make DefIds prettierNick Cameron-25/+42
2016-05-13Auto merge of #33355 - luqmana:33202-repr-ice, r=nrcbors-3/+19
2016-05-13Updated based on CR feedback.Val Vanderschaegen-3/+3
2016-05-13Make AtomicBool the same size as boolAmanieu d'Antras-58/+36
2016-05-13Allow repr attribute on single variant enum.Luqman Aden-3/+19
2016-05-13Update span_label call to new apiJonathan Turner-2/+2
2016-05-13Auto merge of #33531 - antonblanchard:local_stage0_fix, r=alexcrichtonbors-0/+8
2016-05-13Auto merge of #33513 - sanxiyn:tab-in-error, r=nikomatsakisbors-2/+32