| Age | Commit message (Expand) | Author | Lines |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -56/+8 |
| 2021-07-27 | Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelix | bors | -80/+41 |
| 2021-07-26 | Auto merge of #87480 - GuillaumeGomez:rollup-3ly8t5d, r=GuillaumeGomez | bors | -66/+67 |
| 2021-07-26 | Auto merge of #87469 - sexxi-goose:union, r=nikomatsakis | bors | -12/+34 |
| 2021-07-26 | Rollup merge of #87458 - ibraheemdev:help-msg-block-borrow, r=oli-obk | Guillaume Gomez | -6/+4 |
| 2021-07-26 | Rollup merge of #87457 - devnexen:fbsd_remove_workaround, r=petrochenkov | Guillaume Gomez | -2/+1 |
| 2021-07-26 | Rollup merge of #87447 - RalfJung:not-null, r=oli-obk | Guillaume Gomez | -1/+5 |
| 2021-07-26 | Rollup merge of #87436 - ebobrow:suggest-semicolon, r=oli-obk | Guillaume Gomez | -57/+57 |
| 2021-07-26 | 2229: Don't capture preicese paths on top of a union | Aman Arora | -12/+34 |
| 2021-07-26 | Auto merge of #87439 - ThibsG:FixDocTypo, r=jonas-schievink | bors | -1/+1 |
| 2021-07-26 | Auto merge of #87424 - RalfJung:const-check, r=oli-obk | bors | -8/+8 |
| 2021-07-25 | fmt | ibraheemdev | -3/+3 |
| 2021-07-25 | fix help message for modification to &T created by &{t} | ibraheemdev | -9/+7 |
| 2021-07-25 | freebsd remove compiler workaround. | David Carlier | -2/+1 |
| 2021-07-25 | Auto merge of #86438 - FabianWolff:issue-83693, r=jackh726 | bors | -3/+2 |
| 2021-07-25 | Auto merge of #85646 - Moxinilian:separate-const-switch, r=cjgillot | bors | -0/+345 |
| 2021-07-25 | Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov | bors | -309/+402 |
| 2021-07-25 | Only check macro attributes when checking the crate root. | Camille GILLOT | -2/+2 |
| 2021-07-25 | Use more of OwnerNode. | Camille GILLOT | -54/+43 |
| 2021-07-25 | Use OwnerNode in indexing. | Camille GILLOT | -106/+57 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -57/+61 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -118/+267 |
| 2021-07-25 | Miri: santiy check that null pointer can never have an AllocId | Ralf Jung | -1/+5 |
| 2021-07-25 | Auto merge of #87381 - Aaron1011:note-semi-trailing-macro, r=petrochenkov | bors | -5/+39 |
| 2021-07-24 | Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakis | bors | -1/+105 |
| 2021-07-24 | Fix doc typo | ThibsG | -1/+1 |
| 2021-07-24 | fix code to suggest `;` on parse error | Elliot Bobrow | -57/+57 |
| 2021-07-24 | Rollup merge of #87403 - LeSeulArtichaut:assign-dropping-union, r=oli-obk | Manish Goregaokar | -17/+31 |
| 2021-07-24 | Rollup merge of #87389 - Aaron1011:expand-known-attrs, r=wesleywiser | Manish Goregaokar | -12/+8 |
| 2021-07-24 | Rollup merge of #87370 - pkubaj:master, r=oli-obk | Manish Goregaokar | -0/+28 |
| 2021-07-24 | Rollup merge of #87359 - jyn514:bless-rustup, r=estebank | Manish Goregaokar | -2/+5 |
| 2021-07-24 | Rollup merge of #87348 - SkiFire13:fix-87261, r=oli-obk | Manish Goregaokar | -20/+45 |
| 2021-07-24 | Display an extra note for trailing semicolon lint with trailing macro | Aaron Hill | -5/+39 |
| 2021-07-24 | change doc comment | Ellen | -1/+1 |
| 2021-07-24 | Auto merge of #87296 - Aaron1011:inert-warn, r=petrochenkov | bors | -16/+45 |
| 2021-07-24 | rename Validator → Checker | Ralf Jung | -6/+6 |
| 2021-07-24 | rename const checking visitor module to check_consts::check | Ralf Jung | -3/+3 |
| 2021-07-24 | Auto merge of #86461 - crlf0710:rich_vtable, r=nikomatsakis | bors | -87/+372 |
| 2021-07-24 | Auto merge of #87338 - SparrowLii:MaybeTrait, r=wesleywiser | bors | -33/+17 |
| 2021-07-24 | Remove detection of rustup and cargo in 'missing extern crate' diagnostics | Joshua Nelson | -2/+5 |
| 2021-07-23 | Auto merge of #86429 - JohnTitor:get-by-key-enum-part-2, r=oli-obk | bors | -50/+24 |
| 2021-07-23 | Rename `known_attrs` to `expanded_inert_attrs` and move to rustc_expand | Aaron Hill | -12/+8 |
| 2021-07-24 | Rollup merge of #87322 - chazkiker2:fix/suggestion-ref-sync-send, r=estebank | Yuki Okushi | -5/+30 |
| 2021-07-24 | Rollup merge of #86410 - spastorino:get_value_matching, r=oli-obk | Yuki Okushi | -7/+33 |
| 2021-07-23 | Implement `AssignToDroppingUnionField` in THIR unsafeck | LeSeulArtichaut | -17/+31 |
| 2021-07-23 | Add ConstraintLocator docs | Santiago Pastorino | -1/+8 |
| 2021-07-23 | Add VecMap::get_value_matching and assert if > 1 element | Santiago Pastorino | -6/+25 |
| 2021-07-23 | Rollup merge of #87373 - Aaron1011:hir-wf-field, r=estebank | Yuki Okushi | -5/+7 |
| 2021-07-23 | Sort features alphabetically | Yuki Okushi | -13/+13 |
| 2021-07-23 | Use `map_while` instead of `take_while` + `map` | Yuki Okushi | -4/+6 |