]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-05-10 borsAuto merge of #84507 - crlf0710:codegen_nonlocal_main_w...
2021-05-09 borsAuto merge of #83800 - xobs:impl-16351-nightly, r=nagisa
2021-05-09 borsAuto merge of #85065 - Mark-Simulacrum:preds-no-alloc...
2021-05-09 borsAuto merge of #83894 - nikic:newpm, r=nagisa
2021-05-09 borsAuto merge of #83596 - jyn514:session-dead-code, r...
2021-05-09 borsAuto merge of #85093 - camelid:remove-fake-expect_local...
2021-05-09 Joshua NelsonRemove unused `opt_span_warn` function
2021-05-09 Joshua NelsonNote why `Handler::fatal` is different from `Sesssion...
2021-05-09 Joshua NelsonMake `Diagnostic::span_fatal` unconditionally raise...
2021-05-09 Joshua NelsonRemove some unnecessary uses of `struct_span_fatal`
2021-05-09 Joshua NelsonRename `Parser::span_fatal_err` -> `Parser::span_err`
2021-05-09 Charles LewAdd primary marker on codegen unit to take charge of...
2021-05-08 borsAuto merge of #83089 - Aaron1011:bootstrap-semi, r...
2021-05-08 CamelidAdd `#[track_caller]` to `FakeDefId::expect_real()`
2021-05-08 CamelidRemove `FakeDefId::expect_local()`
2021-05-08 Aaron HillEnable `-W semicolon_in_expressions_from_macros` in...
2021-05-08 borsAuto merge of #83278 - Amanieu:bump_stdarch, r=Mark...
2021-05-08 Amanieu d'AntrasBump stdarch submodule
2021-05-08 borsAuto merge of #85072 - hyd-dev:miri, r=RalfJung
2021-05-08 hyd-devUpdate Miri
2021-05-08 borsAuto merge of #84470 - jyn514:lints, r=GuillaumeGomez
2021-05-08 Nikita PopovUpdate LLVM submodule
2021-05-08 Nikita PopovSupport -C passes in NewPM
2021-05-08 Nikita PopovDon't force -O1 with ThinLTO
2021-05-08 Nikita PopovDrop -opt-bisect-limit=0 flag from test
2021-05-08 Nikita PopovExplicitly register GCOV profiling pass as well
2021-05-08 Nikita PopovExplicitly register instrprof pass
2021-05-08 Nikita PopovMake -Z new-llvm-pass-manager an Option<bool>
2021-05-08 borsAuto merge of #85059 - ehuss:update-cargo, r=ehuss
2021-05-08 borsAuto merge of #85058 - Xanewok:update-rls, r=Xanewok
2021-05-08 Mark RousskovAvoid predecessors having Drop impls
2021-05-08 borsAuto merge of #85057 - Dylan-DPC:rollup-efaseq2, r...
2021-05-07 Eric HussUpdate cargo
2021-05-07 Igor MatuszewskiUpdate RLS
2021-05-07 Dylan DPCRollup merge of #85052 - jyn514:disambiguator, r=camelid
2021-05-07 Dylan DPCRollup merge of #85044 - ChrisDenton:file-exists, r...
2021-05-07 Dylan DPCRollup merge of #85038 - GuillaumeGomez:dont-stop-first...
2021-05-07 Dylan DPCRollup merge of #85034 - RalfJung:null-ptr, r=oli-obk
2021-05-07 Dylan DPCRollup merge of #84887 - jyn514:index-span, r=Xanewok
2021-05-07 Dylan DPCRollup merge of #76808 - LeSeulArtichaut:diagnose-funct...
2021-05-07 borsAuto merge of #83901 - cjgillot:hash-attr, r=wesleywiser
2021-05-07 Joshua Nelsonrustdoc: Link to the docs on namespaces when an unknown...
2021-05-07 LeSeulArtichautAlso take unions and enums into account
2021-05-07 LeSeulArtichautAdd basic test
2021-05-07 LeSeulArtichautImprove diagnostics for functions in `struct` definitions
2021-05-07 Camille GILLOTHash attributes as part of the crate hash.
2021-05-07 borsAuto merge of #84980 - flip1995:clippyup, r=Manishearth
2021-05-07 Chris DentonUse `path.exists()` instead of `fs::metadata(path)...
2021-05-07 borsAuto merge of #85036 - Dylan-DPC:rollup-4qfabo3, r...
2021-05-07 Ralf Jungbless 32bit
2021-05-07 Guillaume GomezDon't stop running rustdoc-gui tests at first failure
2021-05-07 Dylan DPCRollup merge of #85033 - lcnr:nits2, r=jackh726
2021-05-07 Dylan DPCRollup merge of #85030 - jethrogb:jb/sgx-rearrange...
2021-05-07 Dylan DPCRollup merge of #85029 - jethrogb:jb/sgx-movable-mutex...
2021-05-07 Dylan DPCRollup merge of #84991 - alexcrichton:target-feature...
2021-05-07 Dylan DPCRollup merge of #84930 - hermitcore:target, r=nagisa
2021-05-07 Dylan DPCRollup merge of #84866 - petrochenkov:wholesome, r...
2021-05-07 Dylan DPCRollup merge of #84655 - CDirkx:wasm, r=m-ou-se
2021-05-07 Dylan DPCRollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov
2021-05-07 Dylan DPCRollup merge of #84254 - jclulow:illumos-link-order...
2021-05-07 Ralf Jungfix null pointer error messages
2021-05-07 Jethro BeekmanRearrange SGX split module files
2021-05-07 Jethro BeekmanSGX mutex is movable
2021-05-07 lcnrfulfillment typo
2021-05-07 lcnrwfcheck fcx <-> tcx cleanup
2021-05-07 borsAuto merge of #84797 - richkadel:cover-unreachable...
2021-05-07 Stefan Lankesrename LLVM target for RustyHermit
2021-05-07 borsAuto merge of #85022 - JohnTitor:rollup-2q4706v, r...
2021-05-07 Yuki OkushiRollup merge of #84990 - GuillaumeGomez:sort-rustdoc...
2021-05-07 Yuki OkushiRollup merge of #84972 - RalfJung:null-ptr-msg, r=oli-obk
2021-05-07 Yuki OkushiRollup merge of #84911 - Mark-Simulacrum:retry-clang...
2021-05-07 Yuki OkushiRollup merge of #84897 - richkadel:cover-closure-macros...
2021-05-07 Yuki OkushiRollup merge of #84875 - richkadel:no-coverage-dont...
2021-05-07 Yuki OkushiRollup merge of #84815 - richkadel:coverage-docs-update...
2021-05-07 Yuki OkushiRollup merge of #84787 - klensy:deps-bump, r=Mark-Simul...
2021-05-07 Yuki OkushiRollup merge of #84781 - jyn514:check-bootstrap, r...
2021-05-07 Yuki OkushiRollup merge of #84779 - jyn514:cargotest-args, r=Mark...
2021-05-07 borsAuto merge of #85014 - Dylan-DPC:rollup-jzpbkdu, r...
2021-05-07 Joshua M. Clulowillumos should put libc last in library search order
2021-05-06 Dylan DPCRollup merge of #84987 - lcnr:nits, r=Mark-Simulacrum
2021-05-06 Dylan DPCRollup merge of #84953 - GuillaumeGomez:remove-unneeded...
2021-05-06 Dylan DPCRollup merge of #84905 - RalfJung:copy, r=oli-obk
2021-05-06 Dylan DPCRollup merge of #84896 - estebank:issue-84772, r=jackh726
2021-05-06 Dylan DPCRollup merge of #84872 - bjorn3:cg_clif_tidy, r=Mark...
2021-05-06 Dylan DPCRollup merge of #84871 - richkadel:no-coverage-unstable...
2021-05-06 Dylan DPCRollup merge of #84755 - jyn514:core-links, r=kennytm
2021-05-06 Dylan DPCRollup merge of #84734 - tmandry:compiletest-needs...
2021-05-06 Dylan DPCRollup merge of #84728 - camelid:sized-param-sugg-test...
2021-05-06 Dylan DPCRollup merge of #84500 - tmandry:compiletest-run-flag...
2021-05-06 Dylan DPCRollup merge of #84409 - mzohreva:mz/tls-dtors-before...
2021-05-06 borsAuto merge of #84806 - Mark-Simulacrum:try-start-entry...
2021-05-06 borsAuto merge of #79930 - tgnottingham:bufwriter_performan...
2021-05-06 Rich KadelRemoves unneeded check of `#[no_coverage]` in mapgen
2021-05-06 Rich KadelRenamed compiler-flags file to name of compiler-flag...
2021-05-06 Rich KadelUpdate coverage docs and command line help
2021-05-06 CamelidAdd test for suggestion to borrow unsized function...
2021-05-06 Vadim Petrochenkovlinker: Avoid library duplication with `/WHOLEARCHIVE`
2021-05-06 Rich KadelCoverage instruments closure bodies in macros (not...
2021-05-06 borsAuto merge of #84559 - jackh726:issue-84398, r=nikomatsakis
2021-05-06 Mohsen Zohrevandijoin_orders_after_tls_destructors: ensure thread 2...
next