| Age | Commit message (Expand) | Author | Lines |
| 2020-04-27 | Emit basic block ids for statements and terminators in MIR only in -Zverbose ... | Oliver Scherer | -3067/+3004 |
| 2020-04-27 | clarify interaction of pin drop guarantee and panics | Ralf Jung | -2/+4 |
| 2020-04-27 | Fix off by one error for delay_span_bug | Santiago Pastorino | -1/+4 |
| 2020-04-27 | Update RLS to unbreak toolstate | Igor Matuszewski | -0/+0 |
| 2020-04-27 | fix wasi | Steven Fackler | -2/+2 |
| 2020-04-27 | make recursive-zst test unleashed | Ralf Jung | -3/+27 |
| 2020-04-27 | No need to whitelist E0750 anymore | Guillaume Gomez | -1/+1 |
| 2020-04-27 | use nicer code style to define DEFAULT_MIN_STACK_SIZE | Stefan Lankes | -1/+1 |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -169/+132 |
| 2020-04-27 | Removed unused lifetimes and a needless bool | rail | -7/+4 |
| 2020-04-27 | Merge branch 'master' into fix_manual_memcpy | rail | -3/+287 |
| 2020-04-27 | Extract building the suggestion of `manual_memcpy` | rail | -74/+80 |
| 2020-04-27 | Delay getting the snippet from slices | rail | -14/+16 |
| 2020-04-27 | Separate getting offsets and getting index expressions | rail | -35/+28 |
| 2020-04-27 | Extract roles getting indexes from `get_indexed_assignments` | rail | -51/+55 |
| 2020-04-27 | Extract `get_fixed_offset_var`` from `fetch_cloned_fixed_offset_var` | rail | -19/+11 |
| 2020-04-27 | Auto merge of #70073 - wesleywiser:mir_opt_level_0, r=oli-obk | bors | -55/+81 |
| 2020-04-27 | Use `fn` instead of closures where unnecessary | rail | -4/+4 |
| 2020-04-27 | Rename `negate` to `sign` and make it strong types then make `art1` &str | rail | -28/+28 |
| 2020-04-27 | Refactor `if` to use `else` and iterator combinators | rail | -28/+22 |
| 2020-04-27 | Remove all `ref` keyword | rail | -14/+12 |
| 2020-04-27 | Do not trigger `manual_memcpy` for `RangeTo` | rail | -28/+29 |
| 2020-04-27 | Auto merge of #5522 - CrazyRoka:match_vec_item, r=phansch | bors | -3/+287 |
| 2020-04-27 | Print 0 when `end` and `offset` is 0, and also simplify the suggestion | rail | -5/+14 |
| 2020-04-27 | Don't negate resulted offsets when `offset` is subtraction by 0 | rail | -2/+2 |
| 2020-04-27 | Auto merge of #71600 - Dylan-DPC:rollup-7tvzi9n, r=Dylan-DPC | bors | -118/+206 |
| 2020-04-27 | Auto merge of #5506 - ebroto:mismatched_target_os, r=flip1995 | bors | -28/+582 |
| 2020-04-27 | Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapin | Dylan DPC | -20/+3 |
| 2020-04-27 | Rollup merge of #71438 - estebank:resolve-sugg-tiny, r=petrochenkov | Dylan DPC | -25/+56 |
| 2020-04-27 | Rollup merge of #71419 - contrun:wrong-namespace-rustc-resolve, r=petrochenkov | Dylan DPC | -45/+98 |
| 2020-04-27 | Rollup merge of #71409 - estebank:point-at-ret-question-mark-op, r=petrochenkov | Dylan DPC | -14/+48 |
| 2020-04-27 | Rollup merge of #71263 - shlevy:FileLoader-remove-abs_path, r=Xanewok | Dylan DPC | -12/+0 |
| 2020-04-27 | Rollup merge of #68716 - petrochenkov:stabmixed, r=dtolnay | Dylan DPC | -2/+1 |
| 2020-04-26 | fix wasm build | Steven Fackler | -0/+8 |
| 2020-04-26 | Auto merge of #71468 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -10/+8 |
| 2020-04-26 | unstable-book: Document `-Z tls-model` | Vadim Petrochenkov | -0/+25 |
| 2020-04-26 | rustc_target: Stop using "string typing" for TLS models | Vadim Petrochenkov | -44/+94 |
| 2020-04-26 | Fix broken link in `QPath` documentation | LeSeulArtichaut | -1/+1 |
| 2020-04-26 | Auto merge of #71593 - Dylan-DPC:rollup-ms7j94u, r=Dylan-DPC | bors | -139/+263 |
| 2020-04-26 | Split tests in unix/non-unix | Eduardo Broto | -94/+169 |
| 2020-04-26 | Remove some OSes from the test to comply with stderr line limit | Eduardo Broto | -40/+8 |
| 2020-04-26 | Use the span of the attribute for the error message | Eduardo Broto | -44/+84 |
| 2020-04-26 | Apply suggestions from PR review | Eduardo Broto | -41/+233 |
| 2020-04-26 | Implement mismatched_target_os lint | Eduardo Broto | -28/+307 |
| 2020-04-26 | Rollup merge of #71576 - lcnr:inline-as_mut, r=oli-obk | Dylan DPC | -0/+139 |
| 2020-04-26 | Rollup merge of #71569 - samrat:miri-ub-on-size-mismatch, r=RalfJung | Dylan DPC | -1/+16 |
| 2020-04-26 | Rollup merge of #71551 - gizmondo:gen-index-vec, r=jonas-schievink | Dylan DPC | -21/+13 |
| 2020-04-26 | Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwco | Dylan DPC | -117/+16 |
| 2020-04-26 | Rollup merge of #71421 - elichai:2020-04-boxed-slice, r=sfackler | Dylan DPC | -0/+79 |
| 2020-04-26 | Point at the return type on `.into()` failure caused by `?` | Esteban Küber | -14/+48 |