about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-17/+17
2024-01-23Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`.Nicholas Nethercote-1/+1
2024-01-23Rename `LintContext::struct_span_lint` as `LintContext::span_lint`.Nicholas Nethercote-10/+9
2024-01-22Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgrbors-47/+63
2024-01-22Rollup merge of #120218 - compiler-errors:parse_macro_arg, r=calebcartwright,...Matthias Krüger-19/+29
2024-01-22Rollup merge of #120058 - onur-ozkan:compiler-assemble, r=Mark-SimulacrumMatthias Krüger-28/+34
2024-01-22Rollup merge of #120225 - micolous:patch-1, r=michaelwoeristerMatthias Krüger-1/+1
2024-01-22Rollup merge of #119999 - onur-ozkan:remote-test-tools, r=Mark-SimulacrumMatthias Krüger-14/+13
2024-01-22Auto merge of #120080 - cuviper:128-align-packed, r=nikicbors-36/+47
2024-01-22Auto merge of #120226 - matthiaskrgr:rollup-9xwx0si, r=matthiaskrgrbors-4/+8
2024-01-22Auto merge of #120196 - matthiaskrgr:rollup-id2zocf, r=matthiaskrgrbors-8/+38
2024-01-22Rollup merge of #120203 - rowan-sl:usr-bin-env-bash, r=compiler-errorsMatthias Krüger-1/+1
2024-01-22Rollup merge of #119986 - nnethercote:fix-error-counting, r=compiler-errors,o...Matthias Krüger-3/+5
2024-01-22Rollup merge of #119746 - notriddle:notriddle/resize-close-modals, r=fmeaseMatthias Krüger-0/+1
2024-01-22Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8KiMatthias Krüger-0/+1
2024-01-22Fix -Zremap-path-scope typomicolous-1/+1
2024-01-22Actually, just use nonterminal_may_begin_withMichael Goulet-8/+7
2024-01-22Do not eagerly recover malformed AST in rustfmtMichael Goulet-1/+1
2024-01-22Check that a token can begin a nonterminal kind before parsing it as a macro ...Michael Goulet-17/+28
2024-01-22Tweak error counting.Nicholas Nethercote-3/+5
2024-01-21use /usr/bin/env bash instead of /bin/bashRowan S-L-1/+1
2024-01-21use u64 to represent file sizeonur-ozkan-14/+13
2024-01-21Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-raLaurențiu Nicola-4396/+7069
2024-01-21Rollup merge of #120174 - Mark-Simulacrum:link-libs-policy, r=dtolnayMatthias Krüger-0/+18
2024-01-21Rollup merge of #120167 - dtolnay:bootstrap, r=clubby789Matthias Krüger-8/+20
2024-01-21Rollup merge of #120084 - weihanglo:pkgid-spec, r=Mark-SimulacrumNadrieril-2/+14
2024-01-21Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwUbors-23/+23
2024-01-20Warn users about limited review for tier 2 and 3 codeMark Rousskov-0/+18
2024-01-20Rollup merge of #120138 - trevyn:detect-submodules-limit, r=albertlarsan68Guillaume Gomez-0/+2
2024-01-20Rollup merge of #120000 - smoelius:fix-clippy, r=fee1-deadGuillaume Gomez-23/+15
2024-01-20Capture the rationale for -Zallow-features= in bootstrap.pyDavid Tolnay-8/+20
2024-01-20Fix impl stripped in rustdoc HTML whereas it should not be in case the impl i...Guillaume Gomez-12/+19
2024-01-20Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviperMatthias Krüger-2/+0
2024-01-20Rollup merge of #120132 - oli-obk:helpful_tidy, r=Mark-SimulacrumMatthias Krüger-6/+26
2024-01-19Pack the u128 in LitKind::IntJosh Stone-36/+47
2024-01-19Stabilize `round_ties_even`Jules Bertholet-2/+0
2024-01-19Increase vscode `git.detectSubmodulesLimit`trevyn-0/+2
2024-01-19Rollup merge of #119984 - kpreid:waker-noop, r=dtolnayMatthias Krüger-12/+6
2024-01-19Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddleMatthias Krüger-83/+139
2024-01-19Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgrbors-2/+11
2024-01-19Teach tidy about line/col information for malformed featuresOli Scherer-6/+26
2024-01-19Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=NilstriebMatthias Krüger-2/+2
2024-01-19Rollup merge of #120083 - Zalathar:no-profiler, r=wesleywiserMatthias Krüger-0/+9
2024-01-18Rollup merge of #120102 - eltociear:patch-24, r=oli-obkMatthias Krüger-1/+1
2024-01-18Rollup merge of #120096 - onur-ozkan:rustc_bootstrap, r=dtolnayMatthias Krüger-8/+11
2024-01-18Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasperMatthias Krüger-14/+21
2024-01-18Rollup merge of #119582 - arlosi:bootstrap-vendor-remap, r=wesleywiserMatthias Krüger-7/+12
2024-01-18Remove no-longer-needed `allow(dead_code)` from Miri testsJake Goulding-2/+2
2024-01-18Set RUSTC_BOOTSTRAP=1 consistentlyonur-ozkan-8/+11
2024-01-19Fix typo in munmap_partial.rsIkko Eltociear Ashimine-1/+1