]> git.lizzy.rs Git - rust.git/history - compiler/rustc_resolve/src/late/diagnostics.rs
Remove `crate` visibility usage in compiler
[rust.git] / compiler / rustc_resolve / src / late / diagnostics.rs
2022-05-02 borsAuto merge of #96436 - petrochenkov:nowhole2, r=wesleywiser
2022-05-02 borsAuto merge of #96310 - bertptrs:remove-debugger-bootstr...
2022-05-02 borsAuto merge of #96596 - scottmcm:limited-calloc, r=Mark...
2022-05-02 borsAuto merge of #96600 - c410-f3r:z-errors, r=petrochenkov
2022-05-02 Yuki OkushiRollup merge of #96610 - GuillaumeGomez:update-browser...
2022-05-02 Yuki OkushiRollup merge of #96571 - thomcc:bathroom-stall, r=Mark...
2022-05-02 Yuki OkushiRollup merge of #96568 - EliasHolzmann:fmt_doc_fixes...
2022-05-02 Yuki OkushiRollup merge of #96567 - alex-semenyuk:fix_docs_for_log...
2022-05-02 Yuki OkushiRollup merge of #96499 - jyn514:bootstrap-doctests...
2022-05-02 Yuki OkushiRollup merge of #96222 - jmaargh:john-mark/clarify...
2022-05-02 Yuki OkushiRollup merge of #94126 - ssomers:alloc_prep_1, r=Mark...
2022-05-01 borsAuto merge of #96517 - ferrocene:pa-files-related-to...
2022-05-01 borsAuto merge of #96521 - petrochenkov:docrules, r=notridd...
2022-05-01 borsAuto merge of #96582 - petrochenkov:finalize, r=cjgillot
2022-05-01 borsAuto merge of #96549 - ouz-a:mir-opt, r=oli-obk
2022-05-01 Vadim Petrochenkovresolve: Turn `enum Finalize` into an optional struct
2022-05-01 borsAuto merge of #96576 - oli-obk:post_monomorphization_er...
2022-05-01 borsAuto merge of #96078 - udoprog:refcounted-str-to-u8...
2022-05-01 borsAuto merge of #96490 - dtolnay:writetmpbackport, r...
2022-05-01 borsAuto merge of #95362 - scottmcm:calloc-arrays, r=Mark...
2022-04-30 borsAuto merge of #96347 - estebank:issue-96292, r=compiler...
2022-04-30 borsAuto merge of #96348 - overdrivenpotato:inline-location...
2022-04-30 borsAuto merge of #93803 - cjgillot:unify-bounds, r=oli-obk
2022-04-30 Camille GILLOTBox HIR Generics and Impl.
2022-04-30 borsAuto merge of #95776 - cjgillot:ast-lifetimes-static...
2022-04-30 borsAuto merge of #96500 - SparrowLii:rpo, r=tmiasko
2022-04-29 Camille GILLOTBan non-static lifetimes from AnonConst on AST.
2022-04-29 Dylan DPCRollup merge of #96536 - rust-lang:notriddle/deref...
2022-04-29 Dylan DPCRollup merge of #96390 - GuillaumeGomez:es6-part2,...
2022-04-29 borsAuto merge of #96474 - SparrowLii:langcall, r=lcnr
2022-04-29 borsAuto merge of #96489 - shepmaster:revert-vec-from-array...
2022-04-29 Dylan DPCRollup merge of #96523 - nbdd0121:windows, r=petrochenkov
2022-04-29 Dylan DPCRollup merge of #96492 - joshtriplett:revert-std-ffi...
2022-04-29 Dylan DPCRollup merge of #96481 - aDotInTheVoid:hashmap-docs...
2022-04-29 Dylan DPCRollup merge of #96477 - alexcrichton:update-wasm64...
2022-04-29 borsAuto merge of #96444 - nbdd0121:used2, r=petrochenkov
2022-04-29 borsAuto merge of #96441 - ChrisDenton:sync-pipes, r=m...
2022-04-28 Camille GILLOTBan non-static in const generics in AST.
2022-04-28 borsAuto merge of #96393 - joboet:pthread_parker, r=thomcc
2022-04-28 Dylan DPCRollup merge of #96480 - user-simon:patch-1, r=Dylan-DPC
2022-04-28 Dylan DPCRollup merge of #96409 - marmeladema:fix-nll-introduce...
2022-04-28 Dylan DPCRollup merge of #96405 - pvdrz:ambiguous-plus-diagnosti...
2022-04-28 Dylan DPCRollup merge of #95312 - marmeladema:tests-for-issue...
2022-04-28 borsAuto merge of #95976 - b-naber:valtree-constval-convers...
2022-04-28 borsAuto merge of #95904 - paolobarbolini:vecdeque-specexte...
2022-04-28 borsAuto merge of #96085 - jsgf:deny-unused-deps, r=compile...
2022-04-28 borsAuto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r...
2022-04-28 Dylan DPCRollup merge of #96483 - Urgau:check-cfg-target_feature...
2022-04-28 Dylan DPCRollup merge of #96471 - BoxyUwU:let_else_considered_ha...
2022-04-27 borsAuto merge of #91557 - cjgillot:ast-lifetimes-named...
2022-04-27 Camille GILLOTUse LifetimeRes during lowering.
2022-04-27 Ellentut tut tut
2022-04-27 borsAuto merge of #96195 - sunfishcode:sunfishcode/handle...
2022-04-26 Guillaume GomezRollup merge of #95949 - SoniEx2:patch-5, r=m-ou-se
2022-04-26 Guillaume GomezRollup merge of #94703 - kjetilkjeka:nvptx-kernel-args...
2022-04-26 Guillaume GomezRollup merge of #94022 - jongiddy:cow-into-owned-docs...
2022-04-25 Dylan DPCRollup merge of #96149 - est31:remove_unused_macro_matc...
2022-04-25 Dylan DPCRollup merge of #90312 - r00ster91:search, r=Dylan-DPC
2022-04-25 borsAuto merge of #96116 - ouz-a:mir-opt, r=oli-obk
2022-04-25 borsAuto merge of #95604 - nbdd0121:used2, r=petrochenkov
2022-04-25 borsAuto merge of #95246 - ChrisDenton:command-args, r...
2022-04-24 Matthias KrügerRollup merge of #96215 - nikic:legacy-pm-removal, r...
2022-04-24 Matthias KrügerRollup merge of #96107 - Gumichocopengin8:test/vec...
2022-04-24 Matthias KrügerRollup merge of #96090 - JakobDegen:mir-tests, r=nagisa
2022-04-24 borsAuto merge of #94609 - esp-rs:esp-idf-stat-type-fixes...
2022-04-24 Matthias KrügerRollup merge of #95504 - jyn514:library-alias, r=Mark...
2022-04-23 borsAuto merge of #90602 - mbartlett21:const-intoiterator...
2022-04-23 borsAuto merge of #95971 - workingjubilee:no-weird-fp-in...
2022-04-23 borsAuto merge of #94887 - dylni:move-normpath-crate-impl...
2022-04-22 bjorn3Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df...
2022-04-22 borsAuto merge of #96197 - erikdesjardins:scalarpairenum...
2022-04-22 borsAuto merge of #96207 - nikic:distcheck-dir, r=Mark...
2022-04-22 borsAuto merge of #96144 - c410-f3r:z-errors, r=petrochenkov
2022-04-21 Dylan DPCRollup merge of #95434 - cjgillot:dump-dep-kind, r...
2022-04-21 borsAuto merge of #96210 - nnethercote:speed-up-TokenCursor...
2022-04-21 borsAuto merge of #96003 - aswild:pr/bootstrap-subcommands...
2022-04-21 borsAuto merge of #95612 - davidtwco:split-debuginfo-in...
2022-04-20 Dylan DPCRollup merge of #96196 - jyn514:no-assertion, r=Mark...
2022-04-20 Dylan DPCRollup merge of #96193 - djkoloski:fuchsia_current_exe...
2022-04-20 Dylan DPCRollup merge of #90630 - GuillaumeGomez:improve-rustdoc...
2022-04-20 Dylan DPCRollup merge of #96234 - goffrie:eloop, r=thomcc
2022-04-20 Dylan DPCRollup merge of #96206 - m-ou-se:wasm-futex-locks,...
2022-04-20 Dylan DPCRollup merge of #96168 - chris-morgan:AddrParseError...
2022-04-20 Dylan DPCRollup merge of #96167 - CAD97:weak-dlsym-less-ptr...
2022-04-20 Dylan DPCRollup merge of #96160 - RalfJung:interpret-debug,...
2022-04-20 Dylan DPCRollup merge of #93313 - tmiasko:uninhabited, r=tmandry
2022-04-20 borsAuto merge of #96022 - martingms:inline-const-getters...
2022-04-20 borsAuto merge of #96082 - michaelwoerister:less_impl_stabl...
2022-04-19 Dylan DPCRollup merge of #96205 - m-ou-se:emscripten-futex-locks...
2022-04-19 Dylan DPCRollup merge of #96165 - RalfJung:miri-provenance-clean...
2022-04-19 Dylan DPCRollup merge of #96162 - RalfJung:mark-uninit, r=oli-obk
2022-04-19 Dylan DPCRollup merge of #96029 - IsakNyberg:error-messages...
2022-04-19 Dylan DPCRollup merge of #95813 - Urgau:rustdoc-where-clause...
2022-04-19 Dylan DPCRollup merge of #95740 - Amanieu:kreg0, r=nagisa
2022-04-19 borsAuto merge of #96214 - Dylan-DPC:rollup-a5b4fow, r...
2022-04-19 Dylan DPCRollup merge of #96142 - cjgillot:no-crate-def-index...
2022-04-19 Dylan DPCRollup merge of #96122 - TaKO8Ki:fix-invalid-error...
2022-04-19 Dylan DPCRollup merge of #96089 - ojeda:no-vec-no_global_oom_han...
2022-04-19 Dylan DPCRollup merge of #96086 - jsgf:remove-extern-location...
2022-04-19 Dylan DPCRollup merge of #95809 - ytmimi:llvm_stamp_typo, r...
next