| Age | Commit message (Expand) | Author | Lines |
| 2020-07-16 | Clean up or comment every unwrap in BTreeMap's main code. | Stein Somers | -46/+40 |
| 2020-07-16 | Rollup merge of #74381 - mbrubeck:docs, r=Mark-Simulacrum | Manish Goregaokar | -4/+7 |
| 2020-07-16 | Rollup merge of #74377 - alexcrichton:test-default, r=Mark-Simulacrum | Manish Goregaokar | -2/+3 |
| 2020-07-16 | Rollup merge of #74352 - ehuss:fix-alloc-links, r=Mark-Simulacrum | Manish Goregaokar | -32/+17 |
| 2020-07-16 | Rollup merge of #74295 - ssomers:btree_comments, r=Mark-Simulacrum | Manish Goregaokar | -18/+25 |
| 2020-07-16 | Rollup merge of #74203 - nnethercote:enforce-static-symbol-order, r=petrochenkov | Manish Goregaokar | -117/+145 |
| 2020-07-16 | Rollup merge of #74037 - JohnTitor:contributing-md, r=Mark-Simulacrum | Manish Goregaokar | -5/+6 |
| 2020-07-16 | Rollup merge of #73421 - janikrabe:master, r=joshtriplett | Manish Goregaokar | -4/+7 |
| 2020-07-16 | Rename `sym::item_context` as `sym::ItemContext`. | Nicholas Nethercote | -5/+5 |
| 2020-07-16 | Enforce the static symbol order. | Nicholas Nethercote | -112/+140 |
| 2020-07-15 | Update docs for str::as_bytes_mut. | Matt Brubeck | -4/+7 |
| 2020-07-15 | Clarify effect of orphan rule changes on From/Into | Janik Rabe | -4/+7 |
| 2020-07-15 | Move libstd's default feature to libtest | Alex Crichton | -2/+3 |
| 2020-07-15 | Rollup merge of #74353 - pierwill:pierwill-edit-dep-node, r=jonas-schievink | Manish Goregaokar | -6/+8 |
| 2020-07-15 | Rollup merge of #74347 - jyn514:ive-got-a-small-query-for-you, r=eddyb | Manish Goregaokar | -10/+16 |
| 2020-07-15 | Rollup merge of #74344 - estebank:stringly-wobbly, r=eddyb | Manish Goregaokar | -7/+13 |
| 2020-07-15 | Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkor | Manish Goregaokar | -55/+20 |
| 2020-07-15 | Rollup merge of #74294 - msirringhaus:master, r=pietroalbini | Manish Goregaokar | -8/+31 |
| 2020-07-15 | Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomez | Manish Goregaokar | -0/+4 |
| 2020-07-15 | Rollup merge of #74276 - lcnr:discriminant-kind-what, r=nagisa | Manish Goregaokar | -17/+12 |
| 2020-07-15 | Rollup merge of #74218 - GuillaumeGomez:search-results-bottom-margin, r=Dylan... | Manish Goregaokar | -0/+1 |
| 2020-07-15 | Rollup merge of #74196 - GuillaumeGomez:auto-collapse-implementors, r=Manishe... | Manish Goregaokar | -4/+11 |
| 2020-07-15 | Rollup merge of #74119 - nnethercote:rm-Compiler-compile, r=Mark-Simulacrum | Manish Goregaokar | -34/+0 |
| 2020-07-15 | Rollup merge of #73959 - GuillaumeGomez:cleanup-e0716, r=Dylan-DPC | Manish Goregaokar | -30/+25 |
| 2020-07-15 | Rollup merge of #73918 - GuillaumeGomez:cleanup-e0715, r=Dylan-DPC | Manish Goregaokar | -2/+1 |
| 2020-07-15 | Rollup merge of #72973 - msizanoen1:riscv-host, r=pietroalbini | Manish Goregaokar | -25/+66 |
| 2020-07-15 | Improve settings wording | Guillaume Gomez | -2/+2 |
| 2020-07-15 | Initialize default providers only once | Joshua Nelson | -10/+16 |
| 2020-07-15 | Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb | bors | -622/+1547 |
| 2020-07-15 | unify Instance::resolve | Bastian Kauschke | -12/+15 |
| 2020-07-15 | unsafety_check_result_for_const_arg | Bastian Kauschke | -4/+4 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -20/+21 |
| 2020-07-15 | ty_def_id -> def_id_for_type_of | Bastian Kauschke | -5/+5 |
| 2020-07-15 | improve naming | Bastian Kauschke | -160/+184 |
| 2020-07-15 | cleanup | Bastian Kauschke | -8/+48 |
| 2020-07-15 | update promoted_mir | Bastian Kauschke | -16/+20 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -138/+154 |
| 2020-07-15 | update test | Bastian Kauschke | -12/+4 |
| 2020-07-15 | only call `typeck_tables_of_const_arg` for const args | Bastian Kauschke | -4/+15 |
| 2020-07-15 | mir opt cross compile | Bastian Kauschke | -12/+12 |
| 2020-07-15 | mir_built is a lie | Bastian Kauschke | -155/+154 |
| 2020-07-15 | decode stuff | Bastian Kauschke | -3/+3 |
| 2020-07-15 | ui test diff | Bastian Kauschke | -2/+22 |
| 2020-07-15 | mir opt diff | Bastian Kauschke | -36/+36 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -141/+301 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -31/+78 |
| 2020-07-15 | optimized_mir | Bastian Kauschke | -11/+43 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -58/+80 |
| 2020-07-15 | typeck all the tables | Bastian Kauschke | -2/+38 |
| 2020-07-15 | const_eval_resolve | Bastian Kauschke | -28/+96 |