]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-04-10 Aaron HillAdd some proc-macro attribute token handling tests
2021-04-09 borsAuto merge of #84010 - rodrimati1992:patch-3, r=Mark...
2021-04-09 borsAuto merge of #83956 - estebank:issue-83892, r=varkor
2021-04-09 borsAuto merge of #83870 - jackh726:binder-refactor-fix...
2021-04-08 borsAuto merge of #83941 - wesleywiser:win_dbginfo_closures...
2021-04-08 borsAuto merge of #84008 - Dylan-DPC:rollup-invxvg8, r...
2021-04-08 rodrimati1992Mention missing 1.38.0 change in RELEASES.md
2021-04-08 Dylan DPCRollup merge of #84001 - flip1995:clippyup, r=Manishearth
2021-04-08 Dylan DPCRollup merge of #83992 - GuillaumeGomez:merge-idents...
2021-04-08 Dylan DPCRollup merge of #83980 - pierwill:fix-compiler-librustc...
2021-04-08 Dylan DPCRollup merge of #81938 - lukaslueg:stab_peek_mut, r...
2021-04-08 Dylan DPCRollup merge of #81764 - jyn514:lint-links, r=Guillaume...
2021-04-08 Dylan DPCRollup merge of #80733 - steffahn:prettify_pin_links...
2021-04-08 Wesley WiserFix closed over variables not available in debuginfo...
2021-04-08 borsAuto merge of #83763 - alexcrichton:wasm-multivalue...
2021-04-08 pierwillFix outdated crate names in compiler docs
2021-04-08 flip1995Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9...
2021-04-08 borsAuto merge of #7051 - flip1995:rustup, r=flip1995
2021-04-08 flip1995Bump nightly version -> 2021-04-08
2021-04-08 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-04-08 Alex Crichtonrustc: Add a new `wasm` ABI
2021-04-08 Niko Matsakisadd comments
2021-04-08 borsAuto merge of #83500 - camelid:split-debuginfo-docs...
2021-04-08 Guillaume GomezAdd test for idents merge
2021-04-08 Guillaume GomezMerge idents if they are part of a path
2021-04-08 borsAuto merge of #83981 - nagisa:nagisa/revert-cfg-wasm...
2021-04-08 borsAuto merge of #83866 - jyn514:disambiguator-error,...
2021-04-08 borsAuto merge of #82958 - camelid:res-docs, r=petrochenkov
2021-04-08 CamelidFix some typos in docs for `-C split-debuginfo`
2021-04-08 CamelidDocument `Res` and its friends
2021-04-08 borsAuto merge of #83986 - Dylan-DPC:rollup-51vygcj, r...
2021-04-07 Dylan DPCRollup merge of #83974 - pierwill:fix-callbacks-names...
2021-04-07 Dylan DPCRollup merge of #83965 - rust-lang:debug-intravisit...
2021-04-07 Dylan DPCRollup merge of #83952 - estebank:issue-83943, r=petroc...
2021-04-07 Dylan DPCRollup merge of #83689 - estebank:cool-bears-hot-tip...
2021-04-07 Dylan DPCRollup merge of #82497 - jyn514:json, r=CraftSpider
2021-04-07 borsAuto merge of #82451 - jyn514:defaults, r=Mark-Simulacrum
2021-04-07 Simonas KazlauskasRemove the insta-stable `cfg(wasm)`
2021-04-07 Joshua NelsonCleanup option parsing and config.toml.example
2021-04-07 borsAuto merge of #81047 - glittershark:stabilize-cmp-min...
2021-04-07 pierwillFix outdated crate names in `rustc_interface::callbacks`
2021-04-07 lukasluegUpdate library/core/src/iter/traits/iterator.rs
2021-04-07 lukasluegUpdate library/core/src/iter/traits/iterator.rs
2021-04-07 borsAuto merge of #83964 - Dylan-DPC:rollup-9kinaiv, r...
2021-04-07 Esteban Küberrebase and update tests
2021-04-07 Griffin SmithStabilize cmp_min_max_by
2021-04-07 Joshua NelsonReuse logic for determining the channel in the rest...
2021-04-07 Joshua Nelsonrustdoc: Link to the docs on namespaces when an unknown...
2021-04-07 borsAuto merge of #83932 - lcnr:probe-perf, r=estebank
2021-04-07 Guillaume GomezAdd Debug implementation for hir::intravisit::FnKind
2021-04-07 Dylan DPCRollup merge of #83954 - estebank:issue-83613, r=varkor
2021-04-07 Dylan DPCRollup merge of #83945 - SkiFire13:fix-83924, r=estebank
2021-04-07 Dylan DPCRollup merge of #83936 - crlf0710:disallow_extern_block...
2021-04-07 Dylan DPCRollup merge of #83935 - SNCPlay42:param-default-impl...
2021-04-07 Dylan DPCRollup merge of #83916 - Amanieu:asm_anonconst, r=petro...
2021-04-07 Dylan DPCRollup merge of #83916 - Amanieu:asm_anonconst, r=petro...
2021-04-07 Dylan DPCRollup merge of #83816 - JohnTitor:unused-doc-comments...
2021-04-07 Dylan DPCRollup merge of #83634 - JohnTitor:proc-macro-ice,...
2021-04-07 Dylan DPCRollup merge of #83476 - mystor:rc_mutate_strong_count...
2021-04-07 borsAuto merge of #83833 - jyn514:no-resolver, r=GuillaumeGomez
2021-04-07 borsAuto merge of #7046 - camsteffen:symbol-optimize, r...
2021-04-07 Esteban KüberAdd spans to E0277 for impl/trait type/fn obligation...
2021-04-07 Esteban Küberreview comments
2021-04-07 Esteban KüberAlways mention `Box::pin` when dealing with `!Unpin`
2021-04-07 Esteban KüberPoint at `impl` and type defs introducing requirements...
2021-04-07 Esteban KüberSuggest Pin/Box/Arc for more cases
2021-04-07 borsAuto merge of #83955 - ehuss:update-stage0, r=Mark...
2021-04-07 Esteban KüberUse a more appropriate span for `;` suggestion
2021-04-07 Charles LewDisable using non-ascii identifiers in extern blocks.
2021-04-07 Eric HussBump bootstrap compiler
2021-04-07 Esteban KüberDo not ICE when closure is involved in TAIT
2021-04-07 Esteban KüberRemove trailing `:` from E0119 message
2021-04-07 Esteban KüberAccount for `ExprKind::Block` when suggesting .into...
2021-04-06 borsAuto merge of #83828 - camelid:rustdoc-vec-perf, r...
2021-04-06 Joshua NelsonFix handling of `--output-format json` flag
2021-04-06 Giacomo StevanatoAdd regression test
2021-04-06 Giacomo StevanatoAdd reborrow suggestion when mutable reference is moved...
2021-04-06 Joshua NelsonStore links in Cache instead of on items directly
2021-04-06 Cameron SteffenSymbol optimizations
2021-04-06 borsAuto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r...
2021-04-06 borsAuto merge of #7044 - camsteffen:match-path, r=Manishearth
2021-04-06 Camelidrustdoc: Use `ThinVec` in a few places
2021-04-06 borsAuto merge of #7043 - camsteffen:dead-utils, r=flip1995
2021-04-06 Cameron SteffenSoft deprecate match_path and match_qpath
2021-04-06 Cameron SteffenRemove paths::PATH_BUF
2021-04-06 Cameron SteffenRemove get_node_span
2021-04-06 lukasluegMerge branch 'master' into stab_peek_mut
2021-04-06 lukasluegUpdate library/core/src/iter/adapters/peekable.rs
2021-04-06 Dylan DPCRollup merge of #83920 - ortem:fix-hashmap-lldb-pretty...
2021-04-06 Dylan DPCRollup merge of #83910 - ehuss:update-cargo, r=ehuss
2021-04-06 Dylan DPCRollup merge of #83903 - rust-lang:GuillaumeGomez-patch...
2021-04-06 Dylan DPCRollup merge of #83902 - alexcrichton:update-llvm,...
2021-04-06 Dylan DPCRollup merge of #83895 - eggyal:issue-83883, r=jyn514
2021-04-06 Dylan DPCRollup merge of #83829 - petrochenkov:minclean, r=nagisa
2021-04-06 Dylan DPCRollup merge of #82963 - camelid:move-sharedcontext...
2021-04-06 borsAuto merge of #83875 - jyn514:diag_info, r=bugadani
2021-04-06 borsAuto merge of #6931 - Jarcho:needless_borrow, r=phansch...
2021-04-06 SNCPlay42forbid `impl Trait` in generic param defaults
2021-04-06 lcnruse a `SmallVec` in `impl_or_trait_item`
2021-04-06 Jason NewcombFix all occurences of `needless_borrow` internally
next