| Age | Commit message (Expand) | Author | Lines |
| 2021-09-15 | Avoid codegen for Result::into_ok in lang_start | Mark Rousskov | -3/+3 |
| 2021-09-16 | Make Duration's Debug format pad to width | Michiel De Muynck | -30/+106 |
| 2021-09-15 | Remove ToPredicate impls that use Binder::dummy | jackh726 | -85/+99 |
| 2021-09-15 | Fix linting when trailing macro expands to a trailing semi | Aaron Hill | -6/+43 |
| 2021-09-15 | Disable the evaluation cache when in intercrate mode | Aaron Hill | -0/+16 |
| 2021-09-15 | Auto merge of #88977 - ehuss:disable-validate-maintainers, r=Mark-Simulacrum | bors | -1/+9 |
| 2021-09-15 | Disable debuginfo test on Windows that fails in new cdb version. | Eric Huss | -0/+2 |
| 2021-09-15 | Rollup merge of #88951 - ehuss:update-books, r=ehuss | Manish Goregaokar | -0/+0 |
| 2021-09-15 | Rollup merge of #88933 - tmiasko:remove-min-align-of, r=oli-obk | Manish Goregaokar | -7/+2 |
| 2021-09-15 | Rollup merge of #88915 - joshlf:patch-4, r=kennytm | Manish Goregaokar | -0/+4 |
| 2021-09-15 | Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_... | Manish Goregaokar | -6/+34 |
| 2021-09-15 | Rollup merge of #88841 - notriddle:notriddle/method-parens, r=estebank | Manish Goregaokar | -1/+55 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -595/+50 |
| 2021-09-15 | Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisa | Manish Goregaokar | -11/+25 |
| 2021-09-15 | Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoerister | Manish Goregaokar | -5/+102 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -40/+129 |
| 2021-09-15 | Add tracking issue for unix_chown | Josh Triplett | -3/+3 |
| 2021-09-15 | factor into struct, and comments | Gus Wynn | -92/+104 |
| 2021-09-15 | Allow call to get_body_with_borrowck_facts without -Z polonius | Will Crichton | -10/+10 |
| 2021-09-15 | Make rustc_mir_dataflow::framework::graphviz and rustc_mir_transform::MirPass... | Will Crichton | -3/+3 |
| 2021-09-15 | Update the backtrace crate | Henrik Böving | -0/+0 |
| 2021-09-15 | Update clobber_abi list to include k[1-7] regs | Commeownist | -3/+3 |
| 2021-09-15 | Disable both reproducible-build tests for crate-type=bin | danakj | -14/+5 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -37/+2 |
| 2021-09-15 | Use explicit log level in tracing instrument macro | Tomasz Miąsko | -15/+15 |
| 2021-09-15 | Disable RemoveZsts in generators to avoid query cycles | Tomasz Miąsko | -0/+20 |
| 2021-09-15 | Make two functions private | bjorn3 | -2/+2 |
| 2021-09-15 | Inline with_interner | bjorn3 | -9/+5 |
| 2021-09-15 | Move the Lock into symbol::Interner | bjorn3 | -16/+21 |
| 2021-09-15 | Disable validate_maintainers. | Eric Huss | -1/+7 |
| 2021-09-15 | docs(std): add docs for cof_from_cstr impls | Michael Howell | -0/+3 |
| 2021-09-15 | chore(rustc_expand): fix typo in comment | Michael Howell | -1/+1 |
| 2021-09-15 | Fix formatting | Albin Hedman | -1/+3 |
| 2021-09-15 | Verify bin crates are not deterministic on Windows | danakj | -3/+31 |
| 2021-09-15 | Add tracking issue | Albin Hedman | -6/+6 |
| 2021-09-15 | Updated for new const trait bounds syntax | Albin Hedman | -2/+2 |
| 2021-09-15 | Move tests to library/core/tests | Albin Hedman | -7/+5 |
| 2021-09-15 | Add test for try operator with Option | Albin Hedman | -2/+9 |
| 2021-09-15 | Constly impl TryV2 and Residual for Option | Albin Hedman | -2/+4 |
| 2021-09-15 | Add test for try operator on Result | Albin Hedman | -0/+16 |
| 2021-09-15 | Constly impl TryV2 and FromResidual for Result | Albin Hedman | -2/+4 |
| 2021-09-15 | Add tests for feature(const_identity_convert) | Albin Hedman | -0/+20 |
| 2021-09-15 | Constify identify conversions | Albin Hedman | -2/+5 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -46/+50 |
| 2021-09-15 | Check for shadowing issues involving block labels | Tomasz Miąsko | -21/+61 |
| 2021-09-15 | Fast reject for NeedsNonConstDrop | Deadbeef | -1/+11 |
| 2021-09-15 | Auto merge of #87867 - bjorn3:unique_type_id_interner, r=wesleywiser | bors | -11/+61 |
| 2021-09-15 | Coerce const FnDefs to implement const Fn traits | Deadbeef | -13/+55 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -2/+1 |
| 2021-09-15 | Move is_const_fn to under TyCtxt | Deadbeef | -26/+26 |