about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-09-21UPDATE - rename AddSubdiagnostic trait to AddToDiagnosticJhonny Bill Mena-23/+23
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-584/+659
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-30/+33
2022-09-21Auto merge of #101846 - chenyukang:fix-101793, r=davidtwcobors-29/+109
2022-09-21Auto merge of #101329 - QuinnPainter:armv5te-targets, r=nagisabors-0/+153
2022-09-21Auto merge of #100096 - compiler-errors:fn-return-must-be-sized, r=jackh726bors-2/+96
2022-09-21Auto merge of #100214 - scottmcm:strict-range, r=thomccbors-31/+282
2022-09-20Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomccbors-151/+62
2022-09-20Auto merge of #102061 - notriddle:rollup-kwu9vp8, r=notriddlebors-1016/+1984
2022-09-20Rollup merge of #102053 - lnicola:rust-analyzer-2022-09-20, r=lnicolaMichael Howell-628/+1587
2022-09-20Rollup merge of #102038 - jyn514:rustdoc-normalize-test, r=compiler-errorsMichael Howell-0/+2
2022-09-20Rollup merge of #102034 - notriddle:notriddle/border-bottom, r=GuillaumeGomezMichael Howell-20/+13
2022-09-20Rollup merge of #102027 - notriddle:notriddle/docblock-item-decl, r=Guillaume...Michael Howell-90/+87
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 #102008 - GuillaumeGomez:notable-trait-gui-test, r=notriddleMichael Howell-0/+103
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/+84
2022-09-20Auto merge of #101989 - fee1-dead-contrib:const_trait_impl-assoc-caller-bound...bors-15/+33
2022-09-20:arrow_up: rust-analyzerLaurențiu Nicola-628/+1587
2022-09-20add comment explaining read permissionsSikkema, Isaac-0/+2
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-179/+384
2022-09-20Auto merge of #101806 - BelovDV:issue-fix-fn-find_library, r=petrochenkovbors-19/+75
2022-09-20fix verbatim with upstream dependenciesbors-19/+75
2022-09-19Optimize `array::IntoIter`Scott McMurray-31/+282
2022-09-19Make the `normalize-overflow` rustdoc test actually do somethingJoshua Nelson-0/+2
2022-09-19Remove useless color assertions on 0px bordersMichael Howell-13/+13
2022-09-19rustdoc: remove no-op CSS `h1-6 { border-bottom-color }`Michael Howell-7/+0
2022-09-20Auto merge of #102022 - matthiaskrgr:rollup-emwfjd1, r=matthiaskrgrbors-98/+176
2022-09-19Auto merge of #101909 - weihanglo:update-cargo, r=ehussbors-0/+0
2022-09-19std: use `sync::RwLock` for internal staticsjoboet-151/+62
2022-09-19rustdoc: update test cases for changed item-decl HTMLMichael Howell-72/+72
2022-09-19rustdoc: remove `docblock` class from `item-decl`Michael Howell-18/+15
2022-09-19Auto merge of #101894 - dingxiangfei2009:let-else-avoid-duplicate-storage-liv...bors-9/+136
2022-09-19Rollup merge of #102019 - pietroalbini:pa-relnotes-revert, r=pietroalbiniMatthias Krüger-1/+0
2022-09-19Rollup merge of #102017 - est31:rustc_dev_guide_tidy_skip, r=Mark-SimulacrumMatthias Krüger-0/+6
2022-09-19Rollup merge of #102005 - notriddle:notriddle/td-summary-column, r=Dylan-DPCMatthias Krüger-4/+0
2022-09-19Rollup merge of #102004 - cuviper:relnotes-1.64.0-ffi, r=pietroalbiniMatthias Krüger-19/+25
2022-09-19Rollup merge of #101985 - RalfJung:generate_stacktrace, r=oli-obkMatthias Krüger-2/+9
2022-09-19Rollup merge of #101979 - rust-lang:pa-update-relnotes, r=Mark-SimulacrumMatthias Krüger-35/+19
2022-09-19Rollup merge of #101966 - crlf0710:emoji_unittest, r=Mark-SimulacrumMatthias Krüger-0/+69
2022-09-19Rollup merge of #101904 - Rageking8:fix-101712, r=oli-obkMatthias Krüger-18/+9
2022-09-19Rollup merge of #101881 - TaKO8Ki:remove-unused-struct-field, r=sanxiynMatthias Krüger-6/+1
2022-09-19Rollup merge of #101798 - y86-dev:const_waker, r=lcnrMatthias Krüger-4/+26
2022-09-19Rollup merge of #101389 - lukaslueg:rcgetmutdocs, r=m-ou-seMatthias Krüger-9/+12
2022-09-19Document projection conditionOli Scherer-0/+3
2022-09-19`DestructuredConst` split mir and tylcnr-20/+10