summaryrefslogtreecommitdiff
path: root/compiler/rustc_interface
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Stabilize a portion of 'once_cell'Trevor Gross2023-03-291-1/+1
* Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuvipernils2023-03-282-4/+4
|\
| * Update indexmap and rayon cratesJohn Kåre Alsaker2023-03-252-4/+4
* | Rollup merge of #109685 - est31:not_llvm_but_backend, r=jyn514Matthias Krüger2023-03-281-1/+1
|\ \ | |/ |/|
| * Make doc comment a little bit more accurateest312023-03-281-1/+1
* | Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholkMatthias Krüger2023-03-232-2/+4
|\ \
| * | Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`John Kåre Alsaker2023-03-162-2/+4
* | | Rollup merge of #107718 - Zoxc:z-time, r=nnethercoteMatthias Krüger2023-03-231-0/+2
|\ \ \
| * | | Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...John Kåre Alsaker2023-03-211-0/+2
| | |/ | |/|
* | | rustc_interface: Add a new query `pre_configure`Vadim Petrochenkov2023-03-232-34/+58
* | | expand: Pass `ast::Crate` by reference to AST transforming passesVadim Petrochenkov2023-03-232-15/+15
* | | rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov2023-03-222-2/+3
|/ /
* | Gate fmt args flattening behind -Zflatten-format-args.Mara Bos2023-03-161-0/+1
|/