]> git.lizzy.rs Git - rust.git/history - src
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
[rust.git] / src /
2022-06-23 Caleb CartwrightMerge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1...
2022-06-16 Matthias KrügerRollup merge of #97757 - xFrednet:rfc-2383-expect-with...
2022-06-16 xFrednetSupport lint expectations for `--force-warn` lints...
2022-06-13 Caleb CartwrightMerge commit '7b73b60faca71d01d900e49831fcb84553e93019...
2022-05-21 Jacob PrattMerge crate and restricted visibilities
2022-05-21 Jacob PrattRemove feature: `crate` visibility modifier
2022-05-18 klensyfix rustfmt
2022-05-11 Vadim Petrochenkovast: Introduce some traits to get AST node properties...
2022-05-11 Yuki OkushiRollup merge of #96543 - nnethercote:rm-make_token_stre...
2022-05-11 Nicholas NethercoteRemove some unnecessary invisible delimiter checks.
2022-05-01 Scott McMurrayFix the rustfmt build
2022-04-28 Vadim Petrochenkovrustc_ast: Harmonize delimiter naming with `proc_macro...
2022-04-27 Nicholas NethercoteMake explicit an unreachable `NoDelim` case in `rustfmt`.
2022-04-26 Nicholas NethercoteAvoid producing `NoDelim` values in `MacArgs::delim()`.
2022-04-17 Camille GILLOTVisit generics inside visit_fn.
2022-04-15 Dylan DPCRollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix
2022-04-13 David Wooderrors: lazily load fallback fluent bundle
2022-04-05 David Woodsession: opt for enabling directionality markers
2022-04-05 David Wooderrors: implement sysroot/testing bundle loading
2022-04-05 David Wooderrors: implement fallback diagnostic translation
2022-04-05 David Woodspan: move `MultiSpan`
2022-04-02 Jacob PrattCreate 2024 edition
2022-03-30 Caleb CartwrightMerge commit '5ff7b632a95bac6955611d85040859128902c580...
2022-03-20 Camille GILLOTTake &mut Diagnostic in emit_diagnostic.
2022-03-17 Dylan DPCRollup merge of #94960 - codehorseman:master, r=oli-obk
2022-03-16 markrustc_error: make ErrorReported impossible to construct
2022-03-16 codehorsemanresolve the conflict in compiler/rustc_session/src...
2022-03-15 borsAuto merge of #94584 - pnkfelix:inject-use-suggestion...
2022-03-07 Felix S. Klock IIplacate rustfmt in rustfmt.
2022-03-06 Matthias KrügerRollup merge of #94617 - pierwill:update-itertools...
2022-03-05 Jack HueyChange syntax for TyAlias where clauses
2022-03-04 Felix S. Klock IIPlacate tidy in submodule.
2022-03-03 Felix S. Klock IIAdjusted diagnostic output so that if there is no ...
2022-03-03 Felix S. Klock IIAssociate multiple with a crate too.
2022-03-03 Felix S. Klock IIrefactor: prepare to associate multiple spans with...
2022-02-25 Mark RousskovEnable rustc_pass_by_value for Span
2022-02-23 Eduard-Mihai Burtescurustc_errors: take `self` by value in `DiagnosticBuilde...
2022-02-23 Eduard-Mihai Burtescurustc_errors: add `downgrade_to_delayed_bug` to `Diagno...
2022-01-24 Eduard-Mihai Burtescurustc_errors: only box the `diagnostic` field in `Diagn...
2022-01-17 kadminAdd term to ExistentialProjection
2022-01-17 kadminAdd term
2022-01-17 kadminadd eq constraints on associated constants
2022-01-17 borsAuto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
2022-01-15 Caleb Cartwrightfix(rustfmt): resolve generated file formatting issue
2022-01-12 Tomasz MiąskoRemove LLVM-style inline assembly from rustfmt
2022-01-09 LambCompute most of Public/Exported access level in rustc_r...
2021-12-30 Caleb CartwrightMerge commit '4a053f206fd6799a25823c307f7d7f9d897be118...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Ident::as_str()`...
2021-12-15 Nicholas NethercoteRemove unnecessary sigils around `Symbol::as_str()...
2021-12-15 Nicholas NethercoteRemove `SymbolStr`.
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-11-24 Esteban KuberChange how the fn params span is calculated
2021-11-08 Caleb CartwrightMerge commit 'ea199bacef07213dbe008841b89c450e3bf0c638...
2021-11-07 Vadim Petrochenkovast: Fix naming conventions in AST structures
2021-10-21 Caleb Cartwrightfix doc issue in rustfmt
2021-10-20 Caleb CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-09-15 Manish GoregaokarRollup merge of #88775 - pnkfelix:revert-anon-union...
2021-09-11 borsAuto merge of #84373 - cjgillot:resolve-span, r=michael...
2021-09-10 Camille GILLOTKeep a parent LocalDefId in SpanData.
2021-09-09 Fabian WolffIgnore automatically derived impls of `Clone` and ...
2021-09-09 Felix S. Klock IIRevert "Allow formatting `Anonymous{Struct, Union}...
2021-09-06 borsAuto merge of #88493 - chenyukang:fix-duplicated-diagno...
2021-09-04 yukangFix #88256, remove duplicated diagnostic
2021-09-03 Esteban KuberDetect bare blocks with type ascription that were meant...
2021-08-31 Cameron SteffenTemporary fix rustfmt for let-else
2021-08-27 DeadbeefIntroduce `~const`
2021-08-22 Frank SteffahnFix typos “an”→“a” and a few different ones that appear...
2021-08-22 Frank SteffahnFix more “a”/“an” typos
2021-08-17 borsAuto merge of #87119 - jyn514:rustfmt-doc-private,...
2021-08-16 Joshua NelsonDocument private items for rustfmt
2021-08-15 CaioIntroduce hir::ExprKind::Let - Take 2
2021-08-02 borsAuto merge of #87535 - lf-:authors, r=Mark-Simulacrum
2021-07-26 Caleb CartwrightMerge commit '4236289b75ee55c78538c749512cdbeea5e1c332...
2021-07-17 Camille GILLOTUse LocalExpnId where possible.
2021-07-08 Guillaume GomezRework SESSION_GLOBALS API to prevent overwriting it
2021-07-01 Joshua NelsonDocument rustfmt on nightly-rustc
2021-06-21 Yuki OkushiRollup merge of #86424 - calebcartwright:rustfmt-mod...
2021-06-21 Yuki OkushiRollup merge of #86274 - alexander-melentyev:spaces...
2021-06-18 Caleb Cartwrightfix(rustfmt): load nested out-of-line mods correctly
2021-06-16 Yuki OkushiUse `AttrVec` for `Arm`, `FieldDef`, and `Variant`
2021-06-10 Ryan LevickAdd support for using qualified paths with structs...
2021-05-17 jedel1043Allow formatting `Anonymous{Struct, Union}` declarations
2021-05-13 Andy WangRename `RealFileName::Named` to `LocalPath`
2021-05-13 Andy WangOnly deal with LocalPath in conversion
2021-05-13 Andy WangRename span_to_string to span_to_diagnostic_string
2021-05-02 Caleb Cartwrightfix: backport changes for latest rustc api comaptibility
2021-04-22 Yuki OkushiUpgrade `annotate-snippets` to 0.8 (#4762)
2021-04-22 ChinYing-LiRecognize when a block comment has been ended inside...
2021-04-22 Caleb Cartwrightrefactor: remove panics on misconfigured widths
2021-04-22 Caleb Cartwrighttests: augment heuristics tests
2021-04-22 Caleb Cartwrightrefactor: apply heuristic config changes in lib
2021-04-22 Caleb Cartwrightfeat(config): expose all width heurstic options
2021-04-22 Joshua NelsonFix errors when `parallel_compiler` is enabled
2021-04-22 Joshua NelsonUse `rustc_private` instead of crates.io dependencies
2021-04-03 Caleb Cartwrightchore: fmt and cleanup
2021-04-03 Caleb Cartwrightdeps: apply rustc-ap-* v712 changes
2021-04-03 Caleb Cartwrightdeps: apply rustc module loading changes
2021-04-03 Caleb Cartwrightchore: apply AST HasAttrs->AstLike changes
2021-04-03 Caleb Cartwrightrefactor: apply rustc mod parsing changes
2021-04-03 Caleb Cartwrightchore: apply pattern parsing changes
next