]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-04-23 borsAuto merge of #96316 - michaelwoerister:debuginfo-fix...
2022-04-23 borsAuto merge of #96314 - AronParker:issue-96297-fix,...
2022-04-23 borsAuto merge of #94887 - dylni:move-normpath-crate-impl...
2022-04-22 borsAuto merge of #95739 - lqd:proc-macro-expansions, r...
2022-04-22 borsAuto merge of #96322 - matthiaskrgr:rollup-9xejxrf...
2022-04-22 Matthias KrügerRollup merge of #96315 - SparrowLii:graph_lt, r=petroch...
2022-04-22 Matthias KrügerRollup merge of #96273 - TaKO8Ki:make-E0117-error-clear...
2022-04-22 Matthias KrügerRollup merge of #96272 - tmiasko:validate-uninhabited...
2022-04-22 borsAuto merge of #96301 - notriddle:notriddle/synthetic...
2022-04-22 Rémy Rakicstart tracking proc-macros expansion spans in the self...
2022-04-22 Rémy Rakicextend `EventArgRecorder` into span-aware `SpannedEvent...
2022-04-22 borsAuto merge of #96226 - xldenis:thir-clone, r=oli-obk
2022-04-22 Michael Woeristerdebuginfo: Emit ZST struct debuginfo for unit type...
2022-04-22 SparrowLiiMake the lifetime accurate which is used in the region...
2022-04-22 borsAuto merge of #96197 - erikdesjardins:scalarpairenum...
2022-04-22 Aron ParkerRemove redundant type annotation
2022-04-22 Aron ParkerReduce allocations for path conversions on Windows
2022-04-22 borsAuto merge of #96207 - nikic:distcheck-dir, r=Mark...
2022-04-22 Erik Desjardinsnormalize out pref_align (copied from another test)
2022-04-22 borsAuto merge of #96144 - c410-f3r:z-errors, r=petrochenkov
2022-04-22 borsAuto merge of #96282 - petrochenkov:unindent, r=Guillau...
2022-04-22 Takayuki Maedaremove an error for type params
2022-04-22 Michael Howellrustdoc: make primitive synthetic impls for correct...
2022-04-22 borsAuto merge of #96261 - petrochenkov:doclink7, r=Guillau...
2022-04-21 borsAuto merge of #96293 - Dylan-DPC:rollup-saipx8c, r...
2022-04-21 Tomasz MiąskoUpdate `validate_uninhabited_zsts.rs` test after MIR...
2022-04-21 Dylan DPCRollup merge of #96289 - aDotInTheVoid:redundant-fmt...
2022-04-21 Dylan DPCRollup merge of #96269 - davidtwco:diagnostic-translati...
2022-04-21 Dylan DPCRollup merge of #96251 - ehuss:update-books, r=ehuss
2022-04-21 Dylan DPCRollup merge of #96248 - TaKO8Ki:remove-unnecessary...
2022-04-21 Dylan DPCRollup merge of #95434 - cjgillot:dump-dep-kind, r...
2022-04-21 borsAuto merge of #96260 - Kobzol:rustdoc-idmap, r=petrochenkov
2022-04-21 Nixon Enraght... Remove redundant `format!`s
2022-04-21 borsAuto merge of #96210 - nnethercote:speed-up-TokenCursor...
2022-04-21 CaioMove some tests to more reasonable directories
2022-04-21 Vadim Petrochenkovrustdoc: Unindent doc fragments on `Attributes` constru...
2022-04-21 borsAuto merge of #96003 - aswild:pr/bootstrap-subcommands...
2022-04-21 borsAuto merge of #95828 - vacuus:rustdoc-print-where-claus...
2022-04-21 Takayuki Maedamake `E0117` error clear
2022-04-21 borsAuto merge of #95612 - davidtwco:split-debuginfo-in...
2022-04-21 Nicholas NethercoteIntroduced `Cursor::next_with_spacing_ref`.
2022-04-21 David Woodmacros: update doc comment for diagnostic derive
2022-04-21 David Woodtypeck: remove unnecessary fluent attr
2022-04-21 Nicholas NethercoteProduce `CloseDelim` and pop the stack at the same...
2022-04-21 borsAuto merge of #96263 - Dylan-DPC:rollup-0eofl13, r...
2022-04-21 Roc Yurustdoc: Clean up `html::format::print_where_clause`
2022-04-20 borsAuto merge of #96254 - RalfJung:miri, r=RalfJung
2022-04-20 Nicholas NethercoteAvoid some tuple destructuring.
2022-04-20 Dylan DPCRollup merge of #96236 - Aaron1011:constraint-debug...
2022-04-20 Dylan DPCRollup merge of #96228 - mbartlett21:patch-4, r=thomcc
2022-04-20 Dylan DPCRollup merge of #96196 - jyn514:no-assertion, r=Mark...
2022-04-20 Dylan DPCRollup merge of #96193 - djkoloski:fuchsia_current_exe...
2022-04-20 Dylan DPCRollup merge of #90630 - GuillaumeGomez:improve-rustdoc...
2022-04-20 Ralf Jungupdate Miri
2022-04-20 Vadim Petrochenkov[WIP] rustdoc: Resolve some more doc links early
2022-04-20 Jakub Beránekrustdoc: Optimize IdMap
2022-04-20 borsAuto merge of #96187 - GuillaumeGomez:potential-intra...
2022-04-20 Guillaume GomezExtend `handleSingleArg` documentation
2022-04-20 borsAuto merge of #96253 - Dylan-DPC:rollup-87hpds5, r...
2022-04-20 Guillaume GomezRemove `<>` links to be potential intra-doc links
2022-04-20 Dylan DPCRollup merge of #96234 - goffrie:eloop, r=thomcc
2022-04-20 Dylan DPCRollup merge of #96206 - m-ou-se:wasm-futex-locks,...
2022-04-20 Dylan DPCRollup merge of #96168 - chris-morgan:AddrParseError...
2022-04-20 Dylan DPCRollup merge of #96167 - CAD97:weak-dlsym-less-ptr...
2022-04-20 Dylan DPCRollup merge of #96160 - RalfJung:interpret-debug,...
2022-04-20 Dylan DPCRollup merge of #93313 - tmiasko:uninhabited, r=tmandry
2022-04-20 borsAuto merge of #96250 - ehuss:update-cargo, r=ehuss
2022-04-20 Eric HussUpdate books
2022-04-20 Eric HussUpdate cargo
2022-04-20 borsAuto merge of #96135 - petrochenkov:doclink6, r=Guillau...
2022-04-20 Takayuki Maedaremove an unnecessary format arg
2022-04-20 borsAuto merge of #96022 - martingms:inline-const-getters...
2022-04-20 Nicholas NethercoteRemove `Eof` sanity check in `Parser::inlined_bump_with`.
2022-04-20 Nicholas NethercoteInline `Parser::nonterminal_may_begin_with`.
2022-04-20 Nicholas NethercoteInline `Parser::parse_nonterminal`.
2022-04-20 Nicholas NethercoteOnly record `fallback_span` when necessary.
2022-04-20 borsAuto merge of #96082 - michaelwoerister:less_impl_stabl...
2022-04-20 Aaron HillAdd an explicit `Span` field to `OutlivesConstraint`
2022-04-20 mbartlett21Change file locations to be links to GitHub
2022-04-20 Nicholas NethercoteInline `Cursor::next_with_spacing`.
2022-04-20 Nicholas NethercoteRemove the loop from `Parser::bump()`.
2022-04-20 Nicholas NethercoteRemove `TokenCursorFrame::open_delim`.
2022-04-20 Nicholas NethercoteUse `true` for `open_delim`/`close_delim` in one spot.
2022-04-20 David Woodbootstrap: non-bootstrap windows split debuginfo
2022-04-20 Nicholas NethercoteAdd a size assertion for `Parser`.
2022-04-20 borsAuto merge of #96224 - Dylan-DPC:rollup-h2h3j93, r...
2022-04-20 Geoffry Songremove_dir_all_recursive: treat ELOOP the same as ENOTDIR
2022-04-19 mbartlett21Fix locations for intrinsics impls
2022-04-19 Nicholas NethercoteMove desugaring code into its own function.
2022-04-19 Xavier DenisMake all thir types implement clone
2022-04-19 Dylan DPCRollup merge of #96205 - m-ou-se:emscripten-futex-locks...
2022-04-19 Dylan DPCRollup merge of #96165 - RalfJung:miri-provenance-clean...
2022-04-19 Dylan DPCRollup merge of #96162 - RalfJung:mark-uninit, r=oli-obk
2022-04-19 Dylan DPCRollup merge of #96029 - IsakNyberg:error-messages...
2022-04-19 Dylan DPCRollup merge of #95813 - Urgau:rustdoc-where-clause...
2022-04-19 Dylan DPCRollup merge of #95740 - Amanieu:kreg0, r=nagisa
2022-04-19 David Koloski[fuchsia] Add implementation for `current_exe`
2022-04-19 Guillaume GomezAdd regression test for #96079
2022-04-19 Vadim Petrochenkovrustdoc: Sligthly optimize `Attributes` construction...
2022-04-19 Vadim Petrochenkovrustdoc: Cache preprocessed markdown links
next