index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_driver
Age
Commit message (
Expand
)
Author
Lines
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-28
/
+25
2022-12-31
Only deduplicate stack traces for good path bugs
Michael Goulet
-3
/
+5
2022-12-25
fix more clippy::style findings
Matthias Krüger
-1
/
+1
2022-12-22
Make `sess.bug` much less noisy
Joshua Nelson
-3
/
+6
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-12-07
Use `Symbol` for the crate name instead of `String`/`str`
Oli Scherer
-4
/
+5
2022-12-02
Remove `-Zno-interleave-lints`.
Nicholas Nethercote
-4
/
+2
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-11-24
Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser
bors
-6
/
+3
2022-11-19
Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk
Matthias Krüger
-3
/
+3
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-6
/
+3
2022-11-09
Rollup merge of #104184 - jyn514:rustdoc-version, r=davidtwco
Manish Goregaokar
-10
/
+32
2022-11-09
Fix `rustdoc --version` when used with download-rustc
Joshua Nelson
-10
/
+32
2022-11-07
Add --print=split-debuginfo
Kamil Koczurek
-0
/
+11
2022-11-01
Auto merge of #103217 - mejrs:track, r=eholk
bors
-0
/
+1
2022-10-25
Remove `rustc_driver::set_sigpipe_handler()`
Martin Nordholts
-12
/
+0
2022-10-23
Migrate all diagnostics
Nilstrieb
-7
/
+7
2022-10-19
Clarify `run_in_thread_pool_with_globals`.
Nicholas Nethercote
-0
/
+1
2022-10-19
Implement -Ztrack-diagnostics
mejrs
-0
/
+1
2022-10-18
Remove `RunCompiler::emitter`.
Nicholas Nethercote
-23
/
+10
2022-10-16
Use IsTerminal in rustc_driver
Josh Triplett
-3
/
+3
2022-10-06
Remove `-Ztime` option.
Nicholas Nethercote
-1
/
+4
2022-10-06
Fix some comments.
Nicholas Nethercote
-2
/
+2
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-2
/
+2
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-09-22
Improve the help message for an invalid calling convention
khyperia
-0
/
+5
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-8
/
+8
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-8
/
+8
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-14
make `mk_attr_id` part of `ParseSess`
SparrowLii
-0
/
+2
2022-09-08
Fix ICE report flags display.
Eric Huss
-4
/
+7
2022-09-01
tracing::instrument cleanup
Oli Scherer
-1
/
+1
2022-08-30
add UI test for unpretty
yukang
-5
/
+12
2022-08-28
pretty printing give proper erro message without panic
yukang
-5
/
+9
2022-08-25
Code cleaning
Adrian Tombu
-3
/
+3
2022-08-25
Replace spaghetti with a simple errors enum
Adrian Tombu
-7
/
+42
2022-08-25
Start adding enum errors for deserialize_rlink
Adrian Tombu
-3
/
+4
2022-08-25
Use std::io::Error and remove useless to_string
Adrian Tombu
-5
/
+5
2022-08-25
Fixes fmt & SessionDiagnostic structs
Adrian Tombu
-31
/
+9
2022-08-25
Start moving rustc_driver to SessionDiagnostic
Adrian Tombu
-5
/
+50
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-1
/
+1
2022-08-02
Error on broken pipe but do not ICE
Chris Denton
-0
/
+11
2022-07-29
Rename local_did to def_id
Miguel Guarniz
-1
/
+1
2022-07-29
Change maybe_body_owned_by to take local def id
Miguel Guarniz
-1
/
+1
2022-07-27
lint: add bad opt access internal lint
David Wood
-2
/
+1
2022-07-27
session: disable internal lints for rustdoc
David Wood
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-14
/
+14
2022-07-02
Fix bug in `rustdoc -Whelp`
Joshua Nelson
-8
/
+12
2022-06-27
Fix `rustdoc` argument error
Shivani Bhardwaj
-1
/
+1
[next]