]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-08-03 Eric HussUpdate rls
2022-08-02 Eric HussRemove CARGO_TEST_DISABLE_GIT_CLI
2022-08-02 Eric HussUpdate cargo
2022-08-02 borsAuto merge of #99977 - BlackHoleFox:cfte-cstr, r=thomcc
2022-08-02 borsAuto merge of #100048 - matthiaskrgr:rollup-agimvm6...
2022-08-02 Matthias KrügerRollup merge of #100042 - ehuss:update-books, r=ehuss
2022-08-02 Matthias KrügerRollup merge of #100037 - fw-immunant:patch-1, r=jyn514
2022-08-02 Matthias KrügerRollup merge of #100017 - solid-rs:patch/kmc-solid...
2022-08-02 Matthias KrügerRollup merge of #100011 - compiler-errors:let-chain...
2022-08-02 Matthias KrügerRollup merge of #99994 - TaKO8Ki:remove-guess-head...
2022-08-02 Matthias KrügerRollup merge of #99779 - GuillaumeGomez:fix-item-info...
2022-08-02 Matthias KrügerRollup merge of #99293 - jo3bingham:issue-98720-fix...
2022-08-02 Matthias KrügerRollup merge of #99156 - lcnr:omoe-wa, r=wesleywiser
2022-08-02 borsAuto merge of #99431 - yaahc:error-in-core, r=joshtriplett
2022-08-02 Takayuki Maedaremove a `SourceMap::guess_head_span`
2022-08-02 Eric HussUpdate books
2022-08-02 borsAuto merge of #100033 - rylev:no-cancel-try-perf, r...
2022-08-01 Ryan LevickDon't cancel try-perf branch if 'outdated'
2022-08-01 Frances WingerterUpdate rustc man page to match `rustc --help`
2022-08-01 borsAuto merge of #95884 - cjgillot:assoc-item, r=lcnr
2022-08-01 Jane Losare... remove fn backtrace
2022-08-01 Camille GILLOTMatch on TraitItem exhaustively.
2022-08-01 Camille GILLOTBless incremental tests.
2022-08-01 Camille GILLOTRemove trait_of_item query.
2022-08-01 Camille GILLOTRemove DefId from AssocItemContainer.
2022-08-01 Camille GILLOTRemove visibility from AssocItem.
2022-08-01 Camille GILLOTStore associated item defaultness in impl_defaultness.
2022-08-01 Joseph Binghamadd comment
2022-08-01 borsAuto merge of #99476 - dpaoliello:rawdylibvectorcall...
2022-08-01 borsAuto merge of #100024 - matthiaskrgr:rollup-36ab4wx...
2022-08-01 Matthias KrügerRollup merge of #100020 - CallumIO:issue-99648, r=jyn514
2022-08-01 Matthias KrügerRollup merge of #100012 - TaKO8Ki:avoid-ty-to-string...
2022-08-01 Matthias KrügerRollup merge of #100003 - nnethercote:improve-size...
2022-08-01 Matthias KrügerRollup merge of #99976 - willcrichton:example-analyzer...
2022-08-01 Matthias KrügerRollup merge of #99911 - cjgillot:no-guess, r=davidtwco
2022-08-01 Matthias KrügerRollup merge of #99864 - klensy:bootstrap-art-dupe...
2022-08-01 Matthias KrügerRollup merge of #99629 - obeis:issue-99470, r=compiler...
2022-08-01 Matthias KrügerRollup merge of #99340 - GoldsteinE:fix-localdefid...
2022-08-01 Goldsteinfix ICE in Definitions::create_def
2022-08-01 borsAuto merge of #99884 - nnethercote:lexer-improvements...
2022-08-01 Callum Lesliefix: better error when python not found in x
2022-08-01 Will CrichtonMake Rustdoc exit with correct error code when scrape...
2022-08-01 Tomoaki Kawadakmc-solid: Adapt to a recent change in the `IntoInner...
2022-08-01 borsAuto merge of #98246 - joshtriplett:times, r=m-ou-se
2022-08-01 borsAuto merge of #99944 - bjorn3:hide_proc_macro_symbols...
2022-08-01 Takayuki Maedaavoid `Ty` to `String` conversions
2022-08-01 Michael GouletUse expr parse restrictions for let expr parsing
2022-08-01 borsAuto merge of #99998 - matthiaskrgr:rollup-igafy0r...
2022-07-31 Nicholas NethercoteImprove size assertions.
2022-07-31 Nicholas NethercoteShrink `Token`.
2022-07-31 Nicholas NethercoteAdd a size assertion for `Token`.
2022-07-31 Nicholas NethercoteInline `TokenStreamBuilder::push`.
2022-07-31 Nicholas NethercoteAvoid an unnecessary `return`.
2022-07-31 Nicholas NethercoteInline `first_token`.
2022-07-31 Nicholas NethercoteRemove `StringReader::end_src_index`.
2022-07-31 Nicholas NethercoteImprove shebang handling.
2022-07-31 borsAuto merge of #99052 - tmiasko:bitset-clone-from, r...
2022-07-31 Matthias KrügerRollup merge of #99986 - WaffleLapkin:record_struct_wra...
2022-07-31 Matthias KrügerRollup merge of #99984 - ChrisDenton:fix-miri, r=Mark...
2022-07-31 Matthias KrügerRollup merge of #99980 - GuillaumeGomez:rm-clean-impls...
2022-07-31 Matthias KrügerRollup merge of #99973 - RalfJung:layout-things, r...
2022-07-31 Matthias KrügerRollup merge of #99932 - madsmtm:fix-unwinding-debug...
2022-07-31 Matthias KrügerRollup merge of #99620 - hudson-ayers:fix-location...
2022-07-31 Matthias KrügerRollup merge of #99519 - Urgau:check-cfg-implicit,...
2022-07-31 borsAuto merge of #99988 - rylev:allow-try-perf, r=Mark...
2022-07-31 BlackHoleFoxAdd validation to const fn CStr creation
2022-07-31 Obei SidegImprove `cannot move out of` error message
2022-07-31 Ryan LevickAllow try-perf branch to run in CI
2022-07-31 Chris DentonMake sure `symbol_name` is const evaluated
2022-07-31 borsAuto merge of #78802 - faern:simplify-socketaddr, r...
2022-07-31 Maybe WaffleSkip unstable fields when suggesting wrapping expressio...
2022-07-31 Maybe Waffle--bless tests
2022-07-31 Maybe WaffleRefactor wrap suggestion code (just a bit)
2022-07-31 Chris DentonFix compat.rs for `cfg(miri)`
2022-07-31 Maybe WaffleSuggest wrapping expressions in single-field record...
2022-07-31 borsAuto merge of #99979 - Dylan-DPC:rollup-ikkejgy, r...
2022-07-31 Guillaume GomezRemove Clean trait implementation for hir::TypeBindingKind
2022-07-31 Ralf Jungreorder fields in Laout debug output
2022-07-31 Guillaume GomezRemove Clean trait implementation for hir::TypeBinding
2022-07-31 Guillaume GomezRemove Clean trait implementation for hir::Path
2022-07-31 Dylan DPCRollup merge of #99974 - TaKO8Ki:suggest-removing-semic...
2022-07-31 Dylan DPCRollup merge of #99921 - Enselic:cc-enselic, r=Guillaum...
2022-07-31 Dylan DPCRollup merge of #99844 - bjorn3:archive_builder_interfa...
2022-07-31 Dylan DPCRollup merge of #99741 - compiler-errors:copy-impl...
2022-07-31 Dylan DPCRollup merge of #99186 - camsteffen:closure-localdefid...
2022-07-31 borsAuto merge of #99553 - ChrisDenton:lazy-compat-fn,...
2022-07-31 bjorn3Add issue reference
2022-07-31 bjorn3Remove workarounds for issue 59998
2022-07-31 Ralf Jungcheck 'size multiple of align' for all layouts
2022-07-31 borsAuto merge of #99529 - Milo123459:stage-1-test, r=jyn514
2022-07-31 Takayuki Maedaadd a test to check if `suggest_remove_semi_or_return_b...
2022-07-31 Takayuki Maedause appropriate `HirID` for finding `else_span`
2022-07-30 borsAuto merge of #99959 - cuviper:niche-size, r=eddyb
2022-07-30 Milodont run stage1 tests in pr
2022-07-30 Miloadd to full test-suite
2022-07-30 borsAuto merge of #99964 - matthiaskrgr:rollup-jr836e2...
2022-07-30 Cameron SteffenUse LocalDefId for closures more
2022-07-30 Matthias KrügerRollup merge of #99962 - Mark-Simulacrum:detect-ci...
2022-07-30 Matthias KrügerRollup merge of #99956 - est31:fix_llvm_wrapper_warning...
2022-07-30 Matthias KrügerRollup merge of #99950 - GuillaumeGomez:rm-clean-impls...
next