about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-11-11Rollup merge of #45812 - GuillaumeGomez:links-and-search, r=QuietMisdreavusGuillaume Gomez-3/+31
2017-11-11Add missing links and examples for FileExtGuillaume Gomez-2/+40
2017-11-11Auto merge of #45772 - leodasvacas:fix-auto-bounds-in-trait-objects, r=nikoma...bors-32/+17
2017-11-11Auto merge of #45807 - tommyip:format_err, r=estebankbors-44/+105
2017-11-11Auto merge of #45806 - alexcrichton:update-llvm-for-mips, r=michaelwoeristerbors-2/+1
2017-11-11Few improvements on search, history and titleGuillaume Gomez-5/+10
2017-11-10Auto merge of #45707 - Ryman:deprecated-item-name, r=nikomatsakisbors-230/+315
2017-11-10Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakisbors-31/+126
2017-11-10Allow to go back to previous searchGuillaume Gomez-0/+14
2017-11-10Auto merge of #45804 - gnzlbg:div_intr, r=alexcrichtonbors-7/+23
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-09Retain information on whether a format argument has explicit positionTommy Ip-32/+57
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