]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-21 Amos WengerStringify literals create client-side properly
2022-07-21 Amos WengerAdd test for literals created client-side
2022-07-21 Amos WengerRun proc macro expansion in a separate thread (for...
2022-07-21 Amos WengerUse a thread-local for the symbol interner (1/2)
2022-07-21 Amos WengerMove version string to RustcInfo, read '.rustc' section...
2022-07-21 Amos WengerPass tidy checks
2022-07-21 Amos WengerAssert that sysroot ABI version matches exactly
2022-07-20 Amos Wengerimplement literal_from_str (poorly)
2022-07-20 Amos WengerAdd literal/ident conversion, tests pass
2022-07-20 Amos Wengerstub missing APIs
2022-07-20 Amos WengerFix imports, delete removed interfaces
2022-07-20 Amos WengerMove token_stream to separate module
2022-07-20 Amos WengerAdd sysroot-abi feature, copy 1.64 ABI fo rnow
2022-07-20 borsAuto merge of #12834 - fasterthanlime:proc-macro-test...
2022-07-20 Amos WengerAdd PROC_MACRO_TEST_TOOLCHAIN environment variable
2022-07-20 borsAuto merge of #12833 - fasterthanlime:literal-tests...
2022-07-20 borsAuto merge of #12831 - fasterthanlime:proc-macro-test...
2022-07-20 Amos WengerUpdate crates/proc-macro-test/build.rs
2022-07-20 Amos WengerUpdate crates/proc-macro-test/build.rs
2022-07-20 Amos WengerAdd proc-macro-srv integration test that clones literals
2022-07-20 Amos WengerDon't copy the Cargo.lock
2022-07-20 Amos Wengerproc-macro-test build script: wipe before, be more...
2022-07-20 Amos WengerBuild proc-macro-test-impl out-of-tree
2022-07-20 borsAuto merge of #12829 - fasterthanlime:in-rust-tree...
2022-07-20 Amos WengerRemove in-rust-tree feature
2022-07-20 Amos WengerRemove check_merge_commits test altogether
2022-07-20 borsAuto merge of #12828 - fasterthanlime:proc-macro-srv...
2022-07-20 Amos WengerAllow merge commits when 'in-rust-tree' feature is...
2022-07-20 Amos WengerRename proc macro server from 'Rustc' to 'RustAnalyzer'
2022-07-20 borsAuto merge of #12826 - fasterthanlime:in-tree-warnings...
2022-07-20 Amos WengerRun cargo fmt
2022-07-20 Amos WengerFix last few warnings manually
2022-07-20 Amos WengerRun cargo fix --edition-idioms
2022-07-20 Amos WengerEnable extra warnings required by rust-lang/rust
2022-07-20 borsAuto merge of #12825 - Veykril:trait-assoc-search,...
2022-07-20 Lukas Wirthfix: Fix search for associated trait items being incons...
2022-07-20 borsAuto merge of #12646 - lowr:fix/11897, r=lowr
2022-07-20 Ryo YoshidaAdd comments
2022-07-20 borsAuto merge of #12811 - TopGunSnake:12790, r=Veykril
2022-07-20 borsAuto merge of #12821 - SpecialMike:fix-partial-eq-defau...
2022-07-20 Michael ChisolmFix generated `PartialEq::ne`
2022-07-20 borsAuto merge of #12800 - hi-rustin:rustin-patch-issue...
2022-07-19 TopGunSnakeInverted the match logic to skip comments, attribute...
2022-07-19 borsAuto merge of #12789 - DorianListens:dscheidt/unused...
2022-07-19 borsAuto merge of #12817 - fasterthanlime:expect-test-1...
2022-07-19 Amos WengerAdd CARGO_WORKSPACE_DIR env var in `.cargo/config.toml`
2022-07-19 Amos WengerUpgrade to expect-test@1.4.0
2022-07-19 borsAuto merge of #12809 - lnicola:empty-diagnostics, r...
2022-07-19 Laurențiu NicolaWork around Code bug with empty diagnostics
2022-07-19 TopGunSnakeAdded case for const
2022-07-19 TopGunSnakeCleaned up trailing whitespace for tidy::files_are_tidy
2022-07-19 TopGunSnakeAdded coverage for trait, mod, impl, and enum cases.
2022-07-19 TopGunSnakeAdd test case and token finder to address 12790
2022-07-18 borsAuto merge of #12796 - mmirate:patch-1, r=Veykril
2022-07-18 Dorian Scheidtfix: Prevent panic in Remove Unused Parameter assist
2022-07-18 borsAuto merge of #12807 - Veykril:completion-item-details...
2022-07-18 Lukas WirthAdd simple support for completion item details
2022-07-18 borsAuto merge of #11819 - rust-lang:dependabot/npm_and_yar...
2022-07-18 borsAuto merge of #12804 - jonas-schievink:config-watcher...
2022-07-18 borsAuto merge of #12549 - bitgaoshu:goto_where_trait_m_imp...
2022-07-18 Lukas WirthMove `convert_to_def_in_trait` into `ide-db`
2022-07-18 Jonas SchievinkImprove file watcher config
2022-07-18 borsAuto merge of #12802 - rust-lang:jonas-schievink-patch...
2022-07-18 Jonas SchievinkRemove macro ABI version from doc comment
2022-07-18 hi-rustinFind original as node before compute ref match
2022-07-18 borsAuto merge of #12798 - jonas-schievink:trim-proc-macro...
2022-07-18 Jonas SchievinkRemove outdated proc macro ABIs
2022-07-18 borsAuto merge of #12788 - hasali19:extract-var-mut, r...
2022-07-18 Milo Miratechore: change str_ref_to_string to str_ref_to_owned
2022-07-18 borsAuto merge of #12795 - jonas-schievink:proc-macro-abi...
2022-07-18 Jonas SchievinkSupport the 1.64 nightly proc macro ABI
2022-07-18 borsAuto merge of #12286 - harpsword:fix_generate_constant...
2022-07-18 harpswordfix: “Generate constant” ignores the path prefix of...
2022-07-17 Hasan AliFix extract variable assist for subexpression in mutabl...
2022-07-17 borsAuto merge of #12785 - Logarithmus:feature/fix-negative...
2022-07-17 Artur Sinilafix: un-inline `ConstScalarOrPath::from_expr_opt`
2022-07-17 borsAuto merge of #12778 - Logarithmus:feature/fix-negative...
2022-07-17 Artur Sinilafix: address suggestions
2022-07-17 Artur Sinilarefactor: inline some variables
2022-07-17 borsAuto merge of #12781 - iDawer:hir_display.stack_overflo...
2022-07-17 iDawerCheck for local IDs belong to same definition
2022-07-17 Artur Sinilafeat: support negative const generic parameters
2022-07-16 Artur Sinilatests: add hover tests for const generics
2022-07-16 borsAuto merge of #12689 - Veykril:macro-rec, r=Veykril
2022-07-16 borsAuto merge of #12539 - soruh:instanciate_empty_structs...
2022-07-16 borsAuto merge of #12712 - harpsword:fix-rename-crate-root...
2022-07-16 borsAuto merge of #12775 - flodiebold:syntax-fixup-if,...
2022-07-16 Florian DieboldImprove syntax fixup a bit, handle incomplete `if`
2022-07-16 borsAuto merge of #12776 - matklad:nosu, r=matklad
2022-07-16 Aleksey Kladovtry fixing spurious CI failures on windows
2022-07-16 borsAuto merge of #12773 - Veykril:self-compl, r=Veykril
2022-07-16 Lukas Wirthfix: Improve self param completion applicability
2022-07-16 borsAuto merge of #12772 - Veykril:nameres, r=Veykril
2022-07-16 borsAuto merge of #12766 - Veykril:completion-vis, r=Veykril
2022-07-16 Lukas Wirthinternal: Remove allocation in DefCollector::reseed_wit...
2022-07-16 borsAuto merge of #12764 - matklad:rustupaction, r=lnicola
2022-07-15 Aleksey KladovRemove deprecate action
2022-07-15 Aleksey KladovUpdate .github/workflows/release.yaml
2022-07-15 Aleksey KladovRemove deprecate action
2022-07-15 Lukas Wirthfix: Don't show qualified path completions for private...
next