]> git.lizzy.rs Git - rust.git/history - compiler
Update crate documentation of `rustc_baked_icu_data` crate
[rust.git] / compiler /
2022-11-18 Charles LewUpdate crate documentation of `rustc_baked_icu_data...
2022-11-18 Charles LewFix compilation issue after rebase
2022-11-18 Charles LewInclude `zh` locale in icu data
2022-11-18 Charles LewEnable icu sync feature for parallel compiler
2022-11-18 Charles LewImport icu locale fallback data
2022-11-18 Charles LewMigrate diagnostics list output to use icu list formatter.
2022-11-18 Charles LewAdd `rustc_baked_icu_data` crate.
2022-11-18 borsAuto merge of #101562 - nnethercote:shrink-ast-Expr...
2022-11-18 borsAuto merge of #104330 - CastilloDel:ast_lowering, r...
2022-11-18 borsAuto merge of #104555 - matthiaskrgr:rollup-tncyca8...
2022-11-18 borsAuto merge of #103179 - ferrocene:pa-run-in-run-make...
2022-11-17 Matthias KrügerRollup merge of #104545 - flip1995:diag_item_matches_ma...
2022-11-17 Matthias KrügerRollup merge of #104532 - GuillaumeGomez:migrate-toolti...
2022-11-17 Matthias KrügerRollup merge of #104515 - chenyukang:yukang/fix-104510...
2022-11-17 Matthias KrügerRollup merge of #104508 - compiler-errors:dyn-return...
2022-11-17 Matthias KrügerRollup merge of #104503 - notriddle:notriddle/where...
2022-11-17 Matthias KrügerRollup merge of #104496 - djkoloski:dont_normalize_comp...
2022-11-17 Matthias KrügerRollup merge of #104483 - oli-obk:santa-clauses-make...
2022-11-17 Matthias KrügerRollup merge of #104444 - chenyukang:yukang/fix-104390...
2022-11-17 Matthias KrügerRollup merge of #104433 - TaKO8Ki:fix-104392, r=estebank
2022-11-17 Matthias KrügerRollup merge of #104366 - GuillaumeGomez:simplify-setti...
2022-11-17 Matthias KrügerRollup merge of #103852 - compiler-errors:rpitit-early...
2022-11-17 Philipp KronesReadd the matches_macro diag item
2022-11-17 borsAuto merge of #104361 - vladimir-ea:watchos_fix_linking...
2022-11-17 borsAuto merge of #104219 - bryangarza:async-track-caller...
2022-11-17 borsAuto merge of #104205 - clubby789:grow-rc, r=thomcc
2022-11-17 borsAuto merge of #104170 - cjgillot:hir-def-id, r=fee1...
2022-11-17 borsAuto merge of #103779 - the8472:simd-str-contains,...
2022-11-17 Nicholas NethercoteUse `ThinVec` in `ast::Path`.
2022-11-17 Nicholas NethercoteBox `ExprKind::{Closure,MethodCall}`, and `QSelf` in...
2022-11-17 borsAuto merge of #103138 - nnethercote:merge-BBs, r=bjorn3
2022-11-16 borsAuto merge of #102944 - nnethercote:ast-Lit-third-time...
2022-11-16 Michael GouletCheck `dyn*` return type correctly
2022-11-16 borsAuto merge of #104456 - RalfJung:miri, r=RalfJung
2022-11-16 borsAuto merge of #104492 - matthiaskrgr:rollup-3xyjynz...
2022-11-16 Matthias KrügerRollup merge of #104466 - notriddle:notriddle/crate...
2022-11-16 Matthias KrügerRollup merge of #104462 - notriddle:notriddle/rightside...
2022-11-16 Matthias KrügerRollup merge of #104459 - notriddle:notriddle/main...
2022-11-16 Matthias KrügerRollup merge of #104394 - oli-obk:suggest_method_call...
2022-11-16 Matthias KrügerRollup merge of #104335 - Nilstrieb:macrowo, r=compiler...
2022-11-16 Matthias KrügerRollup merge of #104317 - RalfJung:ctfe-error-reporting...
2022-11-16 Matthias KrügerRollup merge of #104137 - StackDoubleFlow:err-lsc-unsup...
2022-11-16 Matthias KrügerRollup merge of #103750 - calebzulawski:master, r=worki...
2022-11-16 yukangfix #104510, Remove is_tainted_by_errors since we have...
2022-11-16 borsAuto merge of #104481 - matthiaskrgr:rollup-hf8rev0...
2022-11-16 yukangfix #104390, fix ICE in in_operand for ty error
2022-11-16 Oli SchererConvert predicates into Predicate in the Obligation...
2022-11-16 Oli SchererGeneralize the `ToPredicate` trait
2022-11-16 Ralf Jungcleanup and dedupe CTFE and Miri error reporting
2022-11-16 Matthias KrügerRollup merge of #104471 - scruss:patch-1, r=jyn514
2022-11-16 Matthias KrügerRollup merge of #104450 - andrewpollack:fix-fuchsia...
2022-11-16 Matthias KrügerRollup merge of #104425 - notriddle:notriddle/main...
2022-11-16 Matthias KrügerRollup merge of #104424 - notriddle:notriddle/popover...
2022-11-16 Matthias KrügerRollup merge of #104419 - Ayush1325:test-issue-30490...
2022-11-16 Matthias KrügerRollup merge of #104401 - RalfJung:mpsc-leak, r=Amanieu
2022-11-16 Matthias KrügerRollup merge of #104348 - fmease:iat-vis-stab, r=cjgillot
2022-11-16 Matthias KrügerRollup merge of #104193 - TaKO8Ki:fix-104142, r=cjgillot
2022-11-16 Matthias KrügerRollup merge of #103489 - WaffleLapkin:byte_offset_from...
2022-11-16 Matthias KrügerRollup merge of #103484 - saschanaz:patch-2, r=ehuss
2022-11-16 borsAuto merge of #102935 - ajtribick:display-float-0.5...
2022-11-16 Nicholas NethercoteMerge basic blocks where possible when generating LLVM IR.
2022-11-16 Nicholas NethercoteUse `&mut Bx` more.
2022-11-16 borsAuto merge of #104468 - weihanglo:update-cargo, r=weihanglo
2022-11-15 borsAuto merge of #102570 - cjgillot:deagg-debuginfo, r...
2022-11-15 Nicholas NethercoteUse `token::Lit` in `ast::ExprKind::Lit`.
2022-11-15 Kagami Sascha Rosy... Merge branch 'master' into patch-2
2022-11-15 NilstriebOnly do parser recovery on retried macro matching
2022-11-15 Camille GILLOTEnable SROA by at mir-opt level 3.
2022-11-15 Camille GILLOTFlatten aggregates into locals.
2022-11-15 Camille GILLOTIntroduce composite debuginfo.
2022-11-15 borsAuto merge of #104054 - RalfJung:byte-provenance, r...
2022-11-15 Daniel del CastilloUpdate compiler/rustc_ast_lowering/src/item.rs
2022-11-15 CastilloDelChange LoweringContext.children to Vec
2022-11-15 CastilloDelMake clobber_abis use an FxIndexMap
2022-11-15 CastilloDelRemove allow(rustc::potential_query_instability) from...
2022-11-15 borsAuto merge of #104437 - matthiaskrgr:rollup-n5jdg9v...
2022-11-15 Oli SchererCompare picks via `Self` type and associated item id
2022-11-15 Oli SchererExpose the fallibilty of the unstable lint emission...
2022-11-15 Oli SchererPull the unstable name collision hint emission out...
2022-11-15 Oli SchererRemove the fishy need for a PartialEq impl
2022-11-15 Oli SchererRemove some redundant span arguments
2022-11-15 Oli SchererRemove an unnecessary `resolve_vars_if_possible`
2022-11-15 Oli SchererFlip a boolean that was used wrongly (has no effect...
2022-11-15 Matthias KrügerRollup merge of #104339 - compiler-errors:rustc_deny_ex...
2022-11-15 Matthias KrügerRollup merge of #104316 - cjgillot:simplify-async-sugge...
2022-11-15 Matthias KrügerRollup merge of #104309 - chenyukang:yukang/fix-104088...
2022-11-15 Matthias KrügerRollup merge of #104296 - compiler-errors:opaque-ty...
2022-11-15 Matthias KrügerRollup merge of #104258 - compiler-errors:tait-closure...
2022-11-15 Matthias KrügerRollup merge of #104241 - bjorn3:smaller_unwind_build_s...
2022-11-15 Matthias KrügerRollup merge of #104148 - fmease:fix-104140, r=petrochenkov
2022-11-15 Matthias KrügerRollup merge of #103734 - Mark-Simulacrum:fix-version...
2022-11-15 Matthias KrügerRollup merge of #103439 - Nilstrieb:help-me-with-my...
2022-11-15 borsAuto merge of #101168 - jachris:dataflow-const-prop...
2022-11-15 Takayuki Maedareturn when expr has errors
2022-11-15 borsAuto merge of #2665 - RalfJung:rustup, r=RalfJung
2022-11-15 Ralf JungMerge from rustc
2022-11-15 Takayuki Maedasimplify `emit_unused_delims_expr`
2022-11-15 borsAuto merge of #104428 - matthiaskrgr:rollup-jo3078i...
2022-11-15 Takayuki Maedashift no characters when using raw string literals
2022-11-15 StackDoubleFlowIssue error when `-C link-self-contained` option is...
next