| Age | Commit message (Expand) | Author | Lines |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 3 | LeSeulArtichaut | -113/+181 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 2 | LeSeulArtichaut | -37/+103 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 1 | LeSeulArtichaut | -31/+111 |
| 2020-06-30 | Auto merge of #73658 - dylanmckay:avr-update-llvm-submodule-with-picks, r=cuv... | bors | -0/+0 |
| 2020-06-29 | Auto merge of #73374 - alexcrichton:compiler-bulitins-debug-assertions, r=Mar... | bors | -32/+8 |
| 2020-06-29 | rustbuild: Move compiler-builtins build logic to manifest | Alex Crichton | -32/+8 |
| 2020-06-29 | Auto merge of #73391 - pickfire:liballoc-panic-doc, r=Mark-Simulacrum | bors | -11/+5 |
| 2020-06-29 | Auto merge of #73032 - yoshuawuyts:stabilize-leading_trailing_ones, r=Amanieu | bors | -13/+12 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -1757/+348 |
| 2020-06-28 | Use `LocalDefId` in HIR const-checker | Dylan MacKenzie | -4/+4 |
| 2020-06-28 | Remove `ignore-tidy-filelength` | Dylan MacKenzie | -2/+0 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -415/+105 |
| 2020-06-28 | Stop checking for `while` and `loop` in a const context | Dylan MacKenzie | -26/+6 |
| 2020-06-28 | Remove uses of `const_loop` in `rustc` | Dylan MacKenzie | -2/+2 |
| 2020-06-28 | Mark `const_loop` feature gate as accepted | Dylan MacKenzie | -3/+2 |
| 2020-06-28 | Require `allow_internal_unstable` in HIR const-checker | Dylan MacKenzie | -13/+50 |
| 2020-06-28 | Remove `const_if_match` from unstable book | Dylan MacKenzie | -14/+0 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -1192/+228 |
| 2020-06-28 | HIR const-checking | Dylan MacKenzie | -35/+10 |
| 2020-06-28 | MIR const-checking | Dylan MacKenzie | -33/+1 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -15/+15 |
| 2020-06-28 | Remove `control_flow_destroyed` and properly lower `&&` and `||` | Dylan MacKenzie | -77/+0 |
| 2020-06-28 | Mark feature gate as accepted | Dylan MacKenzie | -3/+2 |
| 2020-06-28 | Rollup merge of #73833 - bjorn3:remove_gcx_enter_local, r=matthewjasper | Manish Goregaokar | -46/+22 |
| 2020-06-28 | Rollup merge of #73826 - cjrh:cjrh-patch-1, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-06-28 | Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe... | Manish Goregaokar | -64/+91 |
| 2020-06-28 | Rollup merge of #73813 - petrochenkov:restrait, r=davidtwco | Manish Goregaokar | -25/+24 |
| 2020-06-28 | Rollup merge of #73800 - nikic:hash_i, r=kennytm | Manish Goregaokar | -5/+5 |
| 2020-06-28 | Rollup merge of #73795 - JohnTitor:tests-for-const-fn-ptrs, r=oli-obk | Manish Goregaokar | -0/+125 |
| 2020-06-28 | Rollup merge of #73774 - ecstatic-morse:liveness-of-projections, r=oli-obk | Manish Goregaokar | -2/+73 |
| 2020-06-28 | Rollup merge of #73757 - oli-obk:const_prop_hardening, r=wesleywiser | Manish Goregaokar | -16/+90 |
| 2020-06-28 | Rollup merge of #73577 - VillSnow:master, r=Amanieu | Manish Goregaokar | -0/+95 |
| 2020-06-28 | Update src/libcore/slice/mod.rs | VillSnow | -1/+1 |
| 2020-06-28 | Erase all block-only locals at the end of every block, even if they have not ... | Oliver Scherer | -16/+90 |
| 2020-06-28 | Remove GlobalCtxt::enter_local | bjorn3 | -46/+22 |
| 2020-06-28 | Update tracking issue number | VillSnow | -1/+1 |
| 2020-06-28 | Auto merge of #73830 - Manishearth:rollup-8k68ysm, r=Manishearth | bors | -623/+1645 |
| 2020-06-28 | Update doc comment | VillSnow | -6/+10 |
| 2020-06-28 | Merge branch 'master' of https://github.com/VillSnow/rust | VillSnow | -1/+2 |
| 2020-06-28 | Update src/libcore/slice/mod.rs | VillSnow | -1/+2 |
| 2020-06-28 | Add comment on use of unsafe | VillSnow | -0/+9 |
| 2020-06-27 | Rollup merge of #73809 - robyoung:docs/add-links-to-DirEntry-metadata, r=hann... | Manish Goregaokar | -1/+4 |
| 2020-06-27 | Rollup merge of #73797 - atetubou:patch-1, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-06-27 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -301/+304 |
| 2020-06-27 | Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebank | Manish Goregaokar | -7/+96 |
| 2020-06-27 | Rollup merge of #73758 - davidtwco:issue-60855-remaining-reveal-all, r=matthe... | Manish Goregaokar | -62/+66 |
| 2020-06-27 | Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwco | Manish Goregaokar | -123/+779 |
| 2020-06-27 | Rollup merge of #73672 - nellshamrell:async-fix, r=estebank | Manish Goregaokar | -15/+22 |
| 2020-06-27 | Rollup merge of #73525 - cuviper:llvm11, r=nikic | Manish Goregaokar | -57/+167 |
| 2020-06-27 | Rollup merge of #73243 - poliorcetics:discourage-is-file, r=Amanieu | Manish Goregaokar | -5/+30 |