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_impl
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-20
Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqd
Matthias Krüger
-15
/
+22
2025-01-20
Respect --target in get_backend_from_raw_matches
bjorn3
-5
/
+6
2025-01-19
Don't skip argument parsing when running `rustc` with no arguments
Zalathar
-10
/
+1
2025-01-10
Respect --sysroot for rustc -vV and -Cpasses=list
bjorn3
-14
/
+20
2025-01-06
add deprecated and do nothing flag to options table
klensy
-20
/
+10
2024-12-25
fix default-backtrace-ice test
jyn
-1
/
+3
2024-12-24
Default to short backtraces for dev builds of rustc itself
jyn
-1
/
+5
2024-12-18
Rollup merge of #134420 - Integral-Tech:pathbuf-refactor, r=compiler-errors
许杰友 Jieyou Xu (Joe)
-2
/
+2
2024-12-17
Auto merge of #134381 - jdonszelmann:move-attribute-types, r=oli-obk
bors
-1
/
+1
2024-12-18
refactor: replace &PathBuf with &Path to enhance generality
Integral
-2
/
+2
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-12-14
Remove two unnecessary references
bjorn3
-2
/
+2
2024-12-14
Remove the parse query
bjorn3
-55
/
+44
2024-12-14
Get rid of of the global_ctxt query
bjorn3
-3
/
+7
2024-12-14
Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk
Matthias Krüger
-3
/
+5
2024-12-13
Remove registered_lints field from Session
bjorn3
-3
/
+5
2024-12-12
Pass rustc_ast::Crate rather than Queries to after_crate_root_parsing
bjorn3
-8
/
+6
2024-12-12
Pass TyCtxt rather than Queries to after_expansion
bjorn3
-10
/
+10
2024-12-08
Use ensure for analysis calls
bjorn3
-1
/
+1
2024-12-06
Remove all threading through of ErrorGuaranteed from the driver
bjorn3
-38
/
+34
2024-12-06
Move some timers around
bjorn3
-2
/
+1
2024-12-04
Rollup merge of #133847 - nnethercote:rm-Z-show-span, r=compiler-errors
Matthias Krüger
-3
/
+1
2024-12-04
Remove `-Zshow-span`.
Nicholas Nethercote
-3
/
+1
2024-12-03
Rollup merge of #133041 - madsmtm:print-deployment-target-env-var, r=davidtwco
Matthias Krüger
-2
/
+3
2024-11-29
Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebank
Matthias Krüger
-1
/
+3
2024-11-29
Rename `-Zparse-only`.
Nicholas Nethercote
-1
/
+3
2024-11-27
Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot
Matthias Krüger
-57
/
+51
2024-11-27
Fix review comment
bjorn3
-2
/
+2
2024-11-26
Remove -Zfuel.
Camille GILLOT
-4
/
+0
2024-11-22
Print env var in --print=deployment-target
Mads Marquart
-2
/
+3
2024-11-21
Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebank
Matthias Krüger
-1
/
+23
2024-11-21
Rewrite `show_md_content_with_pager`.
Nicholas Nethercote
-49
/
+43
2024-11-21
Remove redundant `is_terminal` check.
Nicholas Nethercote
-2
/
+1
2024-11-21
Fix `catbat` pager typo.
Nicholas Nethercote
-1
/
+1
2024-11-20
unstable feature usage metrics
Jane Losare-Lusby
-1
/
+23
2024-11-18
Make rustc --explain busybox less compatible
omni
-1
/
+1
2024-11-11
Remove `rustc_session::config::rustc_short_optgroups`
Zalathar
-2
/
+5
2024-11-09
Deprecate the after_crate_root_parsing callback
bjorn3
-0
/
+4
2024-11-09
Pass TyCtxt instead of Queries to the after_analysis callbacks
bjorn3
-6
/
+5
2024-11-09
Reduce the amount of GlobalCtxt::enter calls in the driver
bjorn3
-14
/
+10
2024-11-09
Let make_input immediately report an error for multiple input filenames
bjorn3
-38
/
+34
2024-11-08
Use a method to apply `RustcOptGroup` to `getopts::Options`
Zalathar
-3
/
+3
2024-11-03
make time format parsing compiletime
klensy
-2
/
+2
2024-11-02
Add `--print host-triple`
Noratrieb
-0
/
+1
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-7
/
+7
2024-11-01
Emit diagnostics for incorrect deployment targets
Mads Marquart
-3
/
+4
2024-11-01
Move versioned LLVM target creation to rustc_codegen_ssa
Mads Marquart
-3
/
+2
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-1
/
+1
2024-10-04
Avoid unused import warning for the Ctrl-C handler on wasm
bjorn3
-4
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-13
/
+11
[next]