| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | Rollup merge of #51317 - oli-obk:incremental_all_the_way, r=Mark-Simulacrum | Mark Simulacrum | -0/+8 |
| 2018-06-03 | Rollup merge of #51299 - faern:const-int-ops, r=oli-obk | Mark Simulacrum | -14/+313 |
| 2018-06-03 | Rollup merge of #51288 - Mark-Simulacrum:delete-is-import, r=eddyb | Mark Simulacrum | -14/+6 |
| 2018-06-03 | Auto merge of #50338 - japaric:panic-impl, r=alexcrichton | bors | -64/+492 |
| 2018-06-03 | turn run-make test into a run-make-fulldeps test | Jorge Aparicio | -0/+0 |
| 2018-06-03 | Remove is_import field | Mark Simulacrum | -14/+6 |
| 2018-06-03 | Auto merge of #50904 - collin5:b50509, r=Mark-Simulacrum | bors | -111/+148 |
| 2018-06-03 | impl is_tool on Mode enum | Collins Abitekaniza | -7/+18 |
| 2018-06-03 | Auto merge of #51325 - japaric:miri-up, r=TimNN | bors | -5/+5 |
| 2018-06-03 | update the miri submodule to master | Jorge Aparicio | -4/+4 |
| 2018-06-03 | update the miri submodule | Jorge Aparicio | -2/+2 |
| 2018-06-03 | fix tidy error | Jorge Aparicio | -1/+2 |
| 2018-06-03 | add more tests | Jorge Aparicio | -0/+115 |
| 2018-06-03 | reject `fn panic_impl<T>(_: &PanicInfo) -> !` | Jorge Aparicio | -2/+36 |
| 2018-06-03 | remove #[unwind(allowed)] | Jorge Aparicio | -1/+0 |
| 2018-06-03 | fix after rebase | Jorge Aparicio | -1/+1 |
| 2018-06-03 | undo payload in core::panic! changes | Jorge Aparicio | -126/+37 |
| 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 | Ignore i128 test on asmjs | Linus Färnstrand | -4/+9 |
| 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-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/+5 |
| 2018-06-02 | Add a couple lines describing differences between into_mut/get_mut. | Corey Farwell | -0/+9 |
| 2018-06-02 | Auto merge of #51310 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -17/+105 |
| 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 | 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 |