| Age | Commit message (Expand) | Author | Lines |
| 2018-09-06 | Migrated remaining `src/test/run-pass/` subdirectories to `src/test/ui/run-pa... | Felix S. Klock II | -0/+0 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -58/+156 |
| 2018-09-06 | Auto merge of #53955 - alexcrichton:fix-dist-again, r=japaric | bors | -2/+4 |
| 2018-09-05 | Auto merge of #52994 - varkor:trim_direction, r=alexcrichton | bors | -43/+195 |
| 2018-09-05 | Auto merge of #53962 - michaelwoerister:close-thinlto-file-descriptors, r=ale... | bors | -4/+4 |
| 2018-09-05 | Auto merge of #53951 - tromey:restore-lldb-build, r=alexcrichton | bors | -0/+0 |
| 2018-09-05 | Pick up State.h include path change | Tom Tromey | -0/+0 |
| 2018-09-05 | rustbuild: Tweak LLVM distribution layout | Alex Crichton | -2/+4 |
| 2018-09-05 | Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddyb | bors | -6/+15 |
| 2018-09-05 | ThinLTO: Don't keep files open after mmaping them (because it's not needed). | Michael Woerister | -4/+4 |
| 2018-09-05 | Auto merge of #53867 - cwndrws:json-test-formatter-test-count-as-num, r=nrc | bors | -4/+4 |
| 2018-09-04 | Move #[test_case] to a syntax extension | John Renner | -82/+108 |
| 2018-09-04 | Document #[test_case] and #![test_runner] | John Renner | -4/+37 |
| 2018-09-04 | Fix #[test] shadowing in macro_prelude | John Renner | -6/+70 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -574/+804 |
| 2018-09-05 | Auto merge of #53075 - Mark-Simulacrum:update-cargolock, r=alexcrichton | bors | -49/+99 |
| 2018-09-05 | Auto merge of #53027 - matklad:once_is_completed, r=alexcrichton | bors | -14/+59 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -49/+99 |
| 2018-09-04 | Restore lldb build | Tom Tromey | -0/+0 |
| 2018-09-04 | Update RLS wrt recent Clippy changes | Igor Matuszewski | -0/+0 |
| 2018-09-04 | Update Rustfmt to 0.99.4 | Igor Matuszewski | -46/+52 |
| 2018-09-04 | Update RLS | Igor Matuszewski | -0/+0 |
| 2018-09-04 | Auto merge of #53928 - tbu-:pr_doc_fromrawmut, r=frewsxcv | bors | -4/+7 |
| 2018-09-04 | Auto merge of #53927 - ljedrz:save_analysis_cleanups, r=oli-obk | bors | -23/+16 |
| 2018-09-03 | Auto merge of #53883 - RalfJung:miri-assert, r=oli-obk | bors | -0/+2 |
| 2018-09-03 | Auto merge of #53926 - japaric:arm-features, r=alexcrichton | bors | -0/+4 |
| 2018-09-03 | A few cleanups and minor improvements to save_analysis | ljedrz | -23/+16 |
| 2018-09-03 | Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obk | bors | -58/+1033 |
| 2018-09-03 | Link to more detailed docs in `slice::from_raw_parts_mut` | Tobias Bucher | -4/+7 |
| 2018-09-03 | whitelist some ARM features | Jorge Aparicio | -0/+4 |
| 2018-09-03 | Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton | bors | -297/+647 |
| 2018-09-03 | Add missing brace | Tim Diekmann | -1/+1 |
| 2018-09-03 | Add ident function to the rest of the tests | Cyres | -22/+34 |
| 2018-09-03 | Wrap rhs in ident function | Tim Diekmann | -7/+11 |
| 2018-09-03 | Add const_unstable flag to `overflowing_shr` | Tim Diekmann | -0/+1 |
| 2018-09-03 | Auto merge of #53831 - TheDarkula:pointer-check, r=oli-obk | bors | -52/+361 |
| 2018-09-03 | incr.ThinLTO: Do some cleanup and add some logging. | Michael Woerister | -62/+57 |
| 2018-09-03 | Add memmap crate to tidy whitelist. | Michael Woerister | -0/+1 |
| 2018-09-03 | Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelix | bors | -2104/+150 |
| 2018-09-03 | Auto merge of #53838 - nrc:save-generic, r=eddyb | bors | -11/+18 |
| 2018-09-02 | Auto merge of #53725 - tbu-:pr_getrandom_syscalls, r=alexcrichton | bors | -40/+26 |
| 2018-09-02 | Auto merge of #53899 - Manishearth:clippyup, r=kennytm | bors | -5/+19 |
| 2018-09-02 | Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv | bors | -3/+3 |
| 2018-09-02 | Update clippy | Manish Goregaokar | -5/+19 |
| 2018-09-02 | Replace check() + bump() with eat() | Seiichi Uchida | -20/+10 |
| 2018-09-02 | Auto merge of #53887 - flip1995:tool_lints, r=Manishearth | bors | -1/+57 |
| 2018-09-01 | Auto merge of #53842 - estebank:various, r=petrochenkov | bors | -31/+43 |
| 2018-09-02 | Fix an endless loop when `getrandom` is not available | Tobias Bucher | -0/+1 |
| 2018-09-01 | Auto merge of #53815 - F001:if-let-guard, r=petrochenkov | bors | -35/+115 |
| 2018-09-01 | Auto merge of #53533 - withoutboats:error-source, r=withoutboats | bors | -1/+66 |