]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-03 Dylan DPCRollup merge of #68777 - GuillaumeGomez:clean-up-e0263...
2020-02-03 Dylan DPCRollup merge of #68744 - JohnTitor:fix-ice-save-analysi...
2020-02-03 Dylan DPCRollup merge of #68711 - hman523:fix-68593, r=Dylan-DPC
2020-02-03 Dylan DPCRollup merge of #68678 - Mark-Simulacrum:robots, r...
2020-02-03 borsAuto merge of #68665 - eddyb:debuginfo-early-create...
2020-02-03 Eduard-Mihai... rustc_codegen_llvm: avoid redundant calls to span_start.
2020-02-03 Eduard-Mihai... rustc_codegen_ssa: convert mir::VarDebugInfo into a...
2020-02-03 Eduard-Mihai... rustc_codegen_ssa: split declare_local into create_dbg_...
2020-02-03 borsAuto merge of #68778 - RalfJung:raw-addr-of, r=eddyb
2020-02-03 borsAuto merge of #68772 - matthewjasper:relate-opt, r...
2020-02-03 borsAuto merge of #68756 - JohnTitor:fix-ice-save-analysis...
2020-02-03 borsAuto merge of #68735 - JohnTitor:fix-ice-0202, r=estebank
2020-02-02 borsAuto merge of #68720 - wesleywiser:llvm_time_trace...
2020-02-02 Ralf Jungadd raw-addr-of variant to mir_raw_fat_ptr
2020-02-02 borsAuto merge of #68774 - RalfJung:miri, r=RalfJung
2020-02-02 Guillaume GomezClean up E0263 explanation
2020-02-02 Ralf Jungbump Miri
2020-02-02 borsAuto merge of #68771 - Centril:rollup-zllcup9, r=Centril
2020-02-02 Mazdak FarrokhzadRollup merge of #68769 - Centril:unwrap, r=petrochenkov
2020-02-02 Mazdak FarrokhzadRollup merge of #68764 - Centril:self-semantic, r=petro...
2020-02-02 Mazdak FarrokhzadRollup merge of #68763 - JohnTitor:do-not-sugg-dup...
2020-02-02 Mazdak FarrokhzadRollup merge of #68760 - Tyg13:compile_fail_ui_test...
2020-02-02 Mazdak FarrokhzadRollup merge of #68733 - cata0309:patch-1, r=Dylan-DPC
2020-02-02 Mazdak Farrokhzadparser: avoid re-wrapping NtItem
2020-02-02 Mazdak Farrokhzadparser: address review comments re. `self`.
2020-02-02 Matthew JasperAvoid exponential behaviour when relating types
2020-02-02 Yuki OkushiDo not suggest duplicate bounds
2020-02-02 Mazdak Farrokhzadparser: move restrictions re. `self` to `ast_validation`.
2020-02-02 borsAuto merge of #68737 - Centril:fix-68710, r=petrochenkov
2020-02-02 Mazdak Farrokhzadpretty: print attrs in struct expr
2020-02-02 Tyler Lanphearcompiletest: error if `compile-fail` header in ui test.
2020-02-02 borsAuto merge of #68754 - JohnTitor:clippy-up, r=JohnTitor
2020-02-02 borsAuto merge of #68672 - jonas-schievink:dedup-witness...
2020-02-02 Yuki OkushiFix ICE with save-analysis
2020-02-02 Yuki OkushiCatch more ICEs
2020-02-01 Yuki OkushiUpdate Clippy
2020-02-01 borsAuto merge of #68752 - JohnTitor:rollup-zz3u4xl, r...
2020-02-01 Yuki OkushiRollup merge of #68740 - JohnTitor:do-not-sugg-undersco...
2020-02-01 Yuki OkushiRollup merge of #68736 - TimDiekmann:remove-alloc,...
2020-02-01 Yuki OkushiRollup merge of #68727 - xfix:remove-comment-about...
2020-02-01 Yuki OkushiRollup merge of #68704 - jonas-schievink:ignore-build...
2020-02-01 Yuki OkushiRollup merge of #68688 - jbr:remind-bug-reporters-to...
2020-02-01 Yuki OkushiRollup merge of #68681 - bobrippling:fix-matched-angle...
2020-02-01 Yuki OkushiRollup merge of #68460 - sinkuu:emit_mir_buffered,...
2020-02-01 Yuki OkushiDo not ICE in `type-alias-impl-trait` with save-analysis
2020-02-01 Yuki OkushiDo not suggest things named underscore
2020-02-01 Rob PillingAvoid qualified path recovery when not followed by...
2020-02-01 Rob PillingImprove wording and docs for qualified path recovery
2020-02-01 Rob PillingMove colon-check to recover_colon_before_qpath_proj()
2020-02-01 Wesley WiserAdd support for enabling the LLVM time-trace feature
2020-02-01 Rob PillingSimplify span usage and avoid .eat()
2020-02-01 Jonas SchievinkDeduplicate generator interior types
2020-02-01 borsAuto merge of #68133 - Centril:slimmer-syntax, r=petroc...
2020-02-01 Mazdak Farrokhzadpretty: raise recursion_limit = 256
2020-02-01 Mazdak Farrokhzadfix fallout in tests
2020-02-01 Mazdak Farrokhzadpretty: injected_crate_name -> has_injected_crate
2020-02-01 Mazdak Farrokhzadsyntax: reexport attr globals
2020-02-01 Mazdak Farrokhzadremove rustc_ast_pretty dep from rustc
2020-02-01 Mazdak Farrokhzadpacify the parallel compiler
2020-02-01 Mazdak Farrokhzadsyntax::print -> new crate rustc_ast_pretty
2020-02-01 Mazdak Farrokhzad1. move allow_internal_unstable to rustc_attr
2020-02-01 Mazdak Farrokhzad1. move node_id to syntax
2020-02-01 Mazdak FarrokhzadMove builtin attribute logic to new rustc_attr crate.
2020-02-01 Mazdak Farrokhzadsyntax: simplify HasAttrs code
2020-02-01 Mazdak Farrokhzadpretty: remove ParseSess dependency
2020-02-01 Mazdak Farrokhzadsyntax: move GLOBALS to attr module
2020-02-01 Mazdak Farrokhzad{syntax -> rustc_ast_passes}::node_count
2020-02-01 Tim DiekmannRemove `Alloc` in favor of `AllocRef`
2020-02-01 Yuki OkushiUse `next_point` to avoid ICE
2020-02-01 Marincia CatalinUpdate option.rs
2020-02-01 borsAuto merge of #68180 - ajpaverd:cfguard-rust, r=nagisa
2020-02-01 Konrad BorowskiRemove a comment about pretty printer in formatting...
2020-02-01 borsAuto merge of #68698 - tmiasko:catch-panic, r=Amanieu
2020-02-01 Shotaro YamadaUse BufWriter
2020-01-31 borsAuto merge of #68633 - JohnTitor:avoid-ice-in-diagnosti...
2020-01-31 hman523Fixed issue 68593
2020-01-31 borsAuto merge of #67073 - ssomers:btree_navigation, r...
2020-01-31 Stein SomersBundle and document 6 BTreeMap navigation algorithms
2020-01-31 Jonas SchievinkIgnore `build` dir formatting
2020-01-31 borsAuto merge of #68080 - varkor:declared-here, r=petrochenkov
2020-01-31 Mark RousskovInstall robots.txt into rust-docs tarballs
2020-01-31 borsAuto merge of #68663 - alexcrichton:update-jobserver...
2020-01-31 borsAuto merge of #67340 - nnethercote:shrink-Nonterminal...
2020-01-31 borsAuto merge of #68685 - Dylan-DPC:rollup-rkbo05z, r...
2020-01-31 Jacob Rothstein[docs] remind bug reporters to update nightly
2020-01-31 Dylan DPCRollup merge of #68680 - ollie27:doc_alloc_playground...
2020-01-31 Dylan DPCRollup merge of #68670 - euclio:invalid-issue, r=estebank
2020-01-31 Dylan DPCRollup merge of #68669 - euclio:doc-comment-stmt, r...
2020-01-31 Dylan DPCRollup merge of #68660 - kubo39:patch-1, r=Dylan-DPC
2020-01-31 Dylan DPCRollup merge of #68638 - GuillaumeGomez:links-cmp-trait...
2020-01-31 Dylan DPCRollup merge of #68588 - Centril:check-unsafety-clean...
2020-01-31 borsAuto merge of #67878 - Others:opt-3, r=Mark-Simulacrum
2020-01-31 Tomasz MiąskoRemove incorrect debug assertions from catch_unwind
2020-01-30 Rob PillingSuggest path separator for single-colon typos
2020-01-30 Oliver MiddletonAdd `#![doc(html_playground_url = ...)]` to alloc crate
2020-01-30 borsAuto merge of #66577 - WaffleLapkin:iter_take_while_map...
2020-01-30 Gregor PeachChange opt-level from 2 back to 3
2020-01-30 Andy Russellclarify "incorrect issue" error
2020-01-30 Andy Russellsuggest adding space in accidental doc comments
2020-01-30 Guillaume GomezAdd missing links for cmp traits
next