]> git.lizzy.rs Git - rust.git/history - src/librustc_typeck
Fix missed same-sized member clash in ClashingExternDeclarations.
[rust.git] / src / librustc_typeck /
2020-07-23 Bastian Kauschkecleanup
2020-07-23 Bastian Kauschkefix ICE caused by wrongly ordered generic params
2020-07-23 Bastian Kauschkestop sorting generic params
2020-07-23 Tyler MandryNormalize bounds fully when checking defaulted types
2020-07-23 Manish GoregaokarRollup merge of #74659 - alexcrichton:wasm-codegen...
2020-07-23 Manish GoregaokarRollup merge of #74654 - lcnr:default-no-more, r=varkor
2020-07-23 Manish GoregaokarRollup merge of #74637 - lzutao:str-primitive-links...
2020-07-23 Manish GoregaokarRollup merge of #74606 - cuviper:cloexec, r=sfackler
2020-07-23 Manish GoregaokarRollup merge of #74587 - lzutao:consts, r=dtolnay
2020-07-23 Manish GoregaokarRollup merge of #74548 - tshepang:one-more-example...
2020-07-23 Manish GoregaokarRollup merge of #74490 - yaahc:disabled-bt, r=dtolnay
2020-07-23 Manish GoregaokarRollup merge of #74141 - euclio:typos, r=steveklabnik
2020-07-23 borsAuto merge of #74611 - Mark-Simulacrum:revert-74069...
2020-07-23 Steven MalisDon't ICE on unconstrained anonymous lifetimes inside...
2020-07-23 borsAuto merge of #74662 - Manishearth:rollup-jdt7t71,...
2020-07-22 Manish GoregaokarRollup merge of #74643 - petrochenkov:noenvrerun, r...
2020-07-22 Manish GoregaokarRollup merge of #74631 - petrochenkov:ehdr2, r=jonas...
2020-07-22 Manish GoregaokarRollup merge of #74618 - JohnTitor:no-more-bad-placehol...
2020-07-22 Manish GoregaokarRollup merge of #74600 - Mark-Simulacrum:try-perf,...
2020-07-22 Manish GoregaokarRollup merge of #74541 - shepmaster:aarch64-apple-darwi...
2020-07-22 Manish GoregaokarRollup merge of #74538 - nbdd0121:issue-73976, r=lcnr
2020-07-22 Manish GoregaokarRollup merge of #74460 - dennis-hamester:rustdoc-warn...
2020-07-22 Manish GoregaokarRollup merge of #73868 - ecstatic-morse:fix-stable...
2020-07-22 Manish GoregaokarRollup merge of #73783 - estebank:impl-dyn-trait-static...
2020-07-22 Esteban KüberUse `ty::Instance::resolve` to identify `'static` bound...
2020-07-22 Esteban KüberIncrease accuracy of lifetime bound on trait object...
2020-07-22 Manish GoregaokarRollup merge of #74635 - GuillaumeGomez:fix-tooltip...
2020-07-22 Manish GoregaokarRollup merge of #74570 - spastorino:fix-prioritization...
2020-07-22 Manish GoregaokarRollup merge of #74568 - aticu:master, r=Mark-Simulacrum
2020-07-22 Manish GoregaokarRollup merge of #74528 - euclio:intra-link-errors,...
2020-07-22 Manish GoregaokarRollup merge of #74454 - lcnr:negative-impls, r=nikomat...
2020-07-22 Manish GoregaokarRollup merge of #74237 - lzutao:compiletest, r=Mark...
2020-07-22 Manish GoregaokarRollup merge of #73893 - ajpaverd:cfguard-stabilize...
2020-07-22 Manish GoregaokarRollup merge of #73655 - JamieCunliffe:jamie_va-args...
2020-07-22 Yuki OkushiDo not ICE on assoc type with bad placeholder
2020-07-21 borsAuto merge of #74565 - pietroalbini:build-on-gha, r...
2020-07-21 borsAuto merge of #74075 - sunfishcode:wasi-prelude-rawfd...
2020-07-21 borsAuto merge of #69749 - davidtwco:issue-46477-polymorphi...
2020-07-20 borsAuto merge of #74569 - Manishearth:rollup-hkn5ex9,...
2020-07-20 Manish GoregaokarRollup merge of #74561 - RalfJung:backtrace, r=alexcrichton
2020-07-20 Manish GoregaokarRollup merge of #74557 - jakubadamw:issue-74539, r...
2020-07-20 Manish GoregaokarRollup merge of #74555 - GuillaumeGomez:important-trait...
2020-07-20 Manish GoregaokarRollup merge of #74552 - fusion-engineering-forks:stabi...
2020-07-20 Manish GoregaokarRollup merge of #74546 - jethrogb:jb/duplicate-attribut...
2020-07-20 Manish GoregaokarRollup merge of #74522 - tmiasko:sanitizer-docs, r...
2020-07-20 Manish GoregaokarRollup merge of #74505 - Cldfire:fix-search-focus,...
2020-07-20 Manish GoregaokarRollup merge of #74501 - lzutao:css_run_border, r=Guill...
2020-07-20 Manish GoregaokarRollup merge of #74376 - lcnr:type-dependent-path-clean...
2020-07-20 Manish GoregaokarRollup merge of #74051 - yodaldevoid:issue_60814, r...
2020-07-20 Manish GoregaokarRollup merge of #73323 - davidtwco:issue-73252-wfcheck...
2020-07-20 Manish GoregaokarRollup merge of #73197 - c410-f3r:ranges, r=dtolnay
2020-07-20 Manish GoregaokarRollup merge of #72714 - JohnTitor:debug-assert, r...
2020-07-20 Matthew JasperUse `ReEmpty(U0)` as the implicit region bound in typeck
2020-07-20 borsAuto merge of #74010 - pierwill:pierwill-o-notation...
2020-07-20 David Woodwf: check foreign fn decls for well-formedness
2020-07-20 borsAuto merge of #74540 - alexcrichton:std-no-backtrace...
2020-07-20 Manish GoregaokarRollup merge of #74516 - lcnr:min-specialization-ice...
2020-07-20 Manish GoregaokarRollup merge of #73618 - poliorcetics:false-keyword...
2020-07-19 borsAuto merge of #74495 - shepmaster:bootstrap-dist-target...
2020-07-19 Alexis BourgetFix merge conflict with recent PR
2020-07-19 Manish GoregaokarRollup merge of #74485 - Manishearth:more-intra-doc...
2020-07-19 Manish GoregaokarRollup merge of #74419 - Lokathor:gba-target, r=jonas...
2020-07-19 Manish GoregaokarRollup merge of #74356 - lzutao:rm_combine, r=LukasKalb...
2020-07-19 Manish GoregaokarRollup merge of #74333 - poliorcetics:std-alloc-unsafe...
2020-07-19 borsAuto merge of #74163 - cuviper:debian6, r=Mark-Simulacrum
2020-07-19 borsAuto merge of #74091 - richkadel:llvm-coverage-map...
2020-07-18 Manish GoregaokarRollup merge of #74459 - canova:const-unreachable-unche...
2020-07-18 Manish GoregaokarRollup merge of #74445 - lcnr:const-generic-ty-decl...
2020-07-18 Manish GoregaokarRollup merge of #74021 - 1011X:master, r=dtolnay
2020-07-18 Manish GoregaokarRollup merge of #73762 - poliorcetics:trait-keyword...
2020-07-18 Manish GoregaokarRollup merge of #70817 - yoshuawuyts:task-ready, r...
2020-07-18 borsAuto merge of #73441 - alexcrichton:backtrace-gimli...
2020-07-18 Dan AloniUpdate src/librustc_typeck/check/op.rs
2020-07-18 Dan Alonilibrustc_typeck: use diag item instead of string compare
2020-07-18 Yuki OkushiFix debug assertion in typeck
2020-07-18 Manish GoregaokarRollup merge of #74464 - FedericoPonzi:fix-#67108,...
2020-07-18 Manish GoregaokarRollup merge of #74457 - Keruspe:install, r=Mark-Simulacrum
2020-07-18 Manish GoregaokarRollup merge of #74453 - Manishearth:intra-doc-std...
2020-07-18 Manish GoregaokarRollup merge of #74450 - aticu:master, r=jonas-schievink
2020-07-18 Manish GoregaokarRollup merge of #74449 - tmiasko:cmpxchg-test, r=nikoma...
2020-07-18 Manish GoregaokarRollup merge of #74448 - davidtwco:improper-ctypes...
2020-07-18 Manish GoregaokarRollup merge of #74444 - Alexendoo:test-69414, r=nikoma...
2020-07-18 Manish GoregaokarRollup merge of #74441 - eddyb:zlib-on-nixos, r=nagisa
2020-07-18 Manish GoregaokarRollup merge of #74418 - rye:gha-dedup-shell-setting...
2020-07-18 Manish GoregaokarRollup merge of #74069 - erikdesjardins:bad-niche,...
2020-07-18 Manish GoregaokarRollup merge of #72414 - KodrAus:feat/stdlazy, r=Mark...
2020-07-17 borsAuto merge of #74461 - Manishearth:rollup-xadbh00,...
2020-07-17 Manish GoregaokarRollup merge of #74452 - Manishearth:module-type-ns...
2020-07-17 Manish GoregaokarRollup merge of #74440 - Abendstolz:patch-1, r=hanna...
2020-07-17 Manish GoregaokarRollup merge of #74438 - RalfJung:uninit-lint, r=davidtwco
2020-07-17 Manish GoregaokarRollup merge of #74428 - tshepang:better-filter-map...
2020-07-17 Manish GoregaokarRollup merge of #74424 - sexxi-goose:move_hir_place...
2020-07-17 Manish GoregaokarRollup merge of #74416 - NieDzejkob:linker-locale-utf8...
2020-07-17 Manish GoregaokarRollup merge of #74411 - jonas-schievink:unbreak-mir...
2020-07-17 Manish GoregaokarRollup merge of #74394 - bjorn3:remove_emscripten_lefto...
2020-07-17 Manish GoregaokarRollup merge of #74368 - GuillaumeGomez:css-tidy-check...
2020-07-17 Manish GoregaokarRollup merge of #74364 - lcnr:lazy-norm-tests, r=nikoma...
2020-07-17 Manish GoregaokarRollup merge of #74300 - lzutao:iterator-intra, r=jyn514
2020-07-17 Manish GoregaokarRollup merge of #74288 - haraldh:test_aslr, r=petrochenkov
2020-07-17 Manish GoregaokarRollup merge of #74251 - shepmaster:bootstrap-target...
next