| Age | Commit message (Expand) | Author | Lines |
| 2020-08-09 | Rollup merge of #75292 - slanterns:cleanup-E0502, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2020-08-09 | Rollup merge of #75291 - GuillaumeGomez:cleanup-e0750, r=pickfire | Yuki Okushi | -6/+19 |
| 2020-08-09 | Rollup merge of #75290 - rust-lang:min_const_generics-version, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-08-09 | Rollup merge of #75289 - pickfire:patch-12, r=jonas-schievink | Yuki Okushi | -2/+2 |
| 2020-08-09 | Rollup merge of #75288 - pickfire:patch-11, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-08-09 | Rollup merge of #75287 - pickfire:patch-10, r=jonas-schievink | Yuki Okushi | -0/+2 |
| 2020-08-09 | Rollup merge of #75285 - pickfire:patch-8, r=jonas-schievink | Yuki Okushi | -2/+3 |
| 2020-08-09 | Rollup merge of #75284 - pickfire:patch-7, r=LukasKalbertodt | Yuki Okushi | -0/+7 |
| 2020-08-09 | Rollup merge of #75266 - aticu:master, r=RalfJung | Yuki Okushi | -0/+36 |
| 2020-08-09 | Rollup merge of #75262 - pickfire:patch-6, r=jyn514 | Yuki Okushi | -6/+4 |
| 2020-08-09 | Rollup merge of #75248 - TimDiekmann:NonNull-as_mut_ptr, r=RalfJung | Yuki Okushi | -0/+18 |
| 2020-08-09 | Rollup merge of #75162 - poliorcetics:move-documentation-fix, r=jyn514 | Yuki Okushi | -2/+18 |
| 2020-08-09 | Rollup merge of #75151 - pickfire:patch-4, r=LukasKalbertodt | Yuki Okushi | -4/+6 |
| 2020-08-09 | Rollup merge of #74842 - hermitcore:thread_local, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2020-08-09 | Rollup merge of #74712 - strom-und-spiele:E0271-cleanup, r=Mark-Simulacrum | Yuki Okushi | -30/+13 |
| 2020-08-08 | Remove E0750 from unchecked error codes | Guillaume Gomez | -2/+1 |
| 2020-08-08 | Clean up E0750 explanation | Guillaume Gomez | -4/+18 |
| 2020-08-08 | Auto merge of #75163 - canova:map_into_keys_values, r=dtolnay | bors | -0/+325 |
| 2020-08-08 | Auto merge of #75260 - davidtwco:polymorphization-promoted-substs, r=lcnr | bors | -15/+104 |
| 2020-08-08 | Update the tracking issue number of map_into_keys_values | Nazım Can Altınova | -24/+24 |
| 2020-08-08 | Add an example about the behaviour of move and Fn* traits | Alexis Bourget | -5/+17 |
| 2020-08-08 | Remove min/max values from IntoValues Iterator implementation | Nazım Can Altınova | -8/+0 |
| 2020-08-08 | Auto merge of #74533 - nikic:issue-74425, r=eddyb | bors | -8/+32 |
| 2020-08-08 | Use `&` instead of `let ref` in E0502 | Slanterns | -2/+2 |
| 2020-08-08 | Add safety section to `NonNull::as_*` method docs | aticu | -0/+36 |
| 2020-08-08 | fix `min_const_generics` version | Bastian Kauschke | -1/+1 |
| 2020-08-08 | Auto merge of #74289 - lzutao:unroll, r=LukasKalbertodt | bors | -28/+13 |
| 2020-08-08 | Remove abmiguity from PathBuf pop example | Ivan Tham | -2/+2 |
| 2020-08-08 | Use assert! for Path exists example to check bool | Ivan Tham | -1/+1 |
| 2020-08-08 | Show Path extension example change multi extension | Ivan Tham | -0/+2 |
| 2020-08-08 | Separate example for Path strip_prefix | Ivan Tham | -2/+3 |
| 2020-08-08 | Show relative example for Path ancestors | Ivan Tham | -0/+7 |
| 2020-08-08 | Auto merge of #75282 - RalfJung:miri-black-box, r=oli-obk | bors | -1/+3 |
| 2020-08-08 | Update E0271.md | strom-und-spiele | -30/+13 |
| 2020-08-08 | make black_box a NOP in Miri | Ralf Jung | -1/+3 |
| 2020-08-08 | Emit == null instead of <= null | Nikita Popov | -8/+32 |
| 2020-08-08 | Auto merge of #75257 - ssomers:btree_74762_again, r=Mark-Simulacrum | bors | -32/+25 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -842/+865 |
| 2020-08-08 | Auto merge of #75276 - JohnTitor:rollup-rz4hs0w, r=JohnTitor | bors | -127/+170 |
| 2020-08-08 | Rollup merge of #75270 - matthiaskrgr:clippy_aug_1, r=Dylan-DPC | Yuki Okushi | -53/+48 |
| 2020-08-08 | Rollup merge of #75267 - estebank:cleanup, r=Dylan-DPC | Yuki Okushi | -19/+21 |
| 2020-08-08 | Rollup merge of #75259 - giraffate:add_missing_backtick, r=lcnr | Yuki Okushi | -1/+1 |
| 2020-08-08 | Rollup merge of #75253 - RalfJung:cleanup-const-hack, r=oli-obk | Yuki Okushi | -28/+8 |
| 2020-08-08 | Rollup merge of #75250 - RalfJung:uninit-const-ptr, r=oli-obk | Yuki Okushi | -4/+8 |
| 2020-08-08 | Rollup merge of #75237 - nbdd0121:rustdoc, r=jyn514 | Yuki Okushi | -18/+78 |
| 2020-08-08 | Rollup merge of #75224 - Aaron1011:fix/function-arguments-naked, r=Amanieu | Yuki Okushi | -4/+6 |
| 2020-08-08 | Increase `recursion_limit` in `librustc_plugin_impl`. | Nicholas Nethercote | -0/+1 |
| 2020-08-08 | Eliminate `librustc_hir`'s dependency on `librustc_session`. | Nicholas Nethercote | -13/+25 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -805/+816 |
| 2020-08-08 | Remove some unnecessary uses of `Option`. | Nicholas Nethercote | -40/+39 |