]> git.lizzy.rs Git - rust.git/history - compiler
missing value to delay_span_bug
[rust.git] / compiler /
2022-10-04 lcnrmissing value to delay_span_bug
2022-10-03 borsAuto merge of #102614 - matthiaskrgr:rollup-fjyu7oo...
2022-10-03 Matthias KrügerRollup merge of #102592 - WaffleLapkin:less_lifetimes...
2022-10-03 Matthias KrügerRollup merge of #102591 - JarvisCraft:fix-double-a...
2022-10-03 Matthias KrügerRollup merge of #102550 - notriddle:notriddle/impl...
2022-10-03 borsAuto merge of #102508 - nnethercote:even-more-lexer...
2022-10-03 borsAuto merge of #102503 - cuviper:x86-stack-probes, r...
2022-10-03 Nicholas NethercoteInvert `is_top_level` to avoid negation.
2022-10-03 Nicholas NethercoteRemove `TokenStreamBuilder`.
2022-10-03 Nicholas NethercoteInline and remove `parse_token_tree_non_delim_non_eof`.
2022-10-03 Nicholas NethercoteMerge `parse_token_trees_until_close_delim` and `parse_...
2022-10-03 Nicholas NethercoteAdd comments to `TokenCursor::desugar`.
2022-10-03 Nicholas NethercoteRewrite `Token::is_op`.
2022-10-03 Nicholas NethercoteAdd comments to `Spacing`.
2022-10-03 Nicholas NethercoteClarify operator splitting.
2022-10-02 borsAuto merge of #102305 - flba-eb:remove_exclude_list...
2022-10-02 borsAuto merge of #100557 - dawnofmidnight:tarball-commit...
2022-10-02 Petr PortnovFix duplicate usage of `a` article.
2022-10-02 borsAuto merge of #102530 - cuviper:upgrade-i586-gnu, r...
2022-10-02 Maybe WaffleRemove a couple lifetimes that could be infered
2022-10-02 borsAuto merge of #102586 - Dylan-DPC:rollup-g107h6z, r...
2022-10-02 Dylan DPCRollup merge of #102566 - compiler-errors:test-102498...
2022-10-02 Dylan DPCRollup merge of #102556 - WaffleLapkin:implied_by_btree...
2022-10-02 Dylan DPCRollup merge of #102538 - cjgillot:def-span-ctxt, r...
2022-10-02 Dylan DPCRollup merge of #102098 - xfix:weak-upgrade-fetch-updat...
2022-10-02 Dylan DPCRollup merge of #100451 - hovinen:no-panic-on-result...
2022-10-02 borsAuto merge of #98354 - camsteffen:is-some-and-by-value...
2022-10-02 borsAuto merge of #102548 - nikic:inline-cell-replace,...
2022-10-02 borsAuto merge of #102535 - scottmcm:optimize-split-at...
2022-10-02 borsAuto merge of #102424 - sunfishcode:sunfishcode/hidden...
2022-10-02 Matthias KrügerRollup merge of #102557 - Joshument:master, r=jyn514
2022-10-02 Matthias KrügerRollup merge of #102525 - notriddle:notriddle/array...
2022-10-02 Matthias KrügerRollup merge of #102405 - hkBst:patch-3, r=Mark-Simulacrum
2022-10-02 Matthias KrügerRollup merge of #102353 - bjorn3:allow_rustix_use_libc...
2022-10-02 Matthias KrügerRollup merge of #102313 - anirudh24seven:update_sleep_m...
2022-10-02 Matthias KrügerRollup merge of #102195 - wesleywiser:copyright2, r...
2022-10-01 borsAuto merge of #102193 - ferrocene:pa-remote-test-server...
2022-10-01 borsAuto merge of #102236 - cjgillot:compute_lint_levels_by...
2022-10-01 borsAuto merge of #102545 - matthiaskrgr:rollup-13i3tc3...
2022-10-01 Cameron SteffenChange feature name to is_some_and
2022-10-01 Matthias KrügerRollup merge of #102533 - notriddle:notriddle/a-source...
2022-10-01 Matthias KrügerRollup merge of #102500 - compiler-errors:parse-sess...
2022-10-01 Matthias KrügerRollup merge of #101675 - beetrees:set-times-no-panic...
2022-10-01 Camille GILLOTAdd sanity Drop impl.
2022-10-01 Camille GILLOTAdd FIXME.
2022-10-01 Camille GILLOTUse a SortedMap instead of a VecMap.
2022-10-01 Camille GILLOTReplace retain with assertion.
2022-10-01 Camille GILLOTAdd fast path without visiting.
2022-10-01 Camille GILLOTSimplify LintLevelsProvider.
2022-10-01 Camille GILLOTCompute by owner instead of HirId.
2022-10-01 Camille GILLOTDo not fetch HIR node when iterating to find lint.
2022-10-01 Camille GILLOTCorrect Key impl for HirId.
2022-10-01 Camille GILLOTAdd FIXME.
2022-10-01 Camille GILLOTComment LintLevelSets.
2022-10-01 Camille GILLOTMove lint level computation to rustc_middle::lint.
2022-10-01 Camille GILLOTReduce visibilities and remove dead code.
2022-10-01 Camille GILLOTMove code to rustc_lint.
2022-10-01 borsAuto merge of #102519 - Alexendoo:format-args-macro...
2022-10-01 Camille GILLOTRemove unused tool_name.
2022-10-01 DeadbeefCompute `lint_levels` by definition
2022-10-01 Camille GILLOTAllow query system to recover a HirId.
2022-10-01 borsAuto merge of #101986 - WaffleLapkin:move_lint_note_to_...
2022-10-01 Maybe WaffleRemove `LintDiagnosticBuilder`
2022-10-01 Maybe Waffle`ui-fulldeps`: adopt to the new rustc lint API
2022-10-01 Maybe WaffleMove lint level source explanation to the bottom
2022-10-01 Maybe WaffleRefactor rustc lint API
2022-10-01 Camille GILLOTGive `def_span` the same SyntaxContext as `span_with_body`.
2022-10-01 borsAuto merge of #102237 - GuillaumeGomez:sidebar-links...
2022-10-01 borsAuto merge of #102526 - matthiaskrgr:rollup-9o6p98c...
2022-10-01 borsAuto merge of #101969 - reez12g:issue-101306, r=reez12g
2022-09-30 Matthias KrügerRollup merge of #102521 - notriddle:notriddle/impl...
2022-09-30 Matthias KrügerRollup merge of #102493 - nnethercote:improve-size...
2022-09-30 Matthias KrügerRollup merge of #102492 - compiler-errors:simplify...
2022-09-30 Matthias KrügerRollup merge of #102490 - compiler-errors:closure-body...
2022-09-30 Matthias KrügerRollup merge of #102483 - spastorino:create-defs-on...
2022-09-30 Matthias KrügerRollup merge of #102373 - Nilstrieb:cannot-get-layout...
2022-09-30 Matthias KrügerRollup merge of #102361 - fee1-dead-contrib:fix-102156...
2022-09-30 Nicholas NethercoteGroup together more size assertions.
2022-09-30 borsAuto merge of #102517 - nikic:update-llvm-8, r=cuviper
2022-09-30 nilsFix typo
2022-09-30 Santiago Pastorinocreate def ids for impl traits during ast lowering
2022-09-30 Camille GillotUpdate compiler/rustc_interface/src/queries.rs
2022-09-30 borsAuto merge of #102520 - matthiaskrgr:rollup-7nreat0...
2022-09-30 Matthias KrügerRollup merge of #102506 - TaKO8Ki:specify-dyn-kind...
2022-09-30 Matthias KrügerRollup merge of #102505 - notriddle:sub-variant-h4...
2022-09-30 Matthias KrügerRollup merge of #102495 - nnethercote:reinstate-hir...
2022-09-30 Matthias KrügerRollup merge of #102421 - lyming2007:issue-101866,...
2022-09-30 Matthias KrügerRollup merge of #102382 - cuviper:defid-order, r=fee1...
2022-09-30 Alex MacleodFix format_args capture for macro expanded format strings
2022-09-30 borsAuto merge of #102484 - beetrees:duration-debug-bug...
2022-09-30 nilsAdd comment explaining why we flush delayed bugs before...
2022-09-30 borsAuto merge of #102509 - matthiaskrgr:rollup-gtenet8...
2022-09-30 Matthias KrügerRollup merge of #102499 - cuviper:llvm-16-s390x, r...
2022-09-30 Matthias KrügerRollup merge of #102491 - notriddle:notriddle/sidebar...
2022-09-30 Matthias KrügerRollup merge of #102481 - notriddle:notriddle/rust...
2022-09-30 Matthias KrügerRollup merge of #102350 - TaKO8Ki:incomplete-fn-in...
2022-09-30 Matthias KrügerRollup merge of #101075 - ellishg:rustc_codegen_gcc_dia...
2022-09-30 borsAuto merge of #102387 - nnethercote:inline-Token-Partia...
2022-09-30 Takayuki Maedaspecify `DynKind::Dyn`
2022-09-30 borsAuto merge of #102164 - compiler-errors:rpitit-foreign...
next