| Age | Commit message (Expand) | Author | Lines |
| 2020-11-29 | libtest: Make `sed` arguments compatible with apple | Jakob Schikowski | -2/+2 |
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -53/+122 |
| 2020-11-27 | Auto merge of #79318 - cjgillot:fitem, r=lcnr | bors | -109/+85 |
| 2020-11-27 | Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov | bors | -32/+346 |
| 2020-11-26 | Auto merge of #79338 - Aaron1011:fix/token-reparse-cache, r=petrochenkov | bors | -0/+50 |
| 2020-11-26 | Bless test. | Camille GILLOT | -8/+8 |
| 2020-11-26 | Update test. | Camille GILLOT | -78/+53 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -5/+5 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -18/+19 |
| 2020-11-26 | Auto merge of #77671 - flip1995:lint_list_always_plugins, r=oli-obk,Manishearth | bors | -3104/+1 |
| 2020-11-26 | Auto merge of #77467 - jyn514:query-docs, r=oli-obk | bors | -284/+435 |
| 2020-11-26 | Auto merge of #79441 - jonas-schievink:rollup-l9v00bl, r=jonas-schievink | bors | -49/+146 |
| 2020-11-26 | Remove redundant `lift_to_tcx` | Joshua Nelson | -4/+4 |
| 2020-11-26 | Rollup merge of #79420 - njasm:patch_rustdoc, r=GuillaumeGomez | Jonas Schievink | -1/+1 |
| 2020-11-26 | Rollup merge of #79413 - Swatinem:rustdoc-persist-crate, r=GuillaumeGomez | Jonas Schievink | -4/+5 |
| 2020-11-26 | Rollup merge of #79412 - GuillaumeGomez:cleanup-rustdoc-tests, r=jyn514 | Jonas Schievink | -36/+15 |
| 2020-11-26 | Rollup merge of #79365 - richkadel:llvm-cov-map-version-4, r=wesleywiser | Jonas Schievink | -3/+40 |
| 2020-11-26 | Rollup merge of #79000 - sivadeilra:user/ardavis/lev_distance, r=wesleywiser | Jonas Schievink | -2/+2 |
| 2020-11-26 | Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkor | Jonas Schievink | -3/+83 |
| 2020-11-26 | Auto merge of #79427 - Aaron1011:fix/const-array-index, r=oli-obk | bors | -0/+11 |
| 2020-11-25 | Mirror centos vault to S3 | Mark Rousskov | -3/+5 |
| 2020-11-25 | Resolve inference variables before trying to remove overloaded indexing | Aaron Hill | -0/+11 |
| 2020-11-25 | Auto merge of #79411 - tmiasko:naked-params, r=Amanieu | bors | -49/+100 |
| 2020-11-25 | fixes a word typo in librustdoc | Nelson J Morais | -1/+1 |
| 2020-11-25 | add tests | b-naber | -32/+346 |
| 2020-11-25 | Auto merge of #79326 - Aaron1011:fix/builtin-macro-stmt, r=petrochenkov | bors | -4/+524 |
| 2020-11-25 | Fix persisted doctests on Windows / when using workspaces | Arpad Borsos | -4/+5 |
| 2020-11-25 | Auto merge of #79400 - camelid:rustdoc-summary_opts, r=GuillaumeGomez | bors | -6/+8 |
| 2020-11-25 | Clean up rustdoc tests by removing unnecessary features | Guillaume Gomez | -36/+15 |
| 2020-11-25 | Auto merge of #79388 - tmiasko:naked-def-only, r=lcnr | bors | -13/+94 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -59/+59 |
| 2020-11-24 | Add `summary_opts()` for Markdown summary rendering options | Camelid | -6/+8 |
| 2020-11-24 | Apply suggestions from code review | Rich Kadel | -1/+1 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -17/+17 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -2/+2 |
| 2020-11-25 | Validate use of parameters in naked functions | Tomasz Miąsko | -49/+100 |
| 2020-11-24 | Invoke attributes on the statement for statement items | Aaron Hill | -4/+524 |
| 2020-11-24 | Check for LLVM 11+ when using `-Z instrument-coverage` | Rich Kadel | -2/+30 |
| 2020-11-24 | Track `ParamEnv`s properly | Joshua Nelson | -155/+186 |
| 2020-11-24 | Normalize `<X as Y>::T` for rustdoc | Joshua Nelson | -12/+120 |
| 2020-11-24 | Refactor clean_qpath into a separate function | Joshua Nelson | -139/+151 |
| 2020-11-24 | Auto merge of #79384 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-11-24 | Update cargo | Eric Huss | -0/+0 |
| 2020-11-24 | Get rid of doctree::ExternCrate | Joshua Nelson | -63/+49 |
| 2020-11-24 | Get rid of doctree::Trait | Joshua Nelson | -48/+15 |
| 2020-11-24 | Get rid of doctree::Function | Joshua Nelson | -133/+75 |
| 2020-11-24 | Get rid of doctree::ForeignItem | Joshua Nelson | -24/+11 |
| 2020-11-24 | Rollup merge of #79374 - mendess:const-param-expr-diagnostic, r=lcnr | Jonas Schievink | -53/+111 |
| 2020-11-24 | Rollup merge of #79354 - ssomers:btree_bereave_BoxedNode, r=Mark-Simulacrum | Jonas Schievink | -6/+6 |
| 2020-11-24 | Rollup merge of #79346 - tmiasko:more-names, r=jonas-schievink | Jonas Schievink | -0/+20 |