summaryrefslogtreecommitdiff
path: root/compiler/rustc_interface
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #108062 - Zoxc:spec-incr, r=cjgillotbors2023-05-161-0/+3
|\
| * Specialize query execution for incremental and non-incrementalJohn Kåre Alsaker2023-05-141-0/+3
* | Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker2023-05-153-6/+5
|/
* Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillotbors2023-05-142-3/+6
|\
| * Use dynamic dispatch for queriesJohn Kåre Alsaker2023-04-302-3/+6
* | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillotbors2023-05-131-0/+5
|\ \
| * | correct literals for dyn thread safeSparrowLii2023-05-061-1/+1
| * | rename relative names in `sync`SparrowLii2023-05-061-1/+1
| * | introduce `DynSend` and `DynSync` auto traitSparrowLii2023-05-061-0/+5
* | | Rollup merge of #111292 - Urgau:check-cfg-issue-111291, r=petrochenkovMatthias Krüger2023-05-111-1/+10
|\ \ \
| * | | Fix --check-cfg bug with args order when parsingUrgau2023-05-061-1/+10
| |/ /
* | | Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkovbors2023-05-061-0/+1
|\ \ \
| * | | add "force" option to --externMatt Hammerly2023-05-051-0/+1
| |/ /
* | | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi2023-05-061-1/+1
|\ \ \ | |/ / |/| |
| * | Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello2023-04-181-1/+1
* | | Rollup merge of #111068 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC2023-05-051-28/+48
|\ \ \
| * | | Improve internal representation of check-cfgUrgau2023-05-051-11/+14
| * | | Use explicit instead of implicit control-flow for check-cfg parsingUrgau2023-05-051-23/+40
| | |/ | |/|
* | | Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar2023-05-031-0/+4
|\ \ \
| * | | Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle2023-05-031-0/+4
* | | | Change rlink serialization from `MemEncoder` to `FileEncoder`.Nicholas Nethercote2023-05-011-2/+1
| |/ / |/| |
* | | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillotbors2023-04-295-15/+8
|\ \ \
| * | | Remove QueryEngine traitJohn Kåre Alsaker2023-04-265-15/+8
* | | | Auto merge of #107782 - Zoxc:worker-local, r=cjgillotbors2023-04-271-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Remove WorkerLocal from AttrIdGeneratorJohn Kåre Alsaker2023-04-161-19/+0
| * | | Move the WorkerLocal type from the rustc-rayon fork into rustc_data_structuresJohn Kåre Alsaker2023-04-162-0/+25
| | |/ | |/|
* | | Revert "Rename -Zoom=panic to -Zoom=unwind"Matthias Krüger2023-04-251-1/+1
* | | Rollup merge of #110681 - klensy:cut-dep, r=lcnrYuki Okushi2023-04-251-1/+0
|\ \ \
| * | | drop unused deps, gate libc under unix for one crateklensy2023-04-221-1/+0
| | |/ | |/|
* | | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillotbors2023-04-231-21/+0
|\ \ \
| * | | Run `check_match` and `check_liveness` when MIR is built instead of having an...Oli Scherer2023-04-211-21/+0
| * | | Make `check_match` and `check_liveness` take a `LocalDefId`Oli Scherer2023-04-211-1/+1
* | | | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors2023-04-221-1/+1
|\ \ \ \
| * | | | Rename -Zoom=panic to -Zoom=unwindAmanieu d'Antras2023-04-161-1/+1
| | |_|/ | |/| |
* | | | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJungbors2023-04-221-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Actually keep `PlaceMention` if requested.Camille GILLOT2023-04-211-0/+1
| | |/ | |/|
* | | Ensure mir_drops_elaborated_and_const_checked when requiring codegen.Camille GILLOT2023-04-211-1/+7
|/ /
* | Auto merge of #96840 - cjgillot:query-feed, r=oli-obkbors2023-04-211-2/+1
|\ \
| * | Remove WithOptconstParam.Camille GILLOT2023-04-201-2/+1
* | | Auto merge of #109999 - m-ou-se:flatten-format-args, r=oli-obkbors2023-04-201-1/+1
|\ \ \ | |/ / |/| |
| * | Update test.Mara Bos2023-04-171-1/+1
| |/
* | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb2023-04-182-1/+2
|/
* Migrate `sess.opts.tests` uses to `sess.is_test_crate()`blyxyas2023-04-091-2/+2
* Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstriebbors2023-04-061-1/+1
|\
| * Make check_match take a LocalDefId.Camille GILLOT2023-04-031-1/+1
* | Auto merge of #109117 - oli-obk:locks, r=michaelwoeristerbors2023-04-051-2/+2
|\ \
| * | Add a usize-indexed append-only-vecOli Scherer2023-04-041-2/+2
| |/
* | Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoeristerbors2023-04-041-1/+2
|\ \ | |/ |/|
| * Preserve, clarify, and extend debug informationJulia Tatz2023-03-311-1/+2
* | Improve `with_source_map`.Nicholas Nethercote2023-03-311-1/+1
|/