]> git.lizzy.rs Git - rust.git/history - src
Refactor `rustc_peek`
[rust.git] / src /
2019-10-02 Dylan MacKenzieRefactor `rustc_peek`
2019-10-01 borsAuto merge of #64946 - Centril:rollup-66mj5o0, r=Centril
2019-10-01 Mazdak FarrokhzadRollup merge of #64937 - estebank:dedup-closure-err...
2019-10-01 Mazdak FarrokhzadRollup merge of #64935 - AnthonyMikh:librustc_errors...
2019-10-01 Mazdak FarrokhzadRollup merge of #64930 - davidtwco:issue-61798-divergin...
2019-10-01 Mazdak FarrokhzadRollup merge of #64928 - JohnTitor:add-some-tests,...
2019-10-01 Mazdak FarrokhzadRollup merge of #64907 - alexreg:tidy-up, r=Mark-Simulacrum
2019-10-01 Mazdak FarrokhzadRollup merge of #64896 - XAMPPRocky:remove-grammar...
2019-10-01 Mazdak FarrokhzadRollup merge of #64895 - davidtwco:issue-64130-async...
2019-10-01 Mazdak FarrokhzadRollup merge of #64887 - Centril:recover-trailing-vert...
2019-10-01 Mazdak FarrokhzadRollup merge of #63931 - petrochenkov:stabmac, r=Centril
2019-10-01 Mazdak FarrokhzadRollup merge of #63674 - petrochenkov:meta2, r=Centril
2019-10-01 borsAuto merge of #64932 - tmandry:rollup-7t8x1nz, r=tmandry
2019-10-01 Esteban KüberDeduplicate closure type errors
2019-10-01 AnthonyMikhFix borrowck errors
2019-10-01 AnthonyMikhHint type for `.sum()`
2019-09-30 AnthonyMikhAscript type explicitly
2019-09-30 AnthonyMikhFix errors
2019-09-30 AnthonyMikh(fmt) remove trailing whitespaces
2019-09-30 David Woodasync/await: improve obligation errors
2019-09-30 AnthonyMikhUse pattern matching instead of indexing tuples
2019-09-30 Vadim PetrochenkovAddress review comments
2019-09-30 AnthonyMikhSimplify a conditional in `collect_annotations`
2019-09-30 Tyler MandryRollup merge of #64923 - lzutao:improve-doc-needs_drop...
2019-09-30 Tyler MandryRollup merge of #64921 - JohnTitor:add-test-enum, r...
2019-09-30 Tyler MandryRollup merge of #64911 - hman523:64844, r=Dylan-DPC
2019-09-30 Tyler MandryRollup merge of #64893 - SimonSapin:vec-of-option-box...
2019-09-30 Tyler MandryRollup merge of #64891 - SimonSapin:vec-of-fat-raw...
2019-09-30 Tyler MandryRollup merge of #64838 - GuillaumeGomez:long-err-explan...
2019-09-30 Tyler MandryRollup merge of #64828 - ecstatic-morse:generic-dataflo...
2019-09-30 Tyler MandryRollup merge of #64786 - tmandry:patch-1, r=alexcrichton
2019-09-30 Tyler MandryRollup merge of #64377 - GuillaumeGomez:E0493, r=estebank
2019-09-30 AnthonyMikhRemove redundant `.iter_mut()`
2019-09-30 AnthonyMikhSimplify `EmitterWriter::emit_suggestion_default`
2019-09-30 AnthonyMikhUpdate doc comment for `style_or_override`
2019-09-30 AnthonyMikhSimplify `EmitterWriter::get_max_line_num`
2019-09-30 AnthonyMikhSimplify `EmitterWriter::get_multispan_max_line_num`
2019-09-30 AnthonyMikhSimplify code for special case of annotation
2019-09-30 David Woodtypeck: silence unreachable code from await
2019-09-30 Vadim Petrochenkovsyntax: Support modern attribute syntax in the `meta...
2019-09-30 Yuki OkushiAdd test for #58344
2019-09-30 Yuki OkushiAdd test for #58022
2019-09-30 Yuki OkushiAdd test for #50571
2019-09-30 Vadim Petrochenkovsyntax: Split `ast::Attribute` into container and inner...
2019-09-30 Vadim PetrochenkovStabilize proc macros in type positions
2019-09-30 Vadim PetrochenkovStabilize macros in `extern` blocks
2019-09-30 Dylan MacKenzieStop printing `Qualif` results in debug logs
2019-09-30 Dylan MacKenzieUse separate files for debugging `Qualif` dataflow...
2019-09-30 Dylan MacKenzieUpdate consumers of `generic::Engine` API
2019-09-30 Dylan MacKenzieAdd graphviz debug output for generic dataflow
2019-09-30 Dylan MacKenzieAllow `ResultsCursor` to borrow the underlying `Results`
2019-09-30 Dylan MacKenzieFix typo in docs
2019-09-30 Lzu TaoAdd missing links for mem::needs_drop
2019-09-30 Yuki OkushiAdd test for issue-64662
2019-09-30 Guillaume Gomezupdate ui tests
2019-09-30 Guillaume GomezAdd long error explanation for E0550
2019-09-30 borsAuto merge of #64778 - csmoe:index, r=eddyb
2019-09-30 Guillaume Gomezupdate tests
2019-09-30 Guillaume GomezAdd long error explanation for E0493
2019-09-30 borsAuto merge of #64600 - scottmcm:no-slice-tryfold-unroll...
2019-09-30 borsAuto merge of #64904 - ollie27:rustdoc_logo, r=Mark...
2019-09-30 Erin PowerRemove legacy grammar
2019-09-30 hman523Fixed a misleading documentation issue #64844
2019-09-30 borsAuto merge of #64881 - RalfJung:miri, r=RalfJung
2019-09-30 Alexander RegueiroCleaned up a few doc comments in libfmt_macros.
2019-09-30 Alexander RegueiroFixed stylistic convention for one diagnostic and bless...
2019-09-30 Alexander RegueiroFixed grammar in one diagnostic and blessed tests.
2019-09-30 Alexander RegueiroFixed weird non-sequential indices for serialisation...
2019-09-30 Alexander RegueiroAdded backticks for one diagnostic message.
2019-09-30 Alexander RegueiroFixed grammar for some `time` fn calls and a diagnostic.
2019-09-29 borsAuto merge of #64673 - Mark-Simulacrum:opt-match-ck...
2019-09-29 Mark RousskovOptimize try_eval_bits to avoid layout queries
2019-09-29 Oliver Middletonrustdoc: Fix default logo filename
2019-09-29 Tyler MandryUse https for curl when building for linux
2019-09-29 borsAuto merge of #64902 - Centril:rollup-1i431vs, r=Centril
2019-09-29 Mazdak FarrokhzadRollup merge of #64898 - jakevossen5:master, r=jonas...
2019-09-29 Mazdak FarrokhzadRollup merge of #64894 - Centril:fix-64682, r=petrochenkov
2019-09-29 Mazdak FarrokhzadRollup merge of #64858 - skinny121:str-const-generics...
2019-09-29 Mazdak FarrokhzadRollup merge of #64825 - estebank:match-unit, r=Centril
2019-09-29 Mazdak FarrokhzadRollup merge of #64735 - GuillaumeGomez:long-err-explan...
2019-09-29 Mazdak FarrokhzadRollup merge of #64691 - estebank:unexpected-variant...
2019-09-29 Ralf Jungbump Miri
2019-09-29 csmoeremove indexed_vec re-export from rustc_data_structures
2019-09-29 csmoeremove bit_set re-export from rustc_data_structures
2019-09-29 csmoemove bit_set into rustc_index
2019-09-29 csmoemove index_vec into rustc_index
2019-09-29 csmoeinit librustc_index crate
2019-09-29 borsAuto merge of #64158 - tmandry:libtest-panic-abort...
2019-09-29 Mazdak Farrokhzadsyntax: fix #64682.
2019-09-29 borsAuto merge of #64546 - weiznich:bugfix/rfc-2451-rerebal...
2019-09-29 Simon SapinZero-initialize `vec![None; n]` for `Option<&T>`, ...
2019-09-29 Simon SapinFix `vec![x; n]` with null raw fat pointer zeroing...
2019-09-29 borsAuto merge of #64886 - Centril:rollup-30dqh8j, r=Centril
2019-09-29 Mazdak Farrokhzadsyntax: recover trailing `|` in or-patterns.
2019-09-29 Mazdak FarrokhzadRollup merge of #64884 - jakevossen5:master, r=Mark...
2019-09-29 Mazdak FarrokhzadRollup merge of #64824 - Mark-Simulacrum:no-stable...
2019-09-29 Mazdak FarrokhzadRollup merge of #64799 - Aaron1011:fix/double-panic...
2019-09-29 Mazdak FarrokhzadRollup merge of #64589 - andre-richter:aarch64_bare_met...
2019-09-29 Mazdak FarrokhzadRollup merge of #63492 - eddyb:cvarargs, r=nagisa,matth...
2019-09-29 borsAuto merge of #64470 - ecstatic-morse:split-promotion...
next