about summary refs log tree commit diff
path: root/compiler/rustc_interface
AgeCommit message (Expand)AuthorLines
2020-11-02Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011Yuki Okushi-88/+2
2020-11-02Auto merge of #78605 - nox:relax-elf-relocations, r=nagisabors-0/+1
2020-11-01Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelixbors-1/+5
2020-11-01Do not remove tokens before AST json serializationVadim Petrochenkov-88/+2
2020-10-31Implement -Z relax-elf-relocations=yes|noAnthony Ramine-0/+1
2020-10-30Fix testAaron Hill-1/+1
2020-10-30Implement rustc side of report-future-incompatAaron Hill-1/+5
2020-10-29Strip tokens from trait and impl items before printing AST JSONAaron Hill-0/+11
2020-10-28Auto merge of #78414 - nox:function-sections, r=nagisa,bjorn3bors-0/+1
2020-10-28Rollup merge of #78408 - Aaron1011:fix/remove-foreign-tokens, r=oli-obkDylan DPC-0/+7
2020-10-27Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-sebors-0/+5
2020-10-26Implement -Z function-sections=yes|noAnthony Ramine-0/+1
2020-10-26Remove tokens from foreign items in `TokenStripper`Aaron Hill-0/+7
2020-10-26Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrumbors-7/+128
2020-10-26Add support for using cg_clif to bootstrap rustcbjorn3-7/+128
2020-10-22Capture output from threads spawned in testsTyler Mandry-0/+5
2020-10-21Strip tokens before printing AST JSONAaron Hill-2/+70
2020-10-14Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obkDylan DPC-4/+34
2020-10-13Auto merge of #76830 - Artoria2e5:tune, r=nagisabors-0/+1
2020-10-11Auto merge of #77565 - khyperia:codegen-backend-dep, r=ecstatic-morsebors-0/+4
2020-10-10Use fixed type for CodegenResultsbjorn3-1/+15
2020-10-10Move finalize_session_directory call out of cg_llvmbjorn3-0/+8
2020-10-10Move save_work_product_index call out of cg_llvmbjorn3-3/+11
2020-10-08Remove not needed lambda.Kazantcev Andrey-1/+1
2020-10-05Add -Z codegen-backend dylib to depskhyperia-0/+4
2020-10-05Pass tune-cpu to LLVMMingye Wang-0/+1
2020-10-01Add `-Zprecise-enum-drop-elaboration`Dylan MacKenzie-0/+1
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-1/+14
2020-09-17PR feedbackkhyperia-3/+3
2020-09-17Let backends define custom targetskhyperia-6/+10
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-0/+2
2020-09-10Attach `TokenStream` to `ast::Block`Aaron Hill-0/+1
2020-09-03Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkovbors-0/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-0/+1
2020-09-02Auto merge of #76216 - marmeladema:use-once-cell-from-std, r=matkladbors-6/+5
2020-09-01Rollup merge of #76158 - mati865:self-contained-option, r=petrochenkovTyler Mandry-0/+1
2020-09-01interface: use `OnceCell` from standard librarymarmeladema-6/+5
2020-08-31Rollup merge of #76075 - marmeladema:remove-once-cell-crate, r=matkladAleksey Kladov-0/+1
2020-08-31Stabilise link-self-contained optionMateusz MikuĊ‚a-0/+1
2020-08-30Add `-Z proc-macro-backtrace` to allow showing proc-macro panicsAaron Hill-0/+2
2020-08-30datastructures: replace `once_cell` crate with an impl from stdmarmeladema-0/+1
2020-08-30mv compiler to compiler/mark-0/+3156