]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-09-28 Manish Goregaokarfmt
2021-09-28 Manish GoregaokarAdd renamed lint
2021-09-28 Manish GoregaokarUse a single if_chain
2021-09-28 Andrew PollackAdjusting changelog
2021-09-28 Andrew PollackRemoved value from changelog to get pass
2021-09-28 Andrew PollackAdding new linting
2021-09-28 Tomoaki KawadaAdd SOLID targets
2021-09-28 et342Clarify that `CString::from_vec_unchecked` appends...
2021-09-28 antoyoFix/count trailing zeroes (#95)
2021-09-27 Fabian WolffAdd unit assignment to MIR for `asm!()`
2021-09-27 antoyoFix/mismatch types (#94)
2021-09-27 Augie FacklerPassWrapper: handle function rename from upstream D36850
2021-09-27 Jane LusbyApply suggestions from code review
2021-09-27 borsAuto merge of #89249 - Aaron1011:higher-ranked-cause...
2021-09-27 borsAuto merge of #89214 - smoelius:register_tool, r=petroc...
2021-09-27 David Carlierthread: implements available_concurrency on haiku
2021-09-27 Gus Wynn#[feature] not required for lint result
2021-09-27 Aaron HillRemove `DefId` from `ConstraintCategory::Predicate`
2021-09-27 Gus Wynnlock types
2021-09-27 Aaron HillImprove cause information for NLL higher-ranked errors
2021-09-27 borsAuto merge of #89285 - jackh726:issue-88862, r=nikomatsakis
2021-09-27 antoyoCleanup fix for global initialization (#93)
2021-09-27 borsAuto merge of #89263 - TaKO8Ki:suggest-both-immutable...
2021-09-27 flip1995Update changelog to 1.56
2021-09-27 borsAuto merge of #7664 - matthiaskrgr:bump_to_2021, r...
2021-09-27 borsAuto merge of #7692 - workingjubilee:float-cmp-not...
2021-09-27 borsAuto merge of #89203 - GuillaumeGomez:cleanup-rustdoc...
2021-09-27 Laurențiu Nicola:arrow_up: rust-analyzer
2021-09-27 Takayuki Maedasuggest path for tuple struct
2021-09-27 borsAuto merge of #89182 - GuillaumeGomez:boostrap-explicit...
2021-09-27 Timothy MaloneyLink stage1 build to toolchain automatically
2021-09-27 borsAuto merge of #89145 - rusticstuff:bump_stdarch, r...
2021-09-27 RoxaneFix test
2021-09-27 borsAuto merge of #7722 - dtolnay-contrib:float, r=giraffate
2021-09-26 borsAuto merge of #89092 - bjorn3:sync_cg_clif-2021-09...
2021-09-26 Samuel MoeliusPass real crate-level attributes to `pre_expansion_lint`
2021-09-26 jackh726Don't normalize opaque types with escaping late-bound...
2021-09-26 Roxane2229: Consume IfLet expr
2021-09-26 Noah LevAdd regression test for issue #83564
2021-09-26 borsAuto merge of #89144 - sexxi-goose:insig_stdlib, r...
2021-09-26 Fabian WolffImprove diagnostics for inaccessible items
2021-09-26 Esteban KuberDetect when negative literal indices are used and sugge...
2021-09-26 Fabian WolffDo not suggest importing inaccessible items
2021-09-26 Joshua NelsonUse the correct edition when syntax highlighting doctests
2021-09-26 Joshua NelsonPreserve the whole LangSyntax when parsing doctests
2021-09-26 Loïc BRANSTETTFix populate of union.impls
2021-09-26 antoyoFix global initialization (#91)
2021-09-26 Takayuki Maedatest suggesting immutable or mutable trait implementations
2021-09-26 Takayuki Maedafix test error
2021-09-26 borsAuto merge of #88316 - est31:remove_box_tests, r=Mark...
2021-09-26 Takayuki Maedabetter suggestions
2021-09-26 CommeownistImpove handling of registers in inline asm (#82)
2021-09-26 borsAuto merge of #89101 - ehuss:compiletest-incremental...
2021-09-26 Takayuki Maedafix the relevant tests
2021-09-26 Takayuki Maedasuggest both immutable and mutable trait implementations
2021-09-26 David TolnayStop suggesting a float truncation that is not shorter
2021-09-26 borsAuto merge of #88680 - ehuss:more-attr-validation,...
2021-09-26 antoyoAdd notes for cross-compilation to gcc-only targets...
2021-09-26 borsAuto merge of #89262 - Manishearth:rollup-vtkbetm,...
2021-09-26 est31Remove box syntax from most places in src/test outside...
2021-09-26 Manish GoregaokarRollup merge of #89256 - danielg1111:fix_typo, r=Mark...
2021-09-26 Manish GoregaokarRollup merge of #89224 - TaKO8Ki:change-the-order-of...
2021-09-26 Manish GoregaokarRollup merge of #89216 - r00ster91:bigo, r=dtolnay
2021-09-26 Manish GoregaokarRollup merge of #89216 - r00ster91:bigo, r=dtolnay
2021-09-26 Manish GoregaokarRollup merge of #89198 - hkmatsumoto:hide-hidden-method...
2021-09-26 Manish GoregaokarRollup merge of #89010 - est31:intra_doc_links, r=m...
2021-09-26 Manish GoregaokarRollup merge of #88973 - lu-zero:std_detect-env_overrid...
2021-09-26 Manish GoregaokarRollup merge of #88895 - camelid:cleanup-pt2, r=jyn514
2021-09-25 NadrierilTrivialize tracking of unreachable subpatterns
2021-09-25 NadrierilAvoid double-deref in `Fields`
2021-09-25 NadrierilReplace `Pat` with a new intermediate representation
2021-09-25 NadrierilRemove dependency of `SubPatSet` on `Pat`
2021-09-25 NadrierilMove special `&str` handling to `Constructor` and ...
2021-09-25 NadrierilUse usize for slice arity
2021-09-25 NadrierilRework `Fields` internals.
2021-09-25 NadrierilA for loop is a lot faster apparently
2021-09-25 NadrierilCleanup the reporting of unreachable patterns
2021-09-25 NadrierilAlways report reachability for user-supplied patterns
2021-09-25 NadrierilRemove some unreachable code
2021-09-25 NadrierilRemove premature shortcutting
2021-09-25 Matthias Krügerclippy lints: update doctest ranges to inclusive ones
2021-09-25 Matthias Krügerbump clippy crates to edition 2021
2021-09-25 Daniel GigerFix typo in release notes
2021-09-25 borsAuto merge of #88343 - steffahn:fix_code_spacing, r...
2021-09-25 Fabian WolffFix incorrect disambiguation suggestion for associated...
2021-09-25 Luca BarbatoExpose the std_detect env_override feature
2021-09-25 Frank SteffahnApply 16 commits (squashed)
2021-09-25 Aaron HillDon't anonymize bound region names during typeck
2021-09-25 borsAuto merge of #87584 - adamgemmell:dev/asm-tests, r...
2021-09-25 Noah Levrustdoc: Document `is_assoc_ty()`
2021-09-25 Hirochika MatsumotoElaborate comment
2021-09-25 Eric HussCheck for macros in built-in attributes that don't...
2021-09-25 Eric HussMove malformed attribute code to a function and fix...
2021-09-25 Aaron HillUse larger span for adjustments on method calls
2021-09-25 borsAuto merge of #88243 - nikic:newpm-2, r=nagisa
2021-09-25 borsAuto merge of #89030 - nbdd0121:box2, r=jonas-schievink
2021-09-25 borsAuto merge of #89030 - nbdd0121:box2, r=jonas-schievink
2021-09-25 Nikita PopovPin panic-in-drop=abort test to old pass manager
2021-09-25 Nikita PopovMake expectation in panic-in-drop-abort.rs test more...
2021-09-25 Nikita PopovUse correct pipeline for LTO at O0
next