index
:
delta/rust.git
92745/rustdoc-semantic-ids
Aaronepower-patch-1
Camelid-RustThanks
E0002-precision
GuillaumeGomez-patch-1
Havvy-patch-1
LeSeulArtichaut-patch-1
SimonSapin-patch-1
XAMPPRocky-patch-1
XAMPPRocky-patch-1-1
XAMPPRocky-patch-2
accept-felixes-typo
acrichto-tmp
adt-docs-fix
alex-tmp
aphs-no-unsynchronised-llvm-err-global
appveyor
auto
beta
beta-fix-69341
beta-next
borrowck-niche-discriminants
borrowck-snippet
c9788fdd5b8
clarify-tidy-since
clean-two-dots
cleanup-e0554
clone-shim-split
compiler-autolabel
const-generics-coerce-unsized
const_tls_local_panic_count
cranelift-rebase
debug-48866
debug-for-422
debug-intravisit-fnkind
duplicate-word
fix-1.38-type_name
fix-63313
fix-async-date
fix-cancel
fix-dev-no-comment
fix-loop-break-mir-generation
fix-publish-toolstate-syntax-error
followup-from-92533
frewsxcv-issue-44929
frewsxcv-issue-45636
frewsxcv-patch-1
frewsxcv-patch-2
frewsxcv-patch-3
frewsxcv-rename-slice-swap-param
frewsxcv/unstable-book
generators-clone-doc
gh35653
gitignore-readd-tmp
hex-value-process-exit
homu-tmp
increase-nested-groups-test-coverage
into_raw_non_null
ishitatsuyuki-patch-1
issue-85533
jdm-patch-1
jonas-schievink-patch-1
jonas-schievink-patch-2
kennytm/steal-the-cron-job
lcnr-doc-patch
lcnr-patch-1
libs-tracking-issue
llvm-5
llvm-6-test
llvm-6-try
llvm-icebreakers-ping
llvm-icebreakers-ping-1
master
maybe-bound-eror
maybe-uninit-gates
min/add-track-caller
min_const_generics-version
more-osx-cores
multisuggest_disambiguation
must-use-join
mutable-overloaded-operators
nellshamrell/fix-80658
nightly-dev
nitpick-slp
nll-alias-analysis
nox/i-need-a-niche-but-i-have-no-dog
nrc-patch-1
oli-obk-patch-1
opt-fuse
ostrich
pass-check-runfail
perf-odds-and-ends
permit-asyncawait-ondeck-by-anyone
petrochenkov-patch-1
petrochenkov-patch-2
pietroalbini-patch-1
place2_2
pr-75593
promote-tmp
release-notes-tweak
relnotes-1.50.0
relnotes-1.51.0
relnotes-1.52.0
remove-most-azure
remove-unwanted-z-index
revert-105395-sunfishcode/update-wasi
revert-74416-linker-locale-utf8
revert-76110-convert-openoptions-cint
revert-77467-query-docs
revert-77961-embed-bitcode
revert-80244-spans
revert-82057-cstr
revert-82313-update-normalize-css
revert-88147-issue-88097
revert-88548-intersperse
revert-98576-region-stuff-cool-beans
rust-1.17-relnotes
rust-1.19.0-relnotes
rust-analyzer-2020-09-09
rust-analyzer-2020-09-14
rust-analyzer-2021-11-22
rustc-spring-cleaning
rustdoc-autolabel
rustix
sfackler-patch-1
sgrif-patch-1
shallow-borrow-fixes
single_derive
slice
snap-stage3
some-new-labels
sort_by_cached_key
spastorino-patch-1
stable
stable-1.31.1
stable-next
steveklabnik-must-use
steveklabnik-patch-1
temp-dev-stable
tmandry-patch-1
tmp
tmp-nightly
to-be-dev-nightly
travis-shell
triagebot-ping-alias
try
try-build-llvm
turbo-expander
upgrade-to-9.4-xcode
upper-tuple
vec-leak
wesleywiser-patch-1
whitelist-thumb
x-link-mem-swaps
xcode9.4
yeet-unused-substs
github.com: rust-lang/rust.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `-Ztime` option.
Nicholas Nethercote
2022-10-06
1
-1
/
+4
*
Fix some comments.
Nicholas Nethercote
2022-10-06
1
-2
/
+2
*
rustc_typeck to rustc_hir_analysis
lcnr
2022-09-27
2
-2
/
+2
*
remove cfg(bootstrap)
Pietro Albini
2022-09-26
1
-1
/
+0
*
separate definitions and `HIR` owners
Takayuki Maeda
2022-09-24
1
-1
/
+1
*
Improve the help message for an invalid calling convention
khyperia
2022-09-22
1
-0
/
+5
*
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
2022-09-21
1
-8
/
+8
*
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
2022-09-21
1
-8
/
+8
*
Only enable the let_else feature on bootstrap
est31
2022-09-15
1
-1
/
+1
*
make `mk_attr_id` part of `ParseSess`
SparrowLii
2022-09-14
1
-0
/
+2
*
Fix ICE report flags display.
Eric Huss
2022-09-08
1
-4
/
+7
*
tracing::instrument cleanup
Oli Scherer
2022-09-01
1
-1
/
+1
*
add UI test for unpretty
yukang
2022-08-30
2
-5
/
+12
*
pretty printing give proper erro message without panic
yukang
2022-08-28
1
-5
/
+9
*
Code cleaning
Adrian Tombu
2022-08-25
1
-3
/
+3
*
Replace spaghetti with a simple errors enum
Adrian Tombu
2022-08-25
2
-7
/
+42
*
Start adding enum errors for deserialize_rlink
Adrian Tombu
2022-08-25
2
-3
/
+4
*
Use std::io::Error and remove useless to_string
Adrian Tombu
2022-08-25
2
-5
/
+5
*
Fixes fmt & SessionDiagnostic structs
Adrian Tombu
2022-08-25
2
-31
/
+9
*
Start moving rustc_driver to SessionDiagnostic
Adrian Tombu
2022-08-25
3
-5
/
+50
*
Use `AttrVec` in more places.
Nicholas Nethercote
2022-08-22
1
-1
/
+1
*
Error on broken pipe but do not ICE
Chris Denton
2022-08-02
1
-0
/
+11
*
Rename local_did to def_id
Miguel Guarniz
2022-07-29
1
-1
/
+1
*
Change maybe_body_owned_by to take local def id
Miguel Guarniz
2022-07-29
1
-1
/
+1
*
lint: add bad opt access internal lint
David Wood
2022-07-27
1
-2
/
+1
*
session: disable internal lints for rustdoc
David Wood
2022-07-27
1
-1
/
+1
*
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
2022-07-13
1
-14
/
+14
*
Fix bug in `rustdoc -Whelp`
Joshua Nelson
2022-07-02
1
-8
/
+12
*
Fix `rustdoc` argument error
Shivani Bhardwaj
2022-06-27
1
-1
/
+1
*
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
2022-06-16
1
-4
/
+4
*
remove currently unused deps
klensy
2022-06-13
1
-3
/
+3
*
Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis
bors
2022-06-07
1
-1
/
+0
|
\
|
*
Fully stabilize NLL
Jack Huey
2022-06-03
1
-1
/
+0
*
|
typo: `-Zcodegen-backend=llvm -Cpasses=list` should work now
klensy
2022-06-05
1
-7
/
+1
|
/
*
Remove support for -Zast-json and -Zast-json-noexpand
bjorn3
2022-06-03
1
-5
/
+2
*
Use serde_json for target spec json
bjorn3
2022-06-03
2
-2
/
+5
*
errors: lazily load fallback fluent bundle
David Wood
2022-04-13
1
-1
/
+1
*
session: opt for enabling directionality markers
David Wood
2022-04-05
1
-1
/
+1
*
errors: implement sysroot/testing bundle loading
David Wood
2022-04-05
1
-1
/
+3
*
errors: implement fallback diagnostic translation
David Wood
2022-04-05
1
-1
/
+3
*
Address review comments and add a test
Jakub Beránek
2022-04-02
1
-2
/
+6
*
Include a header in .rlink files to provide nicer error messages when a wrong...
Jakub Beránek
2022-04-02
1
-2
/
+2
*
Propagate `parallel_compiler` feature through rustc crates. Turned off featur...
klensy
2022-03-28
1
-0
/
+2
*
Take &mut Diagnostic in emit_diagnostic.
Camille GILLOT
2022-03-20
1
-2
/
+2
*
rustc_error: make ErrorReported impossible to construct
mark
2022-03-16
1
-4
/
+4
*
Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726
Dylan DPC
2022-03-04
1
-1
/
+1
|
\
|
*
Remove the everybody loops pass
bjorn3
2022-03-03
1
-1
/
+1
*
|
all: fix some typos
cuishuang
2022-03-03
1
-1
/
+1
|
/
*
rename ErrorReported -> ErrorGuaranteed
mark
2022-03-02
2
-9
/
+9
*
Switch bootstrap cfgs
Mark Rousskov
2022-02-25
1
-1
/
+1
[next]