]> git.lizzy.rs Git - rust.git/history - src
update `min_const_generics` tests using default values for const params
[rust.git] / src /
2021-01-01 Rémy Rakicupdate `min_const_generics` tests using default values...
2021-01-01 Rémy Rakicadd test for the `const_generics_defaults` feature...
2021-01-01 Julian Knodtfirst pass at default values for const generics
2021-01-01 borsAuto merge of #79576 - m-ou-se:2021, r=Mark-Simulacrum
2021-01-01 borsAuto merge of #80566 - Dylan-DPC:rollup-rns6est, r...
2020-12-31 Dylan DPCRollup merge of #80551 - lcnr:const-arg-wildcard, r...
2020-12-31 Dylan DPCRollup merge of #80548 - JohnTitor:wfcheck-foreign...
2020-12-31 Dylan DPCRollup merge of #80532 - tmiasko:rm;, r=Mark-Simulacrum
2020-12-31 Dylan DPCRollup merge of #80526 - tmandry:up-llvm, r=nikic
2020-12-31 Dylan DPCRollup merge of #80519 - max-heller:issue-80512-fix...
2020-12-31 Dylan DPCRollup merge of #80514 - pietroalbini:fix-install,...
2020-12-31 Dylan DPCRollup merge of #80368 - camelid:rustdoc-succinct-vis...
2020-12-31 Dylan DPCRollup merge of #80323 - camelid:codegen-base-docs...
2020-12-31 CamelidAdd `@!has` checks to ensure private items don't have...
2020-12-31 CamelidAdd FIXME for visibility of a module
2020-12-31 Mara BosRequire `-Z unstable-options` for unstable editions.
2020-12-31 Mara BosConsistently call editions "Rust 20xx" in messages.
2020-12-31 Mara BosAdd edition 2021.
2020-12-31 borsAuto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkov
2020-12-31 Bastian Kauschkesupport pattern as const parents in type_of
2020-12-31 borsAuto merge of #79895 - Kerollmops:slice-group-by, r...
2020-12-31 Pietro Albinibootstrap: use the correct paths during ./x.py install
2020-12-31 Pietro Albinibootstrap: change the dist outputs to GeneratedTarball
2020-12-31 Pietro Albinibootstrap: never delete the tarball temporary directory
2020-12-31 borsAuto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514
2020-12-31 borsRustdoc render public underscore_imports as Re-exports
2020-12-31 borsAuto merge of #79150 - m-ou-se:bye-bye-doc-comment...
2020-12-31 borsAuto merge of #80500 - jyn514:track-caller, r=nagisa
2020-12-31 Yuki OkushiFIx ICE on wf check for foreign fns
2020-12-31 CamelidAdd note on panic behavior
2020-12-31 CamelidSmall refactor
2020-12-31 CamelidRemove FIXME
2020-12-31 CamelidUpdate `find_nearest_parent_module`
2020-12-31 borsAuto merge of #80435 - pietroalbini:compression-formats...
2020-12-30 borsAuto merge of #80530 - m-ou-se:rollup-zit69ko, r=m...
2020-12-30 max-hellerTake type defaults into account in suggestions to reord...
2020-12-30 Mara BosRollup merge of #80513 - LeSeulArtichaut:80062-test...
2020-12-30 Mara BosRollup merge of #80495 - jyn514:rename-empty, r=petroch...
2020-12-30 Mara BosRollup merge of #80491 - RalfJung:dangling-of-val,...
2020-12-30 Mara BosRollup merge of #80488 - CAD97:drop-weak-without-refere...
2020-12-30 Mara BosRollup merge of #80458 - RalfJung:promotion-refactor...
2020-12-30 Mara BosRollup merge of #80424 - jyn514:bootstrap-cleanup,...
2020-12-30 Mara BosRollup merge of #80128 - pierwill:pierwill-docs-fieldpa...
2020-12-30 Mara BosRollup merge of #79479 - camelid:intersperse, r=m-ou-se
2020-12-30 Mara BosRollup merge of #78934 - DeveloperC286:issue_60302_vec...
2020-12-30 Jonas SchievinkAdd Iterator::intersperse
2020-12-30 Tyler MandryUpdate LLVM
2020-12-30 borsAuto merge of #80511 - Mark-Simulacrum:bump-stage0...
2020-12-30 markImplement edition-based macro pat feature
2020-12-30 borsAuto merge of #80510 - JohnTitor:rollup-gow7y0l, r...
2020-12-30 LeSeulArtichautAdd regression test for #80062
2020-12-30 Pietro Albinibootstrap: extract from any compression algorithm durin...
2020-12-30 Joshua NelsonRename kw::Invalid -> kw::Empty
2020-12-30 Mark RousskovBump bootstrap compiler to 1.50 beta
2020-12-30 Yuki OkushiRollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor
2020-12-30 Yuki OkushiRollup merge of #80492 - matthiaskrgr:tasty_wraps,...
2020-12-30 Yuki OkushiRollup merge of #80381 - rust-lang:revert-80244-spans...
2020-12-30 Yuki OkushiRollup merge of #80337 - jyn514:add-query-desc, r=varkor
2020-12-30 Yuki OkushiRollup merge of #80311 - sivadeilra:natvis, r=petrochenkov
2020-12-30 Yuki OkushiRollup merge of #80260 - RalfJung:less-untyped-panics...
2020-12-30 Yuki OkushiRollup merge of #80185 - JohnTitor:issue-80134, r=davidtwco
2020-12-30 Yuki OkushiFix ICE when pointing at multi bytes character
2020-12-30 Ralf JungCTFE: test size/align_of_val_raw on dangling pointers
2020-12-30 borsAuto merge of #79684 - usbalbin:const_copy, r=oli-obk
2020-12-30 Matthias Krügerremove unused return types such as empty Results or...
2020-12-30 Matthias Krügerwhere possible, pass slices instead of &Vec or &String...
2020-12-30 borsAuto merge of #80503 - JohnTitor:rollup-b26vglu, r...
2020-12-30 Yuki OkushiRollup merge of #80487 - matthiaskrgr:field_names,...
2020-12-30 Yuki OkushiRollup merge of #80482 - matthiaskrgr:cl0ne_on_copy...
2020-12-30 Yuki OkushiRollup merge of #80477 - tmiasko:safe-forget, r=oli-obk
2020-12-30 Yuki OkushiRollup merge of #80472 - GuillaumeGomez:sans-serif...
2020-12-30 Yuki OkushiRollup merge of #80469 - BlackHoleFox:fix-time-typo...
2020-12-30 Yuki OkushiRollup merge of #80467 - LingMan:more_matches, r=oli-obk
2020-12-30 Yuki OkushiRollup merge of #80465 - eltociear:patch-3, r=jyn514
2020-12-30 Yuki OkushiRollup merge of #80464 - LingMan:map_or, r=oli-obk
2020-12-30 Yuki OkushiRollup merge of #80461 - rust-lang:tmandry-patch-1...
2020-12-30 Yuki OkushiRollup merge of #80457 - camelid:pretty-docs-commas...
2020-12-30 Yuki OkushiRollup merge of #80358 - pierwill:edit_rustc_span,...
2020-12-30 Yuki OkushiRollup merge of #80348 - matthiaskrgr:less_clones,...
2020-12-30 Yuki OkushiRollup merge of #79812 - Aaron1011:lint-item-trailing...
2020-12-30 borsAuto merge of #79472 - Aaron1011:new-remove-pretty...
2020-12-30 Tomasz Miąskoremove unnecessary trailing semicolon from bootstrap
2020-12-29 borsAuto merge of #80453 - petrochenkov:nocfail, r=Mark...
2020-12-29 Aaron HillRemove unnecessary semicolon from Clippy test
2020-12-29 Aaron HillRemove unnecessary semicolon from Rustdoc-generated...
2020-12-29 Aaron HillRemove trailing semicolon in librustdoc
2020-12-29 Aaron HillLint on redundant trailing semicolon after item
2020-12-29 Vadim PetrochenkovRemove `compile-fail` test suite
2020-12-29 Matthias Krügerdon't clone copy types
2020-12-29 Guillaume GomezUse sans-serif font for the "all items" page links
2020-12-29 Ctest: updated expected Vec src path
2020-12-29 Pietro Albinici: stop producing gzip-compressed dist tarballs
2020-12-29 Pietro Albinibootstrap: add the dist.compression-formats option
2020-12-29 borsAuto merge of #80014 - jyn514:box-item-kind, r=nnethercote
2020-12-29 borsAuto merge of #79084 - simonvandel:instcombine-perf...
2020-12-29 Joshua NelsonAdd static assertion for the size of ItemKind
2020-12-29 Ikko AshimineFix typo in ffi-pure.md
2020-12-29 borsAuto merge of #80449 - m-ou-se:rollup-kp2e5n8, r=m...
2020-12-29 Tomasz MiąskoMake forget intrinsic safe
2020-12-28 Tyler MandryAdd llvm-libunwind change to bootstrap CHANGELOG
next