| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | document that `panic_impl` never passes the FFI boundary | Jorge Aparicio | -1/+2 |
| 2018-06-03 | remove unused `struct NoPayload` | Jorge Aparicio | -2/+0 |
| 2018-06-03 | format payload if possible instead of returning "Box<Any>" | Jorge Aparicio | -4/+11 |
| 2018-06-03 | s/panic_fmt/panic_impl/g in docs | Jorge Aparicio | -21/+22 |
| 2018-06-03 | implement #[panic_implementation] | Jorge Aparicio | -18/+379 |
| 2018-06-03 | Show which line the link is coming from. | kennytm | -10/+76 |
| 2018-06-03 | Also prevent overflow in debug builds | Oliver Schneider | -1/+1 |
| 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 | -9/+38 |
| 2018-06-03 | command line args trump config.toml settings | Oliver Schneider | -1/+4 |
| 2018-06-03 | Auto merge of #51319 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -57/+99 |
| 2018-06-02 | Stabilize Iterator::step_by | Thayne McCombs | -18/+4 |
| 2018-06-03 | refactor mode to ToolRustc for Rls & Rustfmt | Collins Abitekaniza | -2/+2 |
| 2018-06-03 | thread tool modes through | Collins Abitekaniza | -16/+36 |
| 2018-06-03 | refactor, make requested changes | Collins Abitekaniza | -16/+15 |
| 2018-06-03 | refactor Mode enum | Collins Abitekaniza | -92/+99 |
| 2018-06-02 | Rollup merge of #51313 - euclio:variant-name-suggestion-fix, r=oli-obk | Mark Simulacrum | -8/+8 |
| 2018-06-02 | Rollup merge of #51312 - frewsxcv:clarify-hash-map-entry-get-mut, r=dtolnay | Mark Simulacrum | -4/+30 |
| 2018-06-02 | Rollup merge of #51306 - kennytm:impl-default-for-mut-str, r=SimonSapin | Mark Simulacrum | -0/+7 |
| 2018-06-02 | Rollup merge of #51297 - GuillaumeGomez:fix-run-but-style, r=QuietMisdreavus | Mark Simulacrum | -3/+6 |
| 2018-06-02 | Rollup merge of #51226 - gnzlbg:nonzero_align, r=SimonSapin | Mark Simulacrum | -37/+43 |
| 2018-06-02 | Rollup merge of #51143 - Mark-Simulacrum:issue-50826, r=cramertj | Mark Simulacrum | -5/+5 |
| 2018-06-03 | Pass literal through black_box | Linus Färnstrand | -4/+8 |
| 2018-06-02 | Copy changes from HashMap over to BTreeMap. | Corey Farwell | -2/+15 |
| 2018-06-03 | Auto merge of #50953 - GuillaumeGomez:attributes-in-other-places, r=QuietMisd... | bors | -13/+53 |
| 2018-06-03 | Allow enabling incremental via config.toml | Oliver Schneider | -0/+2 |
| 2018-06-02 | Add a couple lines describing differences between into_mut/get_mut. | Corey Farwell | -0/+9 |
| 2018-06-02 | Stabilize iterator_repeat_with | Thayne McCombs | -34/+8 |
| 2018-06-02 | Correctly access ScalarPair fields during const eval | Oliver Schneider | -79/+80 |
| 2018-06-02 | Add attributes for trait and methods as well | Guillaume Gomez | -13/+53 |
| 2018-06-02 | use type name in E0599 enum variant suggestion | Andy Russell | -8/+8 |
| 2018-06-02 | Generate br for all two target SwitchInts | Nikita Popov | -5/+14 |
| 2018-06-02 | Fixed typo | Phlosioneer | -1/+1 |
| 2018-06-02 | Clarify the difference between get_mut and into_mut for OccupiedEntry | Phlosioneer | -2/+6 |
| 2018-06-02 | Rollup merge of #51302 - Mark-Simulacrum:rustdoc-fast, r=QuietMisdreavus | Mark Simulacrum | -2/+2 |
| 2018-06-02 | Rollup merge of #51291 - evincarofautumn:master, r=oli-obk | Mark Simulacrum | -5/+5 |
| 2018-06-02 | Rollup merge of #51147 - tmccombs:sliceindex, r=SimonSapin | Mark Simulacrum | -4/+31 |
| 2018-06-02 | Rollup merge of #51124 - frewsxcv:frewsxcv-replace, r=QuietMisdreavus | Mark Simulacrum | -4/+6 |
| 2018-06-02 | Rollup merge of #50919 - frewsxcv:frewsxcv-epsilon, r=steveklabnik | Mark Simulacrum | -2/+10 |
| 2018-06-02 | Rollup merge of #50167 - fintelia:duration-nanos, r=sfackler | Mark Simulacrum | -0/+51 |
| 2018-06-03 | impl Default for &mut str | kennytm | -0/+7 |
| 2018-06-02 | Rustdoc itself no longer requires proc macros to build | Mark Simulacrum | -2/+2 |
| 2018-06-02 | Auto merge of #51063 - mixi:musl-bootstrap, r=alexcrichton | bors | -23/+165 |
| 2018-06-02 | add missing inline's and optimizations | gnzlbg | -4/+11 |
| 2018-06-02 | remove debug_assert in padding_needed_for | gnzlbg | -3/+0 |
| 2018-06-02 | Specify that packed types must derive, not implement, Copy | Mark Simulacrum | -5/+5 |
| 2018-06-02 | Auto merge of #51274 - nikomatsakis:issue-46557-promote-ref-mut, r=eddyb | bors | -5/+211 |
| 2018-06-02 | Add test for const endianess conversion | Linus Färnstrand | -0/+23 |
| 2018-06-02 | fixed feature gate to right place | dylan_DPC | -2/+2 |
| 2018-06-02 | Change the log level of the message reporting the selected Polonius algorithm... | Vytautas Astrauskas | -1/+1 |