]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-04-29 borsAuto merge of #96468 - davidtwco:diagnostic-translation...
2022-04-29 borsAuto merge of #96548 - Dylan-DPC:rollup-m3xkqxg, r...
2022-04-29 Dylan DPCRollup merge of #96523 - nbdd0121:windows, r=petrochenkov
2022-04-29 Dylan DPCRollup merge of #96516 - oli-obk:impl_trait_inference_a...
2022-04-29 Dylan DPCRollup merge of #96492 - joshtriplett:revert-std-ffi...
2022-04-29 Dylan DPCRollup merge of #96481 - aDotInTheVoid:hashmap-docs...
2022-04-29 Dylan DPCRollup merge of #96477 - alexcrichton:update-wasm64...
2022-04-29 borsAuto merge of #96444 - nbdd0121:used2, r=petrochenkov
2022-04-29 borsAuto merge of #96441 - ChrisDenton:sync-pipes, r=m...
2022-04-29 David Woodmacros: add interop between diagnostic derives
2022-04-29 David Woodmacros: allow setting applicability in attribute
2022-04-29 David Woodmacros: add more documentation comments
2022-04-29 David Woodmacros: reuse `SetOnce` trait in diagnostic derive
2022-04-29 David Woodmacros: add helper functions for invalid attrs
2022-04-29 David Woodmacros: split diagnostic derives into modules
2022-04-29 David Woodmacros: subdiagnostic derive
2022-04-29 David Woodtests: move diagnostic derive test to directory
2022-04-29 David Wooderrors: `span_suggestion` takes `impl ToString`
2022-04-28 borsAuto merge of #96393 - joboet:pthread_parker, r=thomcc
2022-04-28 Gary GuoAdd `@feat.00` symbol to symbols.o for COFF
2022-04-28 borsAuto merge of #96528 - Dylan-DPC:rollup-iedbjli, r...
2022-04-28 Dylan DPCRollup merge of #96480 - user-simon:patch-1, r=Dylan-DPC
2022-04-28 Dylan DPCRollup merge of #96433 - petrochenkov:delim, r=nnethercote
2022-04-28 Dylan DPCRollup merge of #96409 - marmeladema:fix-nll-introduce...
2022-04-28 Dylan DPCRollup merge of #96405 - pvdrz:ambiguous-plus-diagnosti...
2022-04-28 Dylan DPCRollup merge of #95312 - marmeladema:tests-for-issue...
2022-04-28 borsAuto merge of #95171 - Kobzol:llvm-ci-update, r=nikic
2022-04-28 Jakub BeránekUpdate LLVM submodule
2022-04-28 Jakub BeránekUpdate LLVM used for building rustc in CI for x64 to...
2022-04-28 joboetstd: update debuginfo check to match type definition
2022-04-28 Oli SchererRevert diagnostic duplication and accidental stabilization
2022-04-28 borsAuto merge of #95976 - b-naber:valtree-constval-convers...
2022-04-28 joboetstd: simplify UNIX parker timeouts
2022-04-28 borsAuto merge of #95904 - paolobarbolini:vecdeque-specexte...
2022-04-28 Vadim Petrochenkovrustc_ast: Harmonize delimiter naming with `proc_macro...
2022-04-28 borsAuto merge of #96503 - ehuss:update-cargo, r=ehuss
2022-04-28 Eric HussUpdate cargo
2022-04-28 borsAuto merge of #96085 - jsgf:deny-unused-deps, r=compile...
2022-04-28 Paolo BarboliniAdd VecDeque::extend from vec::IntoIter and slice:...
2022-04-28 borsAuto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r...
2022-04-28 Dylan DPCRollup merge of #96483 - Urgau:check-cfg-target_feature...
2022-04-28 Dylan DPCRollup merge of #96471 - BoxyUwU:let_else_considered_ha...
2022-04-28 Dylan DPCRollup merge of #96466 - compiler-errors:error-collect...
2022-04-28 Dylan DPCRollup merge of #96432 - SparrowLii:dbg_scope, r=davidtwco
2022-04-28 Dylan DPCRollup merge of #96421 - nnethercote:less-NoDelim,...
2022-04-28 Dylan DPCRollup merge of #96397 - AronParker:issue-96368-fix...
2022-04-28 Dylan DPCRollup merge of #96377 - compiler-errors:infer-rustfix...
2022-04-27 borsAuto merge of #91557 - cjgillot:ast-lifetimes-named...
2022-04-27 marmelademaEnsure that `'_` and GAT yields errors
2022-04-27 Josh TriplettRevert "Re-export core::ffi types from std::ffi"
2022-04-27 Josh TriplettRemove use of reverted std::ffi::c_char
2022-04-27 marmelademaRecover suggestions to introduce named lifetime under NLL
2022-04-27 Camille GILLOTCollect extra lifetime parameters during late resolution.
2022-04-27 Camille GILLOTRefactor generic collection.
2022-04-27 Camille GILLOTCreate a specific struct for lifetime capture.
2022-04-27 Camille GILLOTBless tests.
2022-04-27 Camille GILLOTHandle TAIT.
2022-04-27 Camille GILLOTUse LifetimeRes during lowering.
2022-04-27 Camille GILLOTDo not resolve elided lifetimes in path twice.
2022-04-27 Camille GILLOTUpdate comment.
2022-04-27 Paolo BarboliniAdd VecDeque::extend benchmark
2022-04-27 Loïc BRANSTETTAdd missing `target_feature` to the list of well known...
2022-04-27 Jeremy FitzhardingeAdd --json unused-externs-silent with original behaviour
2022-04-27 Jeremy FitzhardingePlumb through rustc_lint_defs::Level as enum rather...
2022-04-27 Jeremy FitzhardingeMake --json unused-extern deny/forbid level messages...
2022-04-27 Jeremy FitzhardingeAdd tests for --json unused-externs
2022-04-27 Nixon Enraght... HashMap doc: Don't use monospace font for 'Entry Api'
2022-04-27 Jeremy Fitzhardingecompiletest: add support for unused extern notifications
2022-04-27 borsAuto merge of #96179 - klensy:bump-deps-04-22, r=Mark...
2022-04-27 SimonFixed grammatical error in example comment
2022-04-27 b-nabercombine all unsized types and add another recursive...
2022-04-27 Alex CrichtonUpdate data layout string for wasm64-unknown-unknown
2022-04-27 borsAuto merge of #95170 - jyn514:ci-llvm, r=Mark-Simulacrum
2022-04-27 Chris DentonNote the importance of using sync pipes
2022-04-27 Gary GuoUse decorated names for linked_symbols on Windows
2022-04-27 borsAuto merge of #96371 - c410-f3r:z-errors, r=petrochenkov
2022-04-27 Christian Povedarename `sum_with_parens`
2022-04-27 Ellentut tut tut
2022-04-27 Michael GouletBetter error messages when collecting into `[T; n]`
2022-04-27 borsAuto merge of #96195 - sunfishcode:sunfishcode/handle...
2022-04-27 CaioMove some tests to more reasonable places
2022-04-27 Michael GouletTAITs are suggestable
2022-04-27 Michael Gouletmake `fn() -> _ {}` suggestion MachineApplicable
2022-04-27 borsAuto merge of #96459 - Dylan-DPC:rollup-de6ud9d, r...
2022-04-27 Dylan DPCRollup merge of #96430 - GuillaumeGomez:search-exclamat...
2022-04-27 Dylan DPCRollup merge of #96410 - notriddle:notriddle/issue...
2022-04-27 Dylan DPCRollup merge of #96385 - marmeladema:nll-fix-trait...
2022-04-27 Dylan DPCRollup merge of #96383 - compiler-errors:issue-96381...
2022-04-27 Dylan DPCRollup merge of #96370 - compiler-errors:cleanup-report...
2022-04-27 Dylan DPCRollup merge of #92569 - George-lewis:87181, r=estebank
2022-04-27 Nicholas NethercoteMake explicit an unreachable `NoDelim` case in `rustfmt`.
2022-04-27 Nicholas NethercoteAvoid producing `NoDelim` values in `FrameData`.
2022-04-26 borsAuto merge of #96425 - oli-obk:fix_incremental_regressi...
2022-04-26 Nicholas NethercoteAvoid producing `NoDelim` values in `Frame`.
2022-04-26 Nicholas NethercoteAvoid producing `NoDelim` values in `MacArgs::delim()`.
2022-04-26 Nicholas NethercoteAvoid producing `NoDelim` values in `TokenCursorFrame`.
2022-04-26 GeorgeTidy
2022-04-26 GeorgeAdd new diagnostic
2022-04-26 Dan GohmanFix the filename in the expected error message.
2022-04-26 Guillaume GomezUpdate rustdoc search test to check `!`
next