]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-09-09 DeadbeefAdd a simple test case
2021-09-09 DeadbeefDo not lint for ~const Drop bounds
2021-09-09 DeadbeefConst dropping
2021-09-09 DeadbeefRemove unused query
2021-09-09 Deadbeefcleanup hir hack
2021-09-09 borsAuto merge of #88752 - Mark-Simulacrum:bootstrap-bump...
2021-09-09 Noble-MushtakFatal error for functions with more than 65535 arguments
2021-09-09 Mark RousskovBump stage0 compiler to 1.56
2021-09-09 EllenCI please
2021-09-09 Ellenfmt
2021-09-09 Ellenresolve `from_hir_call` FIXME
2021-09-09 Ellenadd a `CastKind` to `Node::Cast`
2021-09-09 Ellennits
2021-09-09 Ellenremove comment
2021-09-09 Ellenrename mir -> thir around abstract consts
2021-09-09 Ellenremove debug stmts
2021-09-09 Ellenremove `WorkNode`
2021-09-09 Ellenhandle `ExprKind::NeverToAny`
2021-09-09 Ellendont build abstract const for monomorphic consts
2021-09-09 Ellenmove thir visitor to rustc_middle
2021-09-09 Ellentidy
2021-09-09 Ellenbless stderr
2021-09-09 Ellendont support blocks
2021-09-09 Ellenas casts and block exprs
2021-09-09 EllenWIP state
2021-09-08 borsAuto merge of #88615 - flip1995:clippyup, r=Manishearth
2021-09-08 Eric HussUpdate cargo
2021-09-08 borsAuto merge of #80522 - cjgillot:borrowcrate, r=oli-obk
2021-09-08 Camille GILLOTRebase fallout.
2021-09-08 Camille GILLOTUpdate run-make-fulldeps.
2021-09-08 borsAuto merge of #88750 - jackh726:rollup-w57i9fp, r=jackh726
2021-09-08 Jack HueyRollup merge of #88726 - MingweiSamuel:patch-1, r=wesle...
2021-09-08 Jack HueyRollup merge of #88712 - jhpratt:fix-int_rounding-docs...
2021-09-08 Jack HueyRollup merge of #88694 - Mark-Simulacrum:relnotes,...
2021-09-08 Jack HueyRollup merge of #88691 - hyd-dev:88649, r=Mark-Simulacrum
2021-09-08 Jack HueyRollup merge of #88648 - kpreid:option, r=Mark-Simulacrum
2021-09-08 Jack HueyRollup merge of #88594 - steffahn:more_symbolic_doc_ali...
2021-09-08 Jack HueyRollup merge of #88553 - theo-lw:issue-88276, r=estebank
2021-09-08 Jack HueyRollup merge of #88541 - vandenheuvel:regression_test_7...
2021-09-08 Jack HueyRollup merge of #86263 - fee1-dead:rustdoc-layout-varia...
2021-09-08 Niko MatsakisRework DepthFirstSearch API
2021-09-08 bjorn3Revert "Remove optimization_fuel_crate from Session"
2021-09-08 Augie FacklerRustWrapper: remove some uses of AttrBuilder
2021-09-08 flip1995Update Cargo.lock
2021-09-08 flip1995Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff...
2021-09-08 Mark RousskovDrop 1.56 stabilizations from 1.55 release notes
2021-09-08 borsAuto merge of #7631 - camsteffen:depinfo, r=flip1995
2021-09-08 Cameron SteffenDeny warnings in test modules
2021-09-08 Guillaume GomezAdd tests to ensure that <table> don't break doc blocks...
2021-09-08 Guillaume GomezWrap <table> elements into <div> to prevent breaking...
2021-09-08 borsAuto merge of #87489 - bdalrhm:rustdoc-line-num, r...
2021-09-08 Cameron SteffenUse binary-dep-depinfo to resolve UI dependencies
2021-09-08 Cameron SteffenRemove unused dependencies
2021-09-08 borsAuto merge of #7644 - flip1995:rustup, r=flip1995
2021-09-08 flip1995Bump Clippy Version -> 0.1.57
2021-09-08 flip1995Bump nightly version -> 2021-09-08
2021-09-08 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-09-08 borsAuto merge of #7607 - dswij:mut-range-bound-break,...
2021-09-08 David Carlierupdate of the CI freebsd toolchain
2021-09-08 borsAuto merge of #86943 - ptrojahn:suggest_derive, r=estebank
2021-09-08 borsAuto merge of #88061 - jackh726:genericbound-cleanup...
2021-09-08 dswijAdd known problems to `mut_range_bound` docs
2021-09-08 dswijUpdate test output for `mut_range_bound`
2021-09-08 dswij`mut_range_bound` to check for immediate break from...
2021-09-08 dswijAdd additional test for broken loop in `mut_range_bound`
2021-09-08 borsAuto merge of #88477 - sexxi-goose:issue-88476, r=nikom...
2021-09-07 jackh726Fix duplicate error
2021-09-07 jackh726Detect stricter constraints on gats where clauses in...
2021-09-07 jackh726A bit of cleanup to astconv
2021-09-07 jackh726Change is_unsized to add_implicitly_sized
2021-09-07 jackh726Don't move ?Trait bounds to param bounds if they're...
2021-09-07 jackh726Static assert size of GenericBoun to ensure size doesn...
2021-09-07 Augie FacklerRustWrapper: just use the *AtIndex funcs directly
2021-09-07 danakjMove documentation to the unstable book
2021-09-07 danakjremap-cwd-prefix
2021-09-07 Augie FacklerRustWrapper: avoid deleted unclear attribute methods
2021-09-07 Camille GILLOTRename rustc_mir to rustc_const_eval.
2021-09-07 borsAuto merge of #88724 - Mark-Simulacrum:bump-rls, r...
2021-09-07 Camille GILLOTMove the dataflow framework to its own crate.
2021-09-07 Camille GILLOTMove monomorphize code to its own crate.
2021-09-07 Mingwei SamuelFix typo in `const_generics` replaced with `adt_const_p...
2021-09-07 borsAuto merge of #88710 - Mark-Simulacrum:tyvid-idx, r...
2021-09-07 Mark RousskovBump RLS submodule
2021-09-07 WaffleMake `UnsafeCell::get_mut` const
2021-09-07 borsAuto merge of #88161 - michaelwoerister:fix-whole-archi...
2021-09-07 Michael WoeristerAdd test case for no-bundle/whole-archive native libs...
2021-09-07 borsAuto merge of #7642 - mikerite:fix-7641, r=flip1995
2021-09-07 Michael Howelltest: add case for mutating iterator
2021-09-07 Michael Howellfix(clippy): update loop lints to use arg.span
2021-09-07 Jacob PrattFix docs for `uX::checked_next_multiple_of`
2021-09-07 borsAuto merge of #88689 - Aaron1011:confused-std-resolver...
2021-09-07 Michael WrightAdd `TAU` to `approx_constant`
2021-09-07 Mark RousskovUse index newtyping for TyVid
2021-09-07 borsAuto merge of #88448 - xu-cheng:btree-blk-build, r...
2021-09-06 borsAuto merge of #83214 - cjgillot:dep-map, r=michaelwoerister
2021-09-06 Camille GILLOTMove rustc_mir::transform to rustc_mir_transform.
2021-09-06 Andrew HickmanSuggest wapping expr in parentheses on invalid unary...
2021-09-06 Camille GILLOTMove rustc_mir::borrow_check to new crate rustc_borrowck.
2021-09-06 borsAuto merge of #88692 - hyd-dev:miri, r=RalfJung
2021-09-06 Emil Gardströmfix ICE on hidden tuple variant fields
next