| Age | Commit message (Expand) | Author | Lines |
| 2020-06-27 | Use an 'approximate' universal upper bound when reporting region errors | Aaron Hill | -12/+101 |
| 2020-06-27 | Update src/librustc_mir/interpret/intrinsics.rs | Gary Guo | -2/+1 |
| 2020-06-27 | Improve messaging from PR feedback | David Hewitt | -23/+12 |
| 2020-06-27 | Document the type keyword | Alexis Bourget | -2/+26 |
| 2020-06-28 | Update src/doc/unstable-book/src/language-features/rustc-attrs.md | Ivan Tham | -1/+1 |
| 2020-06-27 | Update the documentation to point to open instead of is_file and is_dir | Alexis Bourget | -11/+15 |
| 2020-06-27 | Recover extra trailing angle brackets in struct definition | Aaron Hill | -8/+66 |
| 2020-06-27 | Forward Hash::write_iN to Hash::write_uN | Nikita Popov | -5/+5 |
| 2020-06-27 | fix typo in self-profile.md | Takuto Ikuta | -1/+1 |
| 2020-06-27 | more LocalDefId cleanup | Bastian Kauschke | -260/+259 |
| 2020-06-27 | Add test for issue-71381 | Yuki Okushi | -0/+47 |
| 2020-06-27 | more LocalDefId in ty::context | Bastian Kauschke | -6/+10 |
| 2020-06-27 | use LocalDefId in module checking | Bastian Kauschke | -39/+39 |
| 2020-06-27 | Small cleanup for E0705 explanation | Guillaume Gomez | -2/+2 |
| 2020-06-27 | linker: Create GNU_EH_FRAME header by default when producing ELFs | Vadim Petrochenkov | -14/+19 |
| 2020-06-27 | Add unstable docs for rustc_attrs | Ivan Tham | -0/+50 |
| 2020-06-27 | Auto merge of #73779 - Manishearth:rollup-lwqd9jm, r=Manishearth | bors | -116/+445 |
| 2020-06-27 | Fix ICE for lib features | Gary Guo | -4/+25 |
| 2020-06-26 | Auto merge of #73596 - petrochenkov:shebang2, r=Mark-Simulacrum | bors | -20/+21 |
| 2020-06-26 | Rollup merge of #73765 - kraai:remove-blank-line, r=jonas-schievink | Manish Goregaokar | -1/+0 |
| 2020-06-26 | Rollup merge of #73738 - nbdd0121:comment, r=nikomatsakis | Manish Goregaokar | -5/+0 |
| 2020-06-26 | Rollup merge of #73728 - oli-obk:const_prop_cleanup, r=wesleywiser | Manish Goregaokar | -6/+13 |
| 2020-06-26 | Rollup merge of #73718 - poliorcetics:super-keyword, r=shepmaster | Manish Goregaokar | -2/+18 |
| 2020-06-26 | Rollup merge of #73694 - poliorcetics:self-upper-keyword, r=Mark-Simulacrum | Manish Goregaokar | -2/+57 |
| 2020-06-26 | Rollup merge of #73691 - ajpaverd:bootstrap-windows-73689, r=Mark-Simulacrum | Manish Goregaokar | -0/+6 |
| 2020-06-26 | Rollup merge of #73627 - ssomers:btree_iter_min_max, r=Mark-Simulacrum | Manish Goregaokar | -0/+141 |
| 2020-06-26 | Rollup merge of #73579 - RalfJung:doc-missing-links, r=shepmaster | Manish Goregaokar | -2/+4 |
| 2020-06-26 | Rollup merge of #73529 - pickfire:liballoc-specfromelem-i8, r=cuviper | Manish Goregaokar | -1/+15 |
| 2020-06-26 | Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakis | Manish Goregaokar | -3/+39 |
| 2020-06-26 | Rollup merge of #72937 - AdrianCX:master, r=nikomatsakis | Manish Goregaokar | -71/+54 |
| 2020-06-26 | Rollup merge of #72771 - jyn514:rustdoc, r=Manishearth | Manish Goregaokar | -23/+98 |
| 2020-06-26 | Make `likely` and `unlikely` const | Gary Guo | -0/+10 |
| 2020-06-26 | Fix allow_internal_unstable with rustc_const_unstable | Gary Guo | -7/+18 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -102/+745 |
| 2020-06-26 | Make `fn_arg_names` return `Ident` instead of symbol | Aaron Hill | -21/+34 |
| 2020-06-26 | removes unnecessary tidy ignore | root | -12/+2 |
| 2020-06-26 | moves terminator types to sub module | root | -494/+519 |
| 2020-06-26 | Add peek test for projections | Dylan MacKenzie | -0/+48 |
| 2020-06-26 | Handle stores to projections correctly in liveness analysis | Dylan MacKenzie | -2/+25 |
| 2020-06-26 | remove some compiler warnings | Stefan Lankes | -3/+1 |
| 2020-06-26 | rustc_lexer: Simplify shebang parsing once more | Vadim Petrochenkov | -20/+21 |
| 2020-06-26 | Don't pollute docs/suggestions with libstd deps | Alex Crichton | -0/+16 |
| 2020-06-27 | Add liballoc doc panic detail according to RawVec | Ivan Tham | -11/+5 |
| 2020-06-26 | errors: use `-Z terminal-width` in JSON emitter | David Wood | -7/+96 |
| 2020-06-26 | Update mdbook. | Eric Huss | -7/+10 |
| 2020-06-26 | Remove mdbook-linkcheck. | Eric Huss | -126/+2 |
| 2020-06-26 | Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebank | bors | -986/+1273 |
| 2020-06-26 | Remove blank line | KRAAI, MATTHEW [VISUS] | -1/+0 |
| 2020-06-26 | Document the trait keyword | Alexis Bourget | -3/+172 |
| 2020-06-26 | Fix debug messages | Joshua Nelson | -3/+2 |