| Age | Commit message (Expand) | Author | Lines |
| 2020-11-27 | Add test to check that we handle predicates that can define assoc types corre... | Santiago Pastorino | -0/+10 |
| 2020-11-27 | adjust super_predicates_that_define_assoc_type query description | Santiago Pastorino | -18/+20 |
| 2020-11-27 | Bless tests | Santiago Pastorino | -13/+13 |
| 2020-11-27 | Add description on test | Santiago Pastorino | -0/+4 |
| 2020-11-27 | Add test for a still ambiguous scenario | Santiago Pastorino | -0/+26 |
| 2020-11-27 | Avoid ICEing when associated type bound trait is missing | Santiago Pastorino | -0/+26 |
| 2020-11-27 | Fix super_traits_of to consider where bounds | Santiago Pastorino | -0/+21 |
| 2020-11-27 | Add test to check that we do not get a cycle due to resolving `Self::Bar` in ... | Niko Matsakis | -0/+27 |
| 2020-11-27 | Update tests | Santiago Pastorino | -61/+31 |
| 2020-11-27 | Allow to self reference associated types in where clauses | Santiago Pastorino | -0/+12 |
| 2020-11-27 | Allow to use super trait bounds in where clauses | Santiago Pastorino | -0/+15 |
| 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 | 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 |