]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-07 borsAuto merge of #81635 - michaelwoerister:structured_def_...
2021-03-07 borsAuto merge of #82285 - nhwn:nonzero-debug, r=nagisa
2021-03-07 borsAuto merge of #82851 - JohnTitor:rollup-me5ko8g, r...
2021-03-07 Yuki OkushiRollup merge of #82837 - RalfJung:maybe-uninit, r=dtolnay
2021-03-07 Yuki OkushiRollup merge of #82822 - henryboisdequin:fix-typo-rustc...
2021-03-07 Yuki OkushiRollup merge of #82808 - bjorn3:sync_cg_clif-2021-03...
2021-03-07 Yuki OkushiRollup merge of #82803 - jyn514:unversioned-files,...
2021-03-07 Yuki OkushiRollup merge of #82793 - JohnTitor:move-ui-tests, r...
2021-03-07 Yuki OkushiRollup merge of #82751 - RalfJung:offset_from, r=dtolnay
2021-03-07 Yuki OkushiRollup merge of #82720 - henryboisdequin:fix-79040...
2021-03-07 Yuki OkushiRollup merge of #82651 - jyn514:rustdoc-warnings, r...
2021-03-07 Yuki OkushiRollup merge of #82592 - Lonami:patch-1, r=RalfJung
2021-03-07 Yuki OkushiRollup merge of #82402 - jyn514:module-cache-refcell...
2021-03-07 Yuki OkushiRollup merge of #82292 - SkiFire13:fix-issue-82291...
2021-03-07 Yuki OkushiRollup merge of #82130 - jhpratt:const-option-result...
2021-03-07 Yuki OkushiRollup merge of #77916 - QuiltOS:kernel-code-targets...
2021-03-06 borsAuto merge of #82738 - estebank:tail-expr-check-is...
2021-03-06 Jacob PrattMake some Option, Result methods unstably const
2021-03-06 Ralf Jungtweak MaybeUninit docs
2021-03-06 LonamiImprove transmute docs with further clarifications
2021-03-06 Yuki OkushiMove some tests to more suitable subdirs
2021-03-06 Henry BoisdequinFix typo
2021-03-06 Henry Boisdequinaddress comments
2021-03-05 borsAuto merge of #82816 - GuillaumeGomez:rollup-hxohu2e...
2021-03-05 Guillaume GomezRollup merge of #82809 - notriddle:microoptimize-main...
2021-03-05 Guillaume GomezRollup merge of #82797 - henryboisdequin:name-issue...
2021-03-05 Guillaume GomezRollup merge of #82782 - pnkfelix:include-crate-being...
2021-03-05 Guillaume GomezRollup merge of #82736 - spastorino:mir-opt-level-perf...
2021-03-05 Guillaume GomezRollup merge of #82714 - estebank:missing-braces, r...
2021-03-05 Guillaume GomezRollup merge of #82708 - GuillaumeGomez:doc-test-attr...
2021-03-05 Guillaume GomezRollup merge of #80845 - GuillaumeGomez:item-kind-trans...
2021-03-05 Santiago Pastorinobless mir-inlining warning message
2021-03-05 Joshua NelsonAdd an unstable option to print all unversioned files
2021-03-05 Santiago PastorinoFix MIR optimization level description
2021-03-05 Santiago PastorinoBump one missing mir_opt_level
2021-03-05 Santiago PastorinoFix rustc_driver self text and bump the mir_opt_level
2021-03-05 Santiago PastorinoBump mir-opt-level from 2 to 3 in tests
2021-03-05 Santiago PastorinoBump mir-opt-level from 3 to 4 in tests
2021-03-05 Santiago PastorinoMake clippy set mir_opt_level using Option
2021-03-05 Santiago PastorinoMake mir_opt_level default to 2 for optimized levels
2021-03-05 Santiago PastorinoBump all mir_opt_level 2 to 3
2021-03-05 Santiago PastorinoBump all mir_opt_level 3 to 4
2021-03-05 Santiago PastorinoFor better consistency change mir_opt_level <= 1 to < 2
2021-03-05 Santiago PastorinoExtract mir_opt_level to a method and use Option to...
2021-03-05 borsAuto merge of #74024 - Folyd:master, r=m-ou-se
2021-03-05 Michael HowellUse substrings instead of split to grab enum variant...
2021-03-05 bjorn3Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7...
2021-03-05 Giacomo StevanatoAdd relevant test
2021-03-05 Giacomo StevanatoPrevent Zip specialization from calling __iterator_get_...
2021-03-05 Felix S. Klock IIRevise prefix a bit, adding both `--test` (conditionall...
2021-03-05 bjorn3Disable value debuginfo
2021-03-05 Joshua NelsonStore `UNVERSIONED_FILES` in a data structure
2021-03-05 Guillaume GomezRefactor from_clean_item_kind to improve ExternCrateIte...
2021-03-05 Guillaume GomezMake ItemKind::ExternCrate looks like hir::ItemKind...
2021-03-05 Guillaume GomezMake invalid_doc_attribute lint plural
2021-03-05 borsAuto merge of #82795 - m-ou-se:rollup-uzx0b92, r=m...
2021-03-05 Henry BoisdequinUpdate tests names to start with `issue-`
2021-03-05 bjorn3Rustfmt
2021-03-05 bjorn3Rustup to rustc 1.52.0-nightly (45b3c2851 2021-03-04)
2021-03-05 MaraRollup merge of #82787 - notriddle:main-js-cleanup...
2021-03-05 MaraRollup merge of #82773 - mgacek8:feature/add_diagnostic...
2021-03-05 MaraRollup merge of #82770 - m-ou-se:assert-match, r=joshtr...
2021-03-05 MaraRollup merge of #82764 - m-ou-se:map-try-insert, r...
2021-03-05 MaraRollup merge of #82728 - calebsander:refactor/bufreader...
2021-03-05 MaraRollup merge of #82289 - SkiFire13:fix-issue-82282...
2021-03-05 MaraRollup merge of #81939 - kper:fixing-81584-allocate...
2021-03-05 MaraRollup merge of #81136 - Xavientois:io_reader_size_hint...
2021-03-05 MaraRollup merge of #80763 - petrochenkov:pubusecrate,...
2021-03-05 MaraRollup merge of #80723 - rylev:noop-lint-pass, r=estebank
2021-03-05 bjorn3Sync from rust a0d66b54fb3acc2125972b88ff543a2c04d14af5
2021-03-05 borsAuto merge of #82777 - GuillaumeGomez:rollup-etcsupl...
2021-03-05 borsAuto merge of #71481 - estebank:inherit-stability,...
2021-03-05 Michael HowellRemove unused code from main.js
2021-03-04 Felix S. Klock IIMake rustc shim's verbose output include crate_name...
2021-03-04 Guillaume GomezRollup merge of #82765 - oli-obk:polymorphization_regre...
2021-03-04 Guillaume GomezRollup merge of #82752 - JohnTitor:gat-ice-test, r...
2021-03-04 Guillaume GomezRollup merge of #82690 - jyn514:remove-pass-docs, r...
2021-03-04 Guillaume GomezRollup merge of #82088 - Nicholas-Baron:shorten_html_re...
2021-03-04 Guillaume GomezRollup merge of #76716 - GuillaumeGomez:stop-complains...
2021-03-04 Guillaume GomezAlso use INVALID_DOC_ATTRIBUTE for "unknown doc attribu...
2021-03-04 Mara BosAdd tracking issue for assert_matches.
2021-03-04 Guillaume GomezAdd tests for #[doc(test(...)] check
2021-03-04 Guillaume GomezAdd extra check for #[doc(test(...)] attribute
2021-03-04 Guillaume GomezAdd new edition 2021 link: INVALID_DOC_ATTRIBUTE
2021-03-04 Guillaume GomezUse cache access levels
2021-03-04 Guillaume GomezNo more need for borrow call
2021-03-04 Guillaume GomezPass TyCtxt directly instead of DocContext in librustdo...
2021-03-04 Guillaume GomezMove visibility check inside the should_have_doc_exampl...
2021-03-04 Guillaume GomezUpdate missing code example test
2021-03-04 Guillaume GomezDon't warn for `missing_doc_examples` when item is...
2021-03-04 borsAuto merge of #82747 - JohnTitor:pin-es-check-version...
2021-03-04 Joshua NelsonUpdate rustdoc documentation
2021-03-04 Mara BosDon't consume the expression in assert_matches!()'s...
2021-03-04 Nicholas-BaronCorrected imports for render tests and mod files
2021-03-04 Nicholas-BaronMoved `write_shared` to its own file
2021-03-04 Mateusz GacekFix comment with path to `symbols!` macro
2021-03-04 Mateusz GacekAdd diagnostic item to `Default` trait
2021-03-04 Nicholas-BaronMoved the `make_item_keywords` function to `context...
2021-03-04 Nicholas-BaronMoved `print_item` and helpers to a separate file
2021-03-04 Nicholas-BaronMoved Context and its impls to a separate file
next