about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-01-28Auto merge of #81149 - Aaron1011:feature/better-no-method-found-err, r=estebankbors-105/+105
2021-01-28Rollup merge of #81445 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-01-28Rollup merge of #81433 - lcnr:stop-looking-into-ty-alias, r=oli-obkYuki Okushi-4/+35
2021-01-28Rollup merge of #81430 - lcnr:elaborate-const-eval, r=oli-obkYuki Okushi-0/+24
2021-01-28Rollup merge of #81428 - phansch:compiletest-tests, r=Mark-SimulacrumYuki Okushi-1/+20
2021-01-28Rollup merge of #81426 - BoxyUwU:boxychangesv2, r=oli-obkYuki Okushi-0/+123
2021-01-28Rollup merge of #81416 - estebank:suggestion-span-tweak, r=petrochenkovYuki Okushi-12/+12
2021-01-28Rollup merge of #81379 - GuillaumeGomez:improve-urls, r=Nemo157Yuki Okushi-7/+17
2021-01-28Rollup merge of #81284 - jyn514:impl-times, r=wesleywiserYuki Okushi-16/+18
2021-01-28Rollup merge of #81277 - flip1995:from_diag_items, r=matthewjasperYuki Okushi-6/+2
2021-01-28Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakisYuki Okushi-2/+628
2021-01-28Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakisYuki Okushi-32/+61
2021-01-27Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrumbors-8/+0
2021-01-27Update cargoEric Huss-0/+0
2021-01-27fix tidy errorsEllen-3/+6
2021-01-27commentsEllen-0/+8
2021-01-27const_evaluatable: stop looking into type aliasesBastian Kauschke-4/+35
2021-01-27add const_evaluatable_checked testBastian Kauschke-0/+24
2021-01-27Auto merge of #80987 - GuillaumeGomez:remove-cache-key, r=jyn514bors-622/+791
2021-01-27Fix clean/types doc linksGuillaume Gomez-0/+3
2021-01-27Add search index test for primitive typesGuillaume Gomez-0/+75
2021-01-27More cleanupGuillaume Gomez-30/+18
2021-01-27Unify cache usage and improve namingGuillaume Gomez-11/+12
2021-01-27Improve documentation on GetDefId trait's methodsGuillaume Gomez-3/+13
2021-01-27Update to new rustdoc APIsGuillaume Gomez-8/+4
2021-01-27Apply review comments and improve codeGuillaume Gomez-24/+20
2021-01-27Remove cache usage wherever possibleGuillaume Gomez-166/+179
2021-01-27Use empty Cache for methods requiring it when filling Cache itselfGuillaume Gomez-48/+70
2021-01-27Remove CACHE_KEY globalGuillaume Gomez-663/+728
2021-01-27compiletest: Add two more unit testsPhilipp Hansch-1/+20
2021-01-27Auto merge of #79591 - estebank:unexpected-generics, r=oli-obkbors-11/+20
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-105/+105
2021-01-27boop, ur abstract consts are now expandedEllen-0/+112
2021-01-26Point only at generic arguments when they are unexpectedEsteban Küber-11/+20
2021-01-26add testsChris Pardy-0/+195
2021-01-27Rollup merge of #81407 - osa1:issue81098, r=estebankYuki Okushi-0/+36
2021-01-27Rollup merge of #81401 - ehuss:tidy-cleanup, r=Mark-SimulacrumYuki Okushi-111/+2
2021-01-27Rollup merge of #81399 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2021-01-27Rollup merge of #81389 - ehuss:rustdoc-cmark-extensions, r=GuillaumeGomezYuki Okushi-1/+65
2021-01-27Rollup merge of #81325 - osa1:issue81293, r=estebankYuki Okushi-0/+33
2021-01-27Rollup merge of #81299 - GuillaumeGomez:fix-eslint-detected-bugs, r=Nemo157Yuki Okushi-31/+33
2021-01-27Rollup merge of #81195 - estebank:suggest-bound-on-trait-with-params, r=oli-obkYuki Okushi-3/+133
2021-01-27Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obkYuki Okushi-0/+43
2021-01-26Tweak suggestion for missing field in patternsEsteban Küber-12/+12
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-8/+0
2021-01-26Refine "remove semicolon" suggestion in trait selectionÖmer Sinan Ağacan-0/+36
2021-01-26typeck: Don't suggest converting LHS exprsÖmer Sinan Ağacan-0/+33
2021-01-25Update booksEric Huss-0/+0
2021-01-25tidy: Remove unnecessary trailing semicolon.Eric Huss-1/+1
2021-01-25tidy: Remove edition filter exceptions.Eric Huss-15/+1