| Age | Commit message (Expand) | Author | Lines |
| 2020-09-08 | Auto merge of #75585 - RalfJung:demotion, r=oli-obk | bors | -16/+2 |
| 2020-09-08 | Auto merge of #75138 - jumbatm:session-diagnostic-derive, r=oli-obk | bors | -205/+965 |
| 2020-09-07 | Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk | bors | -668/+939 |
| 2020-09-07 | Rollup merge of #76364 - fusion-engineering-forks:avr-no-atomic, r=jonas-schi... | Dylan DPC | -0/+2 |
| 2020-09-07 | Rollup merge of #76340 - jonas-schievink:rm-dupe, r=Mark-Simulacrum | Dylan DPC | -68/+0 |
| 2020-09-07 | Rollup merge of #76318 - scottmcm:one-control-flow, r=ecstatic-morse | Dylan DPC | -12/+11 |
| 2020-09-07 | Rollup merge of #76293 - Amjad50:incompatible_features_error, r=lcnr | Dylan DPC | -1/+40 |
| 2020-09-07 | Rollup merge of #76274 - scottmcm:fix-76271, r=petrochenkov | Dylan DPC | -0/+1 |
| 2020-09-06 | do not premote non-ZST mutable references ever | Ralf Jung | -16/+2 |
| 2020-09-06 | Generalize to Eq(true, _place) and Eq(_place, true) | Simon Vandel Sillesen | -15/+30 |
| 2020-09-06 | Add peephold optimization that simplifies Ne(_1, false) and Ne(false, _1) int... | Simon Vandel Sillesen | -2/+47 |
| 2020-09-06 | Auto merge of #76331 - Aaron1011:fix/group-compat-hack-test, r=petrochenkov | bors | -3/+13 |
| 2020-09-06 | Auto merge of #76307 - sunfishcode:wasm-no-eh-frame-header, r=alexcrichton | bors | -0/+1 |
| 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/+17 |
| 2020-09-05 | Rollup merge of #76254 - tmiasko:fold-len, r=wesleywiser | Dylan DPC | -1/+1 |
| 2020-09-05 | Rollup merge of #75741 - workingjubilee:refactor-byteorder, r=matthewjasper | Dylan DPC | -18/+27 |
| 2020-09-05 | Auto merge of #75584 - RalfJung:union-no-deref, r=matthewjasper | bors | -2/+25 |
| 2020-09-05 | Auto merge of #75888 - GuillaumeGomez:trait-impl-assoc-const-doc-alias, r=oll... | bors | -1/+11 |
| 2020-09-05 | Disable atomics on avr target. | Mara Bos | -0/+2 |
| 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 | -8/+9 |
| 2020-09-04 | Add `BREAK` too, and improve the comments | Scott McMurray | -1/+1 |
| 2020-09-04 | kind -> kind() | 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 | -105/+124 |
| 2020-09-04 | Remove unused duplicated `trivial_dropck_outlives` | Jonas Schievink | -68/+0 |
| 2020-09-04 | Auto merge of #76315 - lcnr:map-track-caller, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-09-04 | Account for version number in NtIdent hack | Aaron Hill | -3/+13 |
| 2020-09-04 | ty.flags -> ty.flags() | LeSeulArtichaut | -10/+22 |
| 2020-09-04 | Change ty.kind to a method | LeSeulArtichaut | -899/+947 |
| 2020-09-04 | Implementation of incompatible features error | Amjad Alsharafi | -1/+40 |
| 2020-09-04 | Use ops::ControlFlow in graph::iterate | Scott McMurray | -11/+10 |
| 2020-09-04 | add track_caller to `local_def_id_to_hir_id` | Bastian Kauschke | -0/+1 |
| 2020-09-04 | Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry | bors | -29/+299 |
| 2020-09-03 | Disable use of `--eh-frame-hdr` on wasm32. | Dan Gohman | -0/+1 |
| 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 | -115/+420 |
| 2020-09-03 | Optimize Cursor::look_ahead | Aleksey Kladov | -10/+15 |
| 2020-09-03 | Add check for doc alias on associated const in trait impls | Guillaume Gomez | -1/+11 |
| 2020-09-03 | Move jointness censoring to proc_macro | Aleksey Kladov | -8/+12 |
| 2020-09-03 | rustc_lint: avoid trimmed paths for ty_find_init_error | Dan Aloni | -1/+4 |
| 2020-09-03 | specialization_graph: avoid trimmed paths for OverlapError | Dan Aloni | -2/+4 |
| 2020-09-03 | Tools, tests, and experimenting with MIR-derived coverage counters | Rich Kadel | -29/+299 |
| 2020-09-03 | rustc_driver: have TrimmedDefPaths::GoodPath only for rustc | Dan Aloni | -4/+2 |