]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-14 Dylan DPCRollup merge of #99192 - Amanieu:fix-asm-srcloc, r...
2022-07-14 Dylan DPCRollup merge of #99000 - JulianKnodt:allow_resolve_no_s...
2022-07-14 Dylan DPCRollup merge of #98580 - PrestonFrom:issue_98466, r...
2022-07-14 Dylan DPCRollup merge of #98072 - yaahc:generic-member-access...
2022-07-14 borsAuto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r...
2022-07-14 Amanieu d'AntrasFix spans for asm diagnostics
2022-07-14 kadminFix overlapping impls
2022-07-14 Dylan DPCRollup merge of #99139 - jyn514:dist-tool-help, r=Mark...
2022-07-14 Dylan DPCRollup merge of #99126 - NiklasJonsson:84447/rustc_span...
2022-07-14 Dylan DPCRollup merge of #98705 - WaffleLapkin:closure_binder...
2022-07-14 Dylan DPCRollup merge of #98315 - joshtriplett:stabilize-core...
2022-07-14 Dylan DPCRollup merge of #97720 - cjgillot:all-fresh, r=petrochenkov
2022-07-14 borsAuto merge of #98975 - jyn514:unstable_opts, r=wesleywiser
2022-07-14 borsAuto merge of #99225 - ehuss:update-cargo, r=ehuss
2022-07-14 Eric HussUpdate cargo
2022-07-14 Josh TriplettStabilize `core::ffi:c_*` and rexport in `std::ffi`
2022-07-14 borsAuto merge of #98754 - jyn514:non-trivial-drop, r=compi...
2022-07-13 borsAuto merge of #97995 - RalfJung:union-more-nodrop,...
2022-07-13 Joshua NelsonRename `debugging_opts` to `unstable_opts`
2022-07-13 Ralf Jungadd array tests, cleanup, tidy, and bless
2022-07-13 Ralf Jungassigning to a union field can never drop now
2022-07-13 Ralf Jungremove untagged_union feature gate
2022-07-13 Ralf Jungalso allow arrays of allowed types
2022-07-13 Ralf Jungallow unions with mutable references and tuples of...
2022-07-13 Ralf Jungfactor 'is this type allowed as union field on stable...
2022-07-13 Preston FromEmit warning when named arguments are used positionally...
2022-07-13 borsAuto merge of #99136 - CAD97:layout-faster, r=scottmcm
2022-07-13 Niklas Jonssonreduce scope of allow(rustc::potential_query_instabilit...
2022-07-13 borsAuto merge of #99210 - Dylan-DPC:rollup-879cp1t, r...
2022-07-13 borsAuto merge of #98145 - ouz-a:some_branch, r=oli-obk
2022-07-13 Dylan DPCRollup merge of #99199 - TaKO8Ki:remove-unnecessary...
2022-07-13 Dylan DPCRollup merge of #99155 - Amanieu:unstable-target-featur...
2022-07-13 Dylan DPCRollup merge of #99030 - rust-lang:notriddle/field...
2022-07-13 Dylan DPCRollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb
2022-07-13 Dylan DPCRollup merge of #98574 - dingxiangfei2009:let-else...
2022-07-13 Camille GILLOTAdd feature gate.
2022-07-13 Camille GILLOTBless ui-fulldeps tests.
2022-07-13 Camille GILLOTClippy fallout.
2022-07-13 Camille GILLOTAlways use CreateParameter mode for function definitions.
2022-07-13 borsAuto merge of #99203 - GuillaumeGomez:rollup-b2re0dv...
2022-07-13 Oli SchererLimit test to x86 targets for reproducability
2022-07-13 Guillaume GomezRollup merge of #99185 - krasimirgg:llvm-wrapper-inline...
2022-07-13 Guillaume GomezRollup merge of #99183 - jonas-schievink:proc_macro...
2022-07-13 Guillaume GomezRollup merge of #99176 - lnicola:rust-analyzer-2022...
2022-07-13 Guillaume GomezRollup merge of #99168 - TaKO8Ki:add-regression-test...
2022-07-13 Guillaume GomezRollup merge of #99152 - GuillaumeGomez:css-theme-var...
2022-07-13 Guillaume GomezRollup merge of #99148 - SOF3:clarify-xsize-bound,...
2022-07-13 Guillaume GomezRollup merge of #99132 - jyn514:autolabel, r=Mark-Simul...
2022-07-13 Guillaume GomezRollup merge of #99020 - fee1-dead-contrib:repr_transpa...
2022-07-13 Guillaume GomezRollup merge of #98848 - flip1995:clippy-book, r=jyn514
2022-07-13 Guillaume GomezRollup merge of #98789 - aDotInTheVoid:rjdt-derives...
2022-07-13 borsAuto merge of #99066 - est31:remove_box_librustdoc...
2022-07-13 borsAuto merge of #99149 - ferrocene:pa-nightly-branch...
2022-07-13 Deadbeeffix documentation
2022-07-13 Takayuki Maedaavoid `&str` to `String` conversions
2022-07-13 Takayuki Maedaremove an unnecessary `span_to_snippet`
2022-07-13 borsAuto merge of #99101 - RalfJung:interpret-projections...
2022-07-12 Maybe WaffleFix clippy build
2022-07-12 Maybe WaffleAdd rustfmt test for formatting `for<>` before closures
2022-07-12 Maybe Waffleimplement rustfmt formatting for `for<>` closure binders
2022-07-12 Maybe WaffleAdd back expr size checks
2022-07-12 Maybe WaffleAdd an indirection for closures in `hir::ExprKind`
2022-07-12 Maybe WaffleAdd `LifetimeBinderKind::Closure`
2022-07-12 Maybe Waffleadd test for implicit stuff in signatures of closures...
2022-07-12 Maybe Wafflemake for<> in closures a possible place to suggest...
2022-07-12 Maybe WaffleLower closure binders to hir & properly check them
2022-07-12 Michael HowellUpdate compiler/rustc_parse/src/parser/expr.rs
2022-07-12 Krasimir Georgievllvm-wrapper: adapt for LLVM API change
2022-07-12 Jonas SchievinkMention rust-analyzer maintainers when `proc_macro...
2022-07-12 ouz-aignore wasm=32 & bless
2022-07-12 Maybe WaffleComment out expr size check
2022-07-12 Maybe Waffle--bless tests
2022-07-12 Maybe WaffleParse closure binders
2022-07-12 borsAuto merge of #99177 - Dylan-DPC:rollup-m0k9q2w, r...
2022-07-12 Dylan DPCRollup merge of #99171 - GuillaumeGomez:rustdoc-ui...
2022-07-12 Dylan DPCRollup merge of #99154 - rosehuds:master, r=cjgillot
2022-07-12 Dylan DPCRollup merge of #99038 - jackh726:earlybinder-cleanup...
2022-07-12 Dylan DPCRollup merge of #98972 - TaKO8Ki:suggest-adding-missing...
2022-07-12 Dylan DPCRollup merge of #98633 - c410-f3r:yet-another-let-chain...
2022-07-12 Dylan DPCRollup merge of #98622 - petrochenkov:executables,...
2022-07-12 ouz-aadd new rval, pull deref early
2022-07-12 Ding Xiang Feifix the typo
2022-07-12 Laurențiu Nicola:arrow_up: rust-analyzer
2022-07-12 Deadbeefadd more tests
2022-07-12 Deadbeefcheck non_exhaustive attr and private fields for transp...
2022-07-12 Guillaume GomezUpdate -zhelp and -chelp rustdoc-ui tests to use regex...
2022-07-12 Guillaume GomezAdd regex-error-pattern flag in compiletest
2022-07-12 Oli SchererAlways check Cell alongside with `UnsafeCell`
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
next