| Age | Commit message (Expand) | Author | Lines |
| 2020-08-11 | Rollup merge of #75249 - GuillaumeGomez:rust-logo-border, r=Manishearth | Dylan DPC | -7/+13 |
| 2020-08-11 | Rollup merge of #75098 - Ryan1729:clippy-pointer-cast-lint-experiment, r=oli-obk | Dylan DPC | -8/+356 |
| 2020-08-10 | Auto merge of #75349 - nnethercote:tweak-confusable-idents-checking, r=petroc... | bors | -65/+43 |
| 2020-08-10 | Auto merge of #75127 - jyn514:impl-trait, r=pnkfelix | bors | -105/+126 |
| 2020-08-10 | Auto merge of #74936 - GuillaumeGomez:const-rustc_const_unstable, r=jyn514 | bors | -5/+32 |
| 2020-08-10 | Auto merge of #74953 - JulianKnodt:master, r=lcnr | bors | -75/+190 |
| 2020-08-10 | Add test for rustc_const_unstable on methods | Guillaume Gomez | -0/+9 |
| 2020-08-10 | Auto merge of #75357 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-08-10 | update Miri | Ralf Jung | -8/+8 |
| 2020-08-10 | Convert `Eq` impl to check Ord::Equal | kadmin | -2/+8 |
| 2020-08-10 | Auto merge of #75204 - cuviper:freebsd11, r=Mark-Simulacrum | bors | -25/+11 |
| 2020-08-10 | Auto merge of #74410 - mati865:mingw-no-self-contained-when-cross-compiling, ... | bors | -1/+3 |
| 2020-08-10 | Auto merge of #75351 - JohnTitor:rollup-q9udsyx, r=JohnTitor | bors | -38/+104 |
| 2020-08-10 | Rollup merge of #75350 - estebank:foreign-fn-with-body-ice, r=davidtwco | Yuki Okushi | -1/+27 |
| 2020-08-10 | Rollup merge of #75344 - camelid:rename-important-to-notable-traits, r=Manish... | Yuki Okushi | -21/+21 |
| 2020-08-10 | Rollup merge of #75328 - GuillaumeGomez:cleanup-e0749, r=Dylan-DPC | Yuki Okushi | -5/+20 |
| 2020-08-10 | Rollup merge of #75320 - estebank:js-for-i-of-x, r=davidtwco | Yuki Okushi | -7/+25 |
| 2020-08-10 | Rollup merge of #75318 - jyn514:primitive, r=manishearth | Yuki Okushi | -4/+11 |
| 2020-08-09 | Do not ICE when lowering invalid extern fn with bodies | Esteban Küber | -1/+27 |
| 2020-08-09 | Auto merge of #75345 - Aaron1011:fix/no-std-hygiene, r=petrochenkov | bors | -163/+233 |
| 2020-08-10 | Remove `CowBoxSymStr`. | Nicholas Nethercote | -61/+23 |
| 2020-08-10 | Fix symbol ordering for confusable idents detection. | Nicholas Nethercote | -4/+20 |
| 2020-08-09 | Auto merge of #75278 - cuviper:indexmap, r=Mark-Simulacrum | bors | -191/+138 |
| 2020-08-09 | rustc_span: note the perf loss seen from IndexSet in symbol::Interner | Josh Stone | -0/+4 |
| 2020-08-09 | rustc_typeck: use IndexSet in InteriorVisitor | Josh Stone | -19/+14 |
| 2020-08-09 | rustc_typeck: use IndexSet in UniquePredicates | Josh Stone | -9/+5 |
| 2020-08-09 | rustc_span: use IndexSet in SpanInterner | Josh Stone | -12/+5 |
| 2020-08-09 | rustc_mir_build: use IndexMap in TestKind::SwitchInt | Josh Stone | -23/+17 |
| 2020-08-09 | rustc_mir: use IndexSet in PlaceholderIndices | Josh Stone | -8/+7 |
| 2020-08-09 | rustc_mir: use IndexMap in BorrowSet | Josh Stone | -43/+52 |
| 2020-08-09 | rustc_middle: use IndexSet in OnDiskCache | Josh Stone | -17/+5 |
| 2020-08-09 | rustc_metadata: use IndexSet in EncodeContext | Josh Stone | -17/+5 |
| 2020-08-09 | rustc_data_structures: use IndexSet in TransitiveRelation | Josh Stone | -26/+13 |
| 2020-08-09 | rustc_codegen_llvm: use IndexSet in CoverageMapGenerator | Josh Stone | -16/+10 |
| 2020-08-09 | Upgrade indexmap to 1.5.1, now using hashbrown! | Josh Stone | -1/+1 |
| 2020-08-09 | Rename "Important traits" to "Notable traits" | Camelid | -21/+21 |
| 2020-08-09 | Remove normalization of `Span` debug output in proc-macro tests | Aaron Hill | -163/+233 |
| 2020-08-09 | Auto merge of #75137 - Aaron1011:fix/hygiene-skip-expndata, r=petrochenkov | bors | -4/+25 |
| 2020-08-09 | Upgrade the FreeBSD toolchain to version 11.4 | Josh Stone | -25/+11 |
| 2020-08-09 | Auto merge of #75134 - Aaron1011:feature/expn-data-parent-hash, r=petrochenkov | bors | -33/+39 |
| 2020-08-09 | Add comment about the lack of `ExpnData` serialization for proc-macro crates | Aaron Hill | -0/+7 |
| 2020-08-09 | Give precedence to primitives over modules | Joshua Nelson | -4/+11 |
| 2020-08-09 | Remove E0749 from untested error codes | Guillaume Gomez | -1/+1 |
| 2020-08-09 | Clean up E0749 explanation | Guillaume Gomez | -4/+19 |
| 2020-08-09 | tests: Mark `ui/asm/bad-arch.rs` as requiring wasm llvm backend | Vadim Petrochenkov | -1/+2 |
| 2020-08-09 | Change Ord impl for ParamKindOrd | kadmin | -55/+82 |
| 2020-08-09 | Switched to unordered field in ParamKindOrd | kadmin | -9/+17 |
| 2020-08-09 | Add ParamKindOrd::ConstUnordered variant | kadmin | -2/+3 |
| 2020-08-09 | Blessed old test where error message had changed | kadmin | -5/+2 |
| 2020-08-09 | Test lifetimes after types after consts forbidden | kadmin | -10/+47 |