]> git.lizzy.rs Git - rust.git/history - src
rebase and update nll test
[rust.git] / src /
2021-12-10 Esteban Kuberrebase and update nll test
2021-12-10 Esteban KuberUpdate nll test
2021-12-10 Esteban KuberUse a more accurate `Span` for `'static` obligation...
2021-12-10 Esteban KuberPoint at return type when it introduces `'static` oblig...
2021-12-10 Esteban KuberAdd filtering based on involved required lifetime
2021-12-10 Esteban KuberClean up visual output logic
2021-12-10 Esteban KuberPoint at capture points for non-`'static` reference...
2021-12-08 borsAuto merge of #91665 - matthiaskrgr:rollup-o3wnkam...
2021-12-08 Matthias KrügerRollup merge of #91630 - GuillaumeGomez:missing-whitesp...
2021-12-08 Matthias KrügerRollup merge of #91619 - ehuss:update-cargo, r=ehuss
2021-12-08 Matthias KrügerRollup merge of #91610 - aDotInTheVoid:patch-2, r=Guill...
2021-12-08 Matthias KrügerRollup merge of #91571 - dtolnay:printerderef, r=Mark...
2021-12-08 Matthias KrügerRollup merge of #91570 - nbdd0121:const_typeck, r=oli-obk
2021-12-08 Matthias KrügerRollup merge of #91551 - b-naber:const-eval-normalizati...
2021-12-08 Matthias KrügerRollup merge of #90709 - estebank:erase-known-type...
2021-12-08 borsAuto merge of #91604 - nikic:section-flags, r=nagisa
2021-12-08 borsAuto merge of #91656 - matthiaskrgr:rollup-lk96y6d...
2021-12-08 Matthias KrügerRollup merge of #91638 - scottmcm:less-inband-2-of...
2021-12-08 Matthias KrügerRollup merge of #91577 - ecstatic-morse:mir-pass-manage...
2021-12-08 Matthias KrügerRollup merge of #91531 - notriddle:notriddle/issue...
2021-12-08 Matthias KrügerRollup merge of #91467 - ChrisDenton:confusing-os-strin...
2021-12-08 Matthias KrügerRollup merge of #91272 - FabianWolff:issue-90870-const...
2021-12-08 Matthias KrügerRollup merge of #90550 - ehuss:update-ca, r=Mark-Simulacrum
2021-12-08 Matthias KrügerRollup merge of #83744 - bjorn3:deprecate_cfg_attr_crat...
2021-12-08 borsAuto merge of #91512 - scottmcm:array-intoiter-advance...
2021-12-08 borsAuto merge of #91500 - ehuss:update-mdbook, r=Mark...
2021-12-08 borsAuto merge of #91484 - workingjubilee:simd-remove-autos...
2021-12-07 borsAuto merge of #91407 - the8472:deserialize-unchecked...
2021-12-07 bjorn3Future compatibility warning on cfg_attr on crate_type...
2021-12-07 borsAuto merge of #91224 - couchand:2021-11/avr-asm, r...
2021-12-07 Guillaume GomezAdd missing whitespace before disabled HTML attribute
2021-12-07 borsAuto merge of #91627 - matthiaskrgr:rollup-z3e2peg...
2021-12-07 Matthias KrügerRollup merge of #91622 - lnicola:rust-analyzer-2021...
2021-12-07 Matthias KrügerRollup merge of #91620 - ehuss:update-books, r=ehuss
2021-12-07 Matthias KrügerRollup merge of #91562 - dtolnay:asyncspace, r=Mark...
2021-12-07 Matthias KrügerRollup merge of #91547 - TennyZhuang:suggest_try_reserv...
2021-12-07 Matthias KrügerRollup merge of #91503 - estebank:call-fn-span, r=micha...
2021-12-07 Matthias KrügerRollup merge of #91493 - oli-obk:cleanup, r=michaelwoer...
2021-12-07 Matthias KrügerRollup merge of #91341 - scottmcm:array-iter-frp, r...
2021-12-07 Matthias KrügerRollup merge of #91312 - terrarier2111:anon-const-ice...
2021-12-07 Matthias KrügerRollup merge of #91065 - wesleywiser:add_incr_test...
2021-12-07 Matthias KrügerRollup merge of #87614 - notriddle:notriddle-count2len...
2021-12-07 borsAuto merge of #85013 - Mark-Simulacrum:dominators-bitse...
2021-12-07 Laurențiu Nicola:arrow_up: rust-analyzer
2021-12-07 Eric HussUpdate books
2021-12-07 Eric HussUpdate cargo
2021-12-07 borsAuto merge of #91599 - RalfJung:miri, r=RalfJung
2021-12-07 Michael HowellRecommend fix `count()` -> `len()` on slices
2021-12-07 Esteban KuberAdd test with multiple type params failing inference
2021-12-07 Esteban KuberRefer to const params as "const params" and not "type...
2021-12-07 Esteban KuberRefer to uninferred `const` params by their name, inste...
2021-12-07 Esteban KuberOnly shown relevant type params in E0283 label
2021-12-07 borsAuto merge of #91590 - flip1995:clippyup, r=Manishearth
2021-12-06 Nixon Enraght-MoonyLink to rustdoc_json_types docs instead of rustdoc...
2021-12-06 Ralf Jungupdate Miri
2021-12-06 Michael HowellExpect extern fn with no body when parsing
2021-12-06 threadexceptionFix AnonConst ICE
2021-12-06 borsAuto merge of #91279 - scottmcm:small-refactor, r=nagisa
2021-12-06 flip1995Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35...
2021-12-06 borsAuto merge of #91580 - scottmcm:less-inband-1-of-28...
2021-12-06 borsAuto merge of #91565 - dtolnay:printhelpers, r=jackh726
2021-12-06 Andrew Dona-CouchImplement inline asm! for AVR platform
2021-12-06 borsAuto merge of #91284 - t6:freebsd-riscv64, r=Amanieu
2021-12-06 borsAuto merge of #91573 - matthiaskrgr:rollup-wcygm2r...
2021-12-05 Matthias KrügerRollup merge of #91563 - Aaron1011:bump-llvm-stamp...
2021-12-05 Matthias KrügerRollup merge of #91554 - r00ster91:patch-3, r=Guillaume...
2021-12-05 Matthias KrügerRollup merge of #91537 - sunshowers:m68k-gnu, r=joshtri...
2021-12-05 Matthias KrügerRollup merge of #91391 - GuillaumeGomez:simplify-no...
2021-12-05 Matthias KrügerRollup merge of #91367 - FabianWolff:issue-91334-ice...
2021-12-05 Gary GuoEvaluate inline const pat early and report error if...
2021-12-05 Fabian WolffFix ICE in `check_must_not_suspend_ty()`
2021-12-05 Aaron HillBump download-ci-llvm-stamp for LLD inclusion
2021-12-05 David TolnayPretty print async block without redundant space
2021-12-05 David TolnayAdd pretty printer test for async blocks
2021-12-05 borsAuto merge of #91356 - GuillaumeGomez:improve-rustdoc...
2021-12-05 borsAuto merge of #91555 - matthiaskrgr:rollup-pq0iaq7...
2021-12-05 Matthias KrügerRollup merge of #91535 - Aaron1011:stabilize-future...
2021-12-05 Matthias KrügerRollup merge of #91450 - hkmatsumoto:hide-type-error...
2021-12-05 Matthias KrügerRollup merge of #91437 - dtolnay:emptybrace, r=nagisa
2021-12-05 Matthias KrügerRollup merge of #90529 - b-naber:reborrows-consts,...
2021-12-05 r00sterUpdate doc about code block edition attributes
2021-12-05 borsAuto merge of #88611 - m-ou-se:array-into-iter-new...
2021-12-05 b-naberadd test and bless existing ones
2021-12-05 b-naberbless tests
2021-12-05 b-naberadd test
2021-12-05 borsAuto merge of #91510 - camelid:two-cleanups, r=Guillaum...
2021-12-05 borsAuto merge of #91229 - Aaron1011:dist-lld, r=Mark-Simul...
2021-12-05 borsAuto merge of #91475 - ecstatic-morse:mir-pass-manager3...
2021-12-05 borsAuto merge of #91539 - matthiaskrgr:rollup-rnl10yb...
2021-12-04 Matthias KrügerRollup merge of #91528 - piegamesde:master, r=cuviper
2021-12-04 Matthias KrügerRollup merge of #91355 - alexcrichton:stabilize-thread...
2021-12-04 Matthias KrügerRollup merge of #91215 - GuillaumeGomez:vec-deque-retai...
2021-12-04 Matthias KrügerRollup merge of #90023 - b-naber:postpone_const_eval_in...
2021-12-04 Matthias KrügerRollup merge of #90022 - hkmatsumoto:self-upper-as...
2021-12-04 Matthias KrügerRollup merge of #89642 - devnexen:macos_getenv_chng...
2021-12-04 Aaron HillInclude `lld` in `rust-dev` package
2021-12-04 Aaron HillStabilize `-Z emit-future-incompat` as `--json future...
2021-12-04 Mara BosUse IntoIterator for array impl everywhere.
2021-12-04 Michael HowellDo not add `;` to expected tokens list when it's wrong
2021-12-04 piegamesLLVM support .insn directive
next