]> git.lizzy.rs Git - rust.git/history - compiler/rustc_parse/src
Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett
[rust.git] / compiler / rustc_parse / src /
2022-09-29 Yuki OkushiRollup merge of #98368 - sunfishcode:sunfishcode/std...
2022-09-28 borsAuto merge of #102384 - camelid:extrainfo, r=GuillaumeGomez
2022-09-28 borsAuto merge of #100719 - CohenArthur:rust-safe-intrinsic...
2022-09-28 borsAuto merge of #101454 - cjgillot:concat-binders, r...
2022-09-28 borsAuto merge of #101619 - Xiretza:rustc_parse-session...
2022-09-28 borsAuto merge of #102302 - nnethercote:more-lexer-improvem...
2022-09-28 Yuki OkushiRollup merge of #102380 - notriddle:notriddle/rustdoc...
2022-09-28 Yuki OkushiRollup merge of #102378 - compiler-errors:issue-102289...
2022-09-28 Yuki OkushiRollup merge of #102348 - nnethercote:tweak-FulfillProc...
2022-09-28 Yuki OkushiRollup merge of #102347 - nnethercote:unescaping-cleanu...
2022-09-28 Yuki OkushiRollup merge of #102338 - compiler-errors:assoc-ty...
2022-09-28 Yuki OkushiRollup merge of #102288 - mejrs:inner, r=compiler-errors
2022-09-28 Yuki OkushiRollup merge of #102232 - Urgau:stabilize-bench_black_b...
2022-09-28 Yuki OkushiRollup merge of #100747 - MatthewPeterKelly:mpk/add...
2022-09-28 borsAuto merge of #100996 - m-ou-se:format-args-2, r=estebank
2022-09-28 Nicholas NethercoteAddress review comments.
2022-09-27 borsAuto merge of #102377 - matthiaskrgr:rollup-1zvj50t...
2022-09-27 Matthias KrügerRollup merge of #102369 - GuillaumeGomez:results-colors...
2022-09-27 Matthias KrügerRollup merge of #102367 - notriddle:notriddle/help...
2022-09-27 Matthias KrügerRollup merge of #102356 - davidtwco:translation-bootstr...
2022-09-27 Matthias KrügerRollup merge of #102337 - cuviper:llvm-optional-bool...
2022-09-27 Matthias KrügerRollup merge of #102330 - notriddle:notriddle/srclink...
2022-09-27 Matthias KrügerRollup merge of #102284 - compiler-errors:missing-type...
2022-09-27 Matthias KrügerRollup merge of #102281 - RalfJung:invalid-enums, r...
2022-09-27 Matthias KrügerRollup merge of #101555 - jhpratt:stabilize-mixed_integ...
2022-09-27 XiretzaImplement IntoDiagnosticArg for rustc_ast::token::Token...
2022-09-27 XiretzaDon't unnecessarily stringify paths in diagnostics
2022-09-27 XiretzaDocument use of Symbol::to_string()
2022-09-27 XiretzaMigrate even more diagnostics in rustc_parse to diagnos...
2022-09-27 XiretzaMigrate "struct literal body without path" error to...
2022-09-27 XiretzaMigrate "expected semicolon" diagnostics to diagnostic...
2022-09-27 XiretzaMigrate "expected identifier" diagnostics to diagnostic...
2022-09-27 XiretzaRework "inner attribute not permitted" errors
2022-09-27 XiretzaRemove error condition in parse_attribute
2022-09-27 XiretzaMigrate more rustc_parse diagnostics to diagnostic...
2022-09-27 XiretzaMove rustc_parse diagnostic structs to separate module
2022-09-27 XiretzaMigrate "invalid literal suffix" diagnostic to diagnost...
2022-09-27 XiretzaMigrate more diagnostics in rustc_parse to diagnostic...
2022-09-27 borsAuto merge of #102306 - lcnr:rustc_hir_analysis, r...
2022-09-27 borsAuto merge of #102314 - TaKO8Ki:add-label-to-struct...
2022-09-27 borsAuto merge of #102189 - davidtwco:translation-derive...
2022-09-27 Michael GouletStructured suggestion for missing mut/const in pointer
2022-09-27 Nicholas NethercoteRename some variables.
2022-09-27 Takayuki Maedaadd a label to struct/enum/union ident name
2022-09-27 Takayuki Maedacreate a new local var
2022-09-26 Matthew KellyMerge remote-tracking branch 'origin/master' into mpk...
2022-09-26 Nicholas NethercoteMinor improvements.
2022-09-26 borsAuto merge of #102283 - GuillaumeGomez:option-code...
2022-09-26 Michael HowellRollup merge of #102326 - yancyribbens:splin-mut-doc...
2022-09-26 Michael HowellRollup merge of #102325 - notriddle:notriddle/line...
2022-09-26 Michael HowellRollup merge of #102322 - sigaloid:master, r=GuillaumeGomez
2022-09-26 Michael HowellRollup merge of #102321 - aDotInTheVoid:rdj-prim-impls...
2022-09-26 Michael HowellRollup merge of #102319 - notriddle:notriddle/td-th...
2022-09-26 Michael HowellRollup merge of #102283 - GuillaumeGomez:option-code...
2022-09-26 borsAuto merge of #102324 - matthiaskrgr:rollup-6l70oz3...
2022-09-26 Matthias KrügerRollup merge of #102286 - compiler-errors:recover-semi...
2022-09-26 Matthias KrügerRollup merge of #102273 - woppopo:relax_const_bound...
2022-09-26 Matthias KrügerRollup merge of #102181 - inquisitivecrystal:issue...
2022-09-26 Matthias KrügerRollup merge of #101996 - b-naber:binder-print, r=lcnr
2022-09-26 Matthias KrügerRollup merge of #101875 - fmease:allow-more-negative...
2022-09-26 borsAuto merge of #102257 - cjgillot:let-else-lint, r=dingx...
2022-09-26 borsAuto merge of #102051 - pietroalbini:pa-bootstrap-updat...
2022-09-26 borsAuto merge of #102184 - chenyukang:fix-102087-add-bindi...
2022-09-26 Pietro Albiniremove cfg(bootstrap)
2022-09-26 borsAuto merge of #102224 - fee1-dead-contrib:const_trait_i...
2022-09-26 borsAuto merge of #102297 - fee1-dead-contrib:rollup-2np0cr...
2022-09-26 fee1-deadRollup merge of #102270 - Nilstrieb:delete-useless...
2022-09-26 fee1-deadRollup merge of #102267 - jyn514:smaller-build-script...
2022-09-26 fee1-deadRollup merge of #102197 - Nilstrieb:const-new-🌲, r...
2022-09-26 fee1-deadRollup merge of #102178 - RalfJung:bootstrap-backtrace...
2022-09-26 fee1-deadRollup merge of #102143 - Rageking8:fix-101540, r=TaKO8Ki
2022-09-26 Nicholas NethercoteInline and remove `cook_lexer_token`.
2022-09-26 Nicholas NethercoteAdd `rustc_lexer::TokenKind::Eof`.
2022-09-26 Nicholas NethercoteUse less DRY in `cook_lexer_token`.
2022-09-26 Nicholas NethercoteMake `rustc_lexer::cursor::Cursor` public.
2022-09-26 Nicholas Nethercote[ui] Rearrange `StringReader`/`TokenTreesReader` creation.
2022-09-26 Nicholas NethercoteRemove `ast::Token::take`.
2022-09-26 Nicholas NethercoteRemove `TokenTreesReader::bump`.
2022-09-26 Nicholas NethercoteClarify spacing computation.
2022-09-26 Nicholas NethercoteMove `#!` checking.
2022-09-26 borsAuto merge of #102292 - fee1-dead-contrib:rollup-61ptdk...
2022-09-26 fee1-deadRollup merge of #102280 - notriddle:notriddle/band...
2022-09-26 fee1-deadRollup merge of #102263 - GuillaumeGomez:iterator-rposi...
2022-09-26 fee1-deadRollup merge of #102244 - compiler-errors:issue-102219...
2022-09-26 fee1-deadRollup merge of #101851 - Xiretza:diagnostic-derive...
2022-09-25 Michael GouletRecover some items that expect braces and don't take...
2022-09-25 Nicholas NethercoteRemove unnecessary `spacing` assignment.
2022-09-25 Nicholas NethercoteRearrange `TokenTreesReader::parse_token_tree`.
2022-09-25 borsAuto merge of #95474 - oli-obk:tait_ub, r=jackh726
2022-09-25 fee1-deadRollup merge of #101997 - cuviper:drop-legacy-pm, r...
2022-09-25 fee1-deadRollup merge of #101800 - chriss0612:feat/const_split_a...
2022-09-25 fee1-deadRollup merge of #101431 - compiler-errors:move-place...
2022-09-25 fee1-deadRollup merge of #98111 - eggyal:issue-97982, r=Guillaum...
2022-09-25 borsAuto merge of #100865 - compiler-errors:parent-substs...
2022-09-25 Matthias KrügerRollup merge of #102016 - lcnr:given-OutlivesEnvironmen...
2022-09-25 borsAuto merge of #99609 - workingjubilee:lossy-unix-strerr...
2022-09-25 borsAuto merge of #98457 - japaric:gh98378, r=m-ou-se
2022-09-25 borsAuto merge of #102169 - scottmcm:constify-some-conditio...
2022-09-24 borsAuto merge of #98483 - dvtkrlbs:bootstrap-dist, r=jyn514
2022-09-24 Matthias KrügerRollup merge of #102088 - oli-obk:cleanups, r=bjorn3
next