| Age | Commit message (Expand) | Author | Lines |
| 2020-04-04 | macro_rules: `NtLifetime` cannot start with an identifier | Vadim Petrochenkov | -0/+13 |
| 2020-04-04 | Auto merge of #70272 - eddyb:type-of-impl-trait, r=nikomatsakis | bors | -124/+167 |
| 2020-04-04 | Drop `this` in error message to not reach 100 characters | Kevin Per | -2/+2 |
| 2020-04-04 | Show open and closed braces of last proper block | Kevin Per | -2/+15 |
| 2020-04-04 | tests: add tests for lifetime and const params of opaque types. | Eduard-Mihai Burtescu | -27/+94 |
| 2020-04-04 | typeck/type_of: let wfcheck handle duplicate generics in opaque types' substs. | Eduard-Mihai Burtescu | -42/+26 |
| 2020-04-04 | typeck/type_of: let wfcheck handle concrete types in opaque types' substs. | Eduard-Mihai Burtescu | -46/+51 |
| 2020-04-04 | typeck/type_of: don't ignore incorrect defining uses of opaque types. | Eduard-Mihai Burtescu | -59/+46 |
| 2020-04-04 | typeck/type_of: simplify checking of opaque types with multipler defining uses. | Eduard-Mihai Burtescu | -3/+3 |
| 2020-04-04 | Auto merge of #69718 - arlosi:debughash, r=eddyb | bors | -3/+15 |
| 2020-04-03 | Auto merge of #70156 - michaelwoerister:incr-cgus, r=nikomatsakis | bors | -0/+42 |
| 2020-04-03 | Do not disable field reordering on enums with big discriminant | Olivier Goffart | -0/+25 |
| 2020-04-03 | Rollup merge of #70741 - DutchGhost:test-59023, r=Centril | Mazdak Farrokhzad | -0/+17 |
| 2020-04-03 | Rollup merge of #70720 - ecstatic-morse:issue-70637, r=oli-obk | Mazdak Farrokhzad | -0/+12 |
| 2020-04-03 | Rollup merge of #70640 - jonas-schievink:async-ice, r=cramertj | Mazdak Farrokhzad | -0/+56 |
| 2020-04-03 | Rollup merge of #70576 - Rustin-Liu:rustin-patch-link-cfg, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2020-04-03 | Add regression test for #70673 | Oliver Scherer | -0/+12 |
| 2020-04-04 | Update the description of link_cfg unstable | Rustin-Liu | -1/+1 |
| 2020-04-03 | Add test for #59023 | DutchGhost | -0/+17 |
| 2020-04-03 | def_collector, visit_fn: account for no body | Mazdak Farrokhzad | -0/+85 |
| 2020-04-03 | Rollup merge of #70725 - Centril:nix-unwraps, r=estebank | Dylan DPC | -0/+51 |
| 2020-04-03 | Rollup merge of #70696 - jumbatm:extend-issue-69020-test, r=RalfJung | Dylan DPC | -93/+184 |
| 2020-04-03 | Auto merge of #70582 - pnkfelix:update-llvm-to-fix-69841, r=cuviper | bors | -0/+30 |
| 2020-04-03 | Fixing tests | Kevin Per | -4/+7 |
| 2020-04-03 | Auto merge of #70642 - eddyb:remap-sysroot-src, r=Mark-Simulacrum | bors | -582/+229 |
| 2020-04-03 | add_type_neq_err_label: don't .unwrap | Mazdak Farrokhzad | -0/+51 |
| 2020-04-03 | Add comment explaining the reversed operands tests | jumbatm | -59/+60 |
| 2020-04-03 | Rollup merge of #70716 - matthewjasper:infer-const-type-regions, r=eddyb | Mazdak Farrokhzad | -3/+14 |
| 2020-04-03 | Rollup merge of #70595 - wesleywiser:remove_unused_discriminant_reads, r=oli-obk | Mazdak Farrokhzad | -9/+56 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -3/+15 |
| 2020-04-02 | unerase regions in `infer_placeholder_type` | Matthew Jasper | -3/+14 |
| 2020-04-02 | Move #69020 test to ui/associated-const + rebless. | jumbatm | -90/+162 |
| 2020-04-02 | Extend #69020 test to include reversed order. | jumbatm | -0/+18 |
| 2020-04-02 | Rollup merge of #70681 - rcoh:russell/70677-raw-str-panic, r=petrochenkov | Mazdak Farrokhzad | -0/+14 |
| 2020-04-02 | Rollup merge of #70634 - Centril:import-directly, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+4 |
| 2020-04-02 | Rollup merge of #70421 - Centril:recover-const-async-fn-ptr, r=estebank | Mazdak Farrokhzad | -5/+185 |
| 2020-04-02 | Remove unused discriminant reads from MIR bodies | Wesley Wiser | -9/+56 |
| 2020-04-02 | fix fulldeps test fallout | Mazdak Farrokhzad | -2/+4 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -582/+229 |
| 2020-04-02 | Writing tests | Kevin Per | -0/+53 |
| 2020-04-02 | Auto merge of #70362 - TimDiekmann:alloc-overhaul, r=Amanieu | bors | -60/+74 |
| 2020-04-02 | Handle unterminated raw strings with no #s properly | Russell Cohen | -0/+14 |
| 2020-04-01 | Rollup merge of #70590 - RalfJung:miri-backtrace, r=oli-obk | Dylan DPC | -74/+148 |
| 2020-04-01 | Rollup merge of #70535 - jonas-schievink:graph-refactor, r=nikomatsakis | Dylan DPC | -0/+23 |
| 2020-04-01 | Rollup merge of #70522 - rcoh:60762-raw-string-errors, r=petrochenkov | Mazdak Farrokhzad | -15/+50 |
| 2020-04-01 | Hide `task_context` when lowering body | Jonas Schievink | -0/+56 |
| 2020-04-01 | Rollup merge of #70556 - Centril:fix-70552, r=estebank | Dylan DPC | -0/+11 |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -33/+173 |
| 2020-03-31 | Rollup merge of #70600 - danielframpton:aarch64-windows-tests, r=alexcrichton | Dylan DPC | -17/+0 |
| 2020-03-31 | update unused_braces wording | Bastian Kauschke | -9/+9 |