about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-09-16Auto merge of #88992 - Manishearth:rollup-k9hijii, r=Manishearthbors-460/+181
2021-09-15Fix linting when trailing macro expands to a trailing semiAaron Hill-0/+34
2021-09-15Disable debuginfo test on Windows that fails in new cdb version.Eric Huss-0/+2
2021-09-15Rollup merge of #88951 - ehuss:update-books, r=ehussManish Goregaokar-0/+0
2021-09-15Rollup merge of #88907 - WaffleLapkin:targeted_const_fn_with_a_bound_in_impl_...Manish Goregaokar-4/+23
2021-09-15Rollup merge of #88841 - notriddle:notriddle/method-parens, r=estebankManish Goregaokar-0/+33
2021-09-15Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwcoManish Goregaokar-454/+27
2021-09-15Rollup merge of #88690 - m-ou-se:macro-braces-dot-question-expr-parse, r=nagisaManish Goregaokar-0/+11
2021-09-15Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoeristerManish Goregaokar-2/+87
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-37/+83
2021-09-15factor into struct, and commentsGus Wynn-21/+49
2021-09-15Update clobber_abi list to include k[1-7] regsCommeownist-3/+3
2021-09-15Disable both reproducible-build tests for crate-type=bindanakj-9/+5
2021-09-15Move some tests to more reasonable directoriesCaio-37/+2
2021-09-15Disable RemoveZsts in generators to avoid query cyclesTomasz Miąsko-0/+16
2021-09-15Disable validate_maintainers.Eric Huss-1/+7
2021-09-15Verify bin crates are not deterministic on Windowsdanakj-3/+26
2021-09-15Move tests to library/core/testsAlbin Hedman-20/+0
2021-09-15Add test for try operator with OptionAlbin Hedman-2/+9
2021-09-15Add test for try operator on ResultAlbin Hedman-0/+16
2021-09-15Add tests for feature(const_identity_convert)Albin Hedman-0/+20
2021-09-15Move object safety suggestions to the end of the errorEsteban Kuber-40/+40
2021-09-15Check for shadowing issues involving block labelsTomasz Miąsko-20/+56
2021-09-15Coerce const FnDefs to implement const Fn traitsDeadbeef-0/+31
2021-09-15Move is_const_fn to under TyCtxtDeadbeef-4/+3
2021-09-15Auto merge of #88619 - GuillaumeGomez:simplify-std-os-reexports, r=Amanieubors-1/+1
2021-09-15Auto merge of #88558 - fee1-dead:const-drop, r=oli-obkbors-0/+274
2021-09-14Update booksEric Huss-0/+0
2021-09-15Point to closure when emitting 'cannot move out' for captured variableFabian Wolff-211/+495
2021-09-14update testasquared31415-4/+5
2021-09-14Fix ICE when `start` lang item has wrong genericsasquared31415-11/+30
2021-09-14Add reachable_patterns lint to rfc-2008-non_exhaustiveDevin Ragotzy-5/+340
2021-09-14Auto merge of #73314 - GuillaumeGomez:display-warnings, r=jyn514bors-25/+66
2021-09-14Use on-disk-hash-table format for DefPathHashMap in hir::definitions.Michael Woerister-0/+1
2021-09-14Add test for --display-doctest-warnings optionGuillaume Gomez-0/+33
2021-09-14Rename --display-warnings to --display-doctest-warningsGuillaume Gomez-25/+33
2021-09-14Auto merge of #88914 - GuillaumeGomez:rollup-h5svc6w, r=GuillaumeGomezbors-13/+140
2021-09-13Auto merge of #87794 - bonega:enum_niche_prefer_zero, r=nagisabors-0/+39
2021-09-13enum niche allocation grows toward zero if possibleAndreas Liljeqvist-0/+39
2021-09-13Update permissions path for clippy lintGuillaume Gomez-1/+1
2021-09-13Rollup merge of #88896 - GuillaumeGomez:flakyness, r=camelidGuillaume Gomez-0/+1
2021-09-13Rollup merge of #88894 - FabianWolff:issue-88818, r=estebankGuillaume Gomez-0/+38
2021-09-13Rollup merge of #88885 - GuillaumeGomez:fix-jump-def-background, r=camelidGuillaume Gomez-1/+49
2021-09-13Rollup merge of #88851 - fee1-dead:dup-bound, r=oli-obkGuillaume Gomez-4/+9
2021-09-13Rollup merge of #88033 - GuillaumeGomez:jump-to-def-primitive, r=jyn514Guillaume Gomez-8/+43
2021-09-13 * Enable generate-link-to-def feature on a rustdoc GUI testGuillaume Gomez-0/+48
2021-09-13Improve error message for type mismatch in generator argumentsFabian Wolff-0/+31
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-849/+1053
2021-09-13Add negative test in macro-braces-dot-question.rs.Mara Bos-0/+2
2021-09-13Add test for primitive in "jump to definition" featureGuillaume Gomez-1/+24