| Age | Commit message (Expand) | Author | Lines |
| 2020-09-05 | Check placement of more attributes | Caleb Zulawski | -354/+816 |
| 2020-09-05 | Auto merge of #75428 - the8472:fix-copy-eopnotsupp, r=joshtriplett | bors | -10/+17 |
| 2020-09-05 | Auto merge of #75872 - mati865:pgo-tests, r=petrochenkov | bors | -6/+34 |
| 2020-09-05 | Auto merge of #76376 - Dylan-DPC:rollup-8chsbw9, r=Dylan-DPC | bors | -86/+714 |
| 2020-09-05 | Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov | Dylan DPC | -16/+25 |
| 2020-09-05 | Rollup merge of #76263 - tmiasko:inline-codegen-fn-attrs, r=ecstatic-morse | Dylan DPC | -5/+150 |
| 2020-09-05 | Rollup merge of #76258 - Mark-Simulacrum:check-tests, r=ehuss | Dylan DPC | -4/+63 |
| 2020-09-05 | Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiser | Dylan DPC | -1/+30 |
| 2020-09-05 | Rollup merge of #76082 - jyn514:top-level-links, r=ollie27,GuillaumeGomez | Dylan DPC | -0/+40 |
| 2020-09-05 | Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearth | Dylan DPC | -40/+229 |
| 2020-09-05 | Rollup merge of #76060 - pickfire:patch-12, r=jyn514 | Dylan DPC | -1/+3 |
| 2020-09-05 | Rollup merge of #75994 - mental32:impl-rc-new-cyclic, r=KodrAus | Dylan DPC | -0/+110 |
| 2020-09-05 | Rollup merge of #75954 - ArekPiekarz:unstable_book_ffi_tracking_issues, r=ste... | Dylan DPC | -0/+10 |
| 2020-09-05 | Rollup merge of #75741 - workingjubilee:refactor-byteorder, r=matthewjasper | Dylan DPC | -19/+27 |
| 2020-09-05 | Rollup merge of #75695 - JohnTitor:regression-test, r=Dylan-DPC | Dylan DPC | -0/+27 |
| 2020-09-05 | Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasper | bors | -2/+109 |
| 2020-09-05 | Update llvm submodule | Mateusz Mikuła | -0/+0 |
| 2020-09-05 | Ignore failing PGO/coverage tests on MinGW | Mateusz Mikuła | -1/+29 |
| 2020-09-05 | Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll... | bors | -1/+41 |
| 2020-09-04 | Fix big endian read/write | Jubilee Young | -6/+12 |
| 2020-09-04 | Explain contract of {read, write}_target_uint | Jubilee Young | -0/+6 |
| 2020-09-04 | Be explicit that we're handling bytes | Jubilee | -1/+1 |
| 2020-09-04 | Remove reference to byteorder limits | Jubilee Young | -8/+4 |
| 2020-09-04 | Refactor byteorder to std in rustc_middle | Jubilee Young | -9/+9 |
| 2020-09-05 | Auto merge of #75173 - jackh726:chalk-0.21, r=nikomatsakis | bors | -510/+726 |
| 2020-09-04 | kind -> kind() | Jack Huey | -1/+1 |
| 2020-09-04 | Auto merge of #75200 - ssomers:btree_valmut, r=Mark-Simulacrum | bors | -171/+319 |
| 2020-09-04 | Bless changed test output | Jack Huey | -1/+1 |
| 2020-09-04 | Review comments | Jack Huey | -131/+130 |
| 2020-09-04 | More chalk work | Jack Huey | -345/+492 |
| 2020-09-04 | Upgrade chalk to 0.21 | Jack Huey | -120/+190 |
| 2020-09-04 | Auto merge of #76292 - Aaron1011:fix/proc-macro-panic-hide, r=petrochenkov | bors | -3/+42 |
| 2020-09-04 | Auto merge of #76315 - lcnr:map-track-caller, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-09-04 | Auto merge of #75077 - LeSeulArtichaut:tys-kind, r=nikomatsakis | bors | -1113/+1174 |
| 2020-09-04 | ty.flags -> ty.flags() | LeSeulArtichaut | -11/+23 |
| 2020-09-04 | `ty.kind` -> `ty.kind()` in rustdoc and clippy | LeSeulArtichaut | -203/+204 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -899/+947 |
| 2020-09-04 | Auto merge of #75655 - nielx:fix/haiku-llvm-libz, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-09-04 | Fix warning whe building profiler_builtins crate | Mateusz Mikuła | -1/+1 |
| 2020-09-04 | Enable profiler tests on Windows-gnu | Mateusz Mikuła | -4/+4 |
| 2020-09-04 | Misc cleanup | Joshua Nelson | -63/+114 |
| 2020-09-04 | Auto merge of #75207 - dylni:add-slice-check-range, r=KodrAus | bors | -94/+111 |
| 2020-09-04 | add track_caller to `local_def_id_to_hir_id` | Bastian Kauschke | -0/+1 |
| 2020-09-04 | Add slice primitive link to vec | Ivan Tham | -1/+2 |
| 2020-09-04 | Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry | bors | -299/+2072 |
| 2020-09-04 | inliner: Add mir-opt tests for codegen attributes compatibility | Tomasz Miąsko | -0/+133 |
| 2020-09-04 | inliner: Check for no_sanitize attribute compatibility | Tomasz Miąsko | -3/+6 |
| 2020-09-04 | inliner: Check for target features compatibility | Tomasz Miąsko | -2/+11 |
| 2020-09-03 | Auto merge of #73996 - da-x:short-unique-paths, r=petrochenkov | bors | -4499/+4822 |
| 2020-09-03 | Optimize Cursor::look_ahead | Aleksey Kladov | -10/+15 |