]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-11-26 Jonas SchievinkRollup merge of #79420 - njasm:patch_rustdoc, r=Guillau...
2020-11-26 Jonas SchievinkRollup merge of #79413 - Swatinem:rustdoc-persist-crate...
2020-11-26 Jonas SchievinkRollup merge of #79412 - GuillaumeGomez:cleanup-rustdoc...
2020-11-26 Jonas SchievinkRollup merge of #79402 - bugadani:typos, r=matthewjasper
2020-11-26 Jonas SchievinkRollup merge of #79365 - richkadel:llvm-cov-map-version...
2020-11-26 Jonas SchievinkRollup merge of #79362 - cjgillot:relou, r=oli-obk
2020-11-26 Jonas SchievinkRollup merge of #79000 - sivadeilra:user/ardavis/lev_di...
2020-11-26 Jonas SchievinkRollup merge of #77758 - Stupremee:turbofish-help-for...
2020-11-26 borsAuto merge of #79435 - Mark-Simulacrum:fix-powerpc...
2020-11-26 Mark RousskovMirror centos vault to S3
2020-11-25 Rich Kadelfix URLs in doc comment
2020-11-25 borsAuto merge of #79411 - tmiasko:naked-params, r=Amanieu
2020-11-25 Rich KadelUpdate compiler/rustc_codegen_llvm/src/coverageinfo...
2020-11-25 Rich Kadelreplace assert with condition and `fatal` error
2020-11-25 Dániel BugaFix typos
2020-11-25 Nelson J Moraisfixes a word typo in librustdoc
2020-11-25 borsAuto merge of #79326 - Aaron1011:fix/builtin-macro...
2020-11-25 Rich KadelImproved version check
2020-11-25 Aaron HillAdjust pretty-print compat hack to work with item state...
2020-11-25 borsAuto merge of #79216 - Aaron1011:opt-on-disk-cache...
2020-11-25 Arpad BorsosFix persisted doctests on Windows / when using workspaces
2020-11-25 borsAuto merge of #79400 - camelid:rustdoc-summary_opts...
2020-11-25 Guillaume GomezClean up rustdoc tests by removing unnecessary features
2020-11-25 borsAuto merge of #79397 - camelid:polonious-incr-comp...
2020-11-25 borsAuto merge of #79388 - tmiasko:naked-def-only, r=lcnr
2020-11-25 borsAuto merge of #79336 - camelid:rename-feature-oibit...
2020-11-25 borsAuto merge of #77491 - lukaslueg:peek_mut, r=m-ou-se
2020-11-25 CamelidTRACK '-Z polonius' flag
2020-11-25 CamelidAdd `summary_opts()` for Markdown summary rendering...
2020-11-25 borsAuto merge of #76688 - yokodake:patch-2, r=kodrAus
2020-11-25 Rich KadelApply suggestions from code review
2020-11-25 CamelidUse the name "auto traits" everywhere in the compiler
2020-11-25 Arlie DavisMove lev_distance to rustc_ast, make non-generic
2020-11-25 Tomasz MiąskoValidate use of parameters in naked functions
2020-11-24 Aaron HillInvoke attributes on the statement for statement items
2020-11-24 borsAuto merge of #78548 - camelid:driver-tty, r=oli-obk
2020-11-24 Rich KadelCheck for LLVM 11+ when using `-Z instrument-coverage`
2020-11-24 Aaron HillHandle `Annotatable::Stmt` in some builtin macros
2020-11-24 borsAuto merge of #79384 - ehuss:update-cargo, r=ehuss
2020-11-24 Eric HussUpdate cargo
2020-11-24 borsAuto merge of #79335 - jyn514:doctree-crate, r=Guillaum...
2020-11-24 Joshua NelsonGet rid of doctree::ExternCrate
2020-11-24 Joshua NelsonGet rid of doctree::Trait
2020-11-24 Joshua NelsonGet rid of doctree::Function
2020-11-24 Joshua NelsonGet rid of doctree::ForeignItem
2020-11-24 borsAuto merge of #79377 - jonas-schievink:rollup-ye81i66...
2020-11-24 Jonas SchievinkRollup merge of #79374 - mendess:const-param-expr-diagn...
2020-11-24 Jonas SchievinkRollup merge of #79367 - Dirbaio:trap-unreachable,...
2020-11-24 Jonas SchievinkRollup merge of #79358 - ssomers:btree_public_comments...
2020-11-24 Jonas SchievinkRollup merge of #79354 - ssomers:btree_bereave_BoxedNod...
2020-11-24 Jonas SchievinkRollup merge of #79351 - Takashiidobe:keyword-docs...
2020-11-24 Jonas SchievinkRollup merge of #79346 - tmiasko:more-names, r=jonas...
2020-11-24 Jonas SchievinkRollup merge of #79321 - camelid:intra-doc-bang, r...
2020-11-24 Jonas SchievinkRollup merge of #79312 - jyn514:doctree-impl, r=Guillau...
2020-11-24 Jonas SchievinkRollup merge of #79310 - jyn514:fold-item-cleanup,...
2020-11-24 Jonas SchievinkRollup merge of #76858 - rcvalle:rust-lang-exploit...
2020-11-24 mendessSwap note for help
2020-11-24 mendessRequested changes
2020-11-24 mendessAdd note to use nightly when using expr in const generics
2020-11-24 borsAuto merge of #79294 - petrochenkov:determ, r=varkor
2020-11-24 borsAuto merge of #79228 - flip1995:clippyup, r=oli-obk
2020-11-24 Ramon de C... Add exploit mitigations chapter to the rustc book
2020-11-24 Rich KadelUpdated links to LLVM 11 docs and types
2020-11-24 borsAuto merge of #78953 - mzohreva:mz/from_raw_fd, r=Mark...
2020-11-24 CamelidUse `early_error`
2020-11-24 borsAuto merge of #78636 - dtolnay:puncteq, r=petrochenkov
2020-11-24 Dario NieuwenhuisAllow disabling TrapUnreachable via -Ztrap-unreachable=no
2020-11-24 Tomasz MiąskoValidate that `#[naked]` is applied to a function defin...
2020-11-24 Tomasz MiąskoDon't mark #[naked] as used when checking #[track_caller]
2020-11-23 Rich KadelUpgrades the coverage map to Version 4
2020-11-23 Lukas LuegAdd Peekable::peek_mut
2020-11-23 CamelidRename `optin_builtin_traits` to `auto_traits`
2020-11-23 borsAuto merge of #78343 - camelid:macros-qualify-panic...
2020-11-23 CamelidClean up `core` macros documentation
2020-11-23 CamelidQualify `panic!` as `core::panic!` in non-built-in...
2020-11-23 borsAuto merge of #78439 - lzutao:rm-clouldabi, r=Mark...
2020-11-23 Stein SomersBTreeMap/BTreeSet: make public doc more consistent
2020-11-23 Camille GILLOTRemove Pat pre-lowering.
2020-11-23 Camille GILLOTLower `if let` before the arms.
2020-11-23 borsAuto merge of #79345 - jonas-schievink:rollup-1yhhzx9...
2020-11-23 Stein SomersBTreeMap: cut out the ceremony around BoxedNode
2020-11-23 takashiidobeFix typo in keyword docs for traits
2020-11-23 Jonas SchievinkRollup merge of #79343 - flip1995:mailmap, r=Mark-Simul...
2020-11-23 Jonas SchievinkRollup merge of #79337 - LingMan:map, r=jyn514
2020-11-23 Jonas SchievinkRollup merge of #79333 - o752d:patch-3, r=Mark-Simulacrum
2020-11-23 Jonas SchievinkRollup merge of #79330 - jyn514:typo, r=jyn514
2020-11-23 Jonas SchievinkRollup merge of #79325 - LingMan:try_op, r=jonas-schievink
2020-11-23 Jonas SchievinkRollup merge of #79324 - LingMan:and_then, r=jonas...
2020-11-23 Jonas SchievinkRollup merge of #79287 - jonas-schievink:const-trait...
2020-11-23 Jonas SchievinkRollup merge of #79236 - lcnr:mcg-resolve-dsb, r=eddyb
2020-11-23 Jonas SchievinkRollup merge of #79080 - camelid:mir-visit-debuginfo...
2020-11-23 Jonas SchievinkRollup merge of #76829 - tspiteri:const-int-pow, r...
2020-11-23 borsAuto merge of #79186 - JulianKnodt:str_from, r=Mark...
2020-11-23 flip1995Add my (@flip1995) work mail to the mailmap
2020-11-23 flip1995Fix ICE in utils::implements_trait
2020-11-23 flip1995Merge commit '3e7c6dec244539970b593824334876f8b6ed0b18...
2020-11-23 borsAuto merge of #77893 - petertodd:2020-impl-default...
2020-11-23 borsAuto merge of #76226 - CDirkx:const-ipaddr, r=dtolnay
2020-11-23 LingManUse Option::map instead of open coding it
2020-11-23 oliverdoc typo
next