| Age | Commit message (Expand) | Author | Lines |
| 2020-07-01 | Rollup merge of #73548 - tshepang:fix-rustdoc-warnings, r=ecstatic-morse | Manish Goregaokar | -98/+99 |
| 2020-07-01 | Rollup merge of #73466 - matthiaskrgr:char_into_string, r=dtolnay | Manish Goregaokar | -0/+15 |
| 2020-07-01 | Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obk | Manish Goregaokar | -99/+36 |
| 2020-07-01 | Rollup merge of #72369 - Lucretiel:socketaddr-parse, r=dtolnay | Manish Goregaokar | -193/+289 |
| 2020-07-01 | Rollup merge of #72071 - PankajChaudhary5:ErrorCode-E0687, r=davidtwco | Manish Goregaokar | -1/+39 |
| 2020-07-01 | Auto merge of #73863 - pietroalbini:revert-8bc3122311d, r=Mark-Simulacrum | bors | -45/+36 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -99/+36 |
| 2020-07-01 | Auto merge of #73706 - Aaron1011:fix/proc-macro-foreign-span, r=petrochenkov | bors | -43/+226 |
| 2020-06-30 | Add force-host to test aux file used by proc-macro | Aaron Hill | -2/+4 |
| 2020-06-30 | Bring net/parser.rs up to modern up to date with modern rust patterns | Nathan West | -193/+289 |
| 2020-06-30 | Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrum | bors | -7/+19 |
| 2020-06-30 | Auto merge of #73888 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2020-06-30 | update Miri | Ralf Jung | -7/+9 |
| 2020-06-30 | remove rustdoc warnings | Tshepang Lekhonkhobe | -98/+99 |
| 2020-06-30 | Auto merge of #73658 - dylanmckay:avr-update-llvm-submodule-with-picks, r=cuv... | bors | -0/+0 |
| 2020-06-29 | Normalize symbol ids to 0 in test stdout | Aaron Hill | -9/+13 |
| 2020-06-29 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -43/+220 |
| 2020-06-29 | Auto merge of #73374 - alexcrichton:compiler-bulitins-debug-assertions, r=Mar... | bors | -32/+8 |
| 2020-06-29 | Revert "ci: allow gating gha on everything but macOS" | Pietro Albini | -45/+36 |
| 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 |