| Age | Commit message (Expand) | Author | Lines |
| 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 | Verify UI tests work in pass=check mode | Mark Rousskov | -0/+9 |
| 2020-07-01 | Implement slice_strip feature | Lzu Tao | -0/+62 |
| 2020-07-01 | Clean up E0715 explanation | Guillaume Gomez | -2/+1 |
| 2020-07-01 | Deprecate regex_macro lint | Philipp Hansch | -7/+0 |
| 2020-07-01 | Remove `token::FlattenGroup` | Vadim Petrochenkov | -64/+42 |
| 2020-07-01 | Auto merge of #73863 - pietroalbini:revert-8bc3122311d, r=Mark-Simulacrum | bors | -45/+36 |
| 2020-07-01 | expand: Stop using nonterminals for passing tokens to attribute and derive ma... | Vadim Petrochenkov | -88/+118 |
| 2020-07-01 | Amend wording of note | David Hewitt | -3/+3 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -99/+36 |
| 2020-06-30 | enable unsafe_op_in_unsafe_fn lint | Elton Law | -0/+2 |
| 2020-06-30 | `#[deny(unsafe_op_in_unsafe_fn)]` in libstd/fs.rs | Elton Law | -2/+4 |
| 2020-07-01 | Auto merge of #73706 - Aaron1011:fix/proc-macro-foreign-span, r=petrochenkov | bors | -43/+226 |
| 2020-06-30 | Rewrite a few manual index loops with while-let | Josh Stone | -10/+6 |
| 2020-06-30 | Use exhaustive match in const_prop.rs | Wesley Wiser | -1/+13 |
| 2020-07-01 | Add missing backtick in `ty_error_with_message` | Yuki Okushi | -1/+1 |
| 2020-06-30 | Make #[target_feature] Fn trait error message less confusing | Caleb Zulawski | -22/+21 |
| 2020-06-30 | Don't break on iOS Simulator builds. | aspen | -1/+5 |
| 2020-06-30 | Only set the flag in LLVM builds. | aspen | -5/+3 |
| 2020-06-30 | Changes required for rustc/cargo to build for iOS targets | aspen | -0/+13 |
| 2020-06-30 | Add force-host to test aux file used by proc-macro | Aaron Hill | -2/+4 |
| 2020-06-30 | Move blanket_clippy_restriction_lints to "style" | Eduardo Broto | -1/+1 |
| 2020-06-30 | Lint enabling the whole restriction group | Eduardo Broto | -0/+7 |
| 2020-06-30 | Bless failing tests | LeSeulArtichaut | -99/+105 |
| 2020-06-30 | Clarify when rc::data_offset is safe | CAD97 | -1/+20 |
| 2020-06-30 | Fix invalid pointer deref in Weak::as_ptr | CAD97 | -2/+2 |
| 2020-06-30 | Clarify safety comment for A|Rc::as_ptr | CAD97 | -10/+6 |
| 2020-06-30 | Bring net/parser.rs up to modern up to date with modern rust patterns | Nathan West | -193/+289 |
| 2020-06-30 | Bless mir-opt tests | Dylan MacKenzie | -16/+44 |
| 2020-06-30 | remove duplicate tests | Bastian Kauschke | -38/+0 |
| 2020-06-30 | Handle inactive enum variants in `MaybeUninitializedPlaces` | Dylan MacKenzie | -23/+89 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 6 | LeSeulArtichaut | -93/+185 |
| 2020-06-30 | Switch crate_extern_paths to a query, and tweak wording. | Eric Huss | -27/+20 |
| 2020-06-30 | Auto merge of #73456 - tmiasko:musl-libdir, r=Mark-Simulacrum | bors | -7/+19 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 5 | LeSeulArtichaut | -47/+108 |
| 2020-06-30 | Provide more information on duplicate lang item error. | Eric Huss | -4/+49 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 4 | LeSeulArtichaut | -40/+108 |
| 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 | Clean up E0712 explanation | Guillaume Gomez | -2/+2 |
| 2020-06-30 | Auto merge of #73888 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2020-06-30 | stabilize const mem::forget | Dodo | -4/+1 |
| 2020-06-30 | Stabilize casts and coercions to `&[T]` in const fn | Oliver Scherer | -32/+34 |
| 2020-06-30 | Clarify some parts by applying the suggestions from review | Poliorcetics | -6/+7 |
| 2020-06-30 | update Miri | Ralf Jung | -7/+9 |
| 2020-06-30 | remove rustdoc warnings | Tshepang Lekhonkhobe | -98/+99 |