]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-02-11 borsAuto merge of #81760 - tmiasko:debug-borrow, r=pnkfelix
2021-02-11 Benjamin Bouvierdist: include src/build_helper as part of the crate...
2021-02-11 0yoyoyoFix suggestion to introduce explicit lifetime
2021-02-11 Jesus RubioImprove long explanation for E0542 and E0546
2021-02-11 borsAuto merge of #81350 - tmiasko:instrument-debug, r...
2021-02-11 Hirochika MatsumotoMake suggestion of changing mutability of arguments...
2021-02-11 borsAuto merge of #81129 - bugadani:lighter-move-errors...
2021-02-11 borsAuto merge of #81126 - oxalica:retain-early-drop, r...
2021-02-11 borsAuto merge of #80860 - camelid:nodeid-docs, r=sanxiyn
2021-02-10 borsAuto merge of #80762 - petrochenkov:visclean, r=varkor
2021-02-10 Vadim Petrochenkovresolve: Remove visibility hacks for enum variants...
2021-02-10 Vadim Petrochenkovresolve: Cleanup visibility resolution in enums and...
2021-02-10 Pietro Albinibootstrap: fix wrong docs installation path
2021-02-10 LeSeulArtichautDo not ICE on range patterns in function arguments
2021-02-10 LeSeulArtichautAdd regression test for #81289
2021-02-10 Ophir LOJKINEFix getCurrentValue
2021-02-10 Ophir LOJKINECatch errors on localStorage setting failure
2021-02-10 Ellenrewrite the comments
2021-02-10 borsAuto merge of #79804 - tmiasko:improper-ctypes-no-niche...
2021-02-10 Ömer Sinan... Allow casting mut array ref to mut ptr
2021-02-10 borsAuto merge of #81768 - calebcartwright:bump-rls-rustfmt...
2021-02-10 Daniel EggerFix assosiated typo
2021-02-10 Dániel BugaOnly initialize what is used
2021-02-10 borsAuto merge of #81929 - pietroalbini:pgo-bootstrap,...
2021-02-10 Stein SomersBTree: remove outdated traces of coercions
2021-02-10 Ellencomma...
2021-02-10 EllenFix comment smol mistakes
2021-02-10 EllenComments :3
2021-02-10 David Tolnaybootstrap: Locate llvm-dwp based on llvm-config bindir
2021-02-10 Josh TriplettRELEASES.md 1.50: Group platform support notes together
2021-02-10 borsAuto merge of #81952 - JohnTitor:rollup-i28kgfb, r...
2021-02-10 Yuki OkushiRollup merge of #81951 - ehuss:update-cargo, r=ehuss
2021-02-10 Yuki OkushiRollup merge of #81926 - henryboisdequin:fix-81907...
2021-02-10 Yuki OkushiRollup merge of #81925 - jesusprubio:add-long-explanati...
2021-02-10 Yuki OkushiRollup merge of #81913 - osa1:rename_unop_variants...
2021-02-10 Yuki OkushiRollup merge of #81910 - jyn514:bootstrap-1.52, r=jackh726
2021-02-10 Yuki OkushiRollup merge of #81909 - wcampbell0x2a:remove-unnecessa...
2021-02-10 Yuki OkushiRollup merge of #81904 - jhpratt:const_int_fn-stabiliza...
2021-02-10 Yuki OkushiRollup merge of #81687 - WaffleLapkin:split_at_spare...
2021-02-10 Yuki OkushiRollup merge of #81466 - sasurau4:fix/enhance-sugget...
2021-02-10 Yuki OkushiRollup merge of #80438 - crlf0710:box_into_inner, r...
2021-02-10 Yuki OkushiRollup merge of #79849 - Digital-Chaos:sleep-zero,...
2021-02-10 Eric HussUpdate cargo
2021-02-10 Caleb Cartwrightremove unused backtrace refs
2021-02-10 Caleb Cartwrightupdate RLS and rustfmt
2021-02-10 Cameron SteffenUse ItemCtxt::to_ty
2021-02-10 borsAuto merge of #81411 - Skgland:deprecate_expr_method_ca...
2021-02-10 Tomasz MiąskoBorrow builder only once in debug derive
2021-02-09 Ashley Mannixupdate tracking issue for vec_split_at_spare
2021-02-09 borsAuto merge of #81132 - bugadani:map-prealloc, r=matthew...
2021-02-09 Ryan LevickAdd attr-on-params test
2021-02-09 Ryan LevickVisit more targets when checking attrs
2021-02-09 borsAuto merge of #81892 - jyn514:no-inline, r=cjgillot
2021-02-09 The8472split guard into read and write types
2021-02-09 borsAuto merge of #79540 - jyn514:no-xpy, r=Mark-Simulacrum
2021-02-09 Pietro Albinici: allow unstable features in some PGO benchmarks
2021-02-09 Bram van den... Add a regression test for #32498
2021-02-09 Bram van den... Organize trait test files
2021-02-09 Jesús RubioUpdate compiler/rustc_error_codes/src/error_codes/E0547.md
2021-02-09 Henry Boisdequinadd suggestion to use the `async_recursion` crate
2021-02-09 Jesus RubioLost text re-added
2021-02-09 Stein SomersBTreeMap: disentangle Drop implementation from IntoIter
2021-02-09 Skglandfix derive(RustcEncodable, RustcDecodable)
2021-02-09 Skglanduse ufcs in derive(RustDecodable)
2021-02-09 Skglanduse ufcs in derive(RustEncodable)
2021-02-09 Skglandadd method to construct def site path as a vec of idents
2021-02-09 Skglanduse ufcs in derive(Ord) and derive(PartialOrd)
2021-02-09 Stein SomersBTreeMap: fix internal comments
2021-02-09 borsAuto merge of #81916 - RalfJung:miri, r=RalfJung
2021-02-09 Kevin PerRunning ./x.py fmt
2021-02-09 Ralf Jungupdate Miri
2021-02-09 EllenFix const generics in GAT
2021-02-09 borsAuto merge of #81384 - tmiasko:partial-ord, r=petrochenkov
2021-02-09 Kevin PerFixing codestyle
2021-02-09 Ömer Sinan... Rename HIR UnOp variants
2021-02-09 Kevin PerFixing bad suggestion for `_` in `const` type when...
2021-02-09 Aman AroraMark migration code that relies on Deref unreachable
2021-02-09 Aman AroraTests for precise lint analysis
2021-02-09 Aman AroraImplement the precise analysis pass for lint `disjoint_...
2021-02-09 borsAuto merge of #81905 - Dylan-DPC:rollup-mxpz1j7, r...
2021-02-09 Joshua NelsonUse `log --author=bors` instead of `merge-base`
2021-02-09 Joshua NelsonAbsolute bare minimum for downloading rustc from CI
2021-02-09 Joshua NelsonUse format string in bootstrap panic instead of a strin...
2021-02-09 borsAuto merge of #81901 - Mark-Simulacrum:use-string-not...
2021-02-09 wcampbellRemove unnecessary refs in pattern matching
2021-02-09 Charles LewAdd `Box::into_inner`.
2021-02-09 Dylan DPCRollup merge of #81896 - m-ou-se:oudated-comment, r...
2021-02-09 Dylan DPCRollup merge of #81888 - ehuss:macro_rules-pp, r=petroc...
2021-02-09 Dylan DPCRollup merge of #81882 - lnicola:rust-analyzer-2021...
2021-02-09 Dylan DPCRollup merge of #81876 - osa1:issue81806, r=matthewjasper
2021-02-09 Dylan DPCRollup merge of #81849 - scottmcm:control-flow-comments...
2021-02-09 Dylan DPCRollup merge of #81841 - aDotInTheVoid:rdj_docs, r...
2021-02-09 Dylan DPCRollup merge of #81834 - ortem:fix-LLDB-hashmap-pretty...
2021-02-09 Dylan DPCRollup merge of #81826 - tesuji:inline-box-zeros, r...
2021-02-09 Dylan DPCRollup merge of #81697 - xfix:every-doc-alias, r=Mark...
2021-02-09 Dylan DPCRollup merge of #80732 - spastorino:trait-inheritance...
2021-02-09 Dylan DPCRollup merge of #72209 - Nemo157:lint-no-mangle-in...
2021-02-09 Jacob PrattBump stabilization version for const int methods
2021-02-09 Tomasz Miąsko./x.py test --bless
2021-02-09 Tomasz MiąskoFix derived PartialOrd operators
next