]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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 borsAuto merge of #99136 - CAD97:layout-faster, r=scottmcm
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 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 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 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 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 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
next