| Age | Commit message (Expand) | Author | Lines |
| 2020-09-10 | Collect tokens when handling `:literal` matcher | Aaron Hill | -2/+10 |
| 2020-09-10 | Attach `TokenStream` to `ast::Ty` | Aaron Hill | -15/+42 |
| 2020-09-10 | Attach `TokenStream` to `ast::Block` | Aaron Hill | -4/+21 |
| 2020-09-10 | Auto merge of #76582 - tmandry:rollup-lwwc93b, r=tmandry | bors | -301/+1320 |
| 2020-09-10 | Rollup merge of #76568 - GuillaumeGomez:add-missing-examples, r=jyn514 | Tyler Mandry | -0/+77 |
| 2020-09-10 | Rollup merge of #76567 - matthiaskrgr:clone_on_copy, r=varkor | Tyler Mandry | -31/+33 |
| 2020-09-10 | Rollup merge of #76565 - matthiaskrgr:box_place, r=oli-obk | Tyler Mandry | -1/+1 |
| 2020-09-10 | Rollup merge of #76563 - yokodake:patch-1, r=jonas-schievink | Tyler Mandry | -1/+1 |
| 2020-09-10 | Rollup merge of #76559 - lcnr:const-evaluatable, r=oli-obk | Tyler Mandry | -17/+137 |
| 2020-09-10 | Rollup merge of #76555 - alilleybrinker:reword_trivial_casts_lint_doc, r=stev... | Tyler Mandry | -1/+2 |
| 2020-09-10 | Rollup merge of #76548 - tmiasko:validate, r=davidtwco | Tyler Mandry | -2/+26 |
| 2020-09-10 | Rollup merge of #76524 - davidtwco:issue-76077-inaccessible-private-fields, r... | Tyler Mandry | -42/+244 |
| 2020-09-10 | Rollup merge of #76514 - hameerabbasi:const-generics-revs, r=lcnr | Tyler Mandry | -169/+492 |
| 2020-09-10 | Rollup merge of #76289 - arijit79:master, r=jyn514 | Tyler Mandry | -0/+23 |
| 2020-09-10 | Rollup merge of #75857 - dtolnay:unsafe, r=nagisa | Tyler Mandry | -37/+284 |
| 2020-09-10 | typeck/pat: inaccessible private fields | David Wood | -9/+141 |
| 2020-09-10 | typeck/expr: inaccessible private fields | David Wood | -33/+103 |
| 2020-09-10 | Auto merge of #76564 - pietroalbini:ci-avoid-wasting-10-minutes, r=Mark-Simul... | bors | -18/+0 |
| 2020-09-10 | Add docs about crate level documentation support | arijit79 | -0/+23 |
| 2020-09-10 | Syntactically permit unsafety on mods | David Tolnay | -37/+284 |
| 2020-09-10 | Add missing examples on core traits' method | Guillaume Gomez | -0/+77 |
| 2020-09-10 | use push(char) instead of push_str(&str) to add single chars to strings | Matthias Krüger | -29/+31 |
| 2020-09-10 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-09-10 | use String::from instead of format!() macro to craft string clippy::useless_f... | Matthias Krüger | -1/+1 |
| 2020-09-10 | take reference to Place directly instead of taking reference to Box<Place> | Matthias Krüger | -1/+1 |
| 2020-09-10 | ci: avoid moving the build directory on GHA | Pietro Albini | -18/+0 |
| 2020-09-10 | Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrum | bors | -21/+41 |
| 2020-09-10 | small typo fix in rustc_parse docs | Nanami | -1/+1 |
| 2020-09-10 | Auto merge of #76291 - matklad:spacing, r=petrochenkov | bors | -97/+86 |
| 2020-09-10 | fix tidy, small cleanup | Bastian Kauschke | -13/+28 |
| 2020-09-10 | Add revisions to const generic UI tests. | Hameer Abbasi | -4/+25 |
| 2020-09-10 | Add revisions to const generic default UI tests. | Hameer Abbasi | -13/+64 |
| 2020-09-10 | Respond to review comments. | Hameer Abbasi | -74/+7 |
| 2020-09-10 | implement `const_evaluatable_checked` feature MVP | Bastian Kauschke | -17/+122 |
| 2020-09-10 | Auto merge of #75573 - Aaron1011:feature/const-mutation-lint, r=oli-obk | bors | -119/+430 |
| 2020-09-10 | Auto merge of #76558 - tmandry:rollup-bskim2r, r=tmandry | bors | -212/+617 |
| 2020-09-09 | Rollup merge of #76556 - tmandry:revert-76285, r=tmandry | Tyler Mandry | -25/+16 |
| 2020-09-09 | Rollup merge of #76543 - ssomers:btree_cleanup_4, r=Mark-Simulacrum | Tyler Mandry | -0/+3 |
| 2020-09-09 | Rollup merge of #76500 - richkadel:mir-graphviz-dark, r=tmandry | Tyler Mandry | -14/+49 |
| 2020-09-09 | Rollup merge of #76497 - camelid:intra-doc-links-for-core-ptr, r=jyn514 | Tyler Mandry | -58/+23 |
| 2020-09-09 | Rollup merge of #76472 - matthiaskrgr:llvm_cmake_vars, r=Mark-Simulacrum | Tyler Mandry | -5/+0 |
| 2020-09-09 | Rollup merge of #76458 - mbrubeck:hash_drain_filter, r=Amanieu | Tyler Mandry | -83/+503 |
| 2020-09-09 | Rollup merge of #74787 - petrochenkov:rustllvm, r=cuviper | Tyler Mandry | -27/+23 |
| 2020-09-09 | Reword `trivial_casts` lint to better explain. | Andrew Lilley Brinker | -1/+2 |
| 2020-09-10 | Revert "Rollup merge of #76285 - matklad:censor-spacing, r=petrochenkov" | Tyler Mandry | -25/+16 |
| 2020-09-10 | Validate removal of AscribeUserType, FakeRead, and Shallow borrow | Tomasz Miąsko | -2/+26 |
| 2020-09-10 | Document btree's unwrap_unchecked | Stein Somers | -0/+3 |
| 2020-09-09 | Auto merge of #76540 - tmandry:rollup-5ogt8x0, r=tmandry | bors | -507/+1285 |
| 2020-09-09 | Rollup merge of #76523 - tmiasko:non-use-context-coverage, r=wesleywiser | Tyler Mandry | -5/+1 |
| 2020-09-09 | Rollup merge of #76522 - matthiaskrgr:redundant_clone, r=jonas-schievink | Tyler Mandry | -2/+2 |