| Age | Commit message (Expand) | Author | Lines |
| 2020-08-31 | Rollup merge of #76139 - CDirkx:cow-is-borrowed, r=ecstatic-morse | Tyler Mandry | -0/+15 |
| 2020-09-01 | Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkov | bors | -88/+203 |
| 2020-09-01 | Add a test for const | CDirkx | -0/+15 |
| 2020-08-31 | Auto merge of #76174 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-08-31 | Update cargo | Eric Huss | -0/+0 |
| 2020-08-31 | Auto merge of #75979 - lzutao:seprate-tests, r=Mark-Simulacrum | bors | -5/+14 |
| 2020-08-31 | Rollup merge of #76127 - petrochenkov:lld, r=Mark-Simulacrum | Aleksey Kladov | -6/+2 |
| 2020-08-31 | Rollup merge of #75938 - Amjad50:min_const_generics-tests-revisions, r=lcnr | Aleksey Kladov | -375/+762 |
| 2020-08-31 | Fix duplicate error messages in const_generics tests | Amjad Alsharafi | -64/+42 |
| 2020-08-31 | Rollup merge of #76117 - mark-i-m:patch-1, r=petrochenkov | Aleksey Kladov | -1/+1 |
| 2020-08-31 | Rollup merge of #76052 - aszenz:GH-66816_removes_disable_attribute_before_ret... | Aleksey Kladov | -4/+8 |
| 2020-08-31 | Auto merge of #76027 - davidtwco:issue-61139-remove-obsolete-pretty-printer, ... | bors | -360/+358 |
| 2020-08-31 | Auto merge of #75082 - Aaron1011:feature/proc-macro-backtrace, r=petrochenkov | bors | -0/+32 |
| 2020-08-31 | tidy: add new exceptions and remove std from skip list | Lzu Tao | -5/+14 |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -0/+32 |
| 2020-08-31 | Auto merge of #75463 - CDirkx:ordering-const, r=CDirkx | bors | -0/+15 |
| 2020-08-30 | Auto merge of #74668 - petrochenkov:noname, r=mark-i-m | bors | -5/+1 |
| 2020-08-30 | Suggest `if let x = y` when encountering `if x = y` | Esteban Küber | -88/+203 |
| 2020-08-30 | Stabilize feature `const_ordering` | CDirkx | -2/+0 |
| 2020-08-31 | rustbuild: Remove one LLD workaround | Vadim Petrochenkov | -6/+2 |
| 2020-08-30 | Use string literal directly when available in format | Sasha | -0/+54 |
| 2020-08-30 | cleanup: Remove duplicate library names from `Cargo.toml`s | Vadim Petrochenkov | -5/+1 |
| 2020-08-30 | Update README.md | Who? Me?! | -1/+1 |
| 2020-08-30 | ty: remove obsolete printer | David Wood | -360/+358 |
| 2020-08-30 | Add unstable `const_ordering` feature, and some tests. | CDirkx | -0/+17 |
| 2020-08-30 | mv compiler to compiler/ | mark | -443017/+65 |
| 2020-08-30 | Auto merge of #75176 - jyn514:impl-link, r=GuillaumeGomez,petrochenkov | bors | -25/+27 |
| 2020-08-30 | resolve: Don't speculatively load crates if this is a speculative resolution | Joshua Nelson | -3/+7 |
| 2020-08-30 | rustdoc,metadata: Debugging | Joshua Nelson | -1/+12 |
| 2020-08-30 | Auto merge of #75867 - estebank:async-lt-sugg-fix, r=matthewjasper | bors | -12/+39 |
| 2020-08-30 | Auto merge of #75919 - rust-lang:jonas-schievink-patch-1, r=ehuss | bors | -1/+1 |
| 2020-08-30 | Auto merge of #75901 - GuillaumeGomez:ayu-theme-button-hover-background-color... | bors | -1/+1 |
| 2020-08-30 | Auto merge of #76093 - jyn514:prim-assoc-items, r=Manishearth | bors | -3/+9 |
| 2020-08-29 | Fix intra-doc links for associated constants | Joshua Nelson | -3/+9 |
| 2020-08-30 | Auto merge of #76090 - Dylan-DPC:rollup-eksndcr, r=Dylan-DPC | bors | -125/+213 |
| 2020-08-30 | Rollup merge of #76057 - matklad:remove-retokenize, r=petrochenkov | Dylan DPC | -87/+35 |
| 2020-08-30 | Rollup merge of #76022 - GuillaumeGomez:cleanup-rustdoc-front, r=jyn514 | Dylan DPC | -8/+9 |
| 2020-08-30 | Rollup merge of #76015 - ortem:fix-lldb-script, r=Mark-Simulacrum | Dylan DPC | -2/+5 |
| 2020-08-30 | Rollup merge of #75975 - matklad:snapshot-tests, r=Mark-Simulacrum | Dylan DPC | -5/+5 |
| 2020-08-30 | Rollup merge of #75910 - bugadani:testcase, r=oli-obk | Dylan DPC | -0/+22 |
| 2020-08-30 | Rollup merge of #75892 - ArekPiekarz:unstable_book_tls_model_typo, r=petroche... | Dylan DPC | -1/+1 |
| 2020-08-30 | Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-tran... | Dylan DPC | -21/+135 |
| 2020-08-30 | Rollup merge of #75881 - pickfire:patch-5, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2020-08-29 | Auto merge of #75775 - matklad:rustc-lexer-rustdoc-highlight, r=GuillaumeGomez | bors | -414/+297 |
| 2020-08-29 | rustdoc: Fix intra-doc links for cross-crate re-exports of traits | Joshua Nelson | -21/+8 |
| 2020-08-29 | Auto merge of #76016 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-08-29 | bump Miri | Ralf Jung | -8/+8 |
| 2020-08-29 | Auto merge of #75713 - mati865:netbsd_zlib, r=Mark-Simulacrum | bors | -3/+3 |
| 2020-08-29 | Auto merge of #75754 - joshtriplett:wip-perf-snappy, r=Mark-Simulacrum | bors | -9/+8 |
| 2020-08-29 | Auto merge of #76034 - flip1995:clippyup, r=Manishearth | bors | -1092/+4160 |