summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Debug implementation for hir::intravisit::FnKinddebug-intravisit-fnkindGuillaume Gomez2021-04-071-1/+1
* Auto merge of #83833 - jyn514:no-resolver, r=GuillaumeGomezbors2021-04-074-82/+82
|\
| * Store links in Cache instead of on items directlyJoshua Nelson2021-04-064-82/+82
* | Auto merge of #83955 - ehuss:update-stage0, r=Mark-Simulacrumbors2021-04-072-2/+2
|\ \
| * | Bump bootstrap compilerEric Huss2021-04-062-2/+2
* | | Auto merge of #83828 - camelid:rustdoc-vec-perf, r=jyn514bors2021-04-061-3/+5
|\ \ \ | |/ / |/| |
| * | rustdoc: Use `ThinVec` in a few placesCamelid2021-04-061-3/+5
* | | Auto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r=Dylan-DPCbors2021-04-0638-146/+135
|\ \ \ | |_|/ |/| |
| * | Rollup merge of #83920 - ortem:fix-hashmap-lldb-pretty-printer-1.52, r=pnkfelixDylan DPC2021-04-061-6/+8
| |\ \
| | * | Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0ortem2021-04-061-6/+8
| * | | Rollup merge of #83910 - ehuss:update-cargo, r=ehussDylan DPC2021-04-061-0/+0
| |\ \ \
| | * | | Update cargoEric Huss2021-04-051-0/+0
| * | | | Rollup merge of #83903 - rust-lang:GuillaumeGomez-patch-1, r=lcnrDylan DPC2021-04-061-1/+1
| |\ \ \ \
| | * | | | Fix typo in TokenStream documentationGuillaume Gomez2021-04-051-1/+1
| | | |/ / | | |/| |
| * | | | Rollup merge of #83902 - alexcrichton:update-llvm, r=nikicDylan DPC2021-04-061-0/+0
| |\ \ \ \
| | * | | | Update LLVM to support more wasm simd opsAlex Crichton2021-04-051-0/+0
| | |/ / /
| * | | | Rollup merge of #83895 - eggyal:issue-83883, r=jyn514Dylan DPC2021-04-065-4/+43
| |\ \ \ \
| | * | | | Add listing of lints (eg via -W help) to rustdocAlan Egerton2021-04-065-4/+43
| * | | | | Rollup merge of #83829 - petrochenkov:minclean, r=nagisaDylan DPC2021-04-0627-52/+6
| |\ \ \ \ \
| | * | | | | rustc_target: Rely on defaults more in target specsVadim Petrochenkov2021-04-0527-52/+6
| | | |/ / / | | |/| | |
| * | | | | Rollup merge of #82963 - camelid:move-sharedcontext, r=GuillaumeGomezDylan DPC2021-04-062-83/+77
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Move `SharedContext` to `context.rs`Camelid2021-04-052-83/+77
* | | | | | Auto merge of #83875 - jyn514:diag_info, r=bugadanibors2021-04-063-129/+67
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use DiagnosticInfo for `report_diagnostic`Joshua Nelson2021-04-051-39/+29
| * | | | | Take DiagnosticInfo in privacy_errorJoshua Nelson2021-04-051-3/+7
| * | | | | Take `DiagnosticInfo` in `ambiguity_error`Joshua Nelson2021-04-051-12/+3
| * | | | | Take DiagnosticInfo in disambiguator_errorJoshua Nelson2021-04-051-3/+2
| * | | | | Rename link_range -> disambiguator_range in disambiguator_errorJoshua Nelson2021-04-051-2/+2
| * | | | | Take `DiagnosticInfo` in `resolution_failure`Joshua Nelson2021-04-051-30/+6
| * | | | | Use DiagnosticInfo for anchor failureJoshua Nelson2021-04-053-52/+30
| * | | | | Rename path_str -> ori_link in anchor_failureJoshua Nelson2021-04-051-3/+3
| | |/ / / | |/| | |
* | | | | Auto merge of #83922 - RalfJung:miri, r=RalfJungbors2021-04-062-52/+60
|\ \ \ \ \
| * | | | | update MiriRalf Jung2021-04-062-52/+60
* | | | | | Auto merge of #83821 - camelid:improve-thinvec, r=petrochenkovbors2021-04-062-0/+91
|\ \ \ \ \ \
| * | | | | | Add `FromIterator` and `IntoIterator` impls for `ThinVec`Camelid2021-04-052-0/+91
* | | | | | | Auto merge of #81641 - bjorn3:find_codegen_backend, r=davidtwcobors2021-04-062-10/+19
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Find codegen backends in more locationsbjorn32021-02-012-10/+19
* | | | | | | Auto merge of #81234 - repnop:fn-alignment, r=lcnrbors2021-04-0618-83/+137
|\ \ \ \ \ \ \
| * | | | | | | Allow specifying alignment for functionsWesley Norris2021-04-0518-83/+137
* | | | | | | | Auto merge of #83592 - nagisa:nagisa/dso_local, r=davidtwcobors2021-04-0630-122/+221
|\ \ \ \ \ \ \ \
| * | | | | | | | Manually set dso_local when its valid to do soSimonas Kazlauskas2021-04-0330-122/+221
* | | | | | | | | Auto merge of #83905 - JohnTitor:rollup-pa1la80, r=JohnTitorbors2021-04-0525-211/+384
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Rollup merge of #83885 - jyn514:private-links, r=Mark-SimulacrumYuki Okushi2021-04-062-9/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Document compiler/ with -Aprivate-intra-doc-linksJoshua Nelson2021-04-052-9/+2
| * | | | | | | | | Rollup merge of #83881 - lnicola:rust-analyzer-2021-04-05, r=jonas-schievinkYuki Okushi2021-04-061-20/+18
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | :arrow_up: rust-analyzerLaurențiu Nicola2021-04-051-20/+18
| | |/ / / / / / / /
| * | | | | | | | | Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadaniYuki Okushi2021-04-066-150/+149
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Use more appropriate return type for `resolve_associated_item`Joshua Nelson2021-04-056-98/+103
| | * | | | | | | | | Reduce indentation in `resolve_associated_item`Joshua Nelson2021-04-051-45/+35
| | * | | | | | | | | Remove duplicate unwrap_or_elseJoshua Nelson2021-04-051-43/+47
| | |/ / / / / / / /