| Age | Commit message (Expand) | Author | Lines |
| 2021-05-30 | Correct comments about untracked accesses. | Camille GILLOT | -24/+31 |
| 2021-05-30 | Make is_private_dep a query. | Camille GILLOT | -15/+10 |
| 2021-05-30 | Make allocator_kind a query. | Camille GILLOT | -10/+10 |
| 2021-05-30 | Avoid a clone of output_filenames. | Camille GILLOT | -3/+3 |
| 2021-05-30 | Remove StableVec. | Camille GILLOT | -41/+9 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -30/+23 |
| 2021-05-30 | Make resolutions a query. | Camille GILLOT | -101/+120 |
| 2021-05-30 | Only compute the trait_map once. | Camille GILLOT | -27/+19 |
| 2021-05-30 | Auto merge of #85804 - bjorn3:merge_crate_disambiguator, r=cjgillot | bors | -307/+222 |
| 2021-05-30 | Auto merge of #84586 - GuillaumeGomez:enforce-rustdoc-gui-test-suite-run, r=M... | bors | -77/+135 |
| 2021-05-30 | Update mir opt tests | bjorn3 | -24/+24 |
| 2021-05-30 | Update tests | bjorn3 | -68/+68 |
| 2021-05-30 | Fix test | bjorn3 | -8/+5 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -207/+125 |
| 2021-05-30 | Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrum | bors | -171/+167 |
| 2021-05-30 | Auto merge of #85786 - GuillaumeGomez:error-code-checker-improvement, r=Mark-... | bors | -9/+18 |
| 2021-05-30 | Auto merge of #85754 - the8472:revert-83770, r=Mark-Simulacrum | bors | -63/+25 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -122/+423 |
| 2021-05-29 | Auto merge of #85390 - Mark-Simulacrum:fast-bridge, r=petrochenkov | bors | -16/+42 |
| 2021-05-29 | Move reconstruct test inwards. | Camille GILLOT | -5/+4 |
| 2021-05-29 | Auto merge of #85698 - ehuss:incremental-session-panic, r=estebank | bors | -27/+77 |
| 2021-05-29 | Write primitive types via array buffers | Mark Rousskov | -2/+17 |
| 2021-05-29 | Switch to reserve over extend_from_slice | Mark Rousskov | -25/+21 |
| 2021-05-29 | Specialize single-element writes to buffer | Mark Rousskov | -1/+16 |
| 2021-05-29 | Auto merge of #85540 - GuillaumeGomez:better-result-dom-generation, r=jsha | bors | -22/+70 |
| 2021-05-29 | Fix incremental-session-fail to work when run as root. | Eric Huss | -2/+1 |
| 2021-05-29 | Auto merge of #85767 - lqd:stackless_span_stacks, r=oli-obk | bors | -21/+33 |
| 2021-05-29 | Auto merge of #85798 - hyd-dev:miri, r=RalfJung | bors | -8/+8 |
| 2021-05-29 | Auto merge of #85703 - clarfonthey:unchecked_shift, r=scottmcm | bors | -12/+154 |
| 2021-05-28 | Add inherent unchecked_shl, unchecked_shr to integers | ltdk | -12/+154 |
| 2021-05-29 | Auto merge of #85790 - ehuss:nvptx-no-std, r=nagisa | bors | -1/+1 |
| 2021-05-29 | Update Miri | hyd-dev | -8/+8 |
| 2021-05-28 | Add specific help for *how* to fix an incremental lock error. | Eric Huss | -0/+13 |
| 2021-05-28 | Auto merge of #85607 - LeSeulArtichaut:thir-unsafeck-closures, r=nikomatsakis | bors | -17/+173 |
| 2021-05-28 | Auto merge of #85789 - ptrojahn:generator_typo, r=nagisa | bors | -1/+1 |
| 2021-05-28 | Fix typo on nvptx support | Eric Huss | -1/+1 |
| 2021-05-28 | Clean up error codes from being ignored | Guillaume Gomez | -6/+5 |
| 2021-05-28 | Add checks to ensure the error_codes checker is "clean" | Guillaume Gomez | -3/+13 |
| 2021-05-28 | Auto merge of #85700 - Bobo1239:dso_local_ppc64, r=nagisa | bors | -46/+46 |
| 2021-05-28 | Auto merge of #85546 - hyd-dev:unwind, r=RalfJung | bors | -94/+168 |
| 2021-05-28 | Auto merge of #85745 - veber-alex:panic_any, r=m-ou-se | bors | -0/+1 |
| 2021-05-28 | Auto merge of #84968 - FabianWolff:master, r=estebank | bors | -17/+74 |
| 2021-05-28 | Fix static relocation model for PowerPC64 | Boris-Chengbiao Zhou | -46/+46 |
| 2021-05-28 | Rewrite to a `match` | hyd-dev | -5/+4 |
| 2021-05-28 | "a frame" -> "a stack frame" | hyd-dev | -1/+1 |
| 2021-05-28 | Auto merge of #85743 - bjorn3:sync_cg_clif-2021-05-27, r=bjorn3 | bors | -306/+218 |
| 2021-05-28 | const eval errors: display the current item instance if there are generics in... | Rémy Rakic | -15/+28 |
| 2021-05-27 | Auto merge of #84568 - andoriyu:libtest/junit_formatter, r=yaahc | bors | -5/+190 |
| 2021-05-27 | don't trim paths in collector PME message | Rémy Rakic | -6/+5 |
| 2021-05-27 | Test THIR unsafeck for unsafe ops in closures | LeSeulArtichaut | -15/+143 |