]> git.lizzy.rs Git - rust.git/history - compiler
fluent: point to path containing error instead of module name
[rust.git] / compiler /
2022-08-22 Xiretzafluent: point to path containing error instead of modul...
2022-08-22 Xiretzafluent: mandate slug names to be prefixed by crate...
2022-08-22 borsAuto merge of #100671 - Xiretza:tidy-fluent-files,...
2022-08-22 borsAuto merge of #100668 - nnethercote:use-AttrVec-more...
2022-08-21 borsAuto merge of #100654 - compiler-errors:rework-point...
2022-08-21 Nicholas NethercoteUse `AttrVec` in more places.
2022-08-21 borsAuto merge of #100847 - matthiaskrgr:rollup-0ga531s...
2022-08-21 borsAuto merge of #100645 - notriddle:notriddle/rustdoc...
2022-08-21 Matthias KrügerRollup merge of #100842 - JhonnyBillM:enable-diag-lint...
2022-08-21 Matthias KrügerRollup merge of #100839 - nelsonjchen:consistent_child_...
2022-08-21 Matthias KrügerRollup merge of #100822 - WaffleLapkin:no_offset_questi...
2022-08-21 Matthias KrügerRollup merge of #100821 - WaffleLapkin:ptr_add_docs...
2022-08-21 Matthias KrügerRollup merge of #100813 - Nilstrieb:too-much-disk-space...
2022-08-21 Matthias KrügerRollup merge of #100775 - GuillaumeGomez:reduce-span...
2022-08-21 Matthias KrügerRollup merge of #100761 - lcnr:mir-typeck-cleanup,...
2022-08-21 Matthias KrügerRollup merge of #100760 - krasimirgg:llvm-16-pic-level...
2022-08-21 Matthias KrügerRollup merge of #100697 - eholk:doc-comment-update...
2022-08-21 Matthias KrügerRollup merge of #100663 - clarfonthey:const-reverse...
2022-08-21 Matthias KrügerRollup merge of #100556 - Alex-Velez:patch-1, r=scottmcm
2022-08-21 Jhonny Bill MenaADD - diagnostic lints to rustc_transmute
2022-08-21 borsAuto merge of #100765 - Xiretza:session-diagnostic...
2022-08-21 borsAuto merge of #100627 - krasimirgg:lto-llvm-16, r=cuviper
2022-08-21 XiretzaReplace #[lint/warning/error] with #[diag]
2022-08-21 XiretzaDisallow #[primary_span] on LintDiagnostics
2022-08-21 XiretzaMake derived SessionDiagnostics generic on diagnostic...
2022-08-21 XiretzaAdd Handler::struct_diagnostic()
2022-08-21 borsAuto merge of #100624 - GuillaumeGomez:update-minifier...
2022-08-21 Michael GouletBless tests after #100769
2022-08-21 Michael GouletMake check for overlapping closure span more accurate
2022-08-21 Michael GouletAdjust messages, address some nits
2022-08-21 Michael GouletMore docs
2022-08-21 Michael GouletTargeted fixes addressing erroneous suggestions
2022-08-21 Michael GouletComment a bit, use find_ancestor_in_same_ctxt to suppre...
2022-08-21 Michael GouletPoint at struct field if possible
2022-08-21 Michael GouletDeduplicate errors that come from places like normaliza...
2022-08-21 Michael GouletPrefer non-Self non-method types over Self, first
2022-08-21 Michael GouletRework ambiguity errors
2022-08-21 Michael GouletNote closure kind mismatch cause
2022-08-21 Michael GouletRevert closure mismatch spans
2022-08-21 Michael GouletDo not favor projection type when pointing out arg...
2022-08-21 Michael GouletSkip mentioning lang item
2022-08-21 Michael GouletAccount for relative paths
2022-08-21 Michael GouletRework point-at-arg
2022-08-21 borsAuto merge of #100536 - Alexendoo:bootstrap-tls-model...
2022-08-20 borsAuto merge of #99967 - Mark-Simulacrum:download-llvm...
2022-08-20 Maybe WaffleReplace most uses of `pointer::offset` with `add` and...
2022-08-20 borsAuto merge of #100810 - matthiaskrgr:rollup-xep778s...
2022-08-20 Matthias KrügerRollup merge of #100796 - TaKO8Ki:remove-unnecessary...
2022-08-20 Matthias KrügerRollup merge of #100777 - pnkfelix:expand-codegen-tests...
2022-08-20 Matthias KrügerRollup merge of #100769 - TaKO8Ki:suggest-adding-refere...
2022-08-20 Matthias KrügerRollup merge of #100718 - GuillaumeGomez:fix-item-info...
2022-08-20 Matthias KrügerRollup merge of #100636 - cutsoy:revert-77716, r=davidtwco
2022-08-20 Matthias KrügerRollup merge of #100500 - cjgillot:verify-self-predicat...
2022-08-20 Matthias KrügerRollup merge of #100129 - RalfJung:miri-test-libstd...
2022-08-20 Matthias KrügerRollup merge of #99935 - CAD97:unstable-syntax-lints...
2022-08-20 Matthias KrügerRollup merge of #97963 - devnexen:net_listener_neg...
2022-08-20 borsAuto merge of #100809 - matthiaskrgr:rollup-xkpd5ii...
2022-08-20 Matthias KrügerRollup merge of #100807 - TaKO8Ki:add-tako8ki-to-transl...
2022-08-20 Matthias KrügerRollup merge of #100710 - ChrisDenton:load-library...
2022-08-20 Matthias KrügerRollup merge of #100693 - scottmcm:new-llvm15-nops...
2022-08-20 Matthias KrügerRollup merge of #100691 - compiler-errors:issue-100690...
2022-08-20 Matthias KrügerRollup merge of #100642 - mzohreva:mz/update-sgx-abi...
2022-08-20 Matthias KrügerRollup merge of #100596 - TaKO8Ki:remove-unnecessary...
2022-08-20 Matthias KrügerRollup merge of #100585 - wooorm:patch-1, r=Mark-Simulacrum
2022-08-20 Matthias KrügerRollup merge of #99544 - dylni:expose-utf8lossy, r...
2022-08-20 Matthias KrügerRollup merge of #99415 - ferrocene:pa-reuse-initial...
2022-08-20 Takayuki Maedause more descriptive names
2022-08-20 borsAuto merge of #100564 - nnethercote:box-ast-MacCall...
2022-08-20 borsAuto merge of #100793 - matthiaskrgr:rollup-dy7rfdh...
2022-08-20 Takayuki Maedaremove unnecessary string searchings
2022-08-20 Matthias KrügerRollup merge of #100763 - aDotInTheVoid:triagebot-rdj...
2022-08-20 Matthias KrügerRollup merge of #100750 - akabinds:akabinds/improved...
2022-08-20 Matthias KrügerRollup merge of #100729 - thomcc:less-initialized,...
2022-08-20 Matthias KrügerRollup merge of #100723 - 5225225:the-easy-ones, r...
2022-08-20 Matthias KrügerRollup merge of #100709 - JhonnyBillM:port-expected...
2022-08-20 Matthias KrügerRollup merge of #100667 - Xiretza:diag-structs-parser...
2022-08-20 Matthias KrügerRollup merge of #100617 - chenyukang:fix-100605, r...
2022-08-20 Matthias KrügerRollup merge of #100507 - cameron1024:suggest-lazy...
2022-08-20 Matthias KrügerRollup merge of #100383 - fortanix:raoul/aepic_leak_mit...
2022-08-20 Matthias KrügerRollup merge of #100186 - compiler-errors:or-as_mut...
2022-08-20 yukangSuggest the right help message for as_ref
2022-08-19 borsAuto merge of #100740 - Dylan-DPC:rollup-0td6yq4, r...
2022-08-19 Eric HolkMinor syntax and formatting update to doc comment
2022-08-19 Takayuki Maedasuggest adding a reference to a trait assoc item
2022-08-19 borsAuto merge of #100209 - cjgillot:source-file-index...
2022-08-19 lcnrmove `type_check_internal` into `type_check`
2022-08-19 lcnrsmall mir typeck cleanup
2022-08-19 Dylan DPCRollup merge of #100731 - notriddle:notriddle/deref...
2022-08-19 Dylan DPCRollup merge of #100721 - JhonnyBillM:enable-diag-lint...
2022-08-19 Dylan DPCRollup merge of #100598 - ouz-a:91633, r=compiler-errors
2022-08-19 Dylan DPCRollup merge of #100592 - cjgillot:debug-import-kind...
2022-08-19 Dylan DPCRollup merge of #100522 - cjgillot:inline-polymorphic...
2022-08-19 Dylan DPCRollup merge of #100494 - GuillaumeGomez:cleanup-themes...
2022-08-19 Dylan DPCRollup merge of #100208 - RalfJung:dyn-upcast-nop,...
2022-08-19 Dylan DPCRollup merge of #100081 - RalfJung:unused-unsafe-in...
2022-08-19 Dylan DPCRollup merge of #99576 - compiler-errors:foreign-fundam...
2022-08-19 borsAuto merge of #99541 - timvermeulen:flatten_cleanup...
2022-08-18 borsAuto merge of #98851 - klensy:encode_symbols, r=cjgillot
2022-08-18 akabindsadded improved diagnostic for a function defined with...
2022-08-18 borsAuto merge of #98807 - cbeuw:derived-obligation, r...
next