]> git.lizzy.rs Git - rust.git/history - compiler
Add an inlining debuginfo test
[rust.git] / compiler /
2020-10-26 oliDeduplicate span and dbg_scope adjustment
2020-10-26 oliPrefer `bug!` over `unwrap()`
2020-10-21 Eduard-Mihai Burtescurustc_mir: run the MIR inlining Integrator on the whole...
2020-10-21 Eduard-Mihai Burtescurustc_mir: create the Integrator as soon as possible...
2020-10-21 Eduard-Mihai Burtescurustc_codegen_llvm: add support for inlined function...
2020-10-21 Eduard-Mihai Burtescurustc_codegen_llvm: expose DILocation to rustc_codegen_ssa.
2020-10-21 Eduard-Mihai Burtescurustc_codegen_llvm: avoid converting between DILocation...
2020-10-21 Eduard-Mihai Burtescurustc_codegen_llvm: move DISubprogram creation to a...
2020-10-21 Eduard-Mihai Burtescurustc_codegen_llvm: create `DIFile`s from just `SourceF...
2020-10-21 Eduard-Mihai Burtescurustc_mir: don't throw away inlined locals' spans.
2020-10-21 Eduard-Mihai Burtescurustc_mir: properly map scope parent chains into the...
2020-10-21 Eduard-Mihai Burtescurustc_mir: support MIR-inlining #[track_caller] functions.
2020-10-21 Eduard-Mihai Burtescurustc_mir: track inlined callees in SourceScopeData.
2020-10-21 Eduard-Mihai Burtescurustc_mir: use Instance more in the inliner.
2020-10-21 Eduard-Mihai Burtescurustc_mir: rename `location: SourceInfo` to `source_info`.
2020-10-20 borsAuto merge of #78162 - GuillaumeGomez:rollup-6a4qiqu...
2020-10-20 Guillaume GomezRollup merge of #78157 - GuillaumeGomez:remove-unused...
2020-10-20 Guillaume GomezRollup merge of #78145 - LingMan:ast_pretty_mut, r...
2020-10-20 Guillaume GomezRollup merge of #78144 - bugadani:elements-nodrop,...
2020-10-20 Guillaume GomezRollup merge of #78133 - JohnTitor:mir-tests, r=lcnr
2020-10-20 Guillaume GomezRollup merge of #78129 - mbartlett21:patch-1, r=kennytm
2020-10-20 Guillaume GomezRollup merge of #78076 - est31:orphan_mod, r=Mark-Simul...
2020-10-20 Guillaume GomezRollup merge of #78070 - RalfJung:const-panic-test...
2020-10-20 Guillaume GomezRollup merge of #78061 - wesleywiser:opt_zst_const_inte...
2020-10-20 Guillaume GomezRollup merge of #78046 - bugadani:issue-73827, r=nikic
2020-10-20 borsAuto merge of #78151 - tmiasko:disable-match-branch...
2020-10-20 Dániel BugaTrack element count only for types that need drop
2020-10-20 LingManDrop unneeded `mut`
2020-10-20 borsAuto merge of #76893 - lcnr:existential-proj, r=estebank
2020-10-20 borsAuto merge of #76696 - Aaron1011:tokenstream-avoid...
2020-10-20 borsAuto merge of #78127 - JohnTitor:rollup-p1bxtqq, r...
2020-10-20 Yuki OkushiRollup merge of #78121 - LeSeulArtichaut:issue-78115...
2020-10-20 Yuki OkushiRollup merge of #78111 - SNCPlay42:not-always-self...
2020-10-20 Yuki OkushiRollup merge of #78105 - lcnr:namesNstuff, r=Mark-Simul...
2020-10-20 Yuki OkushiRollup merge of #77959 - JohnTitor:tweak-test-structure...
2020-10-20 Yuki OkushiRollup merge of #77931 - aticu:fix_60336, r=petrochenkov
2020-10-20 Yuki OkushiRollup merge of #77923 - wcampbell0x2a:cleanup-net...
2020-10-20 Yuki OkushiRollup merge of #77838 - RalfJung:const-fn, r=kennytm
2020-10-20 Yuki OkushiRollup merge of #77778 - jyn514:git-hook, r=mark-simulacrum
2020-10-20 Yuki OkushiRollup merge of #77612 - ssomers:btree_cleanup_2, r...
2020-10-20 Tomasz MiąskoDisable MatchBranchSimplification
2020-10-19 LeSeulArtichautDo not ICE on pattern that uses a binding multiple...
2020-10-19 SNCPlay42revert workaround #73027
2020-10-19 SNCPlay42don't assume trait ambiguity happens in `Self`
2020-10-19 borsAuto merge of #78106 - GuillaumeGomez:rollup-06vwk7p...
2020-10-19 Aaron HillAvoid cloning the contents of a `TokenStream` in a...
2020-10-19 Guillaume GomezRollup merge of #78103 - GuillaumeGomez:rustdoc-book...
2020-10-19 Guillaume GomezRollup merge of #78099 - pierwill:patch-5, r=jonas...
2020-10-19 Guillaume GomezRollup merge of #78089 - varkor:opt_const_param_of...
2020-10-19 Guillaume GomezRollup merge of #77877 - scottmcm:fewer-try-trait-metho...
2020-10-19 borsAuto merge of #77908 - bugadani:obl-forest, r=nnethercote
2020-10-19 borsAuto merge of #78087 - camelid:bootstrap-print-units...
2020-10-19 borsAuto merge of #77278 - camelid:use-correct-article...
2020-10-19 CamelidDon't ICE if called with a `TyKind::Error`
2020-10-19 borsAuto merge of #77874 - camelid:range-docs-readability...
2020-10-18 varkorFix issue with specifying generic arguments for primiti...
2020-10-18 borsAuto merge of #78075 - est31:remove_redundant_static...
2020-10-18 est31Move orphan module-name/mod.rs files into module-name...
2020-10-18 borsAuto merge of #76885 - dylni:move-slice-check-range...
2020-10-18 borsAuto merge of #77306 - lcnr:inline-ok, r=eddyb
2020-10-18 est31Remove redundant 'static in the compiler
2020-10-18 borsAuto merge of #78066 - bugadani:wat, r=jonas-schievink
2020-10-18 borsAuto merge of #78058 - bugadani:arena2, r=lcnr
2020-10-18 borsAuto merge of #78035 - camelid:basic-block-pointer...
2020-10-18 Dániel BugaReplace unnecessary map_or_else with map_or
2020-10-18 Dániel BugaZip -> Enumerate
2020-10-18 Dániel BugaNo need to map the max_distance
2020-10-18 Dániel BugaEarly return to decrease indentation
2020-10-18 Dániel BugaRemove weird slice conversion
2020-10-18 Dániel BugaClean up surprising borrow
2020-10-18 borsAuto merge of #78047 - khyperia:set_span_mut, r=bjorn3
2020-10-18 borsAuto merge of #74480 - yoshuawuyts:hardware_threads...
2020-10-17 borsAuto merge of #78041 - luqmana:lld-tls-alignment, r...
2020-10-17 Dániel BugaMake sure arenas don't allocate bigger than HUGE_PAGE
2020-10-17 CamelidNote that `BasicBlock` is just an index
2020-10-17 Wesley WiserOptimize const value interning for ZST types
2020-10-17 borsAuto merge of #78060 - JohnTitor:rollup-uou8vyu, r...
2020-10-17 Yuki OkushiRollup merge of #78059 - JohnTitor:fix-linkcheck, r...
2020-10-17 Yuki OkushiRollup merge of #78050 - GuillaumeGomez:small-css-clean...
2020-10-17 Yuki OkushiRollup merge of #78048 - blyxxyz:e0424-improve-self...
2020-10-17 Yuki OkushiRollup merge of #78043 - willcrozi:e0210-error-note...
2020-10-17 Yuki OkushiRollup merge of #77851 - exrook:split-btreemap, r=dtolnay
2020-10-17 Yuki OkushiRollup merge of #76607 - Mark-Simulacrum:tidy-bins...
2020-10-17 Yuki OkushiRollup merge of #75802 - petrochenkov:nometa, r=nikomat...
2020-10-17 borsAuto merge of #77373 - jonas-schievink:rm-rf-copy-prop...
2020-10-17 borsAuto merge of #77124 - spastorino:const-exprs-rfc-2920...
2020-10-17 borsAuto merge of #78039 - tmiasko:unreachable-block, r...
2020-10-17 Jan VerbeekSuggest correct place to add `self` parameter when...
2020-10-17 khyperiaMake set_span take mut self
2020-10-17 Vadim Petrochenkovresolve: Do not put nonexistent crate `meta` into prelude
2020-10-17 borsAuto merge of #77685 - jackh726:binder-map, r=lcnr
2020-10-17 Will CrozierFix grammar in note for orphan-rule error [E0210]
2020-10-17 borsAuto merge of #76096 - pickfire:rustdoc-quote, r=jyn514
2020-10-17 borsAuto merge of #77455 - asm89:faster-spawn, r=kennytm
2020-10-17 borsAuto merge of #78025 - ehuss:bump-bootstrap, r=Mark...
2020-10-17 borsAuto merge of #78033 - Dylan-DPC:rollup-ds2cfsf, r...
2020-10-17 Dylan DPCRollup merge of #77985 - cuviper:systemz-agr-clobbers...
2020-10-17 Dylan DPCRollup merge of #77961 - glandium:embed-bitcode, r...
2020-10-17 Dylan DPCRollup merge of #77932 - ssomers:btree_cleanup_gdb...
2020-10-17 Dylan DPCRollup merge of #77785 - GuillaumeGomez:remove-compiler...
next