]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-11-11 Florian BartelsAdd `nto` as known `target_os`
2022-11-11 Florian BartelsAdd no_std AArch64 support for the QNX Neutrino (nto...
2022-11-11 Michael Benfieldrustc_codegen_ssa: Better code generation for niche...
2022-11-11 borsAuto merge of #103898 - Nilstrieb:match-macro, r=nnethe...
2022-11-11 Ben ReevesOops, bless this test.
2022-11-11 Esteban KüberFix tests after rebase
2022-11-11 borsAuto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank
2022-11-11 Esteban Küberreview comments
2022-11-11 Esteban KüberConsider `#[must_use]` annotation on `async fn` as...
2022-11-11 Esteban KüberTweak span for `#[must_use]`
2022-11-11 Takayuki Maedaemit errors when using `RangeFrom` and `RangeTo`
2022-11-11 Takayuki Maedaavoid unnecessary `format!`
2022-11-11 Takayuki Maedasuggest removing unnecessary . to use a floating point...
2022-11-11 kubycsolutionsAvoid runtime dependency on static libstdc++
2022-11-11 Michael Howellrustdoc: use checkbox instead of switch for settings...
2022-11-10 Albert LarsanAdd a reference to ilog2 in leading_zeros integer docs
2022-11-10 Michael GouletMore nits
2022-11-10 Michael Gouletbless tests
2022-11-10 lcnradd some more tests
2022-11-10 lcnrmake `Sized` coinductive
2022-11-10 Michael GouletMore accurately report error when formal and expected...
2022-11-10 Michael GouletDon't emit coerce suggestions for a type into itself
2022-11-10 borsAuto merge of #104164 - cjgillot:u64-cache, r=compiler...
2022-11-10 Ben ReevesApply PR feedback.
2022-11-10 Ben ReevesRequire `~const` qualifier on trait bounds in specializ...
2022-11-10 Ben ReevesAdd #[const_trait] where needed in tests.
2022-11-10 Ben ReevesDisallow specializing on const impls with non-const...
2022-11-10 Ben ReevesAllow specialized const trait impls.
2022-11-10 Guillaume GomezAdd GUI test for :target
2022-11-10 Guillaume GomezMigrate :target rules to use CSS variables
2022-11-10 Charles LewMark `trait_upcasting` feature no longer incomplete.
2022-11-10 joboetupdate debuginfo check
2022-11-10 borsAuto merge of #104246 - Manishearth:rollup-9o3txc7...
2022-11-10 Manish GoregaokarRollup merge of #104235 - compiler-errors:more-ct-guar...
2022-11-10 Manish GoregaokarRollup merge of #104233 - compiler-errors:issue-104209...
2022-11-10 Manish GoregaokarRollup merge of #104194 - BoxyUwU:early_binder_docs...
2022-11-10 Manish GoregaokarRollup merge of #104186 - chenyukang:yukang/fix-104086...
2022-11-10 Manish GoregaokarRollup merge of #104077 - nicholasbishop:bishop-uefi...
2022-11-10 Manish GoregaokarRollup merge of #104060 - ink-feather-org:const_hash...
2022-11-10 Manish GoregaokarRollup merge of #104036 - compiler-errors:option-sugg...
2022-11-10 Manish GoregaokarRollup merge of #103863 - compiler-errors:fulfillcx...
2022-11-10 Manish GoregaokarRollup merge of #101939 - zhaixiaojuan:loongarch64...
2022-11-10 Boxybroken links go brrrrr
2022-11-10 borsAuto merge of #104236 - compiler-errors:rollup-adjshd6...
2022-11-10 Michael GouletRollup merge of #104231 - ibraheemdev:patch-12, r=compi...
2022-11-10 Michael GouletRollup merge of #104211 - lnicola:rust-analyzer-2022...
2022-11-10 Michael GouletRollup merge of #104201 - GuillaumeGomez:gui-test-check...
2022-11-10 Michael GouletRollup merge of #104190 - Nilstrieb:patch-1, r=compiler...
2022-11-10 Michael GouletRollup merge of #104115 - GuillaumeGomez:migrate-crate...
2022-11-10 Michael GouletRollup merge of #104046 - RalfJung:run-miri-run, r...
2022-11-10 Michael GouletRollup merge of #103675 - lyming2007:issue-103271-fix...
2022-11-10 Michael GouletRollup merge of #103443 - mucinoab:recover-colon-as...
2022-11-10 Michael GouletRollup merge of #102763 - compiler-errors:nits, r=cjgillot
2022-11-10 Michael GouletUse const_error_with_guaranteed more
2022-11-10 borsAuto merge of #103636 - chenyukang:yukang/fix-103587...
2022-11-10 Michael GouletDon't ICE when encountering ConstKind::Error in Require...
2022-11-10 Ibraheem Ahmedupdate mailmap
2022-11-10 Michael Gouletbless a chalk test
2022-11-10 Michael GouletUse TraitEngine in more places, make FulfillmentCtxt...
2022-11-10 Ibraheem Ahmedremove unused license
2022-11-10 Ibraheem Ahmedremove old REUSE entry
2022-11-10 Ibraheem Ahmedtidy
2022-11-10 Ibraheem Ahmedspin less in `mpsc::SyncSender::send`
2022-11-10 Ibraheem Ahmedremove extra spinning from `mpsc` parker
2022-11-10 Ibraheem Ahmed`sync::mpsc`: quadratic backoff
2022-11-10 Ibraheem Ahmed`sync::mpsc`: reload state after spinning on CAS failure
2022-11-10 Ibraheem Ahmedremove extra spinning from `mpsc::Receiver::recv`
2022-11-10 Ibraheem Ahmedremove mention of rust-lang#39364 from mpsc docs
2022-11-10 Ibraheem Ahmedadd test case for rust-lang#39364
2022-11-10 Ibraheem Ahmedimplement `sync::mpsc` as a wrapper around `sync::mpmc`
2022-11-10 Ibraheem Ahmedinitial port of crossbeam-channel
2022-11-10 borsAuto merge of #101990 - clubby789:dont-machine-apply...
2022-11-10 Yiming Leiremove redundent "<>" for ty::Slice with reference...
2022-11-09 borsAuto merge of #104215 - Manishearth:rollup-5r957ad...
2022-11-09 Michael Gouletmake dropck_outlives into a proper canonicalized type...
2022-11-09 Michael GouletRemove save_and_restore_in_snapshot_flag
2022-11-09 NilstriebDisplay help message when fluent arg was referenced...
2022-11-09 NilstriebDon't ICE on operator trait methods with generic methods
2022-11-09 Michael Howellrustdoc: sort output to make it deterministic
2022-11-09 Manish GoregaokarRollup merge of #104184 - jyn514:rustdoc-version, r...
2022-11-09 Manish GoregaokarRollup merge of #104171 - ehuss:update-books, r=ehuss
2022-11-09 Manish GoregaokarRollup merge of #104156 - oli-obk:autoderef, r=estebank
2022-11-09 Manish GoregaokarRollup merge of #104020 - nicholasbishop:bishop-limit...
2022-11-09 Manish GoregaokarRollup merge of #104015 - alex:remove-kernel, r=oli-obk
2022-11-09 Manish GoregaokarRollup merge of #103929 - BlackHoleFox:apple-targets...
2022-11-09 Manish GoregaokarRollup merge of #103464 - JakobDegen:mir-parsing, r...
2022-11-09 Manish GoregaokarRollup merge of #103307 - b4den:master, r=estebank
2022-11-09 Manish GoregaokarRollup merge of #101005 - SLASHLogin:rustc_codegen_llvm...
2022-11-09 NilstriebEmit error in `collecting_trait_impl_trait_tys` on...
2022-11-09 borsAuto merge of #104131 - notriddle:notriddle/flate2...
2022-11-09 Michael GouletSuggest is_some or let when encountering Option and...
2022-11-09 Laurențiu Nicola:arrow_up: rust-analyzer
2022-11-09 Michael Gouletrebase conflict
2022-11-09 Michael GouletMake span_suggestions take IntoIterator
2022-11-09 Michael GouletDiagnosticBuilder -> Diagnostic
2022-11-09 Michael GouletUse ObligationCtxt in expected_inputs_for_expected_outputs
2022-11-09 borsAuto merge of #104192 - Dylan-DPC:rollup-jjo1o80, r...
2022-11-09 yukangadd 'is_assign_rhs' to avoid weird suggesting 'let'
2022-11-09 Cameron SteffenAdd domain size check to fix ICE
2022-11-09 Guillaume GomezUpdate to new browser-ui-test version
next