]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-12-31 bjorn3Add missing extern crate rustc_driver
2022-12-28 NilstriebRename `Rptr` to `Ref` in AST and HIR
2022-12-12 borsAuto merge of #105160 - nnethercote:rm-Lit-token_lit...
2022-12-03 Matthias KrügerRollup merge of #104199 - SarthakSingh31:issue-97417...
2022-12-02 Nicholas NethercoteRemove `token::Lit` from `ast::MetaItemLit`.
2022-12-01 Vadim Petrochenkovrustc_ast_lowering: Stop lowering imports into multiple...
2022-11-28 Sarthak SinghKeep track of the start of the argument block of a...
2022-11-28 Nicholas NethercoteRename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem...
2022-11-28 Nicholas NethercoteRename `ast::Lit` as `ast::MetaItemLit`.
2022-11-23 Esteban KüberFix rustfmt
2022-11-21 Nicholas NethercoteSplit `MacArgs` in two.
2022-11-17 Nicholas NethercoteBox `ExprKind::{Closure,MethodCall}`, and `QSelf` in...
2022-11-15 Nicholas NethercoteUse `token::Lit` in `ast::ExprKind::Lit`.
2022-11-11 clubby789Introduce `ExprKind::IncludedBytes`
2022-11-01 borsAuto merge of #103217 - mejrs:track, r=eholk
2022-10-21 Ralf Jungmerge rustc history
2022-10-18 mejrsImplement -Ztrack-diagnostics
2022-10-12 Ralf Jungmerge rustc history
2022-10-10 Guillaume GomezFix unclosed HTML tag in rustfmt doc
2022-10-10 Ralf Jungmerge rustc history
2022-10-10 Michael GouletRename AssocItemKind::TyAlias to AssocItemKind::Type
2022-09-13 borsAuto merge of #96709 - jackh726:gats-stabilization...
2022-09-02 Cameron Steffenrustfmt: BindingAnnotation change
2022-08-31 Jack HueyStabilize GATs
2022-08-28 Eric HussSunset RLS
2022-08-24 Yuki OkushiRollup merge of #99332 - jyn514:stabilize-label-break...
2022-08-24 Joshua NelsonStabilize `#![feature(label_break_value)]`
2022-08-21 Nicholas NethercoteUse `AttrVec` in more places.
2022-08-17 Matthias KrügerRollup merge of #100379 - davidtwco:triagebot-diag...
2022-08-17 Matthias KrügerRollup merge of #100018 - nnethercote:clean-up-LitKind...
2022-08-16 Nicholas NethercoteRename some things related to literals.
2022-08-16 Nicholas NethercoteShrink `ast::Attribute`.
2022-08-15 David Wooderrors: move translation logic into module
2022-08-10 Camille GILLOTDo not consider method call receiver as an argument...
2022-07-29 Nicholas NethercoteRemove `TreeAndSpacing`.
2022-07-12 Maybe WaffleAdd rustfmt test for formatting `for<>` before closures
2022-07-12 Maybe Waffleimplement rustfmt formatting for `for<>` closure binders
2022-07-02 Nixon Enraght... ast: Add span to `Extern`
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-21 Jacob PrattRemove `crate` visibility modifier in libs, tests
2022-05-20 ydahFix typo
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-04 pierwillUpdate `itertools`
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... rustc_errors: take `self` by value in `DiagnosticBuilde...
2022-02-23 Eduard-Mihai... rustc_errors: add `downgrade_to_delayed_bug` to `Diagno...
2022-01-24 Eduard-Mihai... rustc_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 Cartwrightensure cargo-fmt tests are excluded from root workspace
2021-10-20 Caleb CartwrightMerge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6...
2021-09-21 Mark RousskovMigrate to 2021
2021-09-15 Manish GoregaokarRollup merge of #88775 - pnkfelix:revert-anon-union...
next