| Age | Commit message (Expand) | Author | Lines |
| 2020-09-02 | Auto merge of #76216 - marmeladema:use-once-cell-from-std, r=matklad | bors | -66/+56 |
| 2020-09-02 | Auto merge of #76170 - matklad:notrivia, r=petrochenkov | bors | -111/+71 |
| 2020-09-01 | Rollup merge of #76218 - petrochenkov:shebang3, r=matklad | Tyler Mandry | -5/+9 |
| 2020-09-01 | Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkov | Tyler Mandry | -6/+7 |
| 2020-09-01 | Rollup merge of #76143 - jyn514:duplicate-builtin-macros, r=petrochenkov | Tyler Mandry | -5/+64 |
| 2020-09-01 | Rollup merge of #76132 - Aaron1011:mac-call-stmt, r=petrochenkov | Tyler Mandry | -23/+32 |
| 2020-09-01 | Rollup merge of #76074 - richkadel:llvm-coverage-map-gen-6b.5.1, r=wesleywiser | Tyler Mandry | -0/+524 |
| 2020-09-02 | lexer: Tiny improvement to shebang detection | Vadim Petrochenkov | -5/+9 |
| 2020-09-01 | driver: replace `lazy_static` by `SyncLazy` from std | marmeladema | -16/+14 |
| 2020-09-01 | feature: replace `lazy_static` by `SyncLazy` from std | marmeladema | -12/+12 |
| 2020-09-01 | hir: replace `lazy_static` by `SyncLazy` from std | marmeladema | -18/+14 |
| 2020-09-01 | datastructures: replace `lazy_static` by `SyncLazy` from std | marmeladema | -28/+25 |
| 2020-09-01 | interface: use `OnceCell` from standard library | marmeladema | -6/+5 |
| 2020-09-01 | Auto merge of #76010 - Aaron1011:fix/cfg-generic-param, r=petrochenkov | bors | -4/+7 |
| 2020-09-01 | Auto merge of #75529 - bugadani:bounds-check, r=nagisa | bors | -5/+21 |
| 2020-09-01 | Give a better error message for duplicate built-in macros | Joshua Nelson | -5/+64 |
| 2020-09-01 | Simplify TokenTreesReader | Aleksey Kladov | -11/+11 |
| 2020-09-01 | Remove trivia tokens | Aleksey Kladov | -28/+5 |
| 2020-09-01 | Don't emit trivia tokens | Aleksey Kladov | -73/+56 |
| 2020-09-01 | Auto merge of #76071 - khyperia:configurable_to_immediate, r=eddyb | bors | -68/+56 |
| 2020-08-31 | Add new `-Z dump-mir-spanview` option | Rich Kadel | -0/+524 |
| 2020-08-31 | Rollup merge of #76178 - matklad:et, r=Mark-Simulacrum | Tyler Mandry | -1/+1 |
| 2020-08-31 | Rollup merge of #76166 - matklad:privatereader, r=petrochenkov | Tyler Mandry | -3/+3 |
| 2020-08-31 | Rollup merge of #76161 - pickfire:patch-3, r=pickfire | Tyler Mandry | -2/+2 |
| 2020-08-31 | Rollup merge of #76103 - GuillaumeGomez:cleanup-e0769, r=Dylan-DPC | Tyler Mandry | -7/+15 |
| 2020-08-31 | Rollup merge of #76059 - GuillaumeGomez:cleanup-e0764, r=Dylan-DPC,pickfire | Tyler Mandry | -9/+13 |
| 2020-08-31 | Rollup merge of #76003 - richkadel:llvm-coverage-map-gen-6b.4, r=wesleywiser | Tyler Mandry | -0/+16 |
| 2020-08-31 | Rollup merge of #76002 - richkadel:llvm-coverage-map-gen-6b.3, r=tmandry | Tyler Mandry | -34/+45 |
| 2020-08-31 | Adds two source span utility functions used in source-based coverage | Rich Kadel | -0/+16 |
| 2020-08-31 | Fix `-Z instrument-coverage` on MSVC | Rich Kadel | -34/+45 |
| 2020-09-01 | Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkov | bors | -14/+65 |
| 2020-08-31 | Update expect-test to 1.0 | Aleksey Kladov | -1/+1 |
| 2020-08-31 | Clean up E0764 explanation | Guillaume Gomez | -9/+13 |
| 2020-08-31 | Clean up E0769 explanation | Guillaume Gomez | -7/+15 |
| 2020-08-31 | Auto merge of #76030 - davidtwco:fewer-names-llvm-type-of, r=eddyb | bors | -10/+14 |
| 2020-08-31 | Make StringReader private | Aleksey Kladov | -3/+3 |
| 2020-08-31 | Remove notrust in rustc_middle | Ivan Tham | -2/+2 |
| 2020-08-31 | Rollup merge of #76115 - calebcartwright:parser-fn-visibility, r=matklad | Aleksey Kladov | -2/+4 |
| 2020-08-31 | Rollup merge of #76075 - marmeladema:remove-once-cell-crate, r=matklad | Aleksey Kladov | -3/+7 |
| 2020-08-31 | Rollup merge of #76050 - matklad:pos, r=petrochenkov | Aleksey Kladov | -281/+140 |
| 2020-08-31 | Stabilise link-self-contained option | Mateusz Mikuła | -6/+7 |
| 2020-08-31 | cg_llvm: `fewer_names` in `uncached_llvm_type` | David Wood | -10/+14 |
| 2020-08-31 | Additional assumption to elide bounds check | Dániel Buga | -5/+21 |
| 2020-08-31 | Auto merge of #76027 - davidtwco:issue-61139-remove-obsolete-pretty-printer, ... | bors | -304/+27 |
| 2020-08-31 | Auto merge of #75082 - Aaron1011:feature/proc-macro-backtrace, r=petrochenkov | bors | -19/+28 |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -19/+28 |
| 2020-08-30 | Auto merge of #74668 - petrochenkov:noname, r=mark-i-m | bors | -5/+0 |
| 2020-08-30 | Factor out StmtKind::MacCall fields into `MacCallStmt` struct | Aaron Hill | -23/+32 |
| 2020-08-30 | Suggest `if let x = y` when encountering `if x = y` | Esteban Küber | -14/+65 |
| 2020-08-30 | Use string literal directly when available in format | Sasha | -2/+21 |