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
/
interface.rs
Age
Commit message (
Expand
)
Author
Lines
2023-06-28
Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obk
bors
-1
/
+6
2023-06-27
Provide more context for `rustc +nightly -Zunstable-options` on stable
许杰友 Jieyou Xu (Joe)
-14
/
+19
2023-06-27
Avoid calling queries during query stack printing
Oli Scherer
-1
/
+6
2023-06-22
Avoid `Lrc<Box<dyn CodegenBackend>>`.
Nicholas Nethercote
-3
/
+3
2023-06-12
Collect VTable stats & add `-Zprint-vtable-sizes`
Maybe Waffle
-0
/
+1
2023-06-06
Write to stdout if `-` is given as output file
Jing Peng
-2
/
+2
2023-05-23
Don't leak the function that is called on drop
Maybe Waffle
-2
/
+2
2023-05-16
Avoid `&format("...")` calls in error message code.
Nicholas Nethercote
-5
/
+2
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-4
/
+3
2023-05-14
Auto merge of #108638 - Zoxc:erase-query-values-map, r=cjgillot
bors
-1
/
+1
2023-05-13
Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot
bors
-0
/
+5
2023-05-06
Fix --check-cfg bug with args order when parsing
Urgau
-1
/
+10
2023-05-06
correct literals for dyn thread safe
SparrowLii
-1
/
+1
2023-05-06
rename relative names in `sync`
SparrowLii
-1
/
+1
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-0
/
+5
2023-05-05
Improve internal representation of check-cfg
Urgau
-11
/
+14
2023-05-05
Use explicit instead of implicit control-flow for check-cfg parsing
Urgau
-23
/
+40
2023-04-30
Use dynamic dispatch for queries
John Kåre Alsaker
-1
/
+1
2023-04-26
Remove QueryEngine trait
John Kåre Alsaker
-1
/
+2
2023-03-31
Improve `with_source_map`.
Nicholas Nethercote
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+2
2023-02-14
Remove BoxedResolver
Oli Scherer
-1
/
+0
2023-01-16
Move compiler input and ouput paths into session
Oli Scherer
-22
/
+10
2023-01-16
Group some commonly passed together values into a struct
Oli Scherer
-27
/
+17
2023-01-16
Remove redundant `input_path` field from `Config`
Oli Scherer
-4
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-4
/
+2
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-1
/
+1
2022-11-16
Use `as_deref` in compiler (but only where it makes sense)
Maybe Waffle
-1
/
+1
2022-10-19
Add a comment to `Compiler`.
Nicholas Nethercote
-1
/
+4
2022-10-19
Apply `Lrc` later to `sess` and `codegen_backend`.
Nicholas Nethercote
-7
/
+3
2022-10-19
Inline and remove `create_compiler_and_run`.
Nicholas Nethercote
-53
/
+51
2022-10-19
Reduce visibility of some functions.
Nicholas Nethercote
-1
/
+1
2022-10-18
Remove `RunCompiler::emitter`.
Nicholas Nethercote
-3
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+1
2022-08-31
Fix a bunch of typo
Dezhi Wu
-2
/
+2
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+1
2022-07-27
lint: add bad opt access internal lint
David Wood
-0
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+2
2022-03-03
Add support for values() with --check-cfg
Loïc BRANSTETT
-0
/
+3
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-25
Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank
bors
-4
/
+4
2022-02-23
Continue improvements on the --check-cfg implementation
Loïc BRANSTETT
-9
/
+5
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-4
/
+4
2022-02-22
Improve CheckCfg internal representation
Loïc BRANSTETT
-6
/
+16
2022-02-18
Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov
Matthias Krüger
-2
/
+89
2022-02-16
Implement --check-cfg option (RFC 3013)
Loïc BRANSTETT
-2
/
+89
2022-02-13
Remove Config::stderr
bjorn3
-7
/
+1
2022-02-12
Move setup_callbacks call to create_compiler_and_run
bjorn3
-1
/
+3
2022-02-03
clippy::perf fixes
Matthias Krüger
-1
/
+1
2022-01-16
Limit scope of the hint about escaping.
Ivor Wanders
-4
/
+10
[next]