| Age | Commit message (Expand) | Author | Lines |
| 2020-05-27 | Auto merge of #72601 - JohnTitor:deps, r=Mark-Simulacrum | bors | -139/+72 |
| 2020-05-26 | cargo update -p atty --aggressive | Yuki Okushi | -40/+11 |
| 2020-05-26 | cargo update -p rls-analysis | Yuki Okushi | -14/+5 |
| 2020-05-26 | cargo update -p regex --aggressive | Yuki Okushi | -35/+10 |
| 2020-05-26 | cargo update -p colored | Yuki Okushi | -51/+47 |
| 2020-05-25 | Update cargo | Eric Huss | -7/+17 |
| 2020-05-24 | Rollup merge of #72388 - Aaron1011:fix/deep-tokenstream-equality, r=petrochenkov | Ralf Jung | -0/+1 |
| 2020-05-23 | Auto merge of #72478 - Dylan-DPC:rollup-vval8du, r=Dylan-DPC | bors | -0/+1 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -0/+3 |
| 2020-05-22 | Replace `rustc_data_structures::sync::Once` with `OnceCell` | Dylan MacKenzie | -0/+1 |
| 2020-05-22 | Fix rebase fallout | Aaron Hill | -0/+1 |
| 2020-05-21 | Add flag to open docs: x.py doc --open | David Tolnay | -0/+1 |
| 2020-05-20 | Rollup merge of #72364 - jsgf:remove-unused-deps, r=Mark-Simulacrum | Dylan DPC | -4/+0 |
| 2020-05-20 | Auto merge of #72339 - ehuss:update-cargo, r=ehuss | bors | -6/+6 |
| 2020-05-19 | Remove unused dependencies | Jeremy Fitzhardinge | -4/+0 |
| 2020-05-19 | Update dlmalloc dependency to 0.1.4 | Amanieu d'Antras | -2/+2 |
| 2020-05-18 | Update cargo | Eric Huss | -6/+6 |
| 2020-05-18 | Update compiler_builtins to 0.1.28 | Amanieu d'Antras | -2/+2 |
| 2020-05-18 | Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast | Amanieu d'Antras | -1/+1 |
| 2020-05-18 | Add asm! to AST | Amanieu d'Antras | -0/+2 |
| 2020-05-17 | use new interface to initialize Condvar | Stefan Lankes | -2/+2 |
| 2020-05-16 | Rollup merge of #71919 - Xanewok:bump-syn-1, r=Xanewok | Dylan DPC | -55/+31 |
| 2020-05-16 | Auto merge of #72079 - semarie:openbsd-stacker, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-05-11 | Update Cargo.lock | flip1995 | -1/+0 |
| 2020-05-11 | rustbook: Bump mdbook dependency | Igor Matuszewski | -19/+7 |
| 2020-05-11 | cargo update -p derive-new | Igor Matuszewski | -5/+5 |
| 2020-05-11 | cargo update -p pest_generator | Igor Matuszewski | -5/+5 |
| 2020-05-11 | cargo update -p failure_derive | Igor Matuszewski | -21/+9 |
| 2020-05-11 | cargo update -p serde_derive | Igor Matuszewski | -5/+5 |
| 2020-05-10 | update stacker to 0.1.9 to unbreak build on OpenBSD | Sébastien Marie | -2/+2 |
| 2020-05-10 | Rollup merge of #71882 - alexcrichton:update-cc, r=Mark-Simulacrum | Ralf Jung | -2/+2 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -1/+0 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -1/+0 |
| 2020-05-07 | Fix nit and cargo.lock | Jack Huey | -1/+1 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -0/+98 |
| 2020-05-07 | Auto merge of #55617 - oli-obk:stacker, r=nagisa,oli-obk | bors | -0/+23 |
| 2020-05-06 | Rollup merge of #71591 - hermitcore:thread_create, r=hanna-kruppe | Dylan DPC | -2/+2 |
| 2020-05-06 | Update stacker and psm to 0.1.8 | Mateusz Mikuła | -4/+4 |
| 2020-05-06 | Auto merge of #69464 - Marwes:detach_undo_log, r=nikomatsakis | bors | -2/+11 |
| 2020-05-05 | Unify some syn 1.0 et al. features for tools | Igor Matuszewski | -0/+3 |
| 2020-05-05 | Update RLS | Igor Matuszewski | -1/+0 |
| 2020-05-05 | refactor: Rename Logs to InferCtxtUndoLogs | Markus Westerlind | -1/+11 |
| 2020-05-05 | Move projection_cache into the combined undo log | Markus Westerlind | -11/+1 |
| 2020-05-05 | Move region_constraint to the unified undo log | Markus Westerlind | -3/+13 |
| 2020-05-05 | perf: Reduce snapshot/rollback overhead | Markus Westerlind | -2/+1 |
| 2020-05-04 | Update the `cc` crate | Alex Crichton | -2/+2 |
| 2020-05-03 | Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkov | Dylan DPC | -40/+41 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -0/+1 |
| 2020-05-03 | Implement `confusable_idents` lint. | Charles Lew | -40/+41 |
| 2020-05-02 | Update psm and stacker to 0.1.7 | Simonas Kazlauskas | -4/+4 |