| Age | Commit message (Expand) | Author | Lines |
| 2020-04-27 | Accept `LocalDefId` as argument for `mir_build::lint::check` | marmeladema | -9/+10 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_validated` query | marmeladema | -10/+15 |
| 2020-04-27 | Update link to unstable book for llvm_asm macro | Zach Reizner | -1/+1 |
| 2020-04-27 | Auto merge of #71620 - Dylan-DPC:rollup-9wgtisb, r=Dylan-DPC | bors | -62/+723 |
| 2020-04-27 | Disable localization for all linkers | Vadim Petrochenkov | -5/+16 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_borrowck` query | marmeladema | -18/+21 |
| 2020-04-27 | Return a `FxHashSet<LocalDefId>` from `mir_keys` query | marmeladema | -45/+47 |
| 2020-04-27 | Accept `LocalDefId` as keyt for `names_imported_by_glob_use` | marmeladema | -11/+11 |
| 2020-04-27 | Use `LocalDefId` for `type_param_predicates` query | marmeladema | -7/+18 |
| 2020-04-27 | Use `LocalDefId` in `mir_built` query | marmeladema | -6/+10 |
| 2020-04-27 | Use `LocalDefId` in `unsafety_check_result` query | marmeladema | -15/+13 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -58/+79 |
| 2020-04-27 | Rollup merge of #71605 - GuillaumeGomez:remove-e0750-from-whitelist, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-27 | Rollup merge of #71604 - RalfJung:unleash-recursive-zst, r=oli-obk | Dylan DPC | -3/+27 |
| 2020-04-27 | Rollup merge of #71596 - LeSeulArtichaut:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-27 | Rollup merge of #71578 - ryzokuken:linkchecker, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-04-27 | Rollup merge of #71558 - petrochenkov:tlsm, r=Amanieu | Dylan DPC | -44/+119 |
| 2020-04-27 | Rollup merge of #71524 - ldm0:ptrparam, r=matthewjasper | Dylan DPC | -12/+9 |
| 2020-04-27 | Rollup merge of #67841 - sfackler:can-vector, r=Amaneiu | Dylan DPC | -0/+565 |
| 2020-04-27 | Auto merge of #71200 - oli-obk:mir_bless, r=eddyb | bors | -3067/+3004 |
| 2020-04-27 | Test that we lint the awaited expression | Eduardo Broto | -3/+18 |
| 2020-04-27 | used_underscore_binding: do not lint on `await` desugaring | Eduardo Broto | -7/+16 |
| 2020-04-28 | Suggest `into` instead of `try_into` if possible with int types | Samrat Man Singh | -1/+70 |
| 2020-04-27 | fix typo | Esteban Kuber | -1/+1 |
| 2020-04-27 | share some common code for compile-time miri instances | Ralf Jung | -113/+74 |
| 2020-04-27 | Auto merge of #5538 - csmoe:rustup, r=phansch | bors | -8/+7 |
| 2020-04-27 | Unify lints handling in rustdoc | Guillaume Gomez | -69/+69 |
| 2020-04-27 | Add test for delay_span_bug and -Ztrear-err-as-bug | Santiago Pastorino | -0/+6 |
| 2020-04-27 | keep 'pointer' terminology around | Ralf Jung | -15/+18 |
| 2020-04-27 | rustup: rust-lang/rust#71628 | csmoe | -8/+7 |
| 2020-04-27 | Emit basic block ids for statements and terminators in MIR only in -Zverbose ... | Oliver Scherer | -3067/+3004 |
| 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 |