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_interface
/
src
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-12
Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot
bors
-14
/
+0
2024-11-12
Delete the `cfg(not(parallel))` serial compiler
Noratrieb
-14
/
+0
2024-11-02
Rename target triple to target tuple in many places in the compiler
Noratrieb
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+6
2024-08-10
rustc_interface: remove a redundant `#[allow(rustc::untranslatable_diagnostic)]`
Pavel Grigorenko
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+12
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_interface`.
Nicholas Nethercote
-1
/
+1
2024-05-21
Rename buffer_lint_with_diagnostic to buffer_lint
Xiretza
-1
/
+1
2024-05-21
Convert uses of BuiltinLintDiag::Normal to custom variants
Xiretza
-20
/
+7
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-1
/
+0
2024-05-19
note value of RUST_MIN_STACK and explain unsetting
Jubilee Young
-3
/
+9
2024-05-19
defrost RUST_MIN_STACK=ice rustc hello.rs
Jubilee Young
-9
/
+26
2024-05-03
Remove some low-value `use` renamings.
Nicholas Nethercote
-6
/
+4
2024-04-16
Construct `SourceMap` at the same time as `SessionGlobals`.
Nicholas Nethercote
-5
/
+11
2024-03-27
Add a `CurrentGcx` type to let the deadlock handler access `TyCtxt`
John Kåre Alsaker
-10
/
+23
2024-03-21
Suggest using RUST_MIN_STACK if rustc overflowed
Jubilee Young
-2
/
+2
2024-03-21
Use less hacky STACK_SIZE
Jubilee Young
-15
/
+18
2024-03-13
Make incremental sessions identity no longer depend on the crate names provid...
John Kåre Alsaker
-64
/
+4
2024-03-11
Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot
Jubilee
-21
/
+26
2024-03-09
Some tweaks to the parallel query cycle handler
John Kåre Alsaker
-3
/
+16
2024-03-06
Rewrite the `untranslatable_diagnostic` lint.
Nicholas Nethercote
-0
/
+3
2024-03-05
Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.
Nicholas Nethercote
-2
/
+2
2024-03-05
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
Nicholas Nethercote
-1
/
+1
2024-02-21
Unify dylib loading between proc macros and codegen backends
bjorn3
-22
/
+11
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-1
/
+1
2024-02-14
Allow targets to override default codegen backend
Maybe Waffle
-21
/
+26
2024-01-19
Rollup merge of #119815 - nagisa:nagisa/polishes-libloading-use-somewhat, r=b...
Matthias Krüger
-3
/
+9
2024-01-10
Format sources into the error message when loading codegen backends
Simonas Kazlauskas
-3
/
+9
2024-01-10
Rename `{create,emit}_warning` as `{create,emit}_warn`.
Nicholas Nethercote
-4
/
+4
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-5
/
+5
2023-12-23
Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.
Nicholas Nethercote
-6
/
+6
2023-12-18
Rename many `EarlyDiagCtxt` arguments.
Nicholas Nethercote
-12
/
+12
2023-12-18
Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.
Nicholas Nethercote
-4
/
+4
2023-11-27
QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang...
klensy
-5
/
+2
2023-11-23
Enforce NonZeroUsize on thread count
Mark Rousskov
-1
/
+1
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-1
/
+3
2023-11-01
Inline and remove `create_session`.
Nicholas Nethercote
-84
/
+3
2023-10-30
Streamline `collect_crate_types`.
Nicholas Nethercote
-15
/
+7
2023-10-30
Make `Cfg` and `CheckCfg` non-generic.
Nicholas Nethercote
-7
/
+3
2023-10-30
Change cfg parsers to produce symbols instead of strings.
Nicholas Nethercote
-3
/
+2
2023-10-28
Clean up config mess.
Nicholas Nethercote
-10
/
+10
2023-10-25
Stop telling people to submit bugs for internal feature ICEs
Nilstrieb
-1
/
+3
2023-09-17
Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errors
bors
-7
/
+13
2023-09-08
Add missing Debuginfo to PDB debug file on windows.
Florian Schmiderer
-0
/
+2
2023-09-03
Make `.rmeta` file in `dep-info` have correct name (`lib` prefix)
Martin Nordholts
-7
/
+13
2023-08-30
Use conditional synchronization for Lock
John Kåre Alsaker
-8
/
+28
2023-07-26
replace atty crate with std's isTerminal
klensy
-1
/
+2
2023-07-19
On nightly, dump ICE backtraces to disk
Esteban Küber
-0
/
+2
2023-06-27
Provide more context for `rustc +nightly -Zunstable-options` on stable
许杰友 Jieyou Xu (Joe)
-16
/
+29
[next]