]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-12-09 Tyler MandryRollup merge of #79862 - GuillaumeGomez:tab-lock, r...
2020-12-09 Tyler MandryRollup merge of #79861 - tmiasko:llvm, r=cuviper
2020-12-09 Tyler MandryRollup merge of #79844 - tmiasko:rwu-table-mod, r=lcnr
2020-12-09 Tyler MandryRollup merge of #79826 - LingMan:match_if, r=lcnr
2020-12-09 Tyler MandryRollup merge of #79824 - LingMan:no_replace, r=lcnr
2020-12-09 Tyler MandryRollup merge of #79818 - richkadel:llvm-coverage-counte...
2020-12-09 Tyler MandryRollup merge of #79810 - Aaron1011:fix/def-path-table...
2020-12-09 Tyler MandryRollup merge of #79803 - jyn514:xsv, r=Mark-Simulacrum
2020-12-09 Tyler MandryRollup merge of #79795 - matklad:unicode-private, r...
2020-12-09 Tyler MandryRollup merge of #79777 - tmiasko:remove-first-merge...
2020-12-09 Tyler MandryRollup merge of #79750 - camelid:fix-lint-docs-trimming...
2020-12-09 Tyler MandryRollup merge of #79732 - matthiaskrgr:cl12ppy, r=Dylan-DPC
2020-12-09 Guillaume GomezRemove tab-lock and replace it with ctrl+up/down arrows...
2020-12-09 borsAuto merge of #79387 - woodruffw-forks:ww/peer-cred...
2020-12-09 borsAuto merge of #79721 - Aaron1011:fix/reuse-def-path...
2020-12-09 borsAuto merge of #78679 - oli-obk:temp_lifetime, r=eddyb
2020-12-09 oliAlso generate `StorageDead` in constants
2020-12-09 borsAuto merge of #78363 - RalfJung:promotion, r=oli-obk
2020-12-09 Ralf Jungremove a test that does not work any more
2020-12-09 Ralf Jungremove a hack that seems to only benefit a few very...
2020-12-09 Ralf Jungmake sure we do not promote things with interior mutability
2020-12-09 borsAuto merge of #79767 - tmiasko:malformed-required-const...
2020-12-09 borsAuto merge of #79575 - jyn514:time-passes, r=Mark-Simul...
2020-12-09 borsAuto merge of #78768 - mzabaluev:optimize-buf-writer...
2020-12-09 Tomasz MiąskoUpdate LLVM submodule
2020-12-09 Tomasz MiąskoMove RWUTable to a separate module
2020-12-09 Tomasz MiąskoRemove `first_merge` from liveness debug logs
2020-12-08 borsAuto merge of #79727 - tmiasko:8bit-rwu, r=lcnr
2020-12-08 Matthias Krügersimplify if let Some(_) = x to if x.is_some() (clipp...
2020-12-08 Matthias Krügerdon't create owned values for comparison (clippy::cmp_o...
2020-12-08 Matthias Krügeruse .contains() or .any() instead of find(x).is_some...
2020-12-08 Matthias Krügerdon't wrap code block in Ok() (clipppy::unit_arg)
2020-12-08 Aaron HillAccount for gaps in def path table during decoding
2020-12-08 LingManSimplify visit_{foreign,trait}_item
2020-12-08 borsAuto merge of #79817 - LingMan:if_map, r=lcnr
2020-12-08 LingManStrip prefix instead of replacing it with empty string
2020-12-08 borsAuto merge of #79752 - cjgillot:dead-alien, r=lcnr
2020-12-08 borsAuto merge of #79806 - LeSeulArtichaut:fixup-filter...
2020-12-08 Camille GILLOTVisit ForeignItems when marking dead code.
2020-12-08 borsAuto merge of #79712 - JohnTitor:test-issue-66286,...
2020-12-08 borsAuto merge of #79820 - ehuss:update-cargo, r=ehuss
2020-12-08 Eric HussUpdate cargo
2020-12-08 Rich KadelFixes to Rust coverage
2020-12-08 LingManReplace simple `if let` constructs with Option::map
2020-12-08 borsAuto merge of #79780 - camelid:use-summary_opts, r...
2020-12-07 borsAuto merge of #79653 - tmiasko:naked-functions, r=Amanieu
2020-12-07 LeSeulArtichautFixup: `filter().is_none()` -> `!any()`
2020-12-07 borsAuto merge of #79797 - jethrogb:sgx-fix-79038, r=Mark...
2020-12-07 Joshua NelsonUpdate xsv to prevent random CI failures
2020-12-07 borsAuto merge of #79751 - aDotInTheVoid:json-true-idx...
2020-12-07 borsAuto merge of #79773 - lcnr:type-visitor, r=oli-obk
2020-12-07 Bastian Kauschkesmall `TypeVisitor` refactor
2020-12-07 Jethro BeekmanFix SGX CI, take 3
2020-12-07 Aleksey KladovPrivatize some of libcore unicode_internals
2020-12-07 borsAuto merge of #79772 - ethanboxx:79760-wrongly-speaks...
2020-12-07 borsAuto merge of #79641 - sourcefrog:split-example, r...
2020-12-07 CamelidUse `summary_opts()` in another spot
2020-12-07 Tomasz MiąskoValidate naked functions definitions
2020-12-07 borsAuto merge of #79776 - petrochenkov:mvtest, r=Mark...
2020-12-06 Vadim PetrochenkovMove some tests to subdirectories
2020-12-06 CamelidFix trimming of lint docs
2020-12-06 Ethan Brierleysuggestions from camelid review
2020-12-06 Ethan Brierleysmarter E0390
2020-12-06 Tomasz MiąskoRetain assembly operands span when lowering AST to HIR
2020-12-06 borsAuto merge of #79765 - flip1995:clippyup, r=Manishearth
2020-12-06 flip1995Update Cargo.lock
2020-12-06 flip1995Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6...
2020-12-06 borsAuto merge of #78609 - lcnr:rustdoc-const-eval, r=matth...
2020-12-06 borsAuto merge of #79734 - ethanboxx:inferred_const_note...
2020-12-06 borsAuto merge of #6421 - xFrednet:4176-unreadable-literal...
2020-12-06 borsAuto merge of #79737 - Xanewok:update-rls, r=calebcartw...
2020-12-06 borsAuto merge of #79729 - matthiaskrgr:clones_, r=jyn514
2020-12-06 Igor MatuszewskiBump Rustfmt to 1.4.29
2020-12-06 borsAuto merge of #79650 - the8472:fix-take, r=dtolnay
2020-12-06 Tomasz MiąskoDon't ICE on malformed `rustc_args_required_const`...
2020-12-06 Tomasz MiąskoCompress RWU from at least 32 bits to 4 bits
2020-12-05 borsAuto merge of #79697 - rylev:clearer-const-diagnostic...
2020-12-05 Nixon Enraght... Use true ID for def_id.
2020-12-05 xFrednetRenamed the configuraiton to unreadable-literal-lint...
2020-12-05 borsAuto merge of #79685 - sivadeilra:fix_env_vars_win...
2020-12-05 borsAuto merge of #79719 - JohnTitor:nomicon, r=Mark-Simulacrum
2020-12-05 Igor MatuszewskiAdd libc to rustc-workspace-hack
2020-12-05 borsAuto merge of #79445 - SNCPlay42:struct-tail-recursion...
2020-12-05 Igor MatuszewskiUpdate RLS and Rustfmt
2020-12-05 Ethan BrierleyConst parameters can not be inferred with `_`
2020-12-05 borsAuto merge of #78373 - matthewjasper:drop-on-into,...
2020-12-05 Matthias Krügerremove redundant clones
2020-12-05 borsAuto merge of #79724 - RalfJung:miri, r=RalfJung
2020-12-05 Ralf Jungupdate Miri
2020-12-05 borsAuto merge of #6418 - flip1995:apple_wraps_mhm, r=llogiq
2020-12-05 Aaron HillProperly re-use def path hash in incremental mode
2020-12-05 Yuki OkushiPing me when nomicon's toolstate is broken
2020-12-05 borsAuto merge of #76301 - matklad:fmt-test, r=matklad
2020-12-04 Matthew JasperAvoid leaking block expression values
2020-12-04 Yuki OkushiAdd a regression test for issue-66286
2020-12-04 borsAuto merge of #79673 - ijackson:intoinnerintoinnererror...
2020-12-04 Matthew JasperUse `record_operands_moved` more aggresively
2020-12-04 Matthew JasperSimplify unscheduling of drops after moves
2020-12-04 xFrednetUpdated code for CI
2020-12-04 xFrednetAdded a lint-fraction-readability flag to the configuration
next