| Age | Commit message (Expand) | Author | Lines |
| 2020-12-10 | Auto merge of #79536 - davidtwco:focal-fossa-ci, r=pietroalbini | bors | -2/+3 |
| 2020-12-10 | ci: use 20.04 on x86_64-gnu-nopt builder | David Wood | -2/+3 |
| 2020-12-10 | Auto merge of #79801 - eddyb:scalar-transmute, r=nagisa | bors | -0/+85 |
| 2020-12-10 | tests: codegen/transmute-scalar needs optimizations enabled. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-12-10 | Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung | bors | -0/+34 |
| 2020-12-10 | Auto merge of #78837 - petrochenkov:keyvalexpr, r=davidtwco | bors | -171/+110 |
| 2020-12-09 | Rollup merge of #79862 - GuillaumeGomez:tab-lock, r=Manishearth | Tyler Mandry | -16/+17 |
| 2020-12-09 | Rollup merge of #79861 - tmiasko:llvm, r=cuviper | Tyler Mandry | -0/+0 |
| 2020-12-09 | Rollup merge of #79818 - richkadel:llvm-coverage-counters-2.1.0, r=tmandry | Tyler Mandry | -28/+113 |
| 2020-12-09 | Rollup merge of #79803 - jyn514:xsv, r=Mark-Simulacrum | Tyler Mandry | -1/+1 |
| 2020-12-09 | Rollup merge of #79750 - camelid:fix-lint-docs-trimming, r=Mark-Simulacrum | Tyler Mandry | -2/+2 |
| 2020-12-09 | Rollup merge of #79732 - matthiaskrgr:cl12ppy, r=Dylan-DPC | Tyler Mandry | -3/+4 |
| 2020-12-09 | tests: add 3 cases involving pointers to codegen/transmute-scalar. | Eduard-Mihai Burtescu | -0/+50 |
| 2020-12-09 | Remove tab-lock and replace it with ctrl+up/down arrows to switch between sea... | Guillaume Gomez | -16/+17 |
| 2020-12-09 | Accept arbitrary expressions in key-value attributes at parse time | Vadim Petrochenkov | -171/+110 |
| 2020-12-09 | Auto merge of #79721 - Aaron1011:fix/reuse-def-path-hash, r=wesleywiser | bors | -0/+20 |
| 2020-12-09 | Auto merge of #78679 - oli-obk:temp_lifetime, r=eddyb | bors | -0/+70 |
| 2020-12-09 | Also generate `StorageDead` in constants | oli | -0/+70 |
| 2020-12-09 | Auto merge of #78363 - RalfJung:promotion, r=oli-obk | bors | -26/+50 |
| 2020-12-09 | remove a test that does not work any more | Ralf Jung | -19/+0 |
| 2020-12-09 | remove a hack that seems to only benefit a few very special cases | Ralf Jung | -3/+31 |
| 2020-12-09 | make sure we do not promote things with interior mutability | Ralf Jung | -7/+22 |
| 2020-12-09 | Auto merge of #79767 - tmiasko:malformed-required-const, r=matthewjasper | bors | -1/+19 |
| 2020-12-09 | Auto merge of #79575 - jyn514:time-passes, r=Mark-Simulacrum | bors | -3/+1 |
| 2020-12-09 | Update LLVM submodule | Tomasz Miąsko | -0/+0 |
| 2020-12-08 | use .contains() or .any() instead of find(x).is_some() (clippy::search_is_some) | Matthias Krüger | -1/+1 |
| 2020-12-08 | don't wrap code block in Ok() (clipppy::unit_arg) | Matthias Krüger | -2/+3 |
| 2020-12-08 | Auto merge of #79752 - cjgillot:dead-alien, r=lcnr | bors | -0/+19 |
| 2020-12-08 | Visit ForeignItems when marking dead code. | Camille GILLOT | -0/+19 |
| 2020-12-08 | Auto merge of #79712 - JohnTitor:test-issue-66286, r=estebank | bors | -0/+39 |
| 2020-12-08 | Auto merge of #79820 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-12-07 | Update cargo | Eric Huss | -0/+0 |
| 2020-12-07 | Fixes to Rust coverage | Rich Kadel | -28/+113 |
| 2020-12-08 | Auto merge of #79780 - camelid:use-summary_opts, r=GuillaumeGomez | bors | -1/+1 |
| 2020-12-07 | Auto merge of #79653 - tmiasko:naked-functions, r=Amanieu | bors | -107/+489 |
| 2020-12-07 | Use 'error-pattern' in ui test | Albin Hedman | -17/+6 |
| 2020-12-07 | Update xsv to prevent random CI failures | Joshua Nelson | -1/+1 |
| 2020-12-07 | Auto merge of #79751 - aDotInTheVoid:json-true-idx, r=jyn514 | bors | -41/+249 |
| 2020-12-07 | rustc_codegen_ssa: use bitcasts instead of type punning for scalar transmutes. | Eduard-Mihai Burtescu | -0/+35 |
| 2020-12-07 | Auto merge of #79772 - ethanboxx:79760-wrongly-speaks-of-methods, r=oli-obk | bors | -12/+65 |
| 2020-12-06 | Use `summary_opts()` in another spot | Camelid | -1/+1 |
| 2020-12-07 | Validate naked functions definitions | Tomasz Miąsko | -104/+486 |
| 2020-12-07 | Move some tests to subdirectories | Vadim Petrochenkov | -105/+71 |
| 2020-12-06 | Fix trimming of lint docs | Camelid | -2/+2 |
| 2020-12-06 | suggestions from camelid review | Ethan Brierley | -40/+5 |
| 2020-12-06 | smarter E0390 | Ethan Brierley | -2/+90 |
| 2020-12-06 | Retain assembly operands span when lowering AST to HIR | Tomasz Miąsko | -3/+3 |
| 2020-12-06 | Tests finally working | Albin Hedman | -6/+1 |
| 2020-12-06 | Moved failing test to src/test/ui/ | Albin Hedman | -0/+50 |
| 2020-12-06 | Auto merge of #79765 - flip1995:clippyup, r=Manishearth | bors | -576/+4334 |