]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-01 Aman AroraProcess mentioned upvars for analysis first pass after...
2021-02-01 Mara BosFix bug with assert!() calling the wrong edition of...
2021-02-01 Mara BosAdd UI test for panic/assert in Rust 2021.
2021-02-01 Felix S. Klock IIplacate tidy.
2021-02-01 Felix S. Klock IITest exploring the interactions between all of the...
2021-02-01 Felix S. Klock IIRegression tests for issue 81211.
2021-02-01 Felix S. Klock IIUse UFCS instead of method calls in `derive(Debug)...
2021-02-01 Ellenmore things are const evaluatable *sparkles*
2021-02-01 borsAuto merge of #80641 - Danue1:patch-1, r=oli-obk
2021-02-01 LingManDirectly use `Option<&[T]>` instead of converting from...
2021-02-01 Jesus RubioUpdate ui tests
2021-02-01 Jesus RubioAdd long error explanation for E0521
2021-02-01 borsAuto merge of #81625 - jonas-schievink:rollup-mshpp2n...
2021-02-01 Guillaume GomezFix overflowing text on mobile when sidebar is displayed
2021-02-01 DanuelBless tests
2021-02-01 Jack HueyUpgrade Chalk
2021-02-01 Guillaume GomezImprove diff display in case the whole key in missing
2021-02-01 Guillaume GomezAdd test for primitive search
2021-02-01 Guillaume GomezPut back primitives in search
2021-02-01 LingManRemove unneeded `mut` variable
2021-02-01 DanuelFixed #[inline] to be warned in fields, arms, macro...
2021-02-01 Jonas SchievinkRollup merge of #81618 - bjorn3:sync_cg_clif-2021-02...
2021-02-01 Jonas SchievinkRollup merge of #81598 - sivadeilra:windows_dll_imports...
2021-02-01 Jonas SchievinkRollup merge of #81594 - bjorn3:avoid_building_llvm_for...
2021-02-01 Jonas SchievinkRollup merge of #81592 - GuillaumeGomez:rustdoc-ui...
2021-02-01 Jonas SchievinkRollup merge of #81536 - tgnottingham:time-passes-rss...
2021-02-01 Jonas SchievinkRollup merge of #81529 - estebank:case_lints, r=davidtwco
2021-02-01 Jonas SchievinkRollup merge of #81504 - matsujika:suggestion-field...
2021-02-01 Jonas SchievinkRollup merge of #81463 - matsujika:nll-ensure-c-case...
2021-02-01 Jonas SchievinkRollup merge of #81387 - c410-f3r:tests-tests-tests...
2021-02-01 Jonas SchievinkRollup merge of #81364 - camelid:improve-build-matches...
2021-02-01 Jonas SchievinkRollup merge of #79291 - JulianKnodt:ce_priv, r=petroch...
2021-02-01 Jonas SchievinkRollup merge of #78641 - the8472:buffered-copy, r=sfackler
2021-02-01 borsAuto merge of #81623 - jonas-schievink:rust-analyzer...
2021-02-01 Jonas Schievink:arrow_up: rust-analyzer
2021-02-01 borsAuto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
2021-02-01 borsAuto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov
2021-02-01 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
2021-02-01 Dániel BugaAssert the size of the refactored enums
2021-02-01 Dániel BugaBox the biggest ast::ItemKind variants
2021-02-01 Dániel BugaBox the biggest ast::ItemKind variants
2021-02-01 Sebastian DrögeImplement `TrustedLen` for `iter::Fuse<I: TrustedLen>`
2021-02-01 Sebastian DrögeAdd SAFETY comment for the `TrustedRandomAccess` impl...
2021-02-01 Aman AroraAdd lint for 2229 migrations
2021-02-01 Camelidrustdoc: Note why `rustdoc::html::markdown` is public
2021-02-01 borsAuto merge of #81591 - RalfJung:miri, r=RalfJung
2021-01-31 borsAuto merge of #81596 - jonas-schievink:rollup-utk14gr...
2021-01-31 CamelidUpdate outdated comment
2021-01-31 CaioMove some tests to more reasonable directories
2021-01-31 Cameron SteffenRemove Option from path_to_res return type
2021-01-31 kadminAdd error message for private fn
2021-01-31 Julian WollersbergerIndent the code correctly again after removing the...
2021-01-31 Julian WollersbergerRemove the remains of the query categories.
2021-01-31 Aaron HillImprove handling of spans around macro result parse...
2021-01-31 Waffleadd `Vec::extend_from_within` method
2021-01-31 Eric Hussrustbuild: Don't build compiler twice for error-index...
2021-01-31 bjorn3Add option to build using the sysroot of rustc
2021-01-31 Arlie DavisFix calling convention for CRT startup
2021-01-31 Jonas SchievinkRollup merge of #81590 - KodrAus:stabilize/int_bits_con...
2021-01-31 Jonas SchievinkRollup merge of #81589 - Seppel3210:master, r=jonas...
2021-01-31 Jonas SchievinkRollup merge of #81572 - pierwill:edit-error-codes...
2021-01-31 Jonas SchievinkRollup merge of #81571 - schteve:fix_e0759_typo, r...
2021-01-31 Jonas SchievinkRollup merge of #81568 - osa1:remove_old_fixme, r=jonas...
2021-01-31 Jonas SchievinkRollup merge of #81566 - osa1:issue71202, r=jonas-schievink
2021-01-31 Jonas SchievinkRollup merge of #81549 - est31:wording_fix, r=jonas...
2021-01-31 Jonas SchievinkRollup merge of #81480 - b-naber:nested_fields_suggesti...
2021-01-31 Jonas SchievinkRollup merge of #81255 - sunfishcode:wasi-no-export...
2021-01-31 Jonas SchievinkRollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk
2021-01-31 Jonas SchievinkRollup merge of #80092 - sexxi-goose:restrict_precision...
2021-01-31 Mara BosBless coverage-spanview/expected_mir_dump.*.
2021-01-31 borsAuto merge of #6603 - ThibsG:MatchOverlappingArm5986...
2021-01-31 borsAuto merge of #6656 - phansch:command-failed-print...
2021-01-31 bjorn3Avoid building LLVM just for llvm-dwp
2021-01-31 The8472specialize io::copy to use the memory of the writer...
2021-01-31 bjorn3Move some env var definitions around to fix cross-compi...
2021-01-31 bjorn3Fix a small error in the readme
2021-01-31 bjorn3Remove code comment
2021-01-31 bjorn3Split config.sh and add support for copying the mingw...
2021-01-31 Ralf Jungupdate Miri
2021-01-31 Guillaume GomezImprove resize handling
2021-01-31 Guillaume GomezPrevent search section to go over search input
2021-01-31 Guillaume GomezRemove unneeded explicit width from search results
2021-01-31 Ashley Mannixstabilize int_bits_const
2021-01-31 bjorn3Link examples to the correct libc when targeting Windows
2021-01-31 bjorn3Fix sysroot dir for cg_clif_build_sysroot
2021-01-31 bjorn3Add missing directory to clean_all.sh
2021-01-31 Sebastian WiduaFix small typo
2021-01-31 Philipp Hanschclippy_dev: Pass stderr to CommandFailed
2021-01-31 Konrad BorowskiAdd doc aliases for "delete"
2021-01-31 borsAuto merge of #81478 - sivadeilra:windows_dll_imports...
2021-01-31 Hirochika MatsumotoRustfmt
2021-01-31 Hirochika MatsumotoFix prefix of debug log
2021-01-31 borsAuto merge of #81327 - RalfJung:codegen-no-const-fail...
2021-01-31 Esteban Küberreview comments
2021-01-31 borsAuto merge of #81578 - jonas-schievink:rollup-yhiyowl...
2021-01-31 Jonas SchievinkRollup merge of #81563 - pickfire:patch-6, r=GuillaumeGomez
2021-01-31 Jonas SchievinkRollup merge of #81562 - the8472:improve-inplaceiterabl...
2021-01-31 Jonas SchievinkRollup merge of #81558 - pickfire:patch-5, r=GuillaumeGomez
2021-01-31 Jonas SchievinkRollup merge of #81550 - xfix:replace-mention-of-predec...
2021-01-31 Jonas SchievinkRollup merge of #81547 - pierwill:edit-typeck-mod-docs...
next