]> git.lizzy.rs Git - rust.git/history - src/test
Fix debug assertion in typeck
[rust.git] / src / test /
2020-07-18 Yuki OkushiFix debug assertion in typeck
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...
2020-07-17 Manish GoregaokarRollup merge of #74169 - ecstatic-morse:dataflow-unreac...
2020-07-17 Manish GoregaokarRollup merge of #74056 - fusion-engineering-forks:fmt...
2020-07-17 Manish GoregaokarRollup merge of #74009 - mati865:mingw-tests-implib...
2020-07-17 Manish GoregaokarRollup merge of #73930 - a1phyr:feature_const_option...
2020-07-17 Manish GoregaokarRollup merge of #71670 - GuillaumeGomez:enforce-codeblo...
2020-07-17 Manish GoregaokarAdd test for module ambiguity
2020-07-17 Mateusz MikułaFix various tests to run on windows-gnu
2020-07-17 borsAuto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis
2020-07-17 Mateusz MikułaRemove invalid test
2020-07-17 Mateusz MikułaCreate implib for dlls when testing MinGW targets
2020-07-17 Mara BosMake fmt::Arguments::as_str() return a 'static str.
2020-07-17 Ralf Jungwarn about uninit multi-variant enums
2020-07-17 Valentin LazureanuRename TypeckTables to TypeckResults.
2020-07-17 borsAuto merge of #73365 - Manishearth:rustdoc-vis, r=Guill...
2020-07-17 Manish GoregaokarUpdate src/test/rustdoc/intra-doc-crate/auxiliary/hidden.rs
2020-07-17 Manish GoregaokarAdd test for doc(hidden) intra-doc cross-crate reexports
2020-07-17 borsAuto merge of #74395 - Mark-Simulacrum:stage0-next...
2020-07-17 borsAuto merge of #74422 - Manishearth:rollup-7mfrf6g,...
2020-07-17 Manish GoregaokarRollup merge of #74398 - GuillaumeGomez:cleanup-e0723...
2020-07-17 Manish GoregaokarRollup merge of #74386 - msizanoen1:riscv-add-manifest...
2020-07-17 Manish GoregaokarRollup merge of #74371 - Aloso:patch-1, r=GuilliameGomez
2020-07-17 Manish GoregaokarRollup merge of #74357 - nnethercote:symbol-related...
2020-07-17 Manish GoregaokarRollup merge of #74351 - lzutao:remove-rustc-internal...
2020-07-17 Manish GoregaokarRollup merge of #74033 - ehuss:std-compile-all-platform...
2020-07-17 Manish GoregaokarRollup merge of #73269 - mzohreva:mz/sgx-wait-timeout...
2020-07-17 Manish GoregaokarRollup merge of #73101 - jyn514:rustdoc-absolute-module...
2020-07-16 Joshua NelsonFix invalid lint
2020-07-16 Joshua NelsonAdd (broken and ignored) test for #73829
2020-07-16 Joshua NelsonSupport intra-doc links on trait and module re-exports
2020-07-16 Joshua NelsonSupport intra-doc links on macro re-exports
2020-07-16 Joshua Nelsonrand -> my_rand
2020-07-16 Joshua Nelson #![deny(intra_doc_resolution_failure)]
2020-07-16 Joshua NelsonAdd test for submodules in inner crate
2020-07-16 Joshua NelsonAdd test for documenting the re-export
2020-07-16 Joshua NelsonAdd test for re-exports
2020-07-16 Joshua NelsonAdd tests for basic intra-doc links
2020-07-16 Jonas SchievinkDon't assign `()` to `!` MIR locals
2020-07-16 borsAuto merge of #74408 - Manishearth:rollup-9gxn4od,...
2020-07-16 Manish GoregaokarRollup merge of #74406 - Mark-Simulacrum:fix-windows...
2020-07-16 Manish GoregaokarRollup merge of #74397 - rhysd:patch-1, r=jonas-schievink
2020-07-16 Manish GoregaokarRollup merge of #74392 - lcnr:const-generics-update...
2020-07-16 Manish GoregaokarRollup merge of #74391 - ssomers:btree_refactor, r...
2020-07-16 Manish GoregaokarRollup merge of #74390 - ColoredCarrot:patch-1, r=lcnr
2020-07-16 Manish GoregaokarRollup merge of #74370 - Manishearth:re-spotlight,...
2020-07-16 Manish GoregaokarRollup merge of #74359 - lzutao:rustdoc-tostring, r...
2020-07-16 Manish GoregaokarRollup merge of #74325 - GuillaumeGomez:focus-source...
2020-07-16 Manish GoregaokarRollup merge of #74221 - oli-obk:const_prop_ice, r...
2020-07-16 Manish GoregaokarRollup merge of #74171 - ehuss:44056-debug-macos, r...
2020-07-16 Manish GoregaokarRollup merge of #74159 - lcnr:const-generic-ty-decl...
2020-07-16 Manish GoregaokarRollup merge of #74148 - GuillaumeGomez:doc-alias-check...
2020-07-16 Manish GoregaokarRollup merge of #74140 - sexxi-goose:precise_hir_projec...
2020-07-16 Manish GoregaokarRollup merge of #73998 - euclio:search-index-determinis...
2020-07-16 Manish GoregaokarRollup merge of #73981 - ehuss:remove-ignore-stage1...
2020-07-16 Manish GoregaokarRollup merge of #73926 - joaopaulocarreiro:github_rust...
2020-07-16 Manish GoregaokarRollup merge of #73835 - GuillaumeGomez:cleanup-e0710...
2020-07-16 Manish GoregaokarRollup merge of #73807 - euclio:rustdoc-highlighting...
2020-07-16 Manish GoregaokarRollup merge of #73794 - GuillaumeGomez:cleanup-e0705...
2020-07-16 Manish GoregaokarRollup merge of #73771 - alexcrichton:ignore-unstable...
2020-07-16 Manish GoregaokarRollup merge of #73566 - jyn514:name-resolve-first...
2020-07-16 Manish GoregaokarRevert "Remove "important traits" feature"
2020-07-16 borsAuto merge of #72481 - marmeladema:duration-consts...
2020-07-16 Bastian Kauschkeadd regression test for #74255
2020-07-16 Bastian Kauschkeadd regression test for #73730
2020-07-16 Bastian Kauschkeadd regression test for #73508
2020-07-16 Bastian Kauschkeadd regression test for #73491
2020-07-16 Bastian Kauschkeadd regression test for #73120
2020-07-16 Bastian Kauschkeadd regression test for #71805
2020-07-16 borsAuto merge of #74202 - oli-obk:mir_const, r=RalfJung
2020-07-16 Bastian Kauschkeadd regression test for #71348
2020-07-16 Bastian Kauschkeadd regression test for #71169
2020-07-16 Bastian Kauschkeadd regression test for #70586
2020-07-16 Bastian Kauschkeadd regression test for #70217
2020-07-16 Bastian Kauschkeadd regression test for #68596
2020-07-16 Bastian Kauschkeadd regression tests for #67144
2020-07-16 Bastian Kauschkebless ui tests
2020-07-16 Bastian Kauschkeupdate help message
2020-07-16 Bastian Kauschkedon't supply generics to AnonConsts in param lists
2020-07-16 Bastian Kauschkeadd self dependent const param test
2020-07-16 Bastian Kauschkeforbid generic params in the type of const params
2020-07-16 borsAuto merge of #74388 - Manishearth:rollup-i7iueu8,...
2020-07-16 Manish GoregaokarRollup merge of #74381 - mbrubeck:docs, r=Mark-Simulacrum
2020-07-16 Manish GoregaokarRollup merge of #74377 - alexcrichton:test-default...
2020-07-16 Manish GoregaokarRollup merge of #74352 - ehuss:fix-alloc-links, r=Mark...
2020-07-16 Manish GoregaokarRollup merge of #74295 - ssomers:btree_comments, r...
2020-07-16 Manish GoregaokarRollup merge of #74203 - nnethercote:enforce-static...
next