]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-03-24 Max Baumannadd diagnostic items for clippy's
2022-03-24 borsAuto merge of #94876 - b-naber:thir-abstract-const...
2022-03-24 borsAuto merge of #91030 - estebank:trait-bounds-are-tricky...
2022-03-24 borsAuto merge of #95233 - compiler-errors:chalk-up, r...
2022-03-24 Michael Gouletmake rustc work again
2022-03-24 Esteban KuberProperly track `ImplObligation`s
2022-03-24 borsAuto merge of #87667 - the8472:document-in-place-iter...
2022-03-23 borsAuto merge of #95250 - matthiaskrgr:rollup-ma4zl69...
2022-03-23 Matthias KrügerRollup merge of #95238 - TaKO8Ki:stop-emitting-E0026...
2022-03-23 Matthias KrügerRollup merge of #95225 - compiler-errors:impl-future...
2022-03-23 Matthias KrügerRollup merge of #95221 - RalfJung:check_and_deref_ptr...
2022-03-23 Matthias KrügerRollup merge of #95069 - GuillaumeGomez:auto-traits...
2022-03-23 Matthias KrügerRollup merge of #94249 - compiler-errors:better-copy...
2022-03-23 borsAuto merge of #95247 - cuviper:llvm14, r=nikic
2022-03-23 The 8472fix some links, clarify documentation based on review...
2022-03-23 b-naberdont use a query for lit_to_constant
2022-03-23 Josh StoneUpdate to LLVM 14.0.0 final
2022-03-23 borsAuto merge of #95220 - rust-lang:notriddle/ast-validati...
2022-03-23 borsAuto merge of #94901 - fee1-dead:destructable, r=oli-obk
2022-03-23 Takayuki Maedastop emitting E0026 for struct enums with underscores
2022-03-23 borsAuto merge of #95235 - asquared31415:ptr_eq_typo, r...
2022-03-23 b-naberadd test for treating ExprKind::ConstParam as temp
2022-03-23 b-naberuse NonHirLiteral instead of ScalarLiteral, move patter...
2022-03-23 b-nabermove ExprKind::Repeat arm to expr_is_poly
2022-03-23 b-naberuse ParamConst in ExprKind::ConstParam
2022-03-23 b-naberremove thir::Visitor::visit_const
2022-03-23 b-naberchange thir to lazily create constants
2022-03-23 borsAuto merge of #95232 - lnicola:rust-analyzer-2022-03...
2022-03-23 asquared31415ptr::guaranteed_eq doc typo
2022-03-23 Michael Gouletupgrade chalk
2022-03-23 Laurențiu Nicola:arrow_up: rust-analyzer
2022-03-23 borsAuto merge of #95173 - m-ou-se:sys-locks-module, r...
2022-03-23 borsAuto merge of #95223 - Dylan-DPC:rollup-idpb7ka, r...
2022-03-23 Michael Gouletremove [async output] from impl Future
2022-03-23 Ralf Jungbless 32bit
2022-03-23 Dylan DPCRollup merge of #95222 - RalfJung:validity, r=Dylan-DPC
2022-03-23 Dylan DPCRollup merge of #95219 - ojeda:update-alloc-no-oom...
2022-03-23 Dylan DPCRollup merge of #95212 - TaKO8Ki:replace-this-clone...
2022-03-23 Dylan DPCRollup merge of #94713 - clarfonthey:is_char_surrogate...
2022-03-23 Dylan DPCRollup merge of #92955 - llogiq:cloned-side-effect...
2022-03-23 Dylan DPCRollup merge of #91608 - workingjubilee:fold-neon-fp...
2022-03-23 Jubilee YoungFixup aarch64 smoke test
2022-03-23 Michael Gouletbetter errors when a Copy impl is not coherent
2022-03-23 borsAuto merge of #95088 - bjorn3:fix_test_variadic_fnptr...
2022-03-23 Ralf Junginterpret/memory: simplify check_and_deref_ptr
2022-03-22 Ralf Junginterpret/validity: improve clarity
2022-03-22 Jubilee YoungTest SVE2 includes NEON and not vice versa
2022-03-22 Michael Howelldiagnostics: do not suggest `fn foo({ <body> }`
2022-03-22 Jubilee YoungTest NEON compiles
2022-03-22 Jubilee YoungFilter for all features instead of any
2022-03-22 Jubilee YoungFold aarch64 feature +fp into +neon
2022-03-22 borsAuto merge of #95159 - nnethercote:TtParser, r=petrochenkov
2022-03-22 bjorn3Limit test_variadic_fnptr to unix
2022-03-22 Miguel OjedaModernize `alloc-no-oom-handling` test
2022-03-22 Nicholas NethercoteEliminate `TokenTreeOrTokenTreeSlice`.
2022-03-22 borsAuto merge of #95215 - Dylan-DPC:rollup-l9f9t7l, r...
2022-03-22 Dylan DPCRollup merge of #95207 - ZHANGWENTAI:update_termination...
2022-03-22 Dylan DPCRollup merge of #95200 - TaKO8Ki:cancel-not-emitted...
2022-03-22 Dylan DPCRollup merge of #95197 - frank-king:feat/unary_op_type_...
2022-03-22 Dylan DPCRollup merge of #95196 - RalfJung:unalloc-not-uninit...
2022-03-22 Dylan DPCRollup merge of #95188 - c410-f3r:aqui-vamos-nos, r...
2022-03-22 Andre Bogusadd perf side effect docs to `Iterator::cloned()`
2022-03-22 Mara BosMove std::sys::{mutex, condvar, rwlock} to std::sys...
2022-03-22 Takayuki Maedareplace `this.clone()` with `this.create_snapshot_for_d...
2022-03-22 borsAuto merge of #94693 - nnethercote:parser-inlining...
2022-03-22 ZHANGWENTAIadd some fix
2022-03-22 ZHANGWENTAIfix the lint problem
2022-03-22 ZHANGWENTAIupdate Termination trait docs
2022-03-22 borsAuto merge of #95107 - r00ster91:fmt, r=joshtriplett
2022-03-22 Takayuki Maedacancel a not emitted error after parsing const generic...
2022-03-22 borsAuto merge of #95158 - sunfishcode:sunfishcode/windows...
2022-03-22 Frank Kingsuggest constraining param for unary ops when missing...
2022-03-22 borsAuto merge of #95127 - notriddle:notriddle/option-conte...
2022-03-22 ltdkAdd u16::is_utf16_surrogate
2022-03-22 Ralf Jungrename LocalState::Uninitialized to Unallocated
2022-03-22 borsAuto merge of #95161 - JakobDegen:fix-early-otherwise...
2022-03-22 Nicholas NethercoteSplit `TokenCursor::{next,next_desugared}` into inlined...
2022-03-22 Nicholas NethercoteSplit `Parser::bump_with` into inlined and non-inlined...
2022-03-21 The 8472rename internal helper trait AsIntoIter to AsVecIntoIter
2022-03-21 CaioFix generated tokens hygiene
2022-03-21 The8472add module-level documentation for vec's in-place iteration
2022-03-21 The8472move AsIntoIter helper trait and mark it as unsafe
2022-03-21 The8472rename module to better reflect its purpose
2022-03-21 borsAuto merge of #95180 - matthiaskrgr:rollup-ai1ch2s...
2022-03-21 Matthias KrügerRollup merge of #95175 - lcnr:adt_const_params-tracking...
2022-03-21 Matthias KrügerRollup merge of #95166 - Urgau:check-cfg-values-unstabl...
2022-03-21 Matthias KrügerRollup merge of #95129 - GuillaumeGomez:rm-source-sideb...
2022-03-21 Matthias KrügerRollup merge of #95116 - bjorn3:cg_clif_test_fixes...
2022-03-21 Matthias KrügerRollup merge of #95085 - ouz-a:master5, r=jackh726
2022-03-21 Matthias KrügerRollup merge of #95074 - TaKO8Ki:use-format-args-captur...
2022-03-21 bjorn3Add needs-asm-support directive to tests where necessary
2022-03-21 ouz-aReturn err instead of ICE
2022-03-21 lcnrmove `adt_const_params` to its own tracking issue
2022-03-21 borsAuto merge of #95169 - Smittyvb:union-test-ub, r=bjorn3
2022-03-21 Takayuki Maedause `format-args-capture` and remove unnecessary nested...
2022-03-21 Mara BosMove pthread locks to own module.
2022-03-21 SmittyDon't run UB in test suite
2022-03-21 Loïc BRANSTETTUpdate unstable book with the new `values()` form for...
2022-03-21 DeadbeefTidy up
2022-03-21 DeadbeefRename `~const Drop` to `~const Destruct`
next