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
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-16
Move compiler input and ouput paths into session
Oli Scherer
-39
/
+17
2023-01-16
Group some commonly passed together values into a struct
Oli Scherer
-49
/
+31
2023-01-16
Remove redundant `input_path` field from `Config`
Oli Scherer
-7
/
+5
2023-01-16
Remove `prepare_outputs`
Oli Scherer
-3
/
+1
2023-01-13
Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk
Matthias Krüger
-2
/
+12
2023-01-12
Auto merge of #105603 - oli-obk:non_repeatable_queries, r=petrochenkov
bors
-5
/
+6
2023-01-12
Harden the pre-tyctxt query system against accidental recomputation
Oli Scherer
-5
/
+6
2023-01-12
Add log-backtrace option to show backtraces along with logging
Yuki Omoto
-2
/
+12
2023-01-09
Collect backtraces for delayed span-bugs too
Michael Goulet
-3
/
+3
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-22
/
+19
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-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-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-22
Improve the help message for an invalid calling convention
khyperia
-0
/
+5
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-08
Fix ICE report flags display.
Eric Huss
-4
/
+7
2022-08-25
Replace spaghetti with a simple errors enum
Adrian Tombu
-3
/
+23
2022-08-25
Start adding enum errors for deserialize_rlink
Adrian Tombu
-2
/
+2
2022-08-25
Use std::io::Error and remove useless to_string
Adrian Tombu
-3
/
+3
2022-08-25
Fixes fmt & SessionDiagnostic structs
Adrian Tombu
-19
/
+5
2022-08-25
Start moving rustc_driver to SessionDiagnostic
Adrian Tombu
-5
/
+24
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-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
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-4
/
+4
2022-06-07
Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis
bors
-1
/
+0
2022-06-05
typo: `-Zcodegen-backend=llvm -Cpasses=list` should work now
klensy
-7
/
+1
[next]