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