about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-11Fix MIR borrowck EndRegion not foundRamana Venkata-14/+44
2017-11-10Auto merge of #45791 - eddyb:quote-unquote, r=jseyfriedbors-156/+158
2017-11-10Auto merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-84/+282
2017-11-10Rollup merge of #45901 - rkruppe:fix-typo, r=kennytmkennytm-2/+2
2017-11-10Rollup merge of #45895 - arielb1:inline-debug, r=eddybkennytm-6/+23
2017-11-10Rollup merge of #45887 - xfix:assert-eq-trailling-comma, r=dtolnaykennytm-16/+6
2017-11-10Rollup merge of #45882 - japaric:gh45802, r=kennytmkennytm-0/+1
2017-11-10Rollup merge of #45878 - jhford:use-get-in-get-example, r=kennytmkennytm-4/+4
2017-11-10Rollup merge of #45869 - GuillaumeGomez:debug-doc, r=frewsxcvkennytm-0/+20
2017-11-10Rollup merge of #45863 - LukasKalbertodt:add-option-filter, r=dtolnaykennytm-0/+39
2017-11-10Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakiskennytm-8/+74
2017-11-10Rollup merge of #45783 - kennytm:compiler-test-fixes, r=alexcrichtonkennytm-27/+385
2017-11-10Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkovbors-29/+69
2017-11-10Fix typo in -Zsaturating-float-casts testRobin Kruppe-2/+2
2017-11-09Auto merge of #45761 - gnzlbg:xsave_feature, r=alexcrichtonbors-1/+3
2017-11-09add a bunch of debug logging to transform::inlineAriel Ben-Yehuda-6/+23
2017-11-09Auto merge of #45757 - mikhail-m1:change-mir-dump-filename, r=nikomatsakisbors-134/+161
2017-11-09Auto merge of #45725 - alexcrichton:std-less-rand, r=dtolnaybors-4550/+403
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-31/+33
2017-11-09Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebankbors-122/+112
2017-11-09Allow a trailing comma in assert_eq/ne macroKonrad Borowski-16/+6
2017-11-09change separator from `.` to `-`Mikhail Modin-24/+28
2017-11-09change MIR dump filenames from `nodeN` to `DefPath`Mikhail Modin-132/+155
2017-11-08std: Move the `cmath` module into the `sys` moduleAlex Crichton-133/+196
2017-11-08std: Change how EBADF is handled in `sys`Alex Crichton-6/+13
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-4380/+161
2017-11-09Auto merge of #45736 - oli-obk:rvalue_promotable_map, r=nikomatsakisbors-15/+19
2017-11-09Auto merge of #45688 - Gankro:layout-tests, r=alexcrichtonbors-0/+173
2017-11-09proc_macro: use the proc_macro API at runtime to construct quasi-quoted Token...Eduard-Mihai Burtescu-130/+118
2017-11-09proc_macro: process proc_macro tokens instead of libsyntax ones in the quasi-...Eduard-Mihai Burtescu-153/+167
2017-11-09fix core for targets with max-atomic-width = 0Jorge Aparicio-0/+1
2017-11-08Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakisbors-247/+330
2017-11-08get() example should use get() not get_mut()John Ford-4/+4
2017-11-08Auto merge of #45452 - estebank:colon-typo, r=nikomatsakisbors-76/+121
2017-11-08Fix help for duplicated names: `extern crate (...) as (...)`Esteban Küber-8/+74
2017-11-08Add reftest that checks the layout of repr(int) on non-c-like enumsAlexis Beingessner-0/+173
2017-11-08Auto merge of #45205 - rkruppe:saturating-casts, r=eddybbors-16/+535
2017-11-08Auto merge of #45866 - JohnColanduoni:issue-45731, r=alexcrichtonbors-0/+46
2017-11-08Disable u128 <-> float tests on emscriptenRobin Kruppe-29/+39
2017-11-08incr.comp.: Provide session to some more decoding contexts.Michael Woerister-8/+23
2017-11-08Add missing example for Debug traitGuillaume Gomez-0/+20
2017-11-08Auto merge of #45575 - michaelwoerister:tweak-inline-trans-items, r=nikomatsakisbors-407/+520
2017-11-08incr.comp.: Remove unused DepKind::WorkProduct.Michael Woerister-27/+3
2017-11-08incr.comp.: Remove outdated comment about TraitSelect dep-node.Michael Woerister-25/+0
2017-11-08incr.comp.: Always verify incr. comp. hashes when running incremental tests.Michael Woerister-0/+1
2017-11-08incr.comp.: Adapt nested_items test to new HIR hashing rules.Michael Woerister-18/+18
2017-11-08incr.comp.: Add some missing reads in HIR map.Michael Woerister-0/+12
2017-11-08incr.comp.: Make DefSpan an input dep-node so it is not affected by the exist...Michael Woerister-8/+19
2017-11-08Disable `mmap` in `libbacktrace` on Apple platformsJohn Colanduoni-0/+46
2017-11-08Update fastcall-inreg codegen test so that functions actually get instantiated.Michael Woerister-7/+7