| Age | Commit message (Expand) | Author | Lines |
| 2020-11-02 | Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011 | Yuki Okushi | -88/+2 |
| 2020-11-02 | Auto merge of #78605 - nox:relax-elf-relocations, r=nagisa | bors | -0/+1 |
| 2020-11-01 | Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelix | bors | -1/+5 |
| 2020-11-01 | Do not remove tokens before AST json serialization | Vadim Petrochenkov | -88/+2 |
| 2020-10-31 | Implement -Z relax-elf-relocations=yes|no | Anthony Ramine | -0/+1 |
| 2020-10-30 | Fix test | Aaron Hill | -1/+1 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -1/+5 |
| 2020-10-29 | Strip tokens from trait and impl items before printing AST JSON | Aaron Hill | -0/+11 |
| 2020-10-28 | Auto merge of #78414 - nox:function-sections, r=nagisa,bjorn3 | bors | -0/+1 |
| 2020-10-28 | Rollup merge of #78408 - Aaron1011:fix/remove-foreign-tokens, r=oli-obk | Dylan DPC | -0/+7 |
| 2020-10-27 | Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-se | bors | -0/+5 |
| 2020-10-26 | Implement -Z function-sections=yes|no | Anthony Ramine | -0/+1 |
| 2020-10-26 | Remove tokens from foreign items in `TokenStripper` | Aaron Hill | -0/+7 |
| 2020-10-26 | Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum | bors | -7/+128 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -7/+128 |
| 2020-10-22 | Capture output from threads spawned in tests | Tyler Mandry | -0/+5 |
| 2020-10-21 | Strip tokens before printing AST JSON | Aaron Hill | -2/+70 |
| 2020-10-14 | Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk | Dylan DPC | -4/+34 |
| 2020-10-13 | Auto merge of #76830 - Artoria2e5:tune, r=nagisa | bors | -0/+1 |
| 2020-10-11 | Auto merge of #77565 - khyperia:codegen-backend-dep, r=ecstatic-morse | bors | -0/+4 |
| 2020-10-10 | Use fixed type for CodegenResults | bjorn3 | -1/+15 |
| 2020-10-10 | Move finalize_session_directory call out of cg_llvm | bjorn3 | -0/+8 |
| 2020-10-10 | Move save_work_product_index call out of cg_llvm | bjorn3 | -3/+11 |
| 2020-10-08 | Remove not needed lambda. | Kazantcev Andrey | -1/+1 |
| 2020-10-05 | Add -Z codegen-backend dylib to deps | khyperia | -0/+4 |
| 2020-10-05 | Pass tune-cpu to LLVM | Mingye Wang | -0/+1 |
| 2020-10-01 | Add `-Zprecise-enum-drop-elaboration` | Dylan MacKenzie | -0/+1 |
| 2020-09-27 | Add option to pass a custom codegen backend from a driver | bjorn3 | -1/+14 |
| 2020-09-17 | PR feedback | khyperia | -3/+3 |
| 2020-09-17 | Let backends define custom targets | khyperia | -6/+10 |
| 2020-09-10 | Attach tokens to `ast::Stmt` | Aaron Hill | -0/+2 |
| 2020-09-10 | Attach `TokenStream` to `ast::Block` | Aaron Hill | -0/+1 |
| 2020-09-03 | Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov | bors | -0/+1 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -0/+1 |
| 2020-09-02 | Auto merge of #76216 - marmeladema:use-once-cell-from-std, r=matklad | bors | -6/+5 |
| 2020-09-01 | Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkov | Tyler Mandry | -0/+1 |
| 2020-09-01 | interface: use `OnceCell` from standard library | marmeladema | -6/+5 |
| 2020-08-31 | Rollup merge of #76075 - marmeladema:remove-once-cell-crate, r=matklad | Aleksey Kladov | -0/+1 |
| 2020-08-31 | Stabilise link-self-contained option | Mateusz MikuĊa | -0/+1 |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -0/+2 |
| 2020-08-30 | datastructures: replace `once_cell` crate with an impl from std | marmeladema | -0/+1 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+3156 |