]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-03-04 Dylan DPCRollup merge of #94595 - TaKO8Ki:fix-invalid-unresolved...
2022-03-04 Dylan DPCRollup merge of #94577 - RalfJung:simd-miri, r=scottmcm
2022-03-04 Dylan DPCRollup merge of #94362 - Urgau:check-cfg-values, r...
2022-03-04 borsAuto merge of #94494 - jonhoo:bump-autocfg, r=Mark...
2022-03-04 borsAuto merge of #94612 - matthiaskrgr:rollup-2jm5wkr...
2022-03-04 Matthias KrügerRollup merge of #94600 - est31:master, r=notriddle
2022-03-04 Matthias KrügerRollup merge of #94593 - estebank:issue-94510, r=davidtwco
2022-03-04 Matthias KrügerRollup merge of #94568 - bjorn3:rustbuild_remove_dead_c...
2022-03-04 Matthias KrügerRollup merge of #94549 - m-ou-se:thread-is-finished...
2022-03-04 Matthias KrügerRollup merge of #94524 - bjorn3:remove_num_cpus, r...
2022-03-04 Matthias KrügerRollup merge of #94236 - reez12g:add_track_caller_87707...
2022-03-04 borsAuto merge of #94570 - shampoofactory:reopen-91719...
2022-03-04 borsAuto merge of #94539 - tmiasko:string-attributes, r...
2022-03-04 Loïc BRANSTETTAdd well known values to --check-cfg implementation
2022-03-04 est31Use if let instead of manual match
2022-03-04 borsAuto merge of #94159 - erikdesjardins:align-load, r...
2022-03-04 borsAuto merge of #94096 - cjgillot:ensure-stability, r...
2022-03-04 Takayuki Maedafix invalid `unresolved imports` errors the asterisk...
2022-03-04 reez12gAdd #[track_caller] to track callers when initializing...
2022-03-04 borsAuto merge of #94588 - Dylan-DPC:rollup-7pxd0i3, r...
2022-03-04 Esteban KuberDo not recover from `Ty?` in macro parsing
2022-03-04 Dylan DPCRollup merge of #94582 - nnethercote:fix-x-fmt-bug...
2022-03-04 Dylan DPCRollup merge of #94575 - RalfJung:switchint-comment...
2022-03-04 Dylan DPCRollup merge of #94572 - sunfishcode:sunfishcode/handle...
2022-03-04 Dylan DPCRollup merge of #94466 - jonhoo:bootstrap-proper-env...
2022-03-04 Dylan DPCRollup merge of #94404 - pierwill:newtype-index-noord...
2022-03-04 Dylan DPCRollup merge of #94339 - Amanieu:arm-d32, r=nagisa
2022-03-04 Dylan DPCRollup merge of #93965 - Mark-Simulacrum:owned-stdio...
2022-03-04 Dylan DPCRollup merge of #93913 - bjorn3:remove_everybody_loops...
2022-03-04 Dylan DPCRollup merge of #93418 - ojeda:no-shortcut, r=camelid
2022-03-04 Dylan DPCRollup merge of #88805 - krhancoc:master, r=dtolnay
2022-03-04 borsAuto merge of #94009 - compiler-errors:gat-rustdoc...
2022-03-03 Nicholas NethercoteFix a bug in `x.py fmt` that prevents some files being...
2022-03-03 borsAuto merge of #94571 - matthiaskrgr:rollup-4ul5ydb...
2022-03-03 Michael Gouletadd tests
2022-03-03 Michael Gouletdon't forget generics for GATs in impls
2022-03-03 Michael Gouletmake generic projection types print correctly
2022-03-03 Ralf Jungonly disable SIMD for doctests in Miri (not for the...
2022-03-03 Ralf JungMiri can run this test now
2022-03-03 Ralf Jungfix a warning when building core tests with cfg(miri)
2022-03-03 scottmcmAdd a missing `#[no_mangle]`
2022-03-03 Ralf JungCTFE SwitchInt: update comment
2022-03-03 Dan GohmanUse `HandleOrNull` and `HandleOrInvalid` in the Windows...
2022-03-03 Matthias KrügerRollup merge of #94563 - TaKO8Ki:remove-unnecessary...
2022-03-03 Matthias KrügerRollup merge of #94555 - cuishuang:master, r=oli-obk
2022-03-03 Matthias KrügerRollup merge of #94554 - Urgau:stmt-node-id-ice, r...
2022-03-03 Matthias KrügerRollup merge of #94551 - darnuria:doc-map-backstick...
2022-03-03 Matthias KrügerRollup merge of #94550 - GuillaumeGomez:HKF-macros...
2022-03-03 Matthias KrügerRollup merge of #94547 - nnethercote:parse_tt-cleanups...
2022-03-03 Matthias KrügerRollup merge of #94057 - lcnr:simplify_type-uwu, r...
2022-03-03 Matthias KrügerRollup merge of #92697 - the8472:cgroups, r=joshtriplett
2022-03-03 Camille GILLOTBless nll tests.
2022-03-03 borsAuto merge of #87835 - xFrednet:rfc-2383-expect-attribu...
2022-03-03 Jubilee YoungAdd autovectorization codegen test
2022-03-03 Scott McMurrayRedo the array-equality codegen tests for the different...
2022-03-03 Vin SinghRevert #26494 regression
2022-03-03 bjorn3Remove unused Default and Clone derives in config.rs
2022-03-03 bjorn3Remove some dead code from toolstate.rs
2022-03-03 pierwillMake `Ord`, `PartialOrd` opt-out in `newtype_index`
2022-03-03 Camille GILLOTMake unknown feature error deterministic.
2022-03-03 Camille GILLOTCleanup feature gates.
2022-03-03 Camille GILLOTGate stability attrs with other attributes.
2022-03-03 Jon Gjengsetbootstrap: correct reading of flags for llvm
2022-03-03 bjorn3Remove the everybody loops pass
2022-03-03 Camille GILLOTBless test.
2022-03-03 Camille GILLOTForce ensure stability_index.
2022-03-03 Camille GILLOTMove query providers.
2022-03-03 Camille GILLOTRemove useless map.
2022-03-03 Camille GILLOTMove the set of features to the `features` query.
2022-03-03 Takayuki Maedaremove a unnecessary `..` pattern
2022-03-03 borsAuto merge of #84944 - lcnr:obligation-dedup, r=jackh726
2022-03-03 borsAuto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk
2022-03-03 cuishuangall: fix some typos
2022-03-03 Mara BosRemove unnecessary #![feature]s from doctest.
2022-03-03 Mara BosUpdate test.
2022-03-03 Mara BosRename JoinHandle::is_running to is_finished and update...
2022-03-03 Loïc BRANSTETTAdd support for values() with --check-cfg
2022-03-03 Loïc BRANSTETTFix invalid lint_node_id being put on a removed stmt
2022-03-03 Nicholas NethercoteChange `initial_matcher_pos()` into `MatcherPos::new()`.
2022-03-03 Nicholas NethercoteUse a better return type for `inner_parse_loop`.
2022-03-03 Nicholas NethercoteIntroduce `MatcherPosRepetition`.
2022-03-03 Nicholas NethercoteAdd a static size assertion for `MatcherPos`.
2022-03-03 Nicholas NethercoteImprove if/else formatting in macro_parser.rs.
2022-03-03 Guillaume GomezAdd test for higher kinded functions generated by macros
2022-03-03 Axel VialaDoc: Fix use of quote instead of backstick in Adapter...
2022-03-03 borsAuto merge of #94548 - matthiaskrgr:rollup-spa38z8...
2022-03-03 Matthias KrügerRollup merge of #94544 - mark-i-m:macro-comments, r...
2022-03-03 Matthias KrügerRollup merge of #94537 - est31:master, r=notriddle
2022-03-03 Matthias KrügerRollup merge of #94536 - dtolnay:transmute, r=Manishearth
2022-03-03 Matthias KrügerRollup merge of #94534 - bstrie:cffistd, r=Mark-Simulacrum
2022-03-03 Matthias KrügerRollup merge of #94522 - thinety:fix-e0284-message...
2022-03-03 Matthias KrügerRollup merge of #94484 - c410-f3r:more-let-chains,...
2022-03-03 Matthias KrügerRollup merge of #94101 - notriddle:notriddle/strip...
2022-03-03 Matthias KrügerRollup merge of #93562 - sunfishcode:sunfishcode/io...
2022-03-03 borsAuto merge of #94541 - Dylan-DPC:rollup-564wbq3, r...
2022-03-03 Erik Desjardinsmake test work on noopt builder
2022-03-03 markadd some examples to comments in mbe code
2022-03-03 Dan GohmanRemove the comment about `FILE_FLAG_OVERLAPPED`.
2022-03-03 Ralf Jungbless clippy
2022-03-03 Dylan DPCRollup merge of #94529 - GuillaumeGomez:unused-doc...
next