]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-10 Aaron HillFully integrate token collection for additional AST...
2020-09-10 borsAuto merge of #75573 - Aaron1011:feature/const-mutation...
2020-09-08 Aaron HillAdjust Clippy for CONST_ITEM_MUTATION lint
2020-09-07 borsAuto merge of #76044 - ecstatic-morse:dataflow-lattice...
2020-09-04 LeSeulArtichautty.flags -> ty.flags()
2020-09-04 LeSeulArtichaut`ty.kind` -> `ty.kind()` in rustdoc and clippy
2020-09-02 borsAuto merge of #76160 - scileo:format-recovery, r=petroc...
2020-09-02 SashaImprove recovery on malformed format call
2020-08-30 Aaron HillFix clippy
2020-08-30 Dylan MacKenzieUpdate dataflow analyses to use new interface
2020-08-28 flip1995Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945...
2020-08-24 Scott McMurrayUnbreak the clippy test
2020-08-20 Aaron HillCapture tokens for Pat used in macro_rules! argument
2020-08-17 borsAuto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk
2020-08-17 Ujjwal Sharmarust_ast::ast => rustc_ast
2020-08-17 David Woodclippy: support `QPath::LangItem`
2020-08-13 Bastian Kauschkemerge `as_local_hir_id` with `local_def_id_to_hir_id`
2020-08-12 borsAuto merge of #75405 - flip1995:clippyup, r=Manishearth
2020-08-11 flip1995Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6...
2020-08-11 Yuki OkushiRollup merge of #75226 - pnadon:miri-undef-uninit,...
2020-08-10 Dylan DPCRollup merge of #75098 - Ryan1729:clippy-pointer-cast...
2020-08-09 Ryan1729add allow unused_unsafe and allow dead_code
2020-08-09 Ryan1729fix unary minus on usize and unused variable errors...
2020-08-09 Ryan1729add a test example of where transmutes_expressible_as_p...
2020-08-09 Ryan1729update stderr for transmutes_expressible_as_ptr_casts
2020-08-08 Philippe NadonMiri: Renamed "undef" to "uninit"
2020-08-08 Nicholas NethercoteEliminate the `SessionGlobals` from `librustc_ast`.
2020-08-07 borsAuto merge of #74821 - oli-obk:const_eval_read_uninit_f...
2020-08-07 Ryan1729copy over *.fixed file
2020-08-06 Vadim PetrochenkovAdd some comments for magic numbers + Add tests
2020-08-06 Vadim PetrochenkovFix clippy
2020-08-06 Ryan WiedemannApply suggestions from code review
2020-08-06 Ryan1729run clippy_dev fmt
2020-08-06 Ryan1729run clippy_dev update_lints
2020-08-06 Ryan1729add newline to transmutes_expressible_as_ptr_casts.rs
2020-08-06 Ryan1729change filter to assert, and update comments
2020-08-06 Ryan1729add extra error message to the expected stderr for...
2020-08-06 Ryan1729add documentation to functions that call `do_check...
2020-08-06 Ryan1729add description to assert
2020-08-06 Ryan1729address some review comments
2020-08-06 Ryan1729get the expected number of errors by acknowledging...
2020-08-06 Ryan1729try putting the can_be_expressed_as_pointer_cast at...
2020-08-06 Ryan1729accidentally cause an ICE by putting the TRANSMUTES_EXP...
2020-08-06 Ryan1729write currently failing test for transmutes_expressible...
2020-08-06 Ryan1729initial compiling version of TRANSMUTES_EXPRESSIBLE_AS_...
2020-08-06 Ryan1729run cargo dev new_lint then move transmutes_expressible...
2020-08-03 Vadim Petrochenkovrustc_ast: `(Nested)MetaItem::check_name` -> `has_name`
2020-08-02 liuzhenyufix typos
2020-07-31 Valentin LazureanuRename HAIR to THIR (Typed HIR).
2020-07-29 Oliver SchererUpdate clippy ui test.
2020-07-27 Bastian Kauschkeclippy
2020-07-27 Bastian Kauschkeintroduce PredicateAtom
2020-07-27 Bastian Kauschkethis might be unqualified, but at least it's now quantified
2020-07-27 Bastian Kauschkeclippy
2020-07-26 flip1995Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c...
2020-07-20 David Woodtrait_sel: only test predicates w/ no substs
2020-07-17 Valentin LazureanuRename TypeckTables to TypeckResults.
2020-07-16 Nicholas NethercoteAvoid storing `SymbolStr` in a struct.
2020-07-15 Bastian KauschkeWithOptConstParam::dummy -> WithOptConstParam::unknown
2020-07-15 Bastian Kauschkeimprove naming
2020-07-15 Bastian Kauschkeconst_eval_resolve
2020-07-14 Nicholas NethercoteRemove lots of `Symbol::as_str()` calls.
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-11 Manish GoregaokarRollup merge of #72920 - oli-obk:const_transmute, r...
2020-07-11 Oliver SchererStabilize `transmute` in constants and statics but...
2020-07-10 Tamir DubersteinAvoid "whitelist"
2020-07-07 borsAuto merge of #74117 - Manishearth:rollup-ds7z0kx,...
2020-07-07 Manish GoregaokarRollup merge of #73870 - sexxi-goose:projection-ty...
2020-07-06 borsAuto merge of #73978 - Mark-Simulacrum:shrink-paramenv...
2020-07-05 Mark RousskovShrink ParamEnv to 16 bytes
2020-07-02 Eduard-Mihai... Use 'tcx for references to AccessLevels wherever possible.
2020-07-02 Eduard-Mihai... rustc_lint: avoid using TypeckTables::empty for LateCon...
2020-06-29 Azhngtypeck: adding type information to projection
2020-06-28 Dylan MacKenzieUpdate tests
2020-06-26 borsAuto merge of #73756 - Manishearth:rollup-aehswb2,...
2020-06-26 Manish GoregaokarRollup merge of #73597 - ayazhafiz:i/const-span, r...
2020-06-25 Eduard-Mihai... rustc_lint: only query `typeck_tables_of` when a lint...
2020-06-23 Ayaz HafizRecord span of `const` kw in GenericParamKind
2020-06-23 flip1995Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238...
2020-06-23 Dylan DPCRollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas...
2020-06-22 Aaron HillStop using old version of `syn` in `rustc-workspace...
2020-06-21 Ralf JungMake is_freeze and is_copy_modulo_regions take TyCtxtAt
2020-06-18 Aman AroraRefactor hir::Place
2020-06-15 Ralf JungRollup merge of #72938 - lzutao:stabilize_option_zip...
2020-06-15 borsAuto merge of #72080 - matthewjasper:uniform-impl-trait...
2020-06-13 Lzu TaoStabilize Option::zip
2020-06-12 Dylan DPCRollup merge of #72906 - lzutao:migrate-numeric-assoc...
2020-06-11 Matthew JasperRemove ImplItemKind::OpaqueTy from clippy
2020-06-11 Matthew JasperRemove associated opaque types
2020-06-10 Aaron HillClippy fixes
2020-06-10 Aaron HillUpdate Clippy for MethodCall changes
2020-06-10 Lzu TaoMigrate to numeric associated consts
2020-06-09 Lzu TaoMerge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73...
2020-06-06 Ralf JungRollup merge of #72508 - ecstatic-morse:poly-self-ty...
2020-06-06 borsAuto merge of #72927 - petrochenkov:rustc, r=Mark-Simul...
2020-06-03 Mark RousskovBump to 1.46
2020-06-02 Vadim PetrochenkovUpdate fulldeps tests and clippy
2020-06-02 Vadim PetrochenkovRename the crates in source code
2020-06-01 Dylan MacKenzieCall `skip_binder` or `no_bound_vars` before `self_ty`
2020-05-30 Yuki OkushiReturn early to avoid ICE
next