| Age | Commit message (Expand) | Author | Lines |
| 2018-06-04 | Update rustdoc-js | Guillaume Gomez | -1/+3 |
| 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/+11 |
| 2018-06-04 | Remove useless function call for keyword generation in rustdoc | Guillaume Gomez | -2/+1 |
| 2018-06-04 | Few improvements | Guillaume Gomez | -5/+4 |
| 2018-06-04 | Add doc keyword support | Guillaume Gomez | -56/+166 |
| 2018-06-04 | slightly improve rustdoc xml path error | Guillaume Gomez | -9/+13 |
| 2018-06-04 | Auto merge of #51334 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -51/+363 |
| 2018-06-03 | Rollup merge of #51329 - kennytm:trans-left-over, r=oli-obk | Mark Simulacrum | -2/+0 |
| 2018-06-03 | Rollup merge of #51326 - sdroege:slice-iter-cleanup, r=dtolnay | Mark Simulacrum | -16/+22 |
| 2018-06-03 | Rollup merge of #51323 - nikic:switch-int-lowering, r=nagisa | Mark Simulacrum | -5/+14 |
| 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 #51111 - kennytm:intralink-resolution-failure-line-numbers, r=G... | bors | -13/+108 |
| 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-04 | Remove the unused `-Z trans-time-graph` flag. | kennytm | -2/+0 |
| 2018-06-03 | impl is_tool on Mode enum | Collins Abitekaniza | -7/+18 |
| 2018-06-03 | Implement TrustedLen for Windows and the 4 Chunks iterators | Sebastian Dröge | -0/+15 |
| 2018-06-03 | Remove mention of Slice/SliceMut traits from IterMut documentation | Sebastian Dröge | -3/+1 |
| 2018-06-03 | Move TrustedLen and FusedIterator impl of Iter/IterMut into macro | Sebastian Dröge | -13/+6 |
| 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 | Show which line the link is coming from. | kennytm | -10/+76 |
| 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-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 |