about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-09-21UPDATE - rename AddSubdiagnostic trait to AddToDiagnosticJhonny Bill Mena-14/+14
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-490/+564
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-28/+32
2022-09-21Auto merge of #101846 - chenyukang:fix-101793, r=davidtwcobors-7/+45
2022-09-21Auto merge of #101329 - QuinnPainter:armv5te-targets, r=nagisabors-0/+84
2022-09-21Auto merge of #100096 - compiler-errors:fn-return-must-be-sized, r=jackh726bors-1/+30
2022-09-20Auto merge of #102061 - notriddle:rollup-kwu9vp8, r=notriddlebors-278/+144
2022-09-20Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwUMichael Howell-122/+58
2022-09-20Rollup merge of #102013 - spastorino:rpitit-lower-fn-decl, r=compiler-errorsMichael Howell-45/+15
2022-09-20Rollup merge of #102001 - cuviper:build-atomic-capi, r=nikicMichael Howell-76/+25
2022-09-20Rollup merge of #101976 - RalfJung:mir-semantic-phases, r=oli-obkMichael Howell-3/+4
2022-09-20Rollup merge of #101958 - hanar3:101666/enhance-error-message, r=oli-obkMichael Howell-2/+3
2022-09-20Rollup merge of #101014 - isikkema:fix-zmeta-stats-file-encoder-no-read-perms...Michael Howell-1/+3
2022-09-20Rollup merge of #100250 - cjgillot:recover-token-stream, r=Aaron1011Michael Howell-29/+36
2022-09-20Auto merge of #101989 - fee1-dead-contrib:const_trait_impl-assoc-caller-bound...bors-15/+19
2022-09-20add comment explaining read permissionsSikkema, Isaac-0/+2
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-155/+261
2022-09-20Auto merge of #101806 - BelovDV:issue-fix-fn-find_library, r=petrochenkovbors-19/+22
2022-09-20fix verbatim with upstream dependenciesbors-19/+22
2022-09-20Auto merge of #102022 - matthiaskrgr:rollup-emwfjd1, r=matthiaskrgrbors-8/+11
2022-09-19Auto merge of #101894 - dingxiangfei2009:let-else-avoid-duplicate-storage-liv...bors-9/+33
2022-09-19Rollup merge of #101985 - RalfJung:generate_stacktrace, r=oli-obkMatthias Krüger-2/+9
2022-09-19Rollup merge of #101904 - Rageking8:fix-101712, r=oli-obkMatthias Krüger-0/+1
2022-09-19Rollup merge of #101881 - TaKO8Ki:remove-unused-struct-field, r=sanxiynMatthias Krüger-6/+1
2022-09-19Document projection conditionOli Scherer-0/+3
2022-09-19`DestructuredConst` split mir and tylcnr-20/+10
2022-09-19ctfe, `const_to_op` only for mir constantslcnr-49/+40
2022-09-19remove `ty::Const::from_inline_const`lcnr-44/+1
2022-09-19remove `FnCtxt::to_const`lcnr-9/+7
2022-09-19Simplify rpitit handling on lower_fn_declSantiago Pastorino-45/+15
2022-09-19Auto merge of #101901 - lcnr:early-binder-type-foldable, r=compiler-errorsbors-172/+133
2022-09-19extend polymorphization hack comment.lcnr-0/+2
2022-09-19remove the `Subst` trait, always use `EarlyBinder`lcnr-163/+127
2022-09-19do not implement type traversal for `EarlyBinder`lcnr-13/+8
2022-09-19Auto merge of #101629 - compiler-errors:issue-101623, r=sanxiynbors-3/+4
2022-09-19Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errorsbors-110/+300
2022-09-18Use LLVM C-API to build atomic cmpxchg and fenceJosh Stone-76/+25
2022-09-18interpret: expose generate_stacktrace without full InterpCxRalf Jung-2/+9
2022-09-18make projection bounds with const bounds satisfy constDeadbeef-15/+19
2022-09-18clarify that linting is not a semantic changeRalf Jung-3/+4
2022-09-18avoid duplicating StorageLive in let-elseDing Xiang Fei-9/+33
2022-09-18Auto merge of #101960 - matthiaskrgr:rollup-1l5v7ip, r=matthiaskrgrbors-1/+1
2022-09-18Rollup merge of #101912 - crlf0710:compiler_update_unicode_15, r=ManishearthMatthias Krüger-1/+1
2022-09-18Auto merge of #101862 - cjgillot:lint-regression, r=oli-obkbors-9/+13
2022-09-17improve error message for when a query isn't supportedhanar3-3/+3
2022-09-17Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgrbors-34/+139
2022-09-17Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkovMatthias Krüger-34/+139
2022-09-17Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebankMatthias Krüger-9/+72
2022-09-17Use Predicate ConstraintCategory when normalizingJack Huey-15/+39
2022-09-17Add back in normalize callJack Huey-5/+10