| Age | Commit message (Expand) | Author | Lines |
| 2019-08-02 | librustc_incremental: Unconfigure tests during normal build | Vadim Petrochenkov | -65/+68 |
| 2019-08-02 | libsyntax_pos: Unconfigure tests during normal build | Vadim Petrochenkov | -211/+210 |
| 2019-08-02 | librustc_target: Unconfigure tests during normal build | Vadim Petrochenkov | -28/+31 |
| 2019-08-02 | librustc_lexer: Unconfigure tests during normal build | Vadim Petrochenkov | -281/+279 |
| 2019-08-02 | libpanic_unwind: Unconfigure tests during normal build | Vadim Petrochenkov | -19/+22 |
| 2019-08-02 | libserialize: Unconfigure tests during normal build | Vadim Petrochenkov | -45/+46 |
| 2019-08-02 | libterm: Unconfigure tests during normal build | Vadim Petrochenkov | -173/+173 |
| 2019-08-02 | libtest: Unconfigure tests during normal build | Vadim Petrochenkov | -96/+89 |
| 2019-08-02 | compiletest: Unconfigure tests during normal build | Vadim Petrochenkov | -174/+183 |
| 2019-08-02 | tidy: Unconfigure tests during normal build | Vadim Petrochenkov | -51/+53 |
| 2019-08-01 | Make is_mutable use PlaceRef instead of it's fields | Santiago Pastorino | -62/+71 |
| 2019-08-01 | Add check-pass test for #63102. | Robert Bartlensky | -0/+8 |
| 2019-08-01 | Fix ICE in #63135 | Michael Lamparski | -1/+56 |
| 2019-08-01 | Allow trailing comma in macro 2.0 declarations. | Robert Bartlensky | -1/+4 |
| 2019-08-02 | Futures: Add link to Waker in trait doc. | Bruce Mitchener | -1/+3 |
| 2019-08-02 | Remove extraneous {} in use stmts in doc comments. | Bruce Mitchener | -2/+2 |
| 2019-08-02 | Fix typos in doc comments. | Bruce Mitchener | -7/+7 |
| 2019-08-01 | replace what I think is an erroneous try_run_quiet by try_run | Ralf Jung | -1/+1 |
| 2019-08-01 | build_helper: rename (try_)run_silent -> (try_)run | Ralf Jung | -7/+7 |
| 2019-08-01 | build_helper: rename run -> run_verbose (seems unused) | Ralf Jung | -1/+2 |
| 2019-08-01 | More questionmarks in doctests | Andre Bogus | -16/+27 |
| 2019-08-01 | Update Cargo.lock | gnzlbg | -66/+133 |
| 2019-08-01 | Temporarily disable the redox builder | gnzlbg | -1/+3 |
| 2019-08-01 | Remove spin dependency | gnzlbg | -1/+0 |
| 2019-08-01 | Update Cargo.lock | gnzlbg | -0/+4 |
| 2019-08-01 | Remove mach dependency | gnzlbg | -13/+23 |
| 2019-08-01 | Fix test of issue 3656 | gnzlbg | -3/+3 |
| 2019-08-01 | Use Rust integer types instead of libc's fixed-width types | gnzlbg | -2/+2 |
| 2019-08-01 | Update libc and use the Mach kernel APIs via the mach crate instead. | gnzlbg | -4/+12 |
| 2019-08-01 | Auto merge of #63194 - pietroalbini:rollup-xgnvb1b, r=pietroalbini | bors | -26/+178 |
| 2019-08-01 | Rollup merge of #63191 - pietroalbini:really-fix-toolstate, r=alexcrichton | Pietro Albini | -0/+1 |
| 2019-08-01 | Rollup merge of #63188 - waywardmonkeys:release-note-typo-fixes, r=Centril | Pietro Albini | -4/+4 |
| 2019-08-01 | Rollup merge of #63179 - BaoshanPang:testcases, r=alexcrichton | Pietro Albini | -1/+6 |
| 2019-08-01 | Rollup merge of #63170 - matklad:cleanup-fields, r=petrochenkov | Pietro Albini | -12/+11 |
| 2019-08-01 | Rollup merge of #63158 - JohnTitor:add-test-for-58951, r=Centril | Pietro Albini | -0/+10 |
| 2019-08-01 | Rollup merge of #63122 - Centril:fix-63115, r=petrochenkov | Pietro Albini | -7/+142 |
| 2019-08-01 | Rollup merge of #62971 - GuillaumeGomez:keyword-sidebar, r=nobody | Pietro Albini | -1/+3 |
| 2019-08-01 | Rollup merge of #62644 - arnottcr:std_io-doc, r=steveklabnik | Pietro Albini | -1/+1 |
| 2019-08-01 | ci: forward the TOOLSTATE_PUBLISH environment variable inside docker | Pietro Albini | -0/+1 |
| 2019-08-01 | FixedSizeArray: Add missing links in doc comments. | Bruce Mitchener | -1/+4 |
| 2019-08-01 | Auto merge of #62507 - petrochenkov:macunstab, r=alexcrichton | bors | -298/+226 |
| 2019-08-01 | Auto merge of #63181 - ehuss:update-cargo-rls, r=alexcrichton | bors | -27/+51 |
| 2019-08-01 | code review fixes | Saleem Jaffer | -6/+7 |
| 2019-08-01 | Fix typos in release notes. | Bruce Mitchener | -4/+4 |
| 2019-08-01 | code review fixes | Saleem Jaffer | -40/+43 |
| 2019-08-01 | Update src/libstd/path.rs to shorten the explanation for .to_str validation step | Jason Shin | -1/+1 |
| 2019-08-01 | Explaining the reason why validation is performed in to_str of path.rs | Jason Shin | -0/+2 |
| 2019-07-31 | issue-2214.rs: lgamma is lgamma on vxWorks | Baoshan Pang | -1/+6 |
| 2019-08-01 | Change to check-pass | Yuki Okushi | -1/+1 |
| 2019-07-31 | Update cargo, rls | Eric Huss | -27/+51 |