]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-04-26 borsAuto merge of #96424 - oli-obk:miri_update, r=oli-obk
2022-04-26 Oli Schererupdate miri submodule
2022-04-26 borsAuto merge of #94034 - willcrichton:fix-trait-suggestio...
2022-04-26 borsAuto merge of #96404 - tmandry:roll-llvm, r=cuviper
2022-04-26 Will CrichtonUpdate unop path, fix tests
2022-04-26 borsAuto merge of #96414 - Dylan-DPC:rollup-t4ofhoa, r...
2022-04-26 Will CrichtonReplace suggest_constraining_param with suggest_restric...
2022-04-25 Dylan DPCRollup merge of #96384 - lcnr:extern-types-similar...
2022-04-25 Dylan DPCRollup merge of #96379 - PrestonFrom:issue_96335, r...
2022-04-25 Dylan DPCRollup merge of #96355 - estebank:issue-95030, r=compil...
2022-04-25 Dylan DPCRollup merge of #96279 - GuillaumeGomez:remove-woff...
2022-04-25 Dylan DPCRollup merge of #96149 - est31:remove_unused_macro_matc...
2022-04-25 Dylan DPCRollup merge of #90312 - r00ster91:search, r=Dylan-DPC
2022-04-25 borsAuto merge of #96294 - Emilgardis:def_id-in-unsafetyvio...
2022-04-25 Tyler MandryUpdate LLVM submodule
2022-04-25 borsAuto merge of #96116 - ouz-a:mir-opt, r=oli-obk
2022-04-25 borsAuto merge of #95604 - nbdd0121:used2, r=petrochenkov
2022-04-25 Gary GuoStop exporting rust_eh_personality and friends from...
2022-04-25 borsAuto merge of #96246 - SparrowLii:bound_contxet, r...
2022-04-25 Emil Gardströmavoid fully qualifying error output of issue-43733...
2022-04-25 borsAuto merge of #95246 - ChrisDenton:command-args, r...
2022-04-25 lcnrdo not consider two extern types to be similar
2022-04-25 Preston FromDelay bug when adjusting NeverToAny twice during diagnostic
2022-04-25 borsAuto merge of #96106 - jihiggins:issue-96060, r=Mark...
2022-04-24 borsAuto merge of #96369 - matthiaskrgr:rollup-q18w4v2...
2022-04-24 Matthias KrügerRollup merge of #96366 - jyn514:remove-dead-code, r...
2022-04-24 Matthias KrügerRollup merge of #96215 - nikic:legacy-pm-removal, r...
2022-04-24 Matthias KrügerRollup merge of #96212 - marmeladema:nll-revisions...
2022-04-24 Matthias KrügerRollup merge of #96107 - Gumichocopengin8:test/vec...
2022-04-24 Matthias KrügerRollup merge of #96090 - JakobDegen:mir-tests, r=nagisa
2022-04-24 Matthias KrügerRollup merge of #95395 - compiler-errors:infer-on-impl...
2022-04-24 Michael GouletFix suggestion for `_` on return type for fn in impl...
2022-04-24 Michael GouletSuggest replacing `_` in type signature of impl for...
2022-04-24 Gary GuoEnsure `#[used]` symbols are preserved in LTO
2022-04-24 Joshua NelsonRemove dead code in rustdoc shim
2022-04-24 marmelademaUse revisions instead of nll compare mode for `/regions...
2022-04-24 borsAuto merge of #94609 - esp-rs:esp-idf-stat-type-fixes...
2022-04-24 Keita Nonakatest: add test cases for VecDeque
2022-04-24 Emil Gardströmonly show a simple description in E0133 span label
2022-04-24 Emil Gardströmadd `DefId` to unsafety violations and display function...
2022-04-24 borsAuto merge of #96363 - matthiaskrgr:rollup-mthdja5...
2022-04-24 Matthias KrügerRollup merge of #96352 - marmeladema:fix-nll-lifetime...
2022-04-24 Matthias KrügerRollup merge of #96303 - jyn514:improved-bootstrap...
2022-04-24 Matthias KrügerRollup merge of #96237 - AlecGoncharow:issue-96011...
2022-04-24 Matthias KrügerRollup merge of #95504 - jyn514:library-alias, r=Mark...
2022-04-24 Matthias KrügerRollup merge of #94893 - notriddle:notriddle/regression...
2022-04-24 James HigginsAdd type_name info to [TIMING] log output
2022-04-24 Michael Howelldiagnostics: regression test for <usize as Iterator...
2022-04-24 marmelademaBless tests
2022-04-24 borsAuto merge of #96359 - SparrowLii:drop_kind, r=oli-obk
2022-04-24 Gary GuoFix MSVC hang issue
2022-04-24 SparrowLiimake `classify_drop_access_kind` iterate
2022-04-24 marmelademaRecover missing suggestion part under NLL
2022-04-24 marmelademaImprove span for `consider adding an explicit lifetime...
2022-04-24 borsAuto merge of #96067 - jsgf:extern-nounused, r=compiler...
2022-04-24 Jeremy FitzhardingeAdd support for `nounused` --extern flag
2022-04-24 Esteban KüberBetter handle too many `#` recovery in raw str
2022-04-24 borsAuto merge of #96281 - SparrowLii:const_prop, r=wesleywiser
2022-04-23 borsAuto merge of #93970 - cjgillot:novis, r=petrochenkov
2022-04-23 Camille GILLOTBless pretty-print output.
2022-04-23 Camille GILLOTHash visibilities in crate_hash.
2022-04-23 Camille GILLOTCompute has_pub_restricted in the resolver.
2022-04-23 Camille GILLOTMake clippy inspector more precise.
2022-04-23 Camille GILLOTFix lints.
2022-04-23 borsAuto merge of #96326 - JakobDegen:relax-operand, r...
2022-04-23 borsAuto merge of #90602 - mbartlett21:const-intoiterator...
2022-04-23 borsAuto merge of #95971 - workingjubilee:no-weird-fp-in...
2022-04-23 borsAuto merge of #96323 - bjorn3:sync_cg_clif-2022-04...
2022-04-23 Camille GILLOTBless incremental tests.
2022-04-23 Camille GILLOTDrop vis in Item.
2022-04-23 Camille GILLOTDrop vis in ImplItem.
2022-04-23 Camille GILLOTDrop vis from ForeignItem.
2022-04-23 Camille GILLOTDrop vis in FieldDef.
2022-04-23 Camille GILLOTStop pretty-printing HIR visibility.
2022-04-23 Camille GILLOTStop visiting visibility.
2022-04-23 borsAuto merge of #96316 - michaelwoerister:debuginfo-fix...
2022-04-23 borsAuto merge of #96314 - AronParker:issue-96297-fix,...
2022-04-23 Jubilee YoungRemove unnecessary const-time x87-related checks
2022-04-23 Jubilee YoungFix comments for float classify
2022-04-23 borsAuto merge of #94887 - dylni:move-normpath-crate-impl...
2022-04-22 borsAuto merge of #95739 - lqd:proc-macro-expansions, r...
2022-04-22 Jakob DegenRelax restrictions for copy operands
2022-04-22 borsAuto merge of #96322 - matthiaskrgr:rollup-9xejxrf...
2022-04-22 bjorn3Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df...
2022-04-22 Matthias KrügerRollup merge of #96315 - SparrowLii:graph_lt, r=petroch...
2022-04-22 Matthias KrügerRollup merge of #96273 - TaKO8Ki:make-E0117-error-clear...
2022-04-22 Matthias KrügerRollup merge of #96272 - tmiasko:validate-uninhabited...
2022-04-22 borsAuto merge of #96301 - notriddle:notriddle/synthetic...
2022-04-22 Rémy Rakicstart tracking proc-macros expansion spans in the self...
2022-04-22 Rémy Rakicextend `EventArgRecorder` into span-aware `SpannedEvent...
2022-04-22 borsAuto merge of #96226 - xldenis:thir-clone, r=oli-obk
2022-04-22 Michael Woeristerdebuginfo: Emit ZST struct debuginfo for unit type...
2022-04-22 SparrowLiiMake the lifetime accurate which is used in the region...
2022-04-22 borsAuto merge of #96197 - erikdesjardins:scalarpairenum...
2022-04-22 Aron ParkerRemove redundant type annotation
2022-04-22 Aron ParkerReduce allocations for path conversions on Windows
2022-04-22 borsAuto merge of #96207 - nikic:distcheck-dir, r=Mark...
2022-04-22 Erik Desjardinsnormalize out pref_align (copied from another test)
2022-04-22 borsAuto merge of #96144 - c410-f3r:z-errors, r=petrochenkov
2022-04-22 Joshua NelsonUse `run_build` helper consistently across most bootstr...
next