| Age | Commit message (Expand) | Author | Lines |
| 2018-06-05 | Auto merge of #51140 - GuillaumeGomez:doc-keyword, r=QuietMisdreavus | bors | -0/+48 |
| 2018-06-05 | Fix tests | Fabian Zaiser | -2/+7 |
| 2018-06-05 | Fix tidy | Fabian Zaiser | -1/+1 |
| 2018-06-05 | Propagate uses of constants correctly so that array index checks work | Fabian Zaiser | -10/+21 |
| 2018-06-04 | Changed a few tests, and changed the folder of a few of them. | Crazycolorz5 | -4/+4 |
| 2018-06-04 | Added test case to make sure parsing of += is done correctly. | U-COLORZ-STRIX\Crazycolorz5 | -0/+20 |
| 2018-06-04 | Suggest braces when a struct literal needs them | Esteban Küber | -2/+60 |
| 2018-06-05 | Auto merge of #51242 - ytausky:mut-ref, r=estebank | bors | -2/+47 |
| 2018-06-04 | tests that #39963 is fixed on MIR borrowck | Erin Moon | -0/+29 |
| 2018-06-04 | Auto merge of #51307 - oli-obk:miri_fixes, r=eddyb | bors | -0/+41 |
| 2018-06-04 | test: Ignore some problematic tests on sparc and sparc64 | John Paul Adrian Glaubitz | -8/+29 |
| 2018-06-04 | Fix crate-name option in rustdoc | Guillaume Gomez | -0/+13 |
| 2018-06-04 | Auto merge of #51328 - oli-obk:no_union_promotion, r=eddyb | bors | -48/+49 |
| 2018-06-04 | Add missing ui tests | Guillaume Gomez | -0/+24 |
| 2018-06-04 | Add even more tests | Guillaume Gomez | -0/+3 |
| 2018-06-04 | Put doc keyword behind feature flag | Guillaume Gomez | -0/+2 |
| 2018-06-04 | Add doc keyword support | Guillaume Gomez | -0/+19 |
| 2018-06-04 | Merge branch 'master' into stabilise/termination-test | Dylan DPC | -79/+860 |
| 2018-06-04 | Auto merge of #51334 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -0/+32 |
| 2018-06-03 | Rollup merge of #51299 - faern:const-int-ops, r=oli-obk | Mark Simulacrum | -0/+32 |
| 2018-06-03 | Auto merge of #51111 - kennytm:intralink-resolution-failure-line-numbers, r=G... | bors | -1/+36 |
| 2018-06-03 | turn run-make test into a run-make-fulldeps test | Jorge Aparicio | -0/+0 |
| 2018-06-03 | Deduplicate and fix a test | Oliver Schneider | -48/+11 |
| 2018-06-03 | Do not promote union field accesses | Oliver Schneider | -0/+38 |
| 2018-06-03 | add more tests | Jorge Aparicio | -0/+115 |
| 2018-06-03 | reject `fn panic_impl<T>(_: &PanicInfo) -> !` | Jorge Aparicio | -0/+23 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -9/+159 |
| 2018-06-03 | Show which line the link is coming from. | kennytm | -0/+15 |
| 2018-06-03 | Ignore i128 test on asmjs | Linus Färnstrand | -4/+9 |
| 2018-06-03 | Point to the rustdoc attribute where intralink resolution failed. | kennytm | -1/+21 |
| 2018-06-03 | Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -5/+5 |
| 2018-06-02 | Stabilize Iterator::step_by | Thayne McCombs | -3/+0 |
| 2018-06-02 | Rollup merge of #51313 - euclio:variant-name-suggestion-fix, r=oli-obk | Mark Simulacrum | -2/+2 |
| 2018-06-02 | Rollup merge of #51143 - Mark-Simulacrum:issue-50826, r=cramertj | Mark Simulacrum | -3/+3 |
| 2018-06-03 | Pass literal through black_box | Linus Färnstrand | -4/+8 |
| 2018-06-03 | Auto merge of #50953 - GuillaumeGomez:attributes-in-other-places, r=QuietMisd... | bors | -0/+32 |
| 2018-06-02 | Correctly access ScalarPair fields during const eval | Oliver Schneider | -0/+41 |
| 2018-06-02 | Add attributes for trait and methods as well | Guillaume Gomez | -0/+32 |
| 2018-06-02 | use type name in E0599 enum variant suggestion | Andy Russell | -2/+2 |
| 2018-06-02 | Rollup merge of #51302 - Mark-Simulacrum:rustdoc-fast, r=QuietMisdreavus | Mark Simulacrum | -0/+1 |
| 2018-06-02 | Rustdoc itself no longer requires proc macros to build | Mark Simulacrum | -0/+1 |
| 2018-06-02 | Auto merge of #51063 - mixi:musl-bootstrap, r=alexcrichton | bors | -0/+66 |
| 2018-06-02 | Specify that packed types must derive, not implement, Copy | Mark Simulacrum | -3/+3 |
| 2018-06-02 | Auto merge of #51274 - nikomatsakis:issue-46557-promote-ref-mut, r=eddyb | bors | -0/+161 |
| 2018-06-02 | Add test for const endianess conversion | Linus Färnstrand | -0/+23 |
| 2018-06-02 | Stabilize unit tests with non-`()` return type | dylan_DPC | -26/+0 |
| 2018-06-02 | Auto merge of #51015 - nikomatsakis:issue-50672-remove-extern-crate-idiom, r=... | bors | -64/+230 |
| 2018-06-01 | Rollup merge of #51135 - estebank:sugg-7575, r=oli-obk | Mark Simulacrum | -10/+10 |
| 2018-06-01 | Dedup auto traits in trait objects | Havvy | -0/+94 |
| 2018-06-01 | Suggest not mutably borrowing a mutable reference | Yaron Tausky | -2/+47 |