]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-11-28 Jonas SchievinkRollup merge of #78853 - calebcartwright:fix-const...
2020-11-28 Jonas SchievinkRollup merge of #78086 - poliorcetics:as-placeholder...
2020-11-28 borsAuto merge of #78296 - Aaron1011:fix/stmt-tokens, r...
2020-11-28 borsAuto merge of #79353 - cjgillot:procmacro, r=petrochenkov
2020-11-28 borsAuto merge of #79469 - rust-lang:revert-77467-query...
2020-11-27 borsAuto merge of #79284 - Nadrieril:constructor-module...
2020-11-27 Aaron HillBump recursion_limit in rustc_ast_passes
2020-11-27 Camille GILLOTEncode proc_macro directly.
2020-11-27 borsAuto merge of #79372 - jyn514:more-cleanup, r=Guillaume...
2020-11-27 NadrierilRename `_match` to `usefulness`
2020-11-27 NadrierilRename `pat_constructor` to `Constructor::from_pat`
2020-11-27 NadrierilMove the definitions of the two `Ctxt`s to the top
2020-11-27 NadrierilExtract everything related to pattern deconstruction...
2020-11-27 NadrierilNo need to expose `Matrix` internals
2020-11-27 NadrierilDisentangle `Fields` and `PatStack`
2020-11-27 NadrierilMove `Constructor::apply` to `Fields`
2020-11-27 oliRevert the effect of #77467 by disabling normalization...
2020-11-27 borsAuto merge of #77484 - terhechte:support-ios-catalyst...
2020-11-27 Aaron HillDon't lint on redundant semicolons after item statements
2020-11-27 borsAuto merge of #79318 - cjgillot:fitem, r=lcnr
2020-11-27 borsAuto merge of #79433 - calebcartwright:parse-attr-vis...
2020-11-27 borsAuto merge of #78194 - bugadani:generic, r=varkor
2020-11-27 Aaron HillUse custom macro instead of println
2020-11-27 borsAuto merge of #79266 - b-naber:gat_trait_path_parser...
2020-11-26 Camille GILLOTRebase fallout.
2020-11-26 Dániel BugaSkip most of create_substs_for_ast_path if type is...
2020-11-26 Aaron HillFix new 'unnecessary trailing semicolon' warnings
2020-11-26 Aaron HillAdd additional semicolon test
2020-11-26 Aaron HillOnly eat semicolons for statements that need them
2020-11-26 Aaron HillProperly handle attributes on statements
2020-11-26 borsAuto merge of #79338 - Aaron1011:fix/token-reparse...
2020-11-26 Camille GILLOTUse visitor for its very purpose.
2020-11-26 Camille GILLOTFormatting.
2020-11-26 Camille GILLOTBless test.
2020-11-26 Camille GILLOTUpdate test.
2020-11-26 Camille GILLOTRemove ForeignMod struct.
2020-11-26 Camille GILLOTStore ForeignItem in a side table.
2020-11-26 Joshua NelsonUpdate coverage output now that primitives have proper...
2020-11-26 Joshua NelsonRemove unused `attrs` field from `keywords`
2020-11-26 Joshua NelsonUse `from_def_id_and_parts` for primitives and keywords
2020-11-26 Joshua NelsonUse `Item::from_def_id` for StructField
2020-11-26 Caleb Cartwrightrustc_parse: restore pub vis on parse_attribute
2020-11-26 borsAuto merge of #77671 - flip1995:lint_list_always_plugin...
2020-11-26 borsAuto merge of #77467 - jyn514:query-docs, r=oli-obk
2020-11-26 borsAuto merge of #79441 - jonas-schievink:rollup-l9v00bl...
2020-11-26 Joshua NelsonRemove redundant `lift_to_tcx`
2020-11-26 Jonas SchievinkRollup merge of #79428 - camelid:fixup-compiler-docs...
2020-11-26 Jonas SchievinkRollup merge of #79421 - camelid:_match-docs-fmt, r...
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 #79427 - Aaron1011:fix/const-array-index...
2020-11-26 Benedikt TerhechteAdd to platform-support.md
2020-11-26 Benedikt TerhechteAdd support for Arm64 Catalyst on ARM Macs
2020-11-26 borsAuto merge of #79435 - Mark-Simulacrum:fix-powerpc...
2020-11-26 Mark RousskovMirror centos vault to S3
2020-11-25 Aaron HillResolve inference variables before trying to remove...
2020-11-25 Rich Kadelfix URLs in doc comment
2020-11-25 CamelidFix docs formatting for `thir::pattern::_match`
2020-11-25 borsAuto merge of #79411 - tmiasko:naked-params, r=Amanieu
2020-11-25 CamelidFixup compiler docs
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 b-naberadd tests
2020-11-25 b-naberinsert span_fatal call in ast lowering to indicate...
2020-11-25 b-naberast and parser
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 flip1995Reword message at the end of the output if not run...
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 Joshua NelsonTrack `ParamEnv`s properly
2020-11-24 Joshua NelsonNormalize `<X as Y>::T` for rustdoc
2020-11-24 Joshua NelsonRefactor clean_qpath into a separate function
2020-11-24 Aaron HillHandle `Annotatable::Stmt` in some builtin macros
2020-11-24 borsAuto merge of #79384 - ehuss:update-cargo, r=ehuss
next