]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-04 Alexis BourgetAdd a test for the shortness format in rustdoc
2021-02-02 Alexis BourgetMake rustdoc respect `--error-format short`
2021-02-02 borsAuto merge of #80843 - Mark-Simulacrum:fmt-bump, r...
2021-02-02 Mark RousskovBump rustfmt version
2021-02-02 borsAuto merge of #81660 - jonas-schievink:rollup-fz2lh78...
2021-02-02 Jonas SchievinkRollup merge of #81631 - LingMan:rem_var, r=davidtwco
2021-02-02 Jonas SchievinkRollup merge of #81630 - GuillaumeGomez:overflow-sideba...
2021-02-02 Jonas SchievinkRollup merge of #81609 - Julian-Wollersberger:no-query...
2021-02-02 Jonas SchievinkRollup merge of #81608 - Aaron1011:macro-res-parse...
2021-02-02 Jonas SchievinkRollup merge of #81599 - sdroege:fuse-trusted-len,...
2021-02-02 Jonas SchievinkRollup merge of #81577 - BoxyUwU:subexpr_const_evaluata...
2021-02-02 Jonas SchievinkRollup merge of #81492 - camelid:rustdoc-internal-mod...
2021-02-02 Jonas SchievinkRollup merge of #81485 - jackh726:atb-issues, r=Mark...
2021-02-02 Jonas SchievinkRollup merge of #81481 - lcnr:cast-tests, r=jackh726
2021-02-02 Jonas SchievinkRollup merge of #81022 - seanchen1991:feat/frames-iter...
2021-02-02 Jonas SchievinkRollup merge of #80629 - sexxi-goose:migrations_1,...
2021-02-02 borsAuto merge of #79015 - WaffleLapkin:vec_append_from_wit...
2021-02-02 Ashley Mannixupdate tracking issue for vec_extend_from_within
2021-02-02 borsAuto merge of #81539 - nikic:update-armhf-gnu, r=sanxiyn
2021-02-02 Aman AroraNew migration
2021-02-02 borsAuto merge of #81651 - ehuss:update-cargo, r=ehuss
2021-02-02 Aman AroraPR fixup
2021-02-02 Aman AroraMark the lint doc as compile_fail
2021-02-02 Aman AroraTests for 2229 lint
2021-02-02 Eric HussUpdate cargo
2021-02-02 borsAuto merge of #81557 - GuillaumeGomez:primitive-search...
2021-02-01 Aman AroraMigrations first pass
2021-02-01 Aman AroraProcess mentioned upvars for analysis first pass after...
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 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 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 bjorn3Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4...
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 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 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 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 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...
next