]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-10-01 Maybe Wafflemake tidy accept multi-line `rustc_const_unstable`...
2022-10-01 borsAuto merge of #102526 - matthiaskrgr:rollup-9o6p98c...
2022-10-01 borsAuto merge of #101969 - reez12g:issue-101306, r=reez12g
2022-09-30 Rento EzoeAdd a comment to downloading fmt statement
2022-09-30 Matthias KrügerRollup merge of #102521 - notriddle:notriddle/impl...
2022-09-30 Matthias KrügerRollup merge of #102493 - nnethercote:improve-size...
2022-09-30 Matthias KrügerRollup merge of #102492 - compiler-errors:simplify...
2022-09-30 Matthias KrügerRollup merge of #102490 - compiler-errors:closure-body...
2022-09-30 Matthias KrügerRollup merge of #102483 - spastorino:create-defs-on...
2022-09-30 Matthias KrügerRollup merge of #102373 - Nilstrieb:cannot-get-layout...
2022-09-30 Matthias KrügerRollup merge of #102361 - fee1-dead-contrib:fix-102156...
2022-09-30 Nicholas NethercoteGroup together more size assertions.
2022-09-30 borsAuto merge of #102517 - nikic:update-llvm-8, r=cuviper
2022-09-30 nilsFix typo
2022-09-30 Michael Howellrustdoc: update test cases for `<section>` tags in...
2022-09-30 Santiago Pastorinocreate def ids for impl traits during ast lowering
2022-09-30 Camille GillotUpdate compiler/rustc_interface/src/queries.rs
2022-09-30 borsAuto merge of #102520 - matthiaskrgr:rollup-7nreat0...
2022-09-30 Michael Howellrustdoc: add gui test for no-docblock margins
2022-09-30 Michael Howellrustdoc: add missing margin to no-docblock trait items
2022-09-30 Matthias KrügerRollup merge of #102506 - TaKO8Ki:specify-dyn-kind...
2022-09-30 Matthias KrügerRollup merge of #102505 - notriddle:sub-variant-h4...
2022-09-30 Matthias KrügerRollup merge of #102495 - nnethercote:reinstate-hir...
2022-09-30 Matthias KrügerRollup merge of #102421 - lyming2007:issue-101866,...
2022-09-30 Matthias KrügerRollup merge of #102382 - cuviper:defid-order, r=fee1...
2022-09-30 Matthias KrügerRollup merge of #102276 - ink-feather-org:const_closure...
2022-09-30 Michael Howellrustdoc: add missing margin to no-docblock methods
2022-09-30 onestackedAdd back ConstFnMutClosure::new, fix formatting
2022-09-30 onestackedFixed Documentation for wrap_mut_2_imp
2022-09-30 onestackedAdded more const_closure functionality.
2022-09-30 Nikita PopovUpdate LLVM submodule
2022-09-30 borsAuto merge of #102484 - beetrees:duration-debug-bug...
2022-09-30 nilsAdd comment explaining why we flush delayed bugs before...
2022-09-30 borsAuto merge of #102509 - matthiaskrgr:rollup-gtenet8...
2022-09-30 Matthias KrügerRollup merge of #102499 - cuviper:llvm-16-s390x, r...
2022-09-30 Matthias KrügerRollup merge of #102491 - notriddle:notriddle/sidebar...
2022-09-30 Matthias KrügerRollup merge of #102481 - notriddle:notriddle/rust...
2022-09-30 Matthias KrügerRollup merge of #102350 - TaKO8Ki:incomplete-fn-in...
2022-09-30 Matthias KrügerRollup merge of #101075 - ellishg:rustc_codegen_gcc_dia...
2022-09-30 borsAuto merge of #102387 - nnethercote:inline-Token-Partia...
2022-09-30 Michael Howellrustdoc: remove no-op CSS `h3.variant, .sub-variant...
2022-09-30 Takayuki Maedaspecify `DynKind::Dyn`
2022-09-30 borsAuto merge of #102164 - compiler-errors:rpitit-foreign...
2022-09-30 borsAuto merge of #102304 - lcnr:coherence-cleanup, r=compi...
2022-09-30 Josh StoneAdjust the s390x data layout for LLVM 16
2022-09-30 fee1-deadUse let chains instead of let else
2022-09-30 Nicholas NethercoteReinstate `hir-stats.rs` test for stage 1.
2022-09-29 borsAuto merge of #101887 - nnethercote:shrink-Res, r=spast...
2022-09-29 Michael GouletDon't lower assoc bindings just to deny them
2022-09-29 Michael Howellrustdoc: update test case now that the UI animation...
2022-09-29 Michael Howellrustdoc: remove no-op source sidebar `opacity`
2022-09-29 Michael GouletGenerate synthetic impl region even in closure body...
2022-09-29 beetreesFix integer overflow in `format!("{:.0?}", Duration...
2022-09-29 Yiming Leiremove the unused :: between trait and type to give...
2022-09-29 borsAuto merge of #102482 - notriddle:rollup-fjm618g, r...
2022-09-29 Michael HowellRollup merge of #102476 - oli-obk:split_error_path...
2022-09-29 Michael HowellRollup merge of #102468 - RalfJung:tidy, r=jyn514
2022-09-29 Michael HowellRollup merge of #102447 - notriddle:notriddle/method...
2022-09-29 Michael HowellRollup merge of #102442 - notriddle:notriddle/header...
2022-09-29 Michael HowellRollup merge of #102437 - notriddle:notriddle/margin...
2022-09-29 Michael HowellRollup merge of #102426 - sunfishcode:sunfishcode/no...
2022-09-29 Michael HowellRollup merge of #102214 - cassaundra:fix-format-args...
2022-09-29 Michael Howellrustdoc: remove unneeded CSS `.rust-example-rendered...
2022-09-29 borsAuto merge of #101893 - oli-obk:lift_derive, r=lcnr
2022-09-29 Oli SchererSplit out the error reporting logic into a separate...
2022-09-29 Ralf Jungmore clear function and variable names
2022-09-29 borsAuto merge of #102471 - Dylan-DPC:rollup-ij3okjt, r...
2022-09-29 Dylan DPCRollup merge of #102455 - nnethercote:WhileTrue-check_e...
2022-09-29 Dylan DPCRollup merge of #102452 - granolocks:grammar-tweak...
2022-09-29 Dylan DPCRollup merge of #102436 - notriddle:notriddle/normalize...
2022-09-29 Dylan DPCRollup merge of #102435 - GuillaumeGomez:improve-iterat...
2022-09-29 Dylan DPCRollup merge of #102385 - sunfishcode:sunfishcode/wasm...
2022-09-29 Dylan DPCRollup merge of #102342 - jmillikin:nonzero-negation...
2022-09-29 Dylan DPCRollup merge of #102336 - compiler-errors:issue-102333...
2022-09-29 Ralf Jungmake tidy dependency error less confusing
2022-09-29 borsAuto merge of #102461 - oli-obk:split_collect_rs, r...
2022-09-29 Oli SchererSome path updates
2022-09-29 Oli SchererSplit collect.rs
2022-09-29 borsAuto merge of #102328 - cuviper:ibm-stack-probes, r...
2022-09-29 borsAuto merge of #102450 - JohnTitor:rollup-ahleg93, r...
2022-09-29 Gabe Kossfix minor ungrammatical sentence
2022-09-29 Michael Howellrustdoc: add method spacing to trait methods
2022-09-29 Yuki OkushiRollup merge of #102433 - RalfJung:temp-dir-typo, r...
2022-09-29 Yuki OkushiRollup merge of #102416 - lcnr:specialization-fixme...
2022-09-29 Yuki OkushiRollup merge of #102399 - b-naber:binder-print-ice...
2022-09-29 Yuki OkushiRollup merge of #102393 - Rageking8:add-regression...
2022-09-29 Yuki OkushiRollup merge of #102368 - beetrees:nano-niche, r=joshtr...
2022-09-29 Yuki OkushiRollup merge of #102351 - Rageking8:improve-E0585,...
2022-09-29 Yuki OkushiRollup merge of #102085 - chenyukang:code-refactor...
2022-09-29 Yuki OkushiRollup merge of #98368 - sunfishcode:sunfishcode/std...
2022-09-29 borsAuto merge of #101833 - jyn514:cross-compile-compiler...
2022-09-29 Ellis Hoagprint <signal> when ranlib failed without an exit code
2022-09-28 Michael Howellrustdoc: remove bad CSS font-weight on `.impl`, `.metho...
2022-09-28 Nicholas NethercoteUse let-chaining in `WhileTrue::check_expr`.
2022-09-28 Guillaume GomezImprove example of Iterator::reduce
2022-09-28 Nicholas NethercoteShrink `hir::def::Res`.
2022-09-28 Michael Howellrustdoc: clean up "normalize.css 8" input override CSS
2022-09-28 John Millikinnonzero_negation_ops: `inline(always)` -> `inline`.
2022-09-28 John Millikinnonzero_negation_ops: Set `issue = "102443"`.
2022-09-28 borsAuto merge of #102384 - camelid:extrainfo, r=GuillaumeGomez
next