]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-12 Oli SchererUse some more visible sigils than `,`
2022-07-12 Takayuki Maedaadd regression test for #74713
2022-07-12 Takayuki Maedaimplement a suggestion for a floating point number...
2022-07-12 Ralf Junguse a loop rather than try_fold
2022-07-12 Ralf Junginterpret: refactor projection handling code
2022-07-12 kadminMove abstract const to rustc_middle::ty
2022-07-12 borsAuto merge of #99165 - matthiaskrgr:rollup-rqpelfa...
2022-07-11 Christopher... Remove duplication of layout size check
2022-07-11 Ding Xiang Feiadd tests for async await
2022-07-11 Ding Xiang Feiextract method to read scrutinee conditionally
2022-07-11 Ding Xiang Feimove else block into the `Local` struct
2022-07-11 Ding Xiang Feilower let-else in MIR instead
2022-07-11 est31Remove box syntax from Box<BareFunctionDecl> construction
2022-07-11 est31Remove box syntax for Box<rustdoc::clean::types::Type...
2022-07-11 est31Remove box syntax for Box<ImplItem> construction
2022-07-11 est31Remove box syntax for Box<Attributes> construction
2022-07-11 est31Remove box syntax from Box<dyn Iterator> construction
2022-07-11 Matthias KrügerRollup merge of #99161 - fee1-dead-contrib:compile...
2022-07-11 Matthias KrügerRollup merge of #99146 - compiler-errors:issue-61525...
2022-07-11 Matthias KrügerRollup merge of #99145 - jyn514:dont-rerun-build-script...
2022-07-11 Matthias KrügerRollup merge of #99142 - notriddle:notriddle/doctest...
2022-07-11 Matthias KrügerRollup merge of #99124 - compiler-errors:issue-99122...
2022-07-11 Matthias KrügerRollup merge of #99075 - danobi:dup_type_hint_sugg...
2022-07-11 Matthias KrügerRollup merge of #99055 - GuillaumeGomez:rustdoc-help...
2022-07-11 Matthias KrügerRollup merge of #97210 - Milo123459:clippy-args, r...
2022-07-11 borsAuto merge of #96978 - lqd:win_pgo2, r=Mark-Simulacrum
2022-07-11 Vadim Petrochenkovrustc_target: Flip the default for `TargetOptions:...
2022-07-11 Jane Losare... apply suggestions from code review
2022-07-11 Michael GouletFix sized check ICE in intrisicck
2022-07-11 borsAuto merge of #98637 - cjgillot:bare-trait-anon-lt...
2022-07-11 Deadbeefcompiletest: trim edition before passing as flag
2022-07-11 Oli SchererOnly check relative sizes on platform specific types
2022-07-11 Oli Scherertidy
2022-07-11 Oli SchererSimplify size checking
2022-07-11 Oli SchererDon't allow accidental runtime-checks
2022-07-11 Rémy Rakicintroduce PGO on the `dist-x86_64-msvc` builder
2022-07-11 Rémy Rakicmake linux PGO script more generic
2022-07-11 Jack Hueyplaceholders -> inference vars in comment
2022-07-11 Amanieu d'AntrasAdd test for issue 99071
2022-07-11 Rémy Rakicextend bootstrap for PGO on windows
2022-07-11 Rose Hudsonuse PlaceRef::iter_projections to fix old FIXME
2022-07-11 Amanieu d'AntrasKeep unstable target features for asm feature checking
2022-07-11 Rémy Rakicbump CI LLVM to 14.0.5
2022-07-11 Guillaume GomezContinue themes CSS migration over CSS variables
2022-07-11 Guillaume GomezRemove unused CSS rules
2022-07-11 borsAuto merge of #99151 - Dylan-DPC:rollup-40aqkxy, r...
2022-07-11 Oli Scherertidy
2022-07-11 Oli SchererMake tests work on 32 bit and 64 bit
2022-07-11 Oli SchererShow sizes in error output
2022-07-11 Oli SchererRename assertion macro
2022-07-11 Oli SchererSimplify assertion macro
2022-07-11 Oli SchererMove checks to compile-time
2022-07-11 Oli SchererHide niches in SIMD types, too
2022-07-11 Oli SchererMore obvious closure name
2022-07-11 Dylan DPCRollup merge of #99147 - compiler-errors:issue-55673...
2022-07-11 Dylan DPCRollup merge of #99140 - TaKO8Ki:implement-is-accessibl...
2022-07-11 Dylan DPCRollup merge of #99091 - compiler-errors:private-types...
2022-07-11 Dylan DPCRollup merge of #98907 - compiler-errors:plz-no-float...
2022-07-11 Dylan DPCRollup merge of #98882 - compiler-errors:explain-doc...
2022-07-11 borsAuto merge of #97841 - nvzqz:inline-encode-wide, r...
2022-07-11 Guillaume GomezAdd tests for -Chelp and -Zhelp
2022-07-11 Guillaume GomezFix rustdoc -Zhelp and -Chelp options
2022-07-11 Pietro Albini configure nightly branch name in stage0.json
2022-07-11 Pietro Albiniremove the need to update bump-stage0 with new stage0...
2022-07-11 Takayuki Maedarename a method
2022-07-11 Miloclippy argument support
2022-07-11 SOFeClarify that [iu]size bounds were only defined for...
2022-07-11 Michael GouletUse Visibility::is_accessible_from to make suggestion...
2022-07-11 Michael GouletDo not mention private Self types from other crates
2022-07-11 Michael GouletMention similarly named associated type even if it...
2022-07-11 borsAuto merge of #98369 - jyn514:configure.py, r=Mark...
2022-07-11 Michael GouletDo not suggest same trait over again
2022-07-11 Michael GouletUse fake substs to check for `Self: Sized` predicates...
2022-07-11 Joshua NelsonDon't rerun the build script for the compiler each...
2022-07-11 Michael Howellfix(doctest): treat fatal parse errors as incomplete...
2022-07-11 borsAuto merge of #99130 - jyn514:std-cache-invalidation...
2022-07-11 Joshua NelsonGive a better error when `x dist` fails for an optional...
2022-07-11 Takayuki Maedaimplement `is_accessible_span`
2022-07-11 borsAuto merge of #98526 - jyn514:download-llvm-outside...
2022-07-11 Christopher... Take advantage of known-valid-align in layout.rs
2022-07-11 Michael GouletDeny floats even when adt_const_params is enabled
2022-07-10 Michael Gouletuse subdiagnostic for message
2022-07-10 Michael Gouletexplain doc comments in macros a bit
2022-07-10 Joshua NelsonFix `x build library/std compiler/rustc`
2022-07-10 borsAuto merge of #99133 - matthiaskrgr:rollup-eignphd...
2022-07-10 est31Remove box syntax from doctest.rs
2022-07-10 est31Remove box syntax from Box<function pointer> construction
2022-07-10 Matthias KrügerRollup merge of #99128 - oxalica:fix/ci-llvm-patchelf...
2022-07-10 Matthias KrügerRollup merge of #99114 - GuillaumeGomez:css-cleanup...
2022-07-10 Matthias KrügerRollup merge of #99095 - rhysd:issue-99092, r=compiler...
2022-07-10 Matthias KrügerRollup merge of #99094 - AldaronLau:atomic-ptr-extra...
2022-07-10 Matthias KrügerRollup merge of #98713 - nikomatsakis:issue-98693,...
2022-07-10 Joshua NelsonAdd some autolabels for A-bootstrap and T-infra
2022-07-10 oxalicaFix `download-ci-llvm` NixOS patching for binaries
2022-07-10 Joshua NelsonAllow using `download-ci-llvm = true` outside the git...
2022-07-10 Joshua NelsonRemove unsupported options in configure.py
2022-07-10 Joshua NelsonFix drop-tracking ICE when a struct containing a field...
2022-07-10 borsAuto merge of #99107 - weihanglo:update-cargo, r=ehuss
2022-07-10 borsAuto merge of #98785 - compiler-errors:no-check-expr...
2022-07-10 borsAuto merge of #98463 - mystor:expand_expr_bool, r=eddyb
next