about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-07-01Rollup merge of #73548 - tshepang:fix-rustdoc-warnings, r=ecstatic-morseManish Goregaokar-98/+99
2020-07-01Rollup merge of #73466 - matthiaskrgr:char_into_string, r=dtolnayManish Goregaokar-0/+15
2020-07-01Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obkManish Goregaokar-99/+36
2020-07-01Rollup merge of #72369 - Lucretiel:socketaddr-parse, r=dtolnayManish Goregaokar-193/+289
2020-07-01Rollup merge of #72071 - PankajChaudhary5:ErrorCode-E0687, r=davidtwcoManish Goregaokar-1/+39
2020-07-01Auto merge of #73863 - pietroalbini:revert-8bc3122311d, r=Mark-Simulacrumbors-45/+36
2020-06-30Stabilize `#[track_caller]`.Adam Perry-99/+36
2020-07-01Auto merge of #73706 - Aaron1011:fix/proc-macro-foreign-span, r=petrochenkovbors-43/+226
2020-06-30Add force-host to test aux file used by proc-macroAaron Hill-2/+4
2020-06-30Bring net/parser.rs up to modern up to date with modern rust patternsNathan West-193/+289
2020-06-30Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrumbors-7/+19
2020-06-30Auto merge of #73888 - RalfJung:miri, r=RalfJungbors-7/+9
2020-06-30update MiriRalf Jung-7/+9
2020-06-30remove rustdoc warningsTshepang Lekhonkhobe-98/+99
2020-06-30Auto merge of #73658 - dylanmckay:avr-update-llvm-submodule-with-picks, r=cuv...bors-0/+0
2020-06-29Normalize symbol ids to 0 in test stdoutAaron Hill-9/+13
2020-06-29Serialize all foreign `SourceFile`s into proc-macro crate metadataAaron Hill-43/+220
2020-06-29Auto merge of #73374 - alexcrichton:compiler-bulitins-debug-assertions, r=Mar...bors-32/+8
2020-06-29Revert "ci: allow gating gha on everything but macOS"Pietro Albini-45/+36
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