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