about summary refs log tree commit diff
path: root/compiler/rustc_interface
AgeCommit message (Expand)AuthorLines
2022-07-08Implement support for DWARF version 5.Patrick Walton-0/+1
2022-07-08Rollup merge of #98533 - jyn514:drop-tracking-debugging, r=eholkDylan DPC-0/+1
2022-07-08Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obkMatthias Krüger-1/+0
2022-07-06Make AST lowering a query.Camille GILLOT-52/+11
2022-07-06sess: stabilize `--terminal-width`David Wood-1/+0
2022-07-03Auto merge of #98570 - SparrowLii:deadlock, r=cjgillotbors-14/+6
2022-07-02Auto merge of #97235 - nbdd0121:unwind, r=Amanieubors-0/+1
2022-07-02remove non_durable_rename in rustc_interface::utilYoshiki Matsuda-18/+0
2022-07-02move encode_and_write_metadata to rustc_metadata::fsYoshiki Matsuda-71/+4
2022-07-02move emit_metadata to rustc_metadata::fsYoshiki Matsuda-1/+1
2022-06-29get rid of `tcx` in deadlock handler when parallel compilationSparrowLii-14/+6
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-26Add a `-Zdump-drop-tracking-cfg` debugging flagJoshua Nelson-0/+1
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-6/+6
2022-06-17Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoeristerbors-10/+38
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-6/+6
2022-06-15Consume resolutions for lowering separately.Camille GILLOT-8/+24
2022-06-15Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPCYuki Okushi-1/+3
2022-06-14Make ResolverAstLowering a struct.Camille GILLOT-6/+13
2022-06-14Separate Definitions and CrateStore from ResolverOutputs.Camille GILLOT-3/+8
2022-06-14Add -Zvirtual-function-elimination flagflip1995-0/+1
2022-06-13remove currently unused depsklensy-1/+3
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-1/+1
2022-06-11Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillotDylan DPC-0/+1
2022-06-08Fix FFI-unwind unsoundness with mixed panic modeGary Guo-0/+1
2022-06-06fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no`Pietro Albini-0/+1
2022-06-03Fully stabilize NLLJack Huey-2/+0
2022-06-03Remove support for -Zast-json and -Zast-json-noexpandbjorn3-11/+0
2022-05-27Update to rebased rustc-rayon 0.4Josh Stone-2/+2
2022-05-24Remove the check_mod_intrinsics queryOli Scherer-1/+0
2022-05-23typoTshepang Lekhonkhobe-1/+1
2022-05-22rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`Vadim Petrochenkov-7/+1
2022-05-10only_local: always check for misuselcnr-4/+1
2022-05-08Move lint expectation checking into a separate query (RFC 2383)xFrednet-0/+4
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-04-25Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisaMatthias Krüger-0/+1
2022-04-23Add support for `nounused` --extern flagJeremy Fitzhardinge-0/+1
2022-04-17Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillotbors-19/+9
2022-04-16Add support for MIR opt unit testsJakob Degen-0/+1
2022-04-16Rollup merge of #93969 - bjorn3:codegen_backend_dep_info, r=pnkfelixDylan DPC-4/+8
2022-04-12sess: try sysroot candidates for fluent bundleDavid Wood-0/+15
2022-04-09update Finder to store LocalDefIdMiguel Guarniz-3/+3
2022-04-09expand: Remove `ParseSess::missing_fragment_specifiers`Vadim Petrochenkov-16/+0
2022-04-08remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m...Miguel Guarniz-19/+2
2022-04-08remove some uses of visit_all_item_likes in incremental, metadata and interfa...Miguel Guarniz-1/+8
2022-04-05span: move `MultiSpan`David Wood-2/+2
2022-04-02Address review comments and add a testJakub Beránek-1/+1
2022-04-02Include a header in .rlink files to provide nicer error messages when a wrong...Jakub Beránek-3/+3
2022-03-31Stop emitting lints during lowering.Camille GILLOT-17/+15
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1