]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-22 Mark RousskovDo not run if rustfmt.toml does not exist
2019-12-22 Mark RousskovImplement rustfmt running manually using ignore crate
2019-12-22 Adam PerryInclude formatting check in the test step for tidy.
2019-12-22 Adam PerryFormat src/librustc_fs_util.
2019-12-22 Adam PerryImplement `./x.py fmt [--check]`.
2019-12-22 Adam Perrybootstrap.py fetches rustfmt.
2019-12-22 Adam PerryAdd individual crates to rustfmt ignore list.
2019-12-21 borsAuto merge of #67495 - Centril:rollup-6aer3xg, r=Centril
2019-12-21 Mazdak FarrokhzadRollup merge of #67491 - lzutao:res-map-or, r=Mark...
2019-12-21 Mazdak FarrokhzadRollup merge of #67490 - Mark-Simulacrum:i-67371, r...
2019-12-21 Mazdak FarrokhzadRollup merge of #67489 - Mark-Simulacrum:drop-petgraph...
2019-12-21 Mazdak FarrokhzadRollup merge of #67469 - cuviper:no-default-rustc-dev...
2019-12-21 Mazdak FarrokhzadRollup merge of #67420 - lzutao:_val, r=Centril
2019-12-21 Mazdak FarrokhzadRollup merge of #67333 - wesleywiser:fix_inline_into_bo...
2019-12-21 Mazdak FarrokhzadRollup merge of #67160 - matthewjasper:gat-generics...
2019-12-21 borsAuto merge of #67206 - ehuss:update-cargo-books, r...
2019-12-21 Lzu Taouse Result::map_or for bootstrap
2019-12-21 Lzu Taouse _val to ignore parameter of any::type_name_of_val
2019-12-21 Mark RousskovDocument privacy of RangeInclusive fields
2019-12-21 Mark RousskovDrop petgraph dependency from bootstrap
2019-12-21 borsAuto merge of #67485 - Centril:rollup-gt0opvr, r=Centril
2019-12-21 Mazdak FarrokhzadRollup merge of #67478 - brunobell:master, r=Centril
2019-12-21 Mazdak FarrokhzadRollup merge of #67467 - matthewjasper:test-slice-patte...
2019-12-21 Mazdak FarrokhzadRollup merge of #67462 - DutchGhost:const_slice_from_ra...
2019-12-21 Mazdak FarrokhzadRollup merge of #67422 - GuillaumeGomez:cleanup-err...
2019-12-21 Mazdak FarrokhzadRollup merge of #67393 - michaelwoerister:llvm-args...
2019-12-21 Mazdak FarrokhzadRollup merge of #67355 - Centril:merge-mut, r=oli-obk
2019-12-21 Mazdak FarrokhzadRollup merge of #67059 - TommasoBianchi:dropck_fix_pr...
2019-12-21 Matthew JasperFix rustdoc
2019-12-21 Matthew JasperUpdate tests for GATs
2019-12-21 Matthew JasperAdd more tests for slice patterns
2019-12-21 borsAuto merge of #66994 - Centril:stmt-polish, r=estebank
2019-12-21 Broono LuFix src/libcore/str/mod.rs doc comments
2019-12-21 Wesley WiserMove the rest of the mir-opt inline tests into a folder
2019-12-21 Wesley Wiser[mir-opt] Fix `Inline` pass to handle inlining into...
2019-12-21 borsAuto merge of #67464 - Centril:rollup-j3mkl1m, r=Centril
2019-12-20 Josh StoneRemove rustc-dev from the default nightly components
2019-12-20 Matthew JasperDon't ICE in subslice pattern const-eval
2019-12-20 Mazdak Farrokhzadtweak var/auto/mut recovery
2019-12-20 Mazdak Farrokhzaduse .span_suggestion_short for &&
2019-12-20 Mazdak Farrokhzadast_stmt_expr_attr -> pretty & ui tests
2019-12-20 Mazdak Farrokhzadfix bug in parse_tuple_parens_expr + related refactoring
2019-12-20 Mazdak Farrokhzadrecover `#[attr] if expr {}`
2019-12-20 Mazdak Farrokhzadrecover on 'mut', 'var', 'auto'
2019-12-20 Mazdak Farrokhzadintroduce 'type AttrVec'
2019-12-20 Mazdak Farrokhzadsimplify parse_bottom_expr more
2019-12-20 Mazdak Farrokhzaduse mk_expr_err more
2019-12-20 Mazdak Farrokhzadextract parse_lit_expr and simplify
2019-12-20 Mazdak Farrokhzadextract parse_break_expr
2019-12-20 Mazdak Farrokhzadrefactor parse_incorrect_await_syntax
2019-12-20 Mazdak Farrokhzadextract parse_{expr_opt, return_expr, yield_expr}
2019-12-20 Mazdak Farrokhzadrecover on 'do catch { .. }'
2019-12-20 Mazdak Farrokhzadpass attr as param in new methods
2019-12-20 Mazdak Farrokhzadadd recovery to parse_labeled_expr
2019-12-20 Mazdak Farrokhzadextract parse_labeled_expr
2019-12-20 Mazdak Farrokhzadextract parse_path_start_expr
2019-12-20 Mazdak Farrokhzadextract parse_array_or_repeat_expr
2019-12-20 Mazdak Farrokhzadextract parse_tuple_parens_expr
2019-12-20 A CClean up `parse_bottom_expr`
2019-12-20 A CAdd a UI test for correct parsing
2019-12-20 Mazdak Farrokhzadparse_bottom_expr: use else if
2019-12-20 Mazdak Farrokhzadimplement recovery in check_assoc_op
2019-12-20 Mazdak Farrokhzadextract should_continue_as_assoc_expr
2019-12-20 Mazdak Farrokhzadextract: error_block_no_opening_brace
2019-12-20 Mazdak Farrokhzadparser: extract error_outer_attrs
2019-12-20 Mazdak Farrokhzadparse_stmt_without_recovery: readability!
2019-12-20 Mazdak Farrokhzadparse_stmt_mac: add a comment
2019-12-20 Mazdak Farrokhzadextract suggest_slice_pat
2019-12-20 Mazdak Farrokhzadparser: early return for item stmt
2019-12-20 Mazdak Farrokhzadinline parse_stmt_ into parse_stmt
2019-12-20 Mazdak Farrokhzadextract parse_sttmt_mac
2019-12-20 Mazdak Farrokhzadreduce repetition in stmt parsing
2019-12-20 Mazdak Farrokhzadinto: simplify AddressOf logic after rebase
2019-12-20 Mazdak Farrokhzadaddress review comments
2019-12-20 Mazdak Farrokhzad1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
2019-12-20 Mazdak FarrokhzadRollup merge of #67428 - Centril:ibp-explicit-match...
2019-12-20 Mazdak FarrokhzadRollup merge of #67404 - mark-i-m:split-1, r=matthewjasper
2019-12-20 Mazdak FarrokhzadRollup merge of #67392 - csmoe:async-typeinfo, r=estebank
2019-12-20 Mazdak FarrokhzadRollup merge of #67314 - matthewjasper:union-move-error...
2019-12-20 Mazdak FarrokhzadRollup merge of #67163 - TheSamsa:split-up-ptr-mod...
2019-12-20 Mazdak FarrokhzadRollup merge of #67130 - wesleywiser:const_prop_into_lo...
2019-12-20 borsAuto merge of #67020 - pnkfelix:issue-59535-accumulate...
2019-12-20 Who? Me?!Better comment
2019-12-20 DodoMake ptr::slice_from_raw_parts a const fn available...
2019-12-20 Matthew JasperGenerate correct `Deref` predicate
2019-12-20 Matthew JasperUse `delay_span_bug` less often
2019-12-20 Matthew JasperCorrectly lower bounds on GATs
2019-12-20 Matthew JasperCorrectly lower paths to generic associated types
2019-12-20 Matthew JasperResolve names in the generics of impl associated types
2019-12-20 Matthew JasperCheck associated type implementations for generic misma...
2019-12-20 borsAuto merge of #67455 - Centril:rollup-mf0yc81, r=Centril
2019-12-20 Mazdak FarrokhzadRollup merge of #67363 - alexcrichton:wasm-import-modul...
2019-12-20 Mazdak FarrokhzadRollup merge of #67354 - VirrageS:blame-wrong-line...
2019-12-20 Mazdak FarrokhzadRollup merge of #67131 - Centril:item-merge, r=petrochenkov
2019-12-20 Mazdak FarrokhzadRollup merge of #67031 - mati865:tokio-update, r=nikoma...
2019-12-20 Mazdak FarrokhzadRollup merge of #64588 - matthewjasper:mir-address...
2019-12-20 Michael WoeristerRemove rarely used -Zdisable_instrumentation_preinliner...
2019-12-20 Michael WoeristerAllow -Cllvm-args to override rustc's default LLVM...
2019-12-20 Dylan DPCUpdate E0121.md
2019-12-20 Dylan DPCUpdate E0120.md
next